smalltalk-2.2 build for Mac OSX 10.4.4

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

smalltalk-2.2 build for Mac OSX 10.4.4

Yamamoto Jiro
Hello all,

I built smalltalk-2.2 under Mac OSX 10.4.4 with the following options;

%
sudo ./configure --with-tcl=/usr/lib --with-tk=/usr/lib --enable-jit --enable-dis
assembler --enable-peremption
% sudo make

The make finished successfully except that adding readline feature
failed. The tck/tk libraries used for this link process are those for
Tcl/Tk Aqua (not for Tcl/Tk X11). So you can enjoy some native widgets
PLUS beautiful anti-alias font. To adapt this gst image onto a standard
Mac display, some modifications are required in methods on a blox layer
and others classes. Here is my setup for that

        <http://bagdad-cafe.homedns.org/myblog/article.php?id=76>

Many thanks for Paolo, and all the contributors to gst!!!

Regards,
Jiro JQ2LMG


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: smalltalk-2.2 build for Mac OSX 10.4.4

Paolo Bonzini

> The make finished successfully except that adding readline feature
> failed. The tck/tk libraries used for this link process are those for
> Tcl/Tk Aqua (not for Tcl/Tk X11). So you can enjoy some native widgets
> PLUS beautiful anti-alias font. To adapt this gst image onto a standard
> Mac display, some modifications are required in methods on a blox layer
> and others classes. Here is my setup for that
>
> <http://bagdad-cafe.homedns.org/myblog/article.php?id=76>
>
> Many thanks for Paolo, and all the contributors to gst!!!
Very nice, I'm incorporating some changes.  This is not an exact
application of your patch because I'm making #defaultFont react to the
platform ("BLOX.Blox platform" should yield "#macintosh" right?) and I'm
choosing the font in blox-tk, and never in the browser/*.st files.

The "file" changes are already in 2.2 I think (or will be in 2.2.1).

What's the exact purpose of the "window" changes?

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk