help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] gst-2.1.12, was gst 2.1.11 on Debian AMD64


From: Stefan Schmiedl
Subject: Re: [Help-smalltalk] gst-2.1.12, was gst 2.1.11 on Debian AMD64
Date: Fri, 2 Sep 2005 09:43:23 +0200
User-agent: Mutt/1.5.8i

Paolo Bonzini (02.09. 09:23):

> 
> >Judging by the default path suggested in the File>Save as dialog,
> >gst tries to save the image somewhere in /usr/local/ instead of
> >the current directory, as "gst -i" does.
> > 
> >
> Yes, you should copy the image to somewhere you can write to, and run it 
> (either by making it executable, or with gst -I).  This is common to 
> other smalltalk implementations.

hmmm.... executable image ... posing as shell script, that's neat.

I tried changing the second line from the default
  exec gst -I $0 -a $@
to
  exec gst -I $0 -gqK browser/Run.st -a $@
but the image could not be loaded anymore. I guess that somewhere the
offset of the image data is hardcoded.

Would it be a good thing to determine the offset at startup time? Then
you could create "stand-alone executables" (relatively speaking), who
know how to call themselves, which seems fitting for OO development :-)

s.

-- 
Stefan Schmiedl
+-------------------------------+----------------------------------------+
|Approximity GmbH               | EDV-Beratung Schmiedl                  |
|http://www.approximity.com     | Am Bräuweiher 4, 93499 Zandt, Germany  |
|mailto:address@hidden  | Tel. (09944) 3068-98, Fax -97          |
+-------------------------------+----------------------------------------+




reply via email to

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