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

[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

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

[EMAIL PROTECTED] /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)




_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to