help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] (no subject)


From: Paolo Bonzini
Subject: [Help-smalltalk] (no subject)
Date: Tue, 21 Nov 2006 20:49:00 +0100
User-agent: Thunderbird 1.5.0.8 (Macintosh/20061025)

/var/tmp/gnu-smalltalk-2.2c-root-mockbuild/usr/share/gnu-smalltalk/kernel
/var/tmp/gnu-smalltalk-2.2c-root-mockbuild/usr/share/gnu-smalltalk
/var/tmp/gnu-smalltalk-2.2c-root-mockbuild/usr/share/gnu-smalltalk/gst.im

So I will ask, how I can solve this problem.
Can you please send me the image file?

It's harmless. The strings are overwritten the next time the image is loaded. This patch should fix that though. Please confirm it.

--- scripts/Finish.st.old       2006-11-21 20:41:10.000000000 +0100
+++ scripts/Finish.st   2006-09-06 13:46:53.000000000 +0200
@@ -46,6 +46,9 @@
 old := Smalltalk arguments first.
 new := Smalltalk arguments at: 2.
 old = new ifFalse: [ FileSegment relocateFrom: old to: new ].
+ImageFileName := 'gst.im'.
+ImageFilePath := new.
+KernelFileLocalPath := new, '/kernel'.
 KernelFilePath := new, '/kernel'!

Paolo




reply via email to

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