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