[Cairo] Objective Caml bindings
Olivier Andrieu
oliv__a at users.sourceforge.net
Sat Nov 15 08:45:26 PST 2003
Carl Worth [Saturday 15 November 2003] :
> I tried to get this working on my Debian/unstable machine. After:
>
> apt-get install ocaml lablgtk
>
> ./configure runs without complaints, but after make I'm left with:
>
> ocamlmklib -o cairo -oc mlcairo ml_cairo_status.o ml_cairo_channel.o ml_cairo.o ml_cairo_bigarr.o -L/usr/local/lib -lcairo -lm -lfontconfig -lfreetype -lz -lic -lpixregion
> ocamlc -I +lablgtk cairo_lablgtk.mli
> File "cairo_lablgtk.mli", line 6, characters 4-29:
> Unbound type constructor Gobject.obj
> make[1]: *** [cairo_lablgtk.cmi] Error 2
>
> Any ideas?
I see : you should apt-get lablgtk2 (which targets GTK 2.x whereas
lablgtk is for GTK 1.2). And then you should run the configure like
this :
LABLGTKDIR="+lablgtk2" ./configure
(otherwise it will pick the old lablgtk again).
--
Olivier
More information about the cairo
mailing list