I was simply caused by that I forgot to "make install" in step 13. Thanks for your time, anyway! :-)
Regards Frode -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frode Sent: Saturday, November 19, 2005 10:28 PM To: 'discuss-gnustep' Subject: RE: Getting started developing software on MS Windows README.MinGW step 15 says: 15. Installing gnustep-gui ========================== Go in the gui, and type: ./configure make make install But when I make; compiler don't know where to look for Foundation-headers. What is the reason and how can I fix this? Thanks for help. Regards, Roggan [EMAIL PROTECTED] /gnustep-src/core/gui $ make Making all in Source... make[1]: Entering directory `/gnustep-src/core/gui/Source' /C/Developer/gnustep-src/System/Library/Makefiles/mkinstalldirs . mv ../Headers/Additions/GNUstepGUI/config.h . touch ./config.h Making all for library libgnustep-gui... Compiling file Functions.m ... Functions.m:29:42: Foundation/NSAutoreleasePool.h: No such file or directory Functions.m:30:33: Foundation/NSBundle.h: No such file or directory Functions.m:31:38: Foundation/NSProcessInfo.h: No such file or directory In file included from ../Headers/AppKit/NSApplication.h:41, from Functions.m:33: ../Headers/AppKit/NSResponder.h:32:33: Foundation/NSObject.h: No such file or directory In file included from ../Headers/AppKit/NSApplication.h:41, from Functions.m:33: ../Headers/AppKit/NSResponder.h:42: error: cannot find protocol declaration for `NSCoding' ../Headers/AppKit/NSResponder.h:81: error: cannot find interface declaration for `NSObject', superclass of `NSResponder' make[2]: *** [shared_obj/Functions.o] Error 1 make[1]: *** [libgnustep-gui.all.library.variables] Error 2 make[1]: Leaving directory `/gnustep-src/core/gui/Source' make: *** [internal-all] Error 2 _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
