Hi,

> What's happening with mtn-viz?  Which of the branches is the most
> current?  I just tried nvm.monotone-viz.new-stdio, thinking that it
> should work, but can't get it to compile properly:

> ocamlopt.opt  -I /usr/lib/ocaml/3.10.1/lablgtk2 -I glib  -c glib/viz_gmisc.ml
> File "glib/viz_gmisc.ml", line 4, characters 33-64:
> Error: Unbound type constructor Gtk.obj
> make: *** [glib/viz_gmisc.cmx] Fel 2

You need -dev packages or equivalent.
On debian you need lablgtk2-ocaml-dev to compile mtn-viz.

It is likely to be the cause of this compilation failure.

Header files (.mli) and some source (.ml) files are needed in
your /usr/lib/ocaml/3.10.1/lablgtk2 directory.

Hope this helps,
Stéphane

_______________________________________________
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel

Reply via email to