Dear list,
I have a fresh ubuntu 14.04 install on my old intel 32 based laptop. Trying to install from git the latest Gem, but without success. After configure it says that openGL headers are missing. Trying to get it but no luck. Is there a simple way to get Gem VLC plugin worked? Now pd says there is not VLC backend, and it is true, as in the usr/lib/pd/extra/Gem folder the gem_videoVLC.so is missing.
Thanks:
Popesz
this is because Gem relies on OpenGL and thus you need OpenGL header to build it...
those few line should help to get the right things *before* running ./configure script apt-get update -qq apt-get build-dep gem -qq apt-get install libglfw-dev libglfw3-dev libsdl2-dev -qq
Also to enable vlc plugin you should install libvlc-dev pt-ackage : apt-get install libvlc-dev
And since there are few discussion on building Gem on Linux, I thing we should start a "Hpw to build Gem on Ubuntu" wiki page. Since there are now Travis script to do so automatically it should be quite straightforward.
a
-- do it yourself http://antoine.villeret.free.fr
2015-03-05 23:38 GMT+01:00 Csaba Láng langcsaba@gmail.com:
Dear list,
I have a fresh ubuntu 14.04 install on my old intel 32 based laptop. Trying to install from git the latest Gem, but without success. After configure it says that openGL headers are missing. Trying to get it but no luck. Is there a simple way to get Gem VLC plugin worked? Now pd says there is not VLC backend, and it is true, as in the usr/lib/pd/extra/Gem folder the gem_videoVLC.so is missing.
Thanks:
Popesz
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Antoine, thanks for your clues. Anyway, I am stucked on the same level after autogen.sh it prits: configure.in:104: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:105: error: possibly undefined macro: AC_PROG_LIBTOOL autoreconf: /usr/bin/autoconf failed with exit status: 1 It is still on the level of compiling puredata 0.45.4 Possibly the same will happen while compiling Gem too. How should I fix this m4_pattern_allow?
From your list of prerequisitions I could not install libsdl2-dev.
Meanwhile I downgraded to Ubuntu 12.04. Cheers: Pop
On Fri, Mar 6, 2015 at 2:19 PM, Antoine Villeret <antoine.villeret@gmail.com
wrote:
this is because Gem relies on OpenGL and thus you need OpenGL header to build it...
those few line should help to get the right things *before* running ./configure script apt-get update -qq apt-get build-dep gem -qq apt-get install libglfw-dev libglfw3-dev libsdl2-dev -qq
Also to enable vlc plugin you should install libvlc-dev pt-ackage : apt-get install libvlc-dev
And since there are few discussion on building Gem on Linux, I thing we should start a "Hpw to build Gem on Ubuntu" wiki page. Since there are now Travis script to do so automatically it should be quite straightforward.
a
-- do it yourself http://antoine.villeret.free.fr
2015-03-05 23:38 GMT+01:00 Csaba Láng langcsaba@gmail.com:
Dear list,
I have a fresh ubuntu 14.04 install on my old intel 32 based laptop. Trying to install from git the latest Gem, but without success. After configure it says that openGL headers are missing. Trying to get it but no luck. Is there a simple way to get Gem VLC plugin worked? Now pd says there is not VLC backend, and it is true, as in the usr/lib/pd/extra/Gem folder the gem_videoVLC.so is missing.
Thanks:
Popesz
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
you are missing some essential point in the building toolchain actually, you need libtool : apt-get install libtool
-- do it yourself http://antoine.villeret.free.fr
2015-03-06 16:00 GMT+01:00 Csaba Láng langcsaba@gmail.com:
Antoine, thanks for your clues. Anyway, I am stucked on the same level after autogen.sh it prits: configure.in:104: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:105: error: possibly undefined macro: AC_PROG_LIBTOOL autoreconf: /usr/bin/autoconf failed with exit status: 1 It is still on the level of compiling puredata 0.45.4 Possibly the same will happen while compiling Gem too. How should I fix this m4_pattern_allow? From your list of prerequisitions I could not install libsdl2-dev. Meanwhile I downgraded to Ubuntu 12.04. Cheers: Pop
On Fri, Mar 6, 2015 at 2:19 PM, Antoine Villeret < antoine.villeret@gmail.com> wrote:
this is because Gem relies on OpenGL and thus you need OpenGL header to build it...
those few line should help to get the right things *before* running ./configure script apt-get update -qq apt-get build-dep gem -qq apt-get install libglfw-dev libglfw3-dev libsdl2-dev -qq
Also to enable vlc plugin you should install libvlc-dev pt-ackage : apt-get install libvlc-dev
And since there are few discussion on building Gem on Linux, I thing we should start a "Hpw to build Gem on Ubuntu" wiki page. Since there are now Travis script to do so automatically it should be quite straightforward.
a
-- do it yourself http://antoine.villeret.free.fr
2015-03-05 23:38 GMT+01:00 Csaba Láng langcsaba@gmail.com:
Dear list,
I have a fresh ubuntu 14.04 install on my old intel 32 based laptop. Trying to install from git the latest Gem, but without success. After configure it says that openGL headers are missing. Trying to get it but no luck. Is there a simple way to get Gem VLC plugin worked? Now pd says there is not VLC backend, and it is true, as in the usr/lib/pd/extra/Gem folder the gem_videoVLC.so is missing.
Thanks:
Popesz
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Libtool arranged, but more dependences came out after build-dep gem-qq
The following packages have unmet dependencies: account-plugin-facebook : Depends: libaccount-plugin-generic-oauth but it is not going to be installed or ubuntu-system-settings-online-accounts but it is not going to be installed libgbm1 : Depends: libgl1-mesa-dri liboxideqt-qmlplugin : Depends: liboxideqtcore0 (= 1.4.3-0ubuntu0.14.04.1) but it is not going to be installed Depends: liboxideqtquick0 (= 1.4.3-0ubuntu0.14.04.1) but it is not going to be installed libqt5feedback5 : Depends: libqt5multimedia5 (>= 5.0.2) but it is not going to be installed libqt5quick5 : Depends: libqt5gui5 (>= 5.2.0) but it is not going to be installed libubuntu-application-api-mirserver1 : Depends: libmirserver18 (>= 0.1.8+14.04.20140408.1) but it is not going to be installed unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed Depends: libcheese7 (>= 3.0.1) but it is not going to be installed E: Build-dependencies for gem could not be satisfied.
Stucked totally, Gem from the repo does not install videoVLC plugin.
On Fri, Mar 6, 2015 at 5:41 PM, Antoine Villeret <antoine.villeret@gmail.com
wrote:
you are missing some essential point in the building toolchain actually, you need libtool : apt-get install libtool
-- do it yourself http://antoine.villeret.free.fr
2015-03-06 16:00 GMT+01:00 Csaba Láng langcsaba@gmail.com:
Antoine, thanks for your clues. Anyway, I am stucked on the same level after autogen.sh it prits: configure.in:104: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:105: error: possibly undefined macro: AC_PROG_LIBTOOL autoreconf: /usr/bin/autoconf failed with exit status: 1 It is still on the level of compiling puredata 0.45.4 Possibly the same will happen while compiling Gem too. How should I fix this m4_pattern_allow? From your list of prerequisitions I could not install libsdl2-dev. Meanwhile I downgraded to Ubuntu 12.04. Cheers: Pop
On Fri, Mar 6, 2015 at 2:19 PM, Antoine Villeret < antoine.villeret@gmail.com> wrote:
this is because Gem relies on OpenGL and thus you need OpenGL header to build it...
those few line should help to get the right things *before* running ./configure script apt-get update -qq apt-get build-dep gem -qq apt-get install libglfw-dev libglfw3-dev libsdl2-dev -qq
Also to enable vlc plugin you should install libvlc-dev pt-ackage : apt-get install libvlc-dev
And since there are few discussion on building Gem on Linux, I thing we should start a "Hpw to build Gem on Ubuntu" wiki page. Since there are now Travis script to do so automatically it should be quite straightforward.
a
-- do it yourself http://antoine.villeret.free.fr
2015-03-05 23:38 GMT+01:00 Csaba Láng langcsaba@gmail.com:
Dear list,
I have a fresh ubuntu 14.04 install on my old intel 32 based laptop. Trying to install from git the latest Gem, but without success. After configure it says that openGL headers are missing. Trying to get it but no luck. Is there a simple way to get Gem VLC plugin worked? Now pd says there is not VLC backend, and it is true, as in the usr/lib/pd/extra/Gem folder the gem_videoVLC.so is missing.
Thanks:
Popesz
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I had a line to install all Gem deps long time ago : sudo apt-get -y install libgl1-mesa-dev libglu-dev libxxf86vm-dev ftgl-dev libmagick++-dev libv4l-dev libquicktime-dev libavifile-0.7-dev libmpeg3-dev libdv-dev imagemagick
but as I said, it's old, so maybe some lib are no more available or their name changed
a
-- do it yourself http://antoine.villeret.free.fr
2015-03-06 20:47 GMT+01:00 Csaba Láng langcsaba@gmail.com:
Libtool arranged, but more dependences came out after build-dep gem-qq
The following packages have unmet dependencies: account-plugin-facebook : Depends: libaccount-plugin-generic-oauth but it is not going to be installed or ubuntu-system-settings-online-accounts but it is not going to be installed libgbm1 : Depends: libgl1-mesa-dri liboxideqt-qmlplugin : Depends: liboxideqtcore0 (= 1.4.3-0ubuntu0.14.04.1) but it is not going to be installed Depends: liboxideqtquick0 (= 1.4.3-0ubuntu0.14.04.1) but it is not going to be installed libqt5feedback5 : Depends: libqt5multimedia5 (>= 5.0.2) but it is not going to be installed libqt5quick5 : Depends: libqt5gui5 (>= 5.2.0) but it is not going to be installed libubuntu-application-api-mirserver1 : Depends: libmirserver18 (>= 0.1.8+14.04.20140408.1) but it is not going to be installed unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed Depends: libcheese7 (>= 3.0.1) but it is not going to be installed E: Build-dependencies for gem could not be satisfied.
Stucked totally, Gem from the repo does not install videoVLC plugin.
On Fri, Mar 6, 2015 at 5:41 PM, Antoine Villeret < antoine.villeret@gmail.com> wrote:
you are missing some essential point in the building toolchain actually, you need libtool : apt-get install libtool
-- do it yourself http://antoine.villeret.free.fr
2015-03-06 16:00 GMT+01:00 Csaba Láng langcsaba@gmail.com:
Antoine, thanks for your clues. Anyway, I am stucked on the same level after autogen.sh it prits: configure.in:104: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:105: error: possibly undefined macro: AC_PROG_LIBTOOL autoreconf: /usr/bin/autoconf failed with exit status: 1 It is still on the level of compiling puredata 0.45.4 Possibly the same will happen while compiling Gem too. How should I fix this m4_pattern_allow? From your list of prerequisitions I could not install libsdl2-dev. Meanwhile I downgraded to Ubuntu 12.04. Cheers: Pop
On Fri, Mar 6, 2015 at 2:19 PM, Antoine Villeret < antoine.villeret@gmail.com> wrote:
this is because Gem relies on OpenGL and thus you need OpenGL header to build it...
those few line should help to get the right things *before* running ./configure script apt-get update -qq apt-get build-dep gem -qq apt-get install libglfw-dev libglfw3-dev libsdl2-dev -qq
Also to enable vlc plugin you should install libvlc-dev pt-ackage : apt-get install libvlc-dev
And since there are few discussion on building Gem on Linux, I thing we should start a "Hpw to build Gem on Ubuntu" wiki page. Since there are now Travis script to do so automatically it should be quite straightforward.
a
-- do it yourself http://antoine.villeret.free.fr
2015-03-05 23:38 GMT+01:00 Csaba Láng langcsaba@gmail.com:
Dear list,
I have a fresh ubuntu 14.04 install on my old intel 32 based laptop. Trying to install from git the latest Gem, but without success. After configure it says that openGL headers are missing. Trying to get it but no luck. Is there a simple way to get Gem VLC plugin worked? Now pd says there is not VLC backend, and it is true, as in the usr/lib/pd/extra/Gem folder the gem_videoVLC.so is missing.
Thanks:
Popesz
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
and my +/- old notes (in french sorry) http://wiki.labomedia.org/index.php/Installation_et_configuration_de_Pure_Da... doesn't suit to your config but might help
++ b Le 06/03/2015 22:08, Antoine Villeret a écrit :
I had a line to install all Gem deps long time ago : sudo apt-get -y install libgl1-mesa-dev libglu-dev libxxf86vm-dev ftgl-dev libmagick++-dev libv4l-dev libquicktime-dev libavifile-0.7-dev libmpeg3-dev libdv-dev imagemagick
but as I said, it's old, so maybe some lib are no more available or their name changed
a
-- do it yourself
http://antoine.villeret.free.fr2015-03-06 20:47 GMT+01:00 Csaba Láng <langcsaba@gmail.com mailto:langcsaba@gmail.com>:
Libtool arranged, but more dependences came out after build-dep gem-qq The following packages have unmet dependencies: account-plugin-facebook : Depends: libaccount-plugin-generic-oauth but it is not going to be installed or ubuntu-system-settings-online-accounts but it is not going to be installed libgbm1 : Depends: libgl1-mesa-dri liboxideqt-qmlplugin : Depends: liboxideqtcore0 (= 1.4.3-0ubuntu0.14.04.1) but it is not going to be installed Depends: liboxideqtquick0 (= 1.4.3-0ubuntu0.14.04.1) but it is not going to be installed libqt5feedback5 : Depends: libqt5multimedia5 (>= 5.0.2) but it is not going to be installed libqt5quick5 : Depends: libqt5gui5 (>= 5.2.0) but it is not going to be installed libubuntu-application-api-mirserver1 : Depends: libmirserver18 (>= 0.1.8+14.04.20140408.1) but it is not going to be installed unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed Depends: libcheese7 (>= 3.0.1) but it is not going to be installed E: Build-dependencies for gem could not be satisfied. Stucked totally, Gem from the repo does not install videoVLC plugin. On Fri, Mar 6, 2015 at 5:41 PM, Antoine Villeret <antoine.villeret@gmail.com <mailto:antoine.villeret@gmail.com>> wrote: you are missing some essential point in the building toolchain actually, you need libtool : apt-get install libtool -- do it yourself http://antoine.villeret.free.fr 2015-03-06 16:00 GMT+01:00 Csaba Láng <langcsaba@gmail.com <mailto:langcsaba@gmail.com>>: Antoine, thanks for your clues. Anyway, I am stucked on the same level after autogen.sh it prits: configure.in:104 <http://configure.in:104>: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:105 <http://configure.in:105>: error: possibly undefined macro: AC_PROG_LIBTOOL autoreconf: /usr/bin/autoconf failed with exit status: 1 It is still on the level of compiling puredata 0.45.4 Possibly the same will happen while compiling Gem too. How should I fix this m4_pattern_allow? From your list of prerequisitions I could not install libsdl2-dev. Meanwhile I downgraded to Ubuntu 12.04. Cheers: Pop On Fri, Mar 6, 2015 at 2:19 PM, Antoine Villeret <antoine.villeret@gmail.com <mailto:antoine.villeret@gmail.com>> wrote: this is because Gem relies on OpenGL and thus you need OpenGL header to build it... those few line should help to get the right things *before* running ./configure script apt-get update -qq apt-get build-dep gem -qq apt-get install libglfw-dev libglfw3-dev libsdl2-dev -qq Also to enable vlc plugin you should install libvlc-dev pt-ackage : apt-get install libvlc-dev And since there are few discussion on building Gem on Linux, I thing we should start a "Hpw to build Gem on Ubuntu" wiki page. Since there are now Travis script to do so automatically it should be quite straightforward. + a -- do it yourself http://antoine.villeret.free.fr 2015-03-05 23:38 GMT+01:00 Csaba Láng <langcsaba@gmail.com <mailto:langcsaba@gmail.com>>: Dear list, I have a fresh ubuntu 14.04 install on my old intel 32 based laptop. Trying to install from git the latest Gem, but without success. After configure it says that openGL headers are missing. Trying to get it but no luck. Is there a simple way to get Gem VLC plugin worked? Now pd says there is not VLC backend, and it is true, as in the usr/lib/pd/extra/Gem folder the gem_videoVLC.so is missing. Thanks: Popesz _______________________________________________ Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
PD Vanilla 0.45.4 with Gem-master from github. No chance to get openGL headers to be installed on Ubuntu 14.04.2. too many dependency conflicts among mesa, mesa-dev, glu, gl1 etc
On Fri, Mar 6, 2015 at 10:46 PM, IOhannes m zmölnig zmoelnig@iem.at wrote:
On 03/06/2015 08:47 PM, Csaba Láng wrote:
Stucked totally, Gem from the repo does not install videoVLC plugin.
which "repo"?
fmsadr IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Am 06. März 2015 23:07:41 MEZ, schrieb "Csaba Láng" langcsaba@gmail.com:
PD Vanilla 0.45.4 with Gem-master from github.
Well, the Gem from "this repo" (as opposes to the official ubuntu deb "repo") definitely builds the vlc plugin if all the dependencies (libvlc-dev in addition to the "normal" Gem deps) are met.
No chance to get openGL headers to be installed on Ubuntu 14.04.2. many dependency conflicts among mesa, mesa-dev, glu, gl1 etc
This is a problem with your local setup. Most likely , in the past you have installed some other (seemingly unrelated) packages on your system which now create the (build) conflict.
I can only suggest to use a package manager with better conflict resolving capabilities, eg aptitude[1], or resolve the conflict manually (for which i personally also recommend aptitude in interactive mode)
mfg.ugd.fhj IOhannes
[1] i'm on debian though
-- Sent from my pdp-11
(now replying from a proper computer)
On 03/06/2015 08:47 PM, Csaba Láng wrote:
Libtool arranged, but more dependences came out after build-dep gem-qq
The following packages have unmet dependencies: account-plugin-facebook : Depends: libaccount-plugin-generic-oauth but it is not going to be installed or ubuntu-system-settings-online-accounts but it is not going to be installed libgbm1 : Depends: libgl1-mesa-dri liboxideqt-qmlplugin : Depends: liboxideqtcore0 (= 1.4.3-0ubuntu0.14.04.1) but it is not going to be installed Depends: liboxideqtquick0 (= 1.4.3-0ubuntu0.14.04.1) but it is not going to be installed libqt5feedback5 : Depends: libqt5multimedia5 (>= 5.0.2) but it is not going to be installed libqt5quick5 : Depends: libqt5gui5 (>= 5.2.0) but it is not going to be installed libubuntu-application-api-mirserver1 : Depends: libmirserver18 (>= 0.1.8+14.04.20140408.1) but it is not going to be installed unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed Depends: libcheese7 (>= 3.0.1) but it is not going to be installed E: Build-dependencies for gem could not be satisfied.
btw, *none* of these errors have anything to do with Gem (directly) - despite the error at the end; the error merely tells us that the system has not been able to reach the point where the build-deps for Gem would have been installed.
you may be able to fix the problem¹ by simply running
# apt-get upgrade
(or probably apt-get -f upgrade
to fix any broken dependencies)
attention: this will upgrade some (or multiple, or all, ...) software on your system.²
after that has succeeded, proceed with installing the build-deps, the
additional libraries, and only then (if all succeeded) you can start to
./configure && make
Gem
gmsrd IOhannes
¹ i think the problem is that your installed package versions do not
match the versions in the package-list you have just updated (with
apt-get update
)
² it might even update your system to a newer ubuntu release. most likely nothing bad will happen, but "YOU HAVE BEEN WARNED". just make sure the upgrade does what you want it to do (and not remove any packages you want to keep (at a given revision))
Gents, Thanks you all for your reply. Anyway, managed to install all dependeces, openGL is properly installed too. 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/ Before ./configure I installed libVLC-dev too.
Regards:
Popesz
On Sat, Mar 7, 2015 at 8:39 PM, IOhannes m zmölnig zmoelnig@iem.at wrote:
(now replying from a proper computer)
On 03/06/2015 08:47 PM, Csaba Láng wrote:
Libtool arranged, but more dependences came out after build-dep gem-qq
The following packages have unmet dependencies: account-plugin-facebook : Depends: libaccount-plugin-generic-oauth but
it
is not going to be installed or
ubuntu-system-settings-online-accounts
but it is not going to be installed libgbm1 : Depends: libgl1-mesa-dri liboxideqt-qmlplugin : Depends: liboxideqtcore0 (=
1.4.3-0ubuntu0.14.04.1)
but it is not going to be installed Depends: liboxideqtquick0 (= 1.4.3-0ubuntu0.14.04.1) but it is not going to be installed libqt5feedback5 : Depends: libqt5multimedia5 (>= 5.0.2) but it is not going to be installed libqt5quick5 : Depends: libqt5gui5 (>= 5.2.0) but it is not going to be installed libubuntu-application-api-mirserver1 : Depends: libmirserver18 (>= 0.1.8+14.04.20140408.1) but it is not going to be installed unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed Depends: libcheese7 (>= 3.0.1) but it is not
going
to be installed E: Build-dependencies for gem could not be satisfied.
btw, *none* of these errors have anything to do with Gem (directly) - despite the error at the end; the error merely tells us that the system has not been able to reach the point where the build-deps for Gem would have been installed.
you may be able to fix the problem¹ by simply running # apt-get upgrade (or probably
apt-get -f upgrade
to fix any broken dependencies)attention: this will upgrade some (or multiple, or all, ...) software on your system.²
after that has succeeded, proceed with installing the build-deps, the additional libraries, and only then (if all succeeded) you can start to
./configure && make
Gemgmsrd IOhannes
¹ i think the problem is that your installed package versions do not match the versions in the package-list you have just updated (with
apt-get update
)² it might even update your system to a newer ubuntu release. most likely nothing bad will happen, but "YOU HAVE BEEN WARNED". just make sure the upgrade does what you want it to do (and not remove any packages you want to keep (at a given revision))
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 03/07/2015 08:51 PM, Csaba Láng wrote:
Gents, Thanks you all for your reply. Anyway, managed to install all dependeces, openGL is properly installed too. 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/
how did you *install* (after compilation)?
Before ./configure I installed libVLC-dev too.
so do you have a gem_videoVLC.so symlink in your build-directory?
gfmadsr IOhannes
Of course installed libvlc before compiling Gem. Nope, gem_videoVLC.so is missing, the components of all other plugins are in the extra/Gem folder, except for VLC.
On Sat, Mar 7, 2015 at 9:11 PM, IOhannes m zmölnig zmoelnig@iem.at wrote:
On 03/07/2015 08:51 PM, Csaba Láng wrote:
Gents, Thanks you all for your reply. Anyway, managed to install all dependeces, openGL is properly installed
too.
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/
how did you *install* (after compilation)?
Before ./configure I installed libVLC-dev too.
so do you have a gem_videoVLC.so symlink in your build-directory?
gfmadsr IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 03/07/2015 09:17 PM, Csaba Láng wrote:
Of course installed libvlc before compiling Gem. Nope, gem_videoVLC.so is missing, the components of all other plugins are in the extra/Gem folder, except for VLC.
there are two different folders:
i'm pretty sure you did not run
$ sudo make install
after running make
.
if you *only* run make (without the "install" target), then Gem will not attempt to install any plugins (or anything else) anywhere.
mgfdsar IOhannes
Naturally, I did not ommit to run 'make install'. Anyway, rest of the plugins are on the place. When adding [drive vlc( to pix_video, pd prints out no VLC backend found. Should I compile again?
On Sat, Mar 7, 2015 at 9:29 PM, IOhannes m zmölnig zmoelnig@iem.at wrote:
On 03/07/2015 09:17 PM, Csaba Láng wrote:
Of course installed libvlc before compiling Gem. Nope, gem_videoVLC.so is missing, the components of all other plugins are in the extra/Gem folder, except for VLC.
there are two different folders:
- one where you compile Gem in (e.g. /home/csaba/src/Gem)
- another one where Pd searches for Gem (e.g. /usr/local/lib/pd/extra/Gem)
i'm pretty sure you did not run $ sudo make install after running
make
.if you *only* run make (without the "install" target), then Gem will not attempt to install any plugins (or anything else) anywhere.
mgfdsar IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 03/07/2015 09:36 PM, Csaba Láng wrote:
Naturally, I did not ommit to run 'make install'. Anyway, rest of the plugins are on the place. When adding [drive vlc( to pix_video, pd prints out no VLC backend found. Should I compile again?
please tell me, whether there is a gem_videoVLC.so symlink in your *build* directory (where you ran ./configure)
famsdr IOhannes
if you mean in the folder where i cloned from github, than the answer is no.
On Sat, Mar 7, 2015 at 9:39 PM, IOhannes m zmölnig zmoelnig@iem.at wrote:
On 03/07/2015 09:36 PM, Csaba Láng wrote:
Naturally, I did not ommit to run 'make install'. Anyway, rest of the plugins are on the place. When adding [drive vlc( to pix_video, pd prints out no VLC backend found. Should I compile again?
please tell me, whether there is a gem_videoVLC.so symlink in your *build* directory (where you ran ./configure)
famsdr IOhannes
On 03/07/2015 09:42 PM, IOhannes m zmölnig wrote:
On 03/07/2015 09:41 PM, Csaba Láng wrote:
if you mean in the folder where i cloned from github, than the answer is no.
i mean the folder, where you ran ./configure.
and while you are there, please post the entire contents of this folder.
gfmasrd IOhannes
Sorry if I di not understand your question well. i try to explain it anyway.
Cloned Gem from github from here: https://github.com/umlaeute/Gem to home/xy/Dpnwload folder. Entering Gem, I ran ./compile. Here there is no gem_videoVLC.so file, nore in the plugins folder: https://github.com/umlaeute/Gem/tree/master/plugins/videoVLC
On Sat, Mar 7, 2015 at 9:42 PM, IOhannes m zmölnig zmoelnig@iem.at wrote:
On 03/07/2015 09:41 PM, Csaba Láng wrote:
if you mean in the folder where i cloned from github, than the answer is
no.
i mean the folder, where you ran ./configure.
gfmasdr IOhannes