discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Error when compiling base - ObjectiveC2/capabilities.h


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

Hi,

To fix that, I commited the following patch:

Index: Source/ObjectiveC2/Makefile.preamble
===================================================================
--- Source/ObjectiveC2/Makefile.preamble        (revision 32760)
+++ Source/ObjectiveC2/Makefile.preamble        (working copy)
@@ -56,7 +56,7 @@

 # Additional include directories the compiler should search
 # FIXME - the -I../ is for GSPrivate.h
-ADDITIONAL_INCLUDE_DIRS = -I../$(GNUSTEP_TARGET_DIR) -I../
+ADDITIONAL_INCLUDE_DIRS = -I../$(GNUSTEP_TARGET_DIR) -I../ -I../../Headers

 # Additional LDFLAGS to pass to the linker
 ADDITIONAL_LDFLAGS =




reply via email to

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