gnustep-dev
[Top][All Lists]
Advanced

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

Re: base configure / HURD


From: Riccardo Mottola
Subject: Re: base configure / HURD
Date: Thu, 03 Nov 2011 00:35:30 +0100
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14

Hi
what could that be? I'm using gcc 4.6.1
That's the problem.  The ObjectiveC2/runtime.h is the compatibility layer for 
using the modern Objective-C APIs on the old GCC runtime.  The GCC 4.6 runtime 
includes its own versions of these and doesn't export the old definitions.  
Delete the installed ObjectiveC2 framework, and it should all work.
You were perfectly right, I upgraded the compiler, but had some cruft around. I removed everything and installed make & base from scratch and it went along smooth.

Now, during gui compile, I get a segfault:

make[4]: Nothing to be done for `internal-service-compile'.
(echo "{"; echo '  NOTE = "Automatically generated, do not edit!";'; \
          echo "  NSExecutable = \"GSspell\";"; \
          if [ -r "GSspellInfo.plist" ]; then \
            cat GSspellInfo.plist; \
          fi; \
          echo "}") >GSspell.service/Resources/Info-gnustep.plist ;\
if ././obj/make_services --test GSspell.service/Resources/Info-gnustep.plist; then : ; else rm -f GSspell.service/Resources/Info-gnustep.plist; false; \
        fi
Segmentation fault
make[3]: *** [GSspell.service/Resources/Info-gnustep.plist] Error 1

The object tool is the fault:
address@hidden:~/gnustep-cvs/devmodules/core/gui$ Tools/obj/make_services
Segmentation fault

Starting program: /home/multix/gnustep-cvs/devmodules/core/gui/Tools/obj/make_services
[New Thread 12392.5]

Program received signal SIGSEGV, Segmentation fault.
0x014d5b86 in sel_register_name () from /usr/lib/i386-gnu/libobjc.so.3

Extremely useful, isn't it?

Riccardo




reply via email to

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