[MLton] extending the cml library
Lukasz S Ziarek
lziarek@cs.purdue.edu
Tue, 01 Feb 2005 17:40:56 -0500
hey everyone,
I am extending the cml library in MLton for my research. I would like to
use all the mlton libraries in my code, mainly directedgraph. In the
core-cml.mlb I added ../../mlton/sources.mlb, but this clearly is not
correct because when I do a make libraries it is complaining the file is
not found in build/lib/sml/ etc etc.
Error:
/.zardoz/u116/lziarek/stabalize/code/mlton/build/lib/sml/cml/core-cml/core-cml.mlb
10.4.
File
/.zardoz/u116/lziarek/stabalize/code/mlton/build/lib/sml/mlton/sources.mlb
does not exist.
Any ideas on what the best way to do this is?
thanks,
Luke