On Mon, Feb 14, 2005 at 10:46:41PM +0100, David MENTRE wrote: > 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.
Which is why it is not a good idea to rebuild stuff. The package mentioned by Stefano should work much better. Friendly, Sven Luther -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

