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 /usr/local/lib/pd/extra/ ?
Is it a bug in the installation process ? ++
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 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 ? ++
Jack
GEM-dev mailing list GEM-dev@lists.iem.at http://lists.puredata.info/listinfo/gem-dev
And my conf...
Ubuntu 15.10 pd 0.46.7 GEM: ver: 0.93.git 54b4b7c ++
Jack
Le 23/02/2016 16:15, Jack a écrit :
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 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 ? ++
Jack
GEM-dev mailing list GEM-dev@lists.iem.at http://lists.puredata.info/listinfo/gem-dev
GEM-dev mailing list GEM-dev@lists.iem.at http://lists.puredata.info/listinfo/gem-dev
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 build-timestamp)
you don't get a full compilation, it's only a single-file that is recompiled and then everything is linked into Gem.pd_linux again.
fgmasdr IOhannes
-----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 /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 build-timestamp)
you don't get a full compilation, it's only a single-file that is recompiled and then everything is linked into Gem.pd_linux again.
fgmasdr IOhannes