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 > [email protected] > Open Logic Corporation, President/CEO > GNUstep Lead Developer > > > On Jul 23, 2013, at 11:16 AM, [email protected] 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? _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
