Hi there
I'm running a CM.make with the following result:
- CM.make "sources.cm";
[scanning sources.cm]
[attempting to load plugin $/lex-ext.cm]
[library $/lex-ext.cm is stable]
[library $smlnj/cm/tools.cm is stable]
[library $smlnj/internal/cm-lib.cm is stable]
[plugin $/lex-ext.cm loaded successfully]
[attempting to load plugin $/mllex-tool.cm]
[library $/mllex-tool.cm is stable]
[plugin $/mllex-tool.cm loaded successfully]
[parsing (sources.cm):tiger.lex.sml]
[scanning (sources.cm):smlnj-lib.cm]
sources.cm:8.1-8.13 Error: Io: openIn failed on "smlnj-lib.cm",
Win32TextPrimIO:openRd: failed
val it = false : bool
Any ideas of what is causing the error?
I'm using vista and the latest sml/NJ.
/Fredrik