Citát ȲŔąźş <[EMAIL PROTECTED]>:
> /usr/bin/g++ -fconstant-string-class=NSConstantString FSWindowController.h -c > -I/UI -I/usr/GNUstep/system/Library/Headers > -I/usr/lib/gcc/i386-haansoft-linux/3.4.1/include/ > -I/usr/lib/gcc/i386-haansoft-linux/3.4.1/include/objc -o > FSWindowController.o > cc1plus: warning: command line option > "-fconstant-string-class=NSConstantString" is valid for ObjC/ObjC++ but not > for C++ > In file included from Looks like you are compiling it with the C++ compiler (/usr/bin/g++) instead of objc. I would suggest you to use plain gcc to determine which compiler to use. > who's error? > glibc-2.3.3 > gcc-3.4.1 > gnustep-cvs-2004-3-1 > Btw. are you using the GNUstep-make package? If yes, can you provide us with makefiles you are using? Regards, Stefan Urbanek -- http://stefan.agentfarms.net First they ignore you, then they laugh at you, then they fight you, then you win. - Mahatma Gandhi _______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
