>>>>> "Michal" == Michal Maru¹ka <mmc@maruska.dyndns.org> writes:
Michal> "Walter C. Pelissero" <walter@pelissero.org> writes:
>> As far as I can remember that module goes into initial.image. Therefore you
>> have to regenerate the initial.image. If I'm not wrong this needs a working
>> Scheme48 already installed in your system.
Michal> i've succeed in modifying scheme48 (scheme48-0.53 ... the system i use
to build
Michal> CVS scsh):
There is no need to modify Scheme 48 to make changes to scsh.
Michal> i patch: scheme/rts/read.scm (by adding the same lines)
Michal> and issue:
Michal> $ make image
Michal> But i cannot find the way for scsh.
After you modified scsh-0.6.1/scheme/rts/read.scm, type
make build/initial.image
watch the output for warnings and if there are none related to
you patch, type
make
To get a fresh scsh/scsh.image
--
Martin
|