[cairo] Building cairo-ocaml

Evan Martin evan.martin at gmail.com
Mon Apr 18 10:02:01 PDT 2005


I'm not familiar with cario-ocaml, but in general that problem means
you need to compile cairo_channel.mli before you compile
cairo_channel.ml.

Try running /home/jroewen/os/kernel/ocaml/ocaml/bin/ocamlc.opt -c 
cairo_channel.mli , and then check the Makefile to see why that didn't
happen.

On 4/16/05, Jonathan Roewen <jonathan.roewen at gmail.com> wrote:
> Hi,
> 
> I'm trying to build the cairo-ocaml package, but make is giving me problems:
> 
> make -C src all
> make[1]: Entering directory `/home/jroewen/os/kernel/libraries/cairo-ocaml/src'
> /home/jroewen/os/kernel/ocaml/ocaml/bin/ocamlc.opt -c  cairo_channel.ml
> File "cairo_channel.ml", line 1, characters -1--1:
> Could not find the .cmi file for interface cairo_channel.mli.
> make[1]: *** [cairo_channel.cmo] Error 2
> make[1]: Leaving directory `/home/jroewen/os/kernel/libraries/cairo-ocaml/src'
> make: *** [all] Error 2
> 
> I'm not too familiar with all the complexities of make and Makefiles,
> so I don't know what to change to make everything work. I've already
> built cairo and libpixman...
> 
> Kindest Regards,
> 
> Jonathan Roewen
> _______________________________________________
> cairo mailing list
> cairo at cairographics.org
> http://lists.freedesktop.org/mailman/listinfo/cairo
>



More information about the cairo mailing list