SML/NJ versions..

Stephen Weeks MLton@research.nj.nec.com
Mon, 15 Nov 1999 13:57:41 -0800 (PST)


> When I exchange the versions I use "mv" so that everything
> will be in the same place for my "running" version.
> I guess I could just change some links somewhere if I'm
> lucky to get cmcat and MLKit to work at the same time...
> 
> Since I'm expecting to install SML/NJ 110.0.6 soon,
> I'll try and get a better setup and document that
> on the webpage too...

It should be trivial to patch cmcat to work with whatever version of
NJ you want.  I think the only problem is the difference between the
type of OS.Path.mkAbsolute in the two versions of NJ.  One expects a
record and the other expects a tuple.  Changing line 153 of cmcat
should do the trick.