discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Error when compiling base - ObjectiveC2/capabilities.h


From: Riccardo Mottola
Subject: Error when compiling base - ObjectiveC2/capabilities.h
Date: Fri, 01 Apr 2011 13:31:27 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20110303 Icedove/3.0.11

Hi,

when compiling on netbsd with gcc3, I get:

Making all for subproject ObjectiveC2...
gcc caps.c -c \
-MMD -MP -Wall -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -O2 -I../. -I../ -I. -I/usr/pkg/include -I/System/Library/Headers -I/Local/Library/Headers -I/Local/Library/Headers -I/usr/pkg/include/libxml2 -I/home/multix/GNUstep/Library/Headers -I/Local/Library/Headers -I/System/Library/Headers \
       -o obj/ObjectiveC2.obj/caps.c.o
caps.c:1:38: ObjectiveC2/capabilities.h: No such file or directory
caps.c:9: error: `OBJC_CAP_EXCEPTIONS' undeclared here (not in a function)
caps.c:10: error: `OBJC_CAP_SYNCRONIZE' undeclared here (not in a function)
caps.c:11: error: `OBJC_CAP_PROPERTIES' undeclared here (not in a function)


rochben: {53} find . -name capabilities.h
./Headers/ObjectiveC2/capabilities.h


as you see the file exists. I think that an include directive is missing, like -I../Headers

This is a clean install, so installed headers are not there.

Thanks

Riccardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]