Friedrich | 5 Jul 2008 08:04
Picon

[bug #23770] including GNUmakefile.preamble not done?


URL:
  <http://savannah.gnu.org/bugs/?23770>

                 Summary: including GNUmakefile.preamble not done?
                 Project: GNUstep
            Submitted by: fridom
            Submitted on: Samstag 05.07.2008 um 06:04
                Category: Makefiles
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

I have the following GNUmakefile:
#
# GNUmakefile - Generated by ProjectCenter
#

include $(GNUSTEP_MAKEFILES)/common.make

#
# Tool
(Continue reading)

Adam Fedor | 5 Jul 2008 17:59
Picon

[bug #23776] Windows installer 0.19.2 has problems on win2k


URL:
  <http://savannah.gnu.org/bugs/?23776>

                 Summary: Windows installer 0.19.2 has problems on win2k
                 Project: GNUstep
            Submitted by: fedor
            Submitted on: Saturday 07/05/2008 at 09:59
                Category: Web Pages
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Programs crash.  Also icons and other images show a black rather than
white/transparent background.  This problem does not occur with installer
0.9.1.

To replicate: install 0.19.2 system and core installers, then install
SystemPreferences installer and try to run SystemPreferences.
Result: bad icons and occational crashes.

    _______________________________________________________
(Continue reading)

Adam Fedor | 5 Jul 2008 18:00
Picon

[bug #23776] Windows installer 0.19.2 has problems on win2k


Update of bug #23776 (project gnustep):

             Assigned to:                    None => fedor                  

    _______________________________________________________

Follow-up Comment #1:

Also - installer works fine in XP.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?23776>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/
Friedrich | 5 Jul 2008 14:38
Picon

[bug #23770] including GNUmakefile.preamble not done?


Follow-up Comment #2, bug #23770 (project gnustep):

Oh, well, that does the "right" thing. I'm sorry for then noise

Regards
Friedrich

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?23770>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/
Nicola Pero | 5 Jul 2008 14:39
Picon

[bug #23770] including GNUmakefile.preamble not done?


Update of bug #23770 (project gnustep):

                  Status:                    None => Works For Me           
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #3:

Thanks Friedrich,

no problem.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?23770>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/
Nicola Pero | 5 Jul 2008 13:14
Picon

[bug #23770] including GNUmakefile.preamble not done?


Update of bug #23770 (project gnustep):

             Assigned to:                    None => nico                   

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?23770>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/
Nicola Pero | 5 Jul 2008 13:14
Picon

[bug #23702] GNUstep.sh and GNUstep.csh puts /usr/bin at the beginning of PATH


Update of bug #23702 (project gnustep):

             Assigned to:                    None => nico                   

    _______________________________________________________

Follow-up Comment #1:

That is a very good bug report.

I agree the GNUstep.sh should not add paths that are already
there in the PATH.

In fact, it's supposed to already do it ;-) ... but instead
of checking each path separately (eg, checking that
/home/fwang/GNUstep/Tools is already in the PATH, checking that
/usr/bin is already in the PATH etc) it checks them all as
a block (ie, it checks that /home/fwang/GNUstep/Tools:/usr/bin:... 
as a single, big string, is not already in the PATH).

I think that might have worked in v1 when all the paths where
stuff like /usr/GNUstep/System/Tools etc. but with v2 some
paths could be (as in your case) /usr/bin or such that are
already in the PATH while other paths aren't.

We'll rewrite the code and improve it so that it does the
right thing for 2.0.7

Thanks
(Continue reading)

Nicola Pero | 5 Jul 2008 13:02
Picon

[bug #23770] including GNUmakefile.preamble not done?


Follow-up Comment #1, bug #23770 (project gnustep):

Thanks Friedrich

you are compiling an Objective-C file, so you need to use

# Additional flags to pass to Objective C compiler 
ADDITIONAL_OBJCFLAGS += -ggdb -std=c99 

the variable you used (ADDITIONAL_CFLAGS) is only used 
when compiling C files. ;-)

I know it can be a bit confusing at the beginning.

Anyway, try ADDITIONAL_OBJCFLAGS and let me know if that works. :-)

Thanks

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?23770>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/
Fred Kiefer | 6 Jul 2008 00:11
Picon

[bug #23709] NSProxy test fails on Ubuntu with ffcall


Follow-up Comment #2, bug #23709 (project gnustep):

I did some more debugging of where the problem in the original code comes
from. It happens when an NSInvovation started as a separate thread tries to
return a boolean value. This works sometimes (mostly the first time) but fails
later.

In my last tests this failed just the same for ffi and ffcall, but then I am
not that sure how much my NSLog() calls interact with the invocation handling.
For example if the issue was caused by the usage of uninitialized memory then
this calls could make a difference.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?23709>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/
Gregory John Casamento | 6 Jul 2008 00:23
Picon

[bug #23740] Getting "invalid type xxxx" when drawing


Update of bug #23740 (project gnustep):

                 Summary: Getting "invalid type xxxx" whever a Toolbar is
present. => Getting "invalid type xxxx" when drawing

    _______________________________________________________

Follow-up Comment #1:

2008-07-05 09:54:15.283 Gorm[27879] invalid type 1065353216
2008-07-05 09:54:15.323 Gorm[27879] invalid type 1065353216
2008-07-05 18:22:57.411 Gorm[27879] invalid type 1065353216
2008-07-05 18:22:57.411 Gorm[27879] invalid type 1065353216
2008-07-05 18:22:57.480 Gorm[27879] invalid type 1065353216
2008-07-05 18:22:57.480 Gorm[27879] invalid type 1065353216

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?23740>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/

Gmane