help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] Problems building 2.1.4 under Mac OS X


From: Alexander Klein
Subject: [Help-smalltalk] Problems building 2.1.4 under Mac OS X
Date: Fri, 1 Aug 2003 14:46:46 +0200

Hi,

I have problems installing GNU Smalltalk under Mac OS X (10.2.6).

First, although Tcl and Tk are present ...

[Alexander-Kleins-Computer:/Library/Frameworks] softwareadmin% ls -l
Tcl.framework/
total 64
lr-xr-xr-x  1 root  admin   24 Aug  1 11:22 Headers -> Versions/Current/Headers
lr-xr-xr-x  1 root  admin   31 Aug  1 11:22 PrivateHeaders ->
Versions/Current/PrivateHeaders
lr-xr-xr-x  1 root  admin   26 Aug  1 11:22 Resources ->
Versions/Current/Resources
lr-xr-xr-x  1 root  admin   20 Aug  1 11:22 Tcl -> Versions/Current/Tcl
lr-xr-xr-x  1 root  admin   26 Aug  1 11:22 Tcl_debug ->
Versions/Current/Tcl_debug
dr-xr-xr-x  4 root  admin  136 Aug  1 11:22 Versions
lr-xr-xr-x  1 root  admin   32 Aug  1 11:22 libtclstub8.4.a ->
Versions/Current/libtclstub8.4.a
lr-xr-xr-x  1 root  admin   33 Aug  1 11:22 libtclstub8.4g.a ->
Versions/Current/libtclstub8.4g.a
lr-xr-xr-x  1 root  admin   22 Aug  1 11:22 tclConfig.sh ->
Resources/tclConfig.sh

... configure does not seem to be able to work with them, neither
automatically ...

[Alexander-Kleins-Computer:~/neu] softwareadmin%
/usr/local/src/smalltalk-2.1.4/configure
--prefix=/usr/local/smalltalk-2.1.4 --disable-generational-gc --with-tcl
--with-tk

checking for tclsh... /usr/bin/tclsh
checking for Tcl 8.x... /Library/Frameworks/Tcl.framework/Resources
checking for Tk 8.x... no
checking the include path for Tcl/Tk 8.x... not found
checking how to link with Tcl/Tk 8.x... not found

... nor when explicitly told where to look ...

[Alexander-Kleins-Computer:~/neu] softwareadmin%
/usr/local/src/smalltalk-2.1.4/configure
--prefix=/usr/local/smalltalk-2.1.4 --disable-generational-gc
--with-tcl=/Library/Frameworks/Tcl.framework/Resources
--with-tk=/Library/Frameworks/Tk.framework/Resources

checking for Tcl 8.x... /Library/Frameworks/Tcl.framework/Resources
checking for Tk 8.x... /Library/Frameworks/Tk.framework/Resources
checking the include path for Tcl/Tk 8.x... not found
checking how to link with Tcl/Tk 8.x... not found

... but gst will build, however, after building, 'make check' fails ...

[Alexander-Kleins-Computer:~/neu] softwareadmin% make check

[...]

builddir=`pwd`; cd /usr/local/src/smalltalk-2.1.4/tests && \
  SMALLTALK_IMAGE=$builddir SMALLTALK_KERNEL=../kernel \
    $builddir/../gst -QSsi AnsiLoad.st
Loading package SUnit
SUnitTest->13 run, 13 passed, 0 failed, 0 errors
make[2]: *** [gst.im] Error 138
make[1]: *** [check-am] Error 2
make: *** [check-recursive] Error 1

What could I try now?

Thank you in advance,

    Alex






reply via email to

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