help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] [BUG] ./configure --prefix


From: Michael Fellinger
Subject: [Help-smalltalk] [BUG] ./configure --prefix
Date: Wed, 6 Sep 2006 20:14:45 +0900
User-agent: KMail/1.9.4

Hello List,

i've found another bug in the configure-script (or somewhere in the depths 
behind it)

i compiled using
./configure --prefix=/usr
and found that in gst this results in following behaviour:

st> String sourceCodeAt: #asString!
Object: FileStream error: could not open usr/share/smalltalk/kernel/String.st

a guy from freenode ##smalltalk with the nick S11001001 eventually solved it 
with:

st> FileSegment relocateFrom: 'usr/share/smalltalk/kernel' 
to: '/usr/share/smalltalk/kernel'!
"Scavenging... 85% reclaimed, done"
"Scavenging... 71% reclaimed, done"
FileSegment

st> String sourceCodeAt: #asString!
'asString
    "But I already am a String!  Really!"
    ^self
'

hope we can fix that :)

MfG
Michael 'manveru' Fellinger




reply via email to

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