It seems libvlc-dev (and libvlccore-dev ?) are not installed during 'apt-get build-dep gem'. So, I decided to install them : $ sudo apt-get install libvlc-dev libvlccore-dev then $ ./configure $ make $ sudo make install (it recompile all and then install) $ pd ... dylib loading file './gem_videoVLC.so'! [000000000110ffd8] core libvlc error: No plugins found! Check your VLC installation
My conf : Ubuntu 15.10 pd 0.46.7 GEM: ver: 0.93.git 54b4b7c
I missed something with the installation of VLC ? ++
Jack
On 2016-02-23 16:23, Jack wrote:
It seems libvlc-dev (and libvlccore-dev ?) are not installed during 'apt-get build-dep gem'. So, I decided to install them : $ sudo apt-get install libvlc-dev libvlccore-dev
right. "apt-get build-dep gem" will install the dependencies to build the "gem" package for Debian/Ubuntu/... since this package predates the videoVLC plugin, it does not depend on libvlccore-dev.
then $ ./configure $ make $ sudo make install (it recompile all and then install) $ pd ... dylib loading file './gem_videoVLC.so'! [000000000110ffd8] core libvlc error: No plugins found! Check your VLC installation
maybe you need to set the VLC_PATH as under w32? (see videlVLC/README.txt)
fgmasdr IOhannes
$ sudo apt-get install vlc do the trick. I didn't know that i needed vlc (but just libvlc-dev) to run vlc plugin. ++
Jack
Le 23/02/2016 16:56, IOhannes m zmoelnig a écrit :
On 2016-02-23 16:23, Jack wrote:
It seems libvlc-dev (and libvlccore-dev ?) are not installed during 'apt-get build-dep gem'. So, I decided to install them : $ sudo apt-get install libvlc-dev libvlccore-de
right. "apt-get build-dep gem" will install the dependencies to build the "gem" package for Debian/Ubuntu/... since this package predates the videoVLC plugin, it does not depend on libvlccore-dev.
then $ ./configure $ make $ sudo make install (it recompile all and then install) $ pd ... dylib loading file './gem_videoVLC.so'! [000000000110ffd8] core libvlc error: No plugins found! Check your VLC installation
maybe you need to set the VLC_PATH as under w32? (see videlVLC/README.txt)
fgmasdr IOhannes
GEM-dev mailing list GEM-dev@lists.iem.at http://lists.puredata.info/listinfo/gem-dev