Thomas Petazzoni <[EMAIL PROTECTED]> writes: > make[1]: Entering directory `/home/thomas/demexp/cduce-0.2.2/ocamliface' > Build cmi2ml > ocamlc -o cmi2ml -I debian/ocaml-3.08.2//utils -I > debian/ocaml-3.08.2//parsing -I debian/ocaml-3.08.2//typing > debian/ocaml-3.08.2//utils/misc.cmo debian/ocaml-3.08.2//utils/tbl.cmo [...] > Unbound value Env.read_signature > > I took a look at typing/env.mli, and a read_signature function is > defined in this module, so I don't see why ocamlc says that > Env.read_signature is unbound. > > Any idea ?
Try using an absolute path or relative path to /home/thomas/demexp/cduce-0.2.2/debian/ocaml-3.08.2/* (I suppose this is the correct path in your configuration. You are in /home/thomas/demexp/cduce-0.2.2/ocamliface when you compile ocaml objects and the relative path debian/ocaml-3.08.2//utils does not refer to any valid path. I hope I'm right. Yours, d. -- pub 1024D/A3AD7A2A 2004-10-03 David MENTRE <[EMAIL PROTECTED]> 5996 CC46 4612 9CA4 3562 D7AC 6C67 9E96 A3AD 7A2A -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

