Re: linking tool to use a framework : obj_send_msg error

2009-04-13 Thread Thomas Kupper
You're my hero! I ignored what you said first and did what you said second and it compiles/links like a charm!! Thanks alot Thomas On 13 Apr 2009, at 23:07, David Chisnall wrote: On 13 Apr 2009, at 21:43, Thomas Kupper wrote: Hey David, I already set -std=c99 in GNUmake.preamble. Tried b

Re: linking tool to use a framework : obj_send_msg error

2009-04-13 Thread David Chisnall
On 13 Apr 2009, at 21:43, Thomas Kupper wrote: Hey David, I already set -std=c99 in GNUmake.preamble. Tried both ADDITIONAL_CFLAGS and .._OBJCFLAGS but in both cases the __VA_LIST_ macro isn't defined. Mmmh, I use gcc 4.3. Do you have any other idea? Yes - you ignore what I say, for I am

Re: linking tool to use a framework : obj_send_msg error

2009-04-13 Thread Thomas Kupper
Hey David, I already set -std=c99 in GNUmake.preamble. Tried both ADDITIONAL_CFLAGS and .._OBJCFLAGS but in both cases the __VA_LIST_ macro isn't defined. Mmmh, I use gcc 4.3. Do you have any other idea? Thomas On 13 Apr 2009, at 22:11, David Chisnall wrote: On 13 Apr 2009, at 20:49, Th

Re: linking tool to use a framework : obj_send_msg error

2009-04-13 Thread David Chisnall
On 13 Apr 2009, at 20:49, Thomas Kupper wrote: There is probably some 'optimisation' in the framework calling the Apple runtime message send function directly (the quotes because anything doing I/O like this is likely to gain an imperceptible performance increase from calling the runtime

Re: Someone help these poor chaps

2009-04-13 Thread Nicola Pero
On 13 Apr 2009, at 21:16, Lars Sonchocky-Helldorf wrote: here are some redhat guys struggling to get GNUstep into their official release if I understand it right. Seems to be not so easy for them - technicalwise: We'd certainly like to

Re: linking tool to use a framework : obj_send_msg error

2009-04-13 Thread Thomas Kupper
There is probably some 'optimisation' in the framework calling the Apple runtime message send function directly (the quotes because anything doing I/O like this is likely to gain an imperceptible performance increase from calling the runtime functions directly rather than using -methodFor

Someone help these poor chaps

2009-04-13 Thread Lars Sonchocky-Helldorf
here are some redhat guys struggling to get GNUstep into their official release if I understand it right. Seems to be not so easy for them - technicalwise: regards, Lars ___ Discuss-g

Re: SEGMENTATION FAULT when running GNUstep.sh on RedHat or CentOS 4.7

2009-04-13 Thread Nicola Pero
I'm seeing the following when doing: . /usr/GNUstep/System/Library/ Makefiles/GNUstep.sh /usr/GNUstep/System/Library/Makefiles/GNUstep.sh: line 374: 3674 Doneecho ":${LD_LIBRARY_PATH}:" 3675 Segmentation fault | grep -v ":${path_fragment}:" > / dev/null /usr/GN

SEGMENTATION FAULT when running GNUstep.sh on RedHat or CentOS 4.7

2009-04-13 Thread Gregory Casamento
Hey guys... I'm seeing the following when doing: . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh /usr/GNUstep/System/Library/Makefiles/GNUstep.sh: line 374: 3674 Done echo ":${LD_LIBRARY_PATH}:" 3675 Segmentation fault | grep -v ":${path_fragment}:" > /dev/null /usr/GN

Re: download gnu for window user

2009-04-13 Thread Riccardo Mottola
Nakadasan, Thank you for your interest in the project. are you trying to install GNUstep for windows or are you trying to install the "GNU" environment under windows? A "mininmalist" gnu for windows is mingw, which is a separate project from GNUstep. GNUstep port for windows is based on min

Re: linking tool to use a framework : obj_send_msg error

2009-04-13 Thread David Chisnall
On 12 Apr 2009, at 22:23, Thomas Kupper wrote: Next I created a very minimalistic tool application which uses the log4cocoa framework (of course I first installed it into the USER domain). Now the linker throws an error message "Linking tool ocHello ..." "/home/thomas/GNUstep/Library/Librari

Re: linking tool to use a framework : obj_send_msg error

2009-04-13 Thread Yavor Doganov
В Sun, 12 Apr 2009 23:23:13 +0200, Thomas Kupper написа: > Can someone give me a hint how I can track down that error? Use ADDITIONAL_TOOL_LIBS, e.g. ADDITIONAL_TOOL_LIBS = -llog4cocoa ___ Discuss-gnustep mailing list Discuss-gnustep@gnu.org http://