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/



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to