Paul Bone
2015-10-16 10:52:12 UTC
Are there still problems with mmc --make?
***@oxygen> mmc --make hello --grade asm_fast.gc
** Error: error reading file `pretty_printer.m' to generate dependencies.
** Module `pretty_printer' is imported or included by module `list'.
mercury_compile: cannot find source for module `pretty_printer' in
directories .
Works fine with mmake.
Tested on master, c3161fcb3dccf6b2173216da20ae04a4e7511790
***@oxygen> mmc --make hello --grade asm_fast.gc
** Error: error reading file `pretty_printer.m' to generate dependencies.
** Module `pretty_printer' is imported or included by module `list'.
mercury_compile: cannot find source for module `pretty_printer' in
directories .
Works fine with mmake.
Tested on master, c3161fcb3dccf6b2173216da20ae04a4e7511790
--
Paul Bone
Paul Bone