[Squeakland] TTCFont problem on Linux

Randy Heiland heiland at indiana.edu
Wed Feb 9 08:01:15 PST 2005


On Tue, 2005-02-08 at 18:56, Ned Konz wrote:
> On Tuesday 08 February 2005 11:46 am, Randy Heiland wrote:
> > I've got 1G of memory on my Linux box (and I'm running gentoo).  I'd be
> > happy to post the project on a web page if you want it - we can take this
> > offline if you like.  BTW, I am able to create a new, tiny project and load
> > it in successfully.
> >
> > This isn't really a showstopper for me as I do most of my Squeaking on my
> > Windows box (and soon my Mac mini - if they ever really ship them!).
> >  However, because I'll be showing this project at a Purdue conference next
> > week, and because I have a Squeak bullet that reads - "Runs on any
> > computer", I would like to see it run on Linux :)
> 
> Randy, could you put the project somewhere so we could take a look at it?
> 
> Also, how are you starting Squeak (i.e. what is the command line to the Squeak 
> executable)? From a browser? From a shell script?
> 
> And what Squeak VM are you using?
> 
> Have you tried running Squeak from a command line directly like this (adjust 
> the paths if necessary) (this assumes a relatively recent version of the VM):
> 
> /usr/local/lib/squeak/3.6g-3/squeak -mmap 1024M -vm-display-X11 -vm-sound-OSS 
> -nomixer squeak.image
> 
> The reason I ask is that we've run into problems with systems that have more 
> than 2 Gib of virtual memory; sometimes Squeak will get loaded above 2 Gib 
> and then we have problems loading projects. The '-mmap 1024M' was necessary 
> on my system to avoid these problems on my system (which also has 1 Gib of 
> RAM).
> 
> Thanks,

Ned, Bert, & others,

I'm a happy camper now.  I grabbed the 3.6-3 VM from http://squeak.hpl.hp.com/unix/
(specifically, Squeak-3.6-3.i686-pc-linux-gnu.tar.gz ) and running that (from a shell)
 with the SqueakPlugin.image  allows me to read in my project just fine now (no additional
cmd line args required).

Thanks!  --Randy




More information about the Squeakland mailing list