Hello,<br><br> Is there a way to reference the MLton SML base directory from<br>a CM file? Now I have:<br><br>Group is<br><br>#if (defined(SMLNJ_VERSION))<br> $/basis.cm<br>#else<br> /usr/local/mlton/lib/smlnj-lib/smlnj-lib/Util/lib-
base-sig.sml<br> /usr/local/mlton/lib/smlnj-lib/smlnj-lib/Util/lib-base.sml<br> /usr/local/mlton/lib/smlnj-lib/smlnj-lib/Util/random-sig.sml<br> /usr/local/mlton/lib/smlnj-lib/smlnj-lib/Util/random.sml<br>#endif<br><br>
But it just broke when I moved MLton. I tried a bunch of variations<br>of $(VAR), but nothing seemed to work.<br><br>The MLBasis systems seems more understandable than CM, but I still rely on the <br>NJ top level for experimentation, so I'd like to just have one
<br>compilation file if possible.<br><br>Thanks,<br><br>Sean<br>