Re: [GEM-dev] problem with make install

2016-02-23 Thread Jack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Right, the problem was the vlc plugin. Now it is ok with 'sudo make install' ++ Jack Le 23/02/2016 16:53, IOhannes m zmoelnig a écrit : > On 2016-02-23 16:12, Jack wrote: >> Gem is recompiled one more time and then installed in >>

Re: [GEM-dev] Problem to run VLC plug-in

2016-02-23 Thread Jack
$ 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

Re: [GEM-dev] Problem to run VLC plug-in

2016-02-23 Thread IOhannes m zmoelnig
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"

Re: [GEM-dev] problem with make install

2016-02-23 Thread IOhannes m zmoelnig
On 2016-02-23 16:12, Jack wrote: > Gem is recompiled one more time and then installed in > /usr/local/lib/pd/extra/ > What I expected was just an installation in /usr/local/lib/pd/extra/ ? > > Is it a bug in the installation process ? no. this is intended (and used to updated the

[GEM-dev] Problem to run VLC plug-in

2016-02-23 Thread Jack
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

Re: [GEM-dev] problem with make install

2016-02-23 Thread Jack
Oups, I forgot a line... Le 23/02/2016 16:12, Jack a écrit : > Hello, > > I get source from git : $ git clone https://github.com/umlaeute/Gem.git > > After : > $ sudo apt-get build-dep gem > $ ./autogen.sh > $ ./configure > $ make > > everything seems OK. > But, after : > $ sudo make install

[GEM-dev] problem with make install

2016-02-23 Thread Jack
Hello, I get source from git : After : $ sudo apt-get build-dep gem $ ./autogen.sh $ ./configure $ make everything seems OK. But, after : $ sudo make install Gem is recompiled one more time and then installed in /usr/local/lib/pd/extra/ What I expected was just an installation in