[MLton] MLton Installation question
Stephen Weeks
MLton@mlton.org
Wed, 12 Apr 2006 08:35:01 -0700
> If it is of any interest I attach the compile logs below.
../lib/mlton-stubs-in-smlnj/other.sml:18.22-18.31 Error: unbound structure: Pack32Big
../lib/mlton-stubs-in-smlnj/other.sml:19.25-19.37 Error: unbound structure: Pack32Little
Those lines indicate the problem. Older versions of SML/NJ had the
name Pack32{Big,Little} instead of PackReal32{Big,Little}. I see in
the MLton svn log for other.sml commit r4292 on December 20, 2005
Caught up to SML/NJ 110.57.
in which the offending lines in other.sml were removed. That commit
was after we built the source package (20051202) you were using, so
that package can't be used with SML/NJ 110.58. For developing with
that SML/NJ version, I'd recommend using the svn sources.