I tried sourcing with GNUstep/System/Makefiles/GNUstep.sh but without result. I also checked that gnustep-base.dll (and objc.dll) were present in GNUstep/System/Tools.
Regards, Frode [EMAIL PROTECTED] /gnustep-src/core/gui $ . ../../System/Library/Makefiles/GNUstep.sh [EMAIL PROTECTED] /gnustep-src/core/gui $ make Making all in Source... make[1]: Entering directory `/gnustep-src/core/gui/Source' Making all for library libgnustep-gui... make[2]: Nothing to be done for `internal-library-all'. make[1]: Leaving directory `/gnustep-src/core/gui/Source' Making all in Images... make[1]: Entering directory `/gnustep-src/core/gui/Images' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/gnustep-src/core/gui/Images' Making all in Model... make[1]: Entering directory `/gnustep-src/core/gui/Model' Making all for bundle libgmodel... make[2]: Nothing to be done for `internal-bundle-all'. make[1]: Leaving directory `/gnustep-src/core/gui/Model' Making all in Tools... make[1]: Entering directory `/gnustep-src/core/gui/Tools' Making all for tool make_services... make[2]: Nothing to be done for `internal-tool-all'. Making all for tool set_show_service... make[2]: Nothing to be done for `internal-tool-all'. Making all for tool gopen... make[2]: Nothing to be done for `internal-tool-all'. Making all for tool gclose... make[2]: Nothing to be done for `internal-tool-all'. Making all for service GSspell... Creating GSspell.service/Resources/Info-gnustep.plist... This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. objc runtime: cannot find class NSAutoreleasePool make[2]: *** [GSspell.service/Resources/Info-gnustep.plist] Error 1 make[1]: *** [GSspell.all.service.variables] Error 2 make[1]: Leaving directory `/gnustep-src/core/gui/Tools' make: *** [internal-all] Error 2 -----Original Message----- From: Richard Frith-Macdonald [mailto:[EMAIL PROTECTED] Sent: Sunday, November 20, 2005 12:25 PM To: Frode Cc: 'discuss-gnustep' Subject: Re: Getting started developing software on MS Windows On 19 Nov 2005, at 22:47, Frode wrote: > Compilation stop at step 15 again. Make exits on error because: > > This application has requested the Runtime to terminate it in an > unusual way. > Please contact the application's support team for more information. > objc runtime: cannot find class NSAutoreleasePool > > I beleive "This application" refers to > core/gui/Tools/shared_obj/make_services.exe. > > What is the reason for this error and how can I fix it? Probably you need to source the GNUstep.sh file to set things up so that it finds the GNUstep-base DLL. ie '. C:/GNUstep/System/Library/Makefiles/GNUstep.sh' _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
