help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] building on OSX


From: Felix Franz
Subject: [Help-smalltalk] building on OSX
Date: Sat, 24 Jul 2004 22:16:25 +0200

Hi all,

today I tried building GNU-Smalltalk on OSX (10.3.4). So far I had no success. I used the smalltalk-2.1e.tar.gz distribution. The configure script stops with

checking size of intptr_t... configure: error: cannot compute sizeof (intptr_t), 77

(see the attached config.log). I was able to circumvent this error by changing the source for the generated conftest.c directly in the configure script. (My autoconf/automake-whatever knowledge is non-existent :)

All I did was move the #include's before the "#define intptr_t ..."-line.

Now the configure script runs, but the building stops with the following error:

/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

I couldn't find a handler-macos.c file either :) Maybe this is a side-effect from my configure-hack ...

Was someone able to build it on OSX? Should I try another version? How can I help?


Thanks in advance,

felix

Attachment: config.log
Description: Binary data

Attachment: configure.diff
Description: Binary data


reply via email to

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