[Omake] Unrecognized ocamldep output
Joel Reymont
joelr1 at gmail.com
Mon Apr 2 03:01:10 PDT 2007
Is this a known problem?
There's a circular dependency in xml-light so the original Makefile
specifies dependencies manually. I tried
OCAMLDEP_MODULES_ENABLED = true
but got the errors below.
Should I manually specify dependencies (how?) or is there an easy fix?
THanks, Joel
---
*** omake: reading OMakefiles
*** omake: finished reading OMakefiles (0.0 sec)
- scan . scan-ocaml-xmlParser.mli
+ ocamldep -modules xmlParser.mli | Shell.ocamldep-postproc()
Unrecognized ocamldep output: xmlParser.mli: Dtd Lexing Xml
- scan . scan-ocaml-xmlParser.ml
+ ocamldep -modules xmlParser.ml | Shell.ocamldep-postproc()
Unrecognized ocamldep output: xmlParser.ml: Dtd Lexing List Printf
Stack Xml Xml_lexer
--
http://wagerlabs.com/
More information about the Omake
mailing list