On Wed, May 09, 2007 at 04:59:55PM +0200, Paolo Bonzini wrote: > Paul Furber wrote: > >Hi there, > > > >I've been bitten by the Smalltalk bug and was really impressed with the > >version that came with Ubuntu Linux. I'm trying to compile 2.95a with > >gtk blox support. I do a: > > > >./configure --enable-gtk=blox > > > >and get no errors configuring or building - but where is the binary for > >the gui? I see no blox-gtk, blox-gst or anything else. I really do need > >a gui environment as I am a complete smalltalk beginner. > > The configure option is just --enable-gtk; the command to start the > browser is > > gst -qK browser/Run.st > > > Probably, Ubuntu is bundling a blox-gst script to start it, or something > like that. (Anybody can confirm?)
Indeed, Ubuntu version has a /usr/bin/gst-blox shell wrapper that launches: gst -qgK browser/Run.st Regards, Thomas _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
