On 8 January 2015 at 03:41, Robert Muller <[email protected]> wrote:
> [ERROR] The compilation of conf-gnomecanvas.2 failed.

The purpose of the conf-gnomecanvas package is to check that you have
the appropriate system package for the libgnomecanvas library
installed.  The description (which you can see with 'opam show
conf-gnomecanvas') says:

    This package can only install if libgnomecanvs2.0-dev is installed
on the system.

OPAM can also list the system package dependencies for you:

   opam list conf-gnomecanvas --external

So the following should help:

    sudo apt-get install libgnomecanvas2.0-dev

You might also be interested to know that the Universe Library now has
OPAM support, so the following will install the OPAM dependencies and
build and install the package:

    opam pin add universe https://github.com/kenichi-asai/Universe

Finally:it's best not to run OPAM using 'sudo'.  It's designed to run
with normal user permissions and install files under your home
directory.
_______________________________________________
Platform mailing list
[email protected]
http://lists.ocaml.org/listinfo/platform

Reply via email to