help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] compiling gst 2.1.8 on darwin


From: jerry mead
Subject: [Help-smalltalk] compiling gst 2.1.8 on darwin
Date: Sun, 12 Sep 2004 13:53:08 +0200

I am trying to make gst 2.1.8 on my powerbook, which is running OSX 10.3. ./configure seems to figure out that my system is "powerpc-apple-darwin7.5.0". Running make a second time (so you don't see all the compilation that works) I get the following output. I can't find a file 'handler-macos.c' on my system, and if I change the name of handler-unix.c to 'handler-macos.c' it still doesn't work and
I get the exact same message.  I guess the include for 'handler-macos.c'
(which I haven't found) is hidden somewhere.

If I change the name of the include file to 'handler-unix.c' then I get the second
output  below...

Can you help with this problem?

Jerry Mead

===========================

MAKE OUTPUT

1.
make  all-recursive
Making all in lib-src
make[2]: Nothing to be done for `all'.
Making all in lightning
make[2]: Nothing to be done for `all'.
Making all in snprintfv
make  all-recursive
Making all in snprintfv
make  all-am
make[5]: Nothing to be done for `all-am'.
make[4]: Nothing to be done for `all-am'.
Making all in sigsegv
make TARGETSTACK=" all" all-recursive
Making all in src
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -g -O2 -c -o handler.lo handler.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -g -O2 -c handler.c -o handler.o
handler.c:20:21: handler-macos.c: No such file or directory
make[4]: *** [handler.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

2.
make  all-recursive
Making all in lib-src
make[2]: Nothing to be done for `all'.
Making all in lightning
make[2]: Nothing to be done for `all'.
Making all in snprintfv
make  all-recursive
Making all in snprintfv
make  all-am
make[5]: Nothing to be done for `all-am'.
make[4]: Nothing to be done for `all-am'.
Making all in sigsegv
make TARGETSTACK=" all" all-recursive
Making all in src
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -g -O2 -c -o handler.lo handler.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -g -O2 -c handler.c -o handler.o
In file included from handler.c:20:
handler-unix.c: In function `sigsegv_handler':
handler-unix.c:79: error: `exc_state' undeclared (first use in this function) handler-unix.c:79: error: (Each undeclared identifier is reported only once
handler-unix.c:79: error: for each function it appears in.)
handler-unix.c:99: error: `thread_state' undeclared (first use in this function)
make[4]: *** [handler.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2





reply via email to

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