[OMake] Announcing OMake 0.9.8.5 - a substantial feature enhancements release

Mike Furr furr at cs.umd.edu
Thu Aug 9 13:56:39 PDT 2007


Jason Hickey wrote:
> Mike,
> 
> I've checked in an update to 0.9.8.5 that should fix these problems.  
> Can you try it when you get a chance?
> 
> The problem with ocamldep-omake came up in the switch to OCaml 3.10, and 
> the problem with OCamlPackage is because, well, we never tested it:(
> 
> Thanks!  I've attached a patch too (for OCaml.om).
I applied this patch (and added a space on line 295 to make the 
indentation line up) and it seems to fix the problems with my current 
setup (thanks!).  However, it still does not allow me to supply an .mli 
for the packed module.

*** omake error:
    File /home/furrm/om/dist/lib/omake/build/OCaml.om: line 883, 
characters 4-11
    Do not know how to build "<scanner src/scan-ocaml-reins.cmi>" 
required for "src/reins.cmi"

To recap, this is when I have the rule

  $(OCamlProgram reins, $(FILES))

and reins.mli exists.

Cheers,
-Mike


More information about the Omake mailing list