discuss-gnustep
[Top][All Lists]
Advanced

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

RE: Getting started developing software on MS Windows


From: Frode
Subject: RE: Getting started developing software on MS Windows
Date: Sat, 19 Nov 2005 23:47:36 +0100

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?

Thanks for any help!
Regards,
Frode

GTRAN@STARMOBILE /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

-----------------------------------------------------

GTRAN@STARMOBILE /gnustep-src/core/gui
$ make -n

.
.
.

Making all for service GSspell...
(echo " Creating GSspell.service/Resources/Info-gnustep.plist...";(echo
"{"; echo '  NOTE = "Automatically generated, do not edit!";'; \
  echo "  NSExecutable = \"GSspell\";"; \
  cat GSspellInfo.plist; \
  echo "}") >GSspell.service/Resources/Info-gnustep.plist ;\
if ././shared_obj/make_services --test
GSspell.service/Resources/Info-gnustep.plist; then : ; else rm -f
GSspell.service/Resources/Info-gnustep.plist; false; \
fi)






reply via email to

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