On 15 Mar 2010, at 15:16, Vincent Richomme wrote: > Ok fine so this time this error is bit harder to fix for me : > > clang libobjc_entry.c -c \ > -MMD -MP -DDLL_EXPORT -D__OBJC_RUNTIME_INTERNAL__=1 > -D_XOPEN_SOURCE=500 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 > -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -DGNUSTEP_WITH_DLL > -DBUILD_libobjc_DLL=1 -g -Wall -DDEBUG -fno-omit-frame-pointer -DGSWARN > -DGSDIAGNOSE -Wno-import -g -Werror -std=c99 -g -march=native -fexceptions > -I. -I/home/Vincent/GNUstep/Library/Headers > -I/GNUstep/Local/Library/Headers -I/GNUstep/System/Library/Headers \ > -o obj/libobjc_entry.c.o
I can't help with this one at all, unfortunately. This file is from the original GCC code and is apparently needed for building on Windows, but I've no idea what it's actually meant to do. You can try just removing it and see what that breaks... David _______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
