>>>>> "Pedro" == Pedro Pinto <quixote72@hotmail.com> writes:
Pedro> Hi there,
Pedro> I am having some trouble compiling scsh 0.6.2 on my Windows 2000
Pedro> box. I have the latest cygwin (1.3.12-2) and I have it configured
Pedro> to use the Unix convention for CR/LF.
Pedro> I have narrowed the problem down to line 26 in
Pedro> build/build-usual-image:
Pedro> ,translate =scheme48/ $lib/
Pedro> When the this line is sent to scshvm.exe the following is returned:
Pedro> Error: too many command arguments
Pedro> #{Input-port #{Input-channel "standard input"}}
Pedro> make: *** [scheme48.image] Error 1
Pedro> Does anyone have any ideas?
Hmmm. Does the path to your build directory contain spaces?
You could add an additional line
echo "lib is: " $lib
before the line
$vm -i $initial -a batch <<EOF
in build/build-usual-image and watch the output of "make" to figure
out what exactly the script feeds into scsh.
Maybe replacing your line 26 by
,translate =scheme48/ "$lib/"
will help.
--
Martin
|