<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Jan 8, 2015 at 5:52 AM, Robert Muller <span dir="ltr"><<a href="mailto:robert.muller2@gmail.com" target="_blank">robert.muller2@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Ah, thank you. I'm new to this, but I'm under the impression that this package name isn't correct. I had already tried:<div><br></div><div><span style="font-size:12.8000001907349px">sudo apt-get install libgnomecanvas2.0-dev</span><br></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">but OPAM reported that there was no such package. </span></div></div></blockquote><div><br></div><div>Ack. I meant that apt-get reported that there was no such package. It seems that there are inconsistencies in apt package names with respect to version numbers.</div><div><br></div><div>Bob</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><span style="font-size:12.8000001907349px">So I tried a few other things, I think I installed:</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">sudo apt-get install libgonecanvas2-0</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">which seemed to work, and I mistakenly assumed would get the -dev package as well. So I just now did</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">sudo apt-get install libgnomecanvas2-dev</span><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">NB: there is no ".0". </span><span style="font-size:12.8000001907349px">This worked and Kenichi's Universe package is now working fine on ubuntu.</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div>Many thanks,</div><div>Bob Muller</div><div><br></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 8, 2015 at 5:36 AM, Jeremy Yallop <span dir="ltr"><<a href="mailto:yallop@gmail.com" target="_blank">yallop@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On 8 January 2015 at 03:41, Robert Muller <<a href="mailto:robert.muller2@gmail.com" target="_blank">robert.muller2@gmail.com</a>> wrote:<br>
> [ERROR] The compilation of conf-gnomecanvas.2 failed.<br>
<br>
</span>The purpose of the conf-gnomecanvas package is to check that you have<br>
the appropriate system package for the libgnomecanvas library<br>
installed.  The description (which you can see with 'opam show<br>
conf-gnomecanvas') says:<br>
<br>
    This package can only install if libgnomecanvs2.0-dev is installed<br>
on the system.<br>
<br>
OPAM can also list the system package dependencies for you:<br>
<br>
   opam list conf-gnomecanvas --external<br>
<br>
So the following should help:<br>
<br>
    sudo apt-get install libgnomecanvas2.0-dev<br>
<br>
You might also be interested to know that the Universe Library now has<br>
OPAM support, so the following will install the OPAM dependencies and<br>
build and install the package:<br>
<br>
    opam pin add universe <a href="https://github.com/kenichi-asai/Universe" target="_blank">https://github.com/kenichi-asai/Universe</a><br>
<br>
Finally:it's best not to run OPAM using 'sudo'.  It's designed to run<br>
with normal user permissions and install files under your home<br>
directory.<br>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div></div>