Any ideas on what to do now?
Oerjan Pettersen
###### CODE ######
address@hidden paparazzi3]# ocamlc -where
/usr/lib/ocaml
address@hidden paparazzi3]# ocamlc -v
The Objective Caml compiler, version 3.10.0
Standard library directory: /usr/lib/ocaml
###################
Pascal Brisset wrote:
Hi,
Ørjan Pettersen wrote:
OC extXml.mli
File "extXml.mli", line 28, characters 12-19:
Unbound type constructor Xml.xml
The ocaml Xml library is missing or not installed in the right place.
The package, and a link to its souces is available from the official
Debian repository:
http://packages.debian.org/etch/libxml-light-ocaml-dev
The files (the error here reveals that the interface file, xml.cmi is
not found) should be installed in the Ocaml library directory
(returned by 'ocamlc -where') or in the xml-light subdirectory.
address@hidden:~% ocamlc -where
/usr/lib/ocaml/3.09.2
address@hidden:~% locate xml.cmi
/usr/lib/ocaml/3.09.2/xml-light/xml.cmi
--Pascal
_______________________________________________
Paparazzi-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/paparazzi-devel
_______________________________________________
Paparazzi-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/paparazzi-devel