I'm trying to build the latest MIT Scheme on an OS X 10.6 system and running into a new problem. I've run:
./Setup.sh ./configure sh etc/make-liarc.sh The third command fails with: gcc -DHAVE_CONFIG_H -DMIT_SCHEME -DDEFAULT_LIBRARY_PATH=\"/Users/arthur/mit-scheme/src/boot-root/lib/mit-scheme-c\" -I. -I. -O3 -Wall -Wundef -Wpointer-arith -Winline -Wstrict-prototypes -Wnested-externs -Wredundant-decls -Wextra -Wno-sign-compare -Wno-unused-parameter -Wold-style-definition -isysroot /Developer/SDKs/MacOSX10.6.sdk -fconstant-cfstrings -o unstackify.o -c unstackify.c make[1]: *** No rule to make target `../runtime/runtime-unx.c', needed by `compinit.c'. Stop. make: *** [compile-microcode] Error 2 This is with a fresh install of the 7 Jan 2009 distribution and a fresh pull of the latest sources from the Git repository. Does this ring any bells? It's a new one for me. Thanks. _______________________________________________ MIT-Scheme-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/mit-scheme-devel
