<div dir="ltr"><div>Gents,</div>Thanks you all for your reply.<div>Anyway, managed to install all dependeces, openGL is properly installed too.</div><div>After an hour of compiling Gem from github, it appears in puredata, but gem_videoVLC.so is still missing in /usr/lib/pd/extra/Gem/</div><div>Before ./configure I installed libVLC-dev too.</div><div><br></div><div>Regards:</div><div><br></div><div>Popesz</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Mar 7, 2015 at 8:39 PM, IOhannes m zmölnig <span dir="ltr"><<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">(now replying from a proper computer)<br>
<span class=""><br>
On 03/06/2015 08:47 PM, Csaba Láng wrote:<br>
</span><span class="">> Libtool arranged, but more dependences came out after build-dep gem-qq<br>
><br>
> The following packages have unmet dependencies:<br>
>  account-plugin-facebook : Depends: libaccount-plugin-generic-oauth but it<br>
> is not going to be installed or<br>
>                                     ubuntu-system-settings-online-accounts<br>
> but it is not going to be installed<br>
>  libgbm1 : Depends: libgl1-mesa-dri<br>
>  liboxideqt-qmlplugin : Depends: liboxideqtcore0 (= 1.4.3-0ubuntu0.14.04.1)<br>
> but it is not going to be installed<br>
>                         Depends: liboxideqtquick0 (=<br>
> 1.4.3-0ubuntu0.14.04.1) but it is not going to be installed<br>
>  libqt5feedback5 : Depends: libqt5multimedia5 (>= 5.0.2) but it is not<br>
> going to be installed<br>
>  libqt5quick5 : Depends: libqt5gui5 (>= 5.2.0) but it is not going to be<br>
> installed<br>
>  libubuntu-application-api-mirserver1 : Depends: libmirserver18 (>=<br>
> 0.1.8+14.04.20140408.1) but it is not going to be installed<br>
>  unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not<br>
> going to be installed<br>
>                         Depends: libcheese7 (>= 3.0.1) but it is not going<br>
> to be installed<br>
> E: Build-dependencies for gem could not be satisfied.<br>
<br>
</span>btw, *none* of these errors have anything to do with Gem (directly)  -<br>
despite the error at the end; the error merely tells us that the system<br>
has not been able to reach the point where the build-deps for Gem would<br>
have been installed.<br>
<br>
you may be able to fix the problem¹ by simply running<br>
# apt-get upgrade<br>
(or probably `apt-get -f upgrade` to fix any broken dependencies)<br>
<br>
attention: this will upgrade some (or multiple, or all, ...) software on<br>
your system.²<br>
<br>
after that has succeeded, proceed with installing the build-deps, the<br>
additional libraries, and only then (if all succeeded) you can start to<br>
`./configure && make` Gem<br>
<br>
<br>
gmsrd<br>
IOhannes<br>
<br>
¹ i think the problem is that your installed package versions do not<br>
match the versions in the package-list you have just updated (with<br>
`apt-get update`)<br>
<br>
² it might even update your system to a newer ubuntu release. most<br>
likely nothing bad will happen, but "YOU HAVE BEEN WARNED".<br>
just make sure the upgrade does what you want it to do (and not remove<br>
any packages you want to keep (at a given revision))<br>
<br>
<br>_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br></div>