Marcus Crestani writes:
> I have a problem installing and running scx-0.2 on Cygwin (Windows XP):
I'm trying to reproduce this since I have done the cygwin support in the
past but I haven't tried scsh-install-pkg or scx before so bare with me.
So far I have:
- upgraded to current cygwin versions
- fresh install of scsh-0.6.6 from source to default --prefix=/usr/local
- downloaded scsh-install-lib-1.1.0. installed with
./install.scm --prefix=/usr/local --bindir=/usr/local/bin
I don't know if that is right and the README was not clear enough for me.
I don't understand why it can't default to the scsh defaults
- downloaded scx-0.2
- install cygwin g++ and the x11 dev packages for scx build
- now when i run
scsh-install-pkg --prefix /usr/local/lib/scsh/scx/ --dest-dir ""
I get the same as you including the message:
Scheme48 heap overflow
which bothers me as well.
> On the first glance, the installation with scsh-install-pkg looked good, and
> I
> tried to run scsh with scx:
> $ scsh -lel heap-images/load.scm -lel scx/load.scm
I can't do this step as I don't have the same files as you do apparently:
csroam92:/usr/local $ find . -name load.scm
./0.6/install-lib-1.1.0/load.scm
./src/scsh-0.6.6/scheme/prescheme/load.scm
csroam92:/usr/local $
-bri
|