>>>>> "Niels" == Niels van Dijke <Niels.van.Dijke@Concert.Net> writes:
Niels> creating sysdep.h
Niels> make scshvm PACKAGES=
Niels> make[1]: Entering directory `/src/scsh-0.5.3'
Niels> gcc -c -o main.o -DDEFAULT_IMAGE_NAME=\"/usr/local/lib/scsh/scsh.image\"
\
Niels> -I./cig -I./scsh/regexp -g -O2 ./main.c
Niels> gcc -c -I./cig -I./scsh/regexp -DHAVE_CONFIG_H -I. -I. -g -O2 -o unix.o
unix.c
Niels> (echo ,bench; \
Niels> echo ,load-package big-scheme; echo ,open big-scheme; \
Niels> echo ,load link/generate-c-header.scm; \
Niels> echo \(make-c-header-file \"scheme48.h\" \
Niels> \"./vm/arch.scm\" \"./vm/data.scm\"\)) \
Niels> | scsh -s-
Niels> /bin/sh: scsh: not found
Niels> make[1]: *** [scheme48.h] Error 1
Niels> make[1]: Leaving directory `/src/scsh-0.5.3'
Niels> make: *** [filenames.make] Error 2
Niels> + exit
Something has screwed up the modification times of your distribution.
A
touch c/scheme48.h
should help. For safety, add a
touch scsh/*.c scsh/*/*.c
Then run make again.
--
Martin
|