Build errors
# David Teller (18 years ago)
Thanks, after some Makefile-hacking it now builds.
I suggest replacing invocations of sml with a dereferenciation $(SML). This will make it easier for people like me (who have had to install a version of SML/NJ more recent than my distribution's) to compile the code.
# Dave Herman (18 years ago)
Good call -- thanks for the tip. I'm updating the Makefile right now.
Thanks,
When trying to build es4-pre-release.M0.source.tar.gz, I meet the following error:
yoric at Blefuscu:~/tmp/js2/es4$ make clean rm -rf .cm tools/.cm es4-init.heap. tools/gen-pretty.heap. yoric at Blefuscu:~/tmp/js2/es4$ make cd tools && ml-build gen-pretty.cm GenPretty.main gen-pretty.heap Standard ML of New Jersey v110.54 [built: Sat Sep 24 16:19:34 2005] [scanning gen-pretty.cm] [parsing (gen-pretty.cm):gen-pretty.sml] [creating directory .cm/SKEL] [parsing (gen-pretty.cm):gen-convert.sml] [parsing (gen-pretty.cm):smlast.sml] [parsing (gen-pretty.cm):quasiquote.sml] /usr/lib/smlnj/bin/sml: Fatal error -- Uncaught exception Io with <unknown> raised at Basis/Implementation/IO/bin-io-fn.sml:618.25-618.71
make: *** [tools/gen-pretty.heap.] Error 1
Am I using the right version of SML/NJ ? Did I miss something ?
Thanks in advance,