discuss-gnustep
[Top][All Lists]
Advanced

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

Re: XCode Project File to GNUmakefile ?


From: Fred Kiefer
Subject: Re: XCode Project File to GNUmakefile ?
Date: Wed, 24 Jul 2013 09:50:48 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7

I think he already stated that he had build the XCode framework, but
there should be no need to link it manually into /usr/GNUstep/System/.
If you type "make install" it should get installed into
/usr/GNUstep/Local/ and that should be enough. I just tried that here
and it works as expected.
Best thing to do is remove that link and install the xcode framework again.

Fred

On 24.07.2013 07:08, Gregory Casamento wrote:
> You need to go to the dev-libs section of the repo and build the Xcode 
> framework and install it before building tools or apps which are dependent 
> upon it.
> 
> Gregory Casamento
> greg.casamento@gmail.com
> Open Logic Corporation, President/CEO
> GNUstep Lead Developer
> 
> 
> On Jul 23, 2013, at 11:16 AM, vonhanzel@gmail.com wrote:
> 
>> I'am trying to build the gnustep-buildtool but get the following error:
>>
>> This is gnustep-make 2.6.2. Type 'make print-gnustep-make-help' for help.
>> Making all for tool buildtool...
>> Compiling file main.m ...
>> main.m:10:9: fatal error: 'XCode/PBXCoder.h' file not found
>> #import <XCode/PBXCoder.h>
>>        ^
>> 1 error generated.
>> make[3]: *** [obj/buildtool.obj/main.m.o] Error 1
>> make[2]: *** [internal-tool-all_] Error 2
>> make[1]: *** [buildtool.all.tool.variables] Error 2
>> make: *** [internal-all] Error 2
>>
>> I built gnustep-xcode and linked XCode.framework into 
>> /usr/GNUstep/System/Library/Libraries/XCode.framework.
>>
>> Any ideas on what I'am doing wrong?




reply via email to

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