hi list,
on ubuntu 14.04 linux, [pix_image] handles only JPEG files. No PNG, No others. How to load PNG or TIFF files? when I make [pix_image], Pd says "Image loading support: SGI jpeg"
FYI, on Mac OS X, it handles PNG files, but on linux doesn't. Why linux can't do that?
Thanks, Jonghyun
On 20/02/16 14:49, Jonghyun Kim wrote:
on ubuntu 14.04 linux, [pix_image] handles only JPEG files. No PNG, No others. How to load PNG or TIFF files? when I make [pix_image], Pd says "Image loading support: SGI jpeg"
FYI, on Mac OS X, it handles PNG files, but on linux doesn't. Why linux can't do that?
Linux can do that, don't worry. GEM uses a plugin system for image loaders/savers - probably GEM is distributed with them split out into multiple packages. Try:
$ aptitude search gem-plugin-
which lists many available to my Debian system, not all of which I have installed. I think gem-plugin-magick should be enough to load PNG and other common formats.
thanks claude, I installed it by "sudo apt-get install gem-plugin-magick", but it still can't load PNG. Pd says same as before: only "Image loading support: SGI jpeg". how to solve it?
thanks, jonghyun
On Sun, Feb 21, 2016 at 12:05 AM, Claude Heiland-Allen claude@mathr.co.uk wrote:
On 20/02/16 14:49, Jonghyun Kim wrote:
on ubuntu 14.04 linux, [pix_image] handles only JPEG files. No PNG, No others. How to load PNG or TIFF files? when I make [pix_image], Pd says "Image loading support: SGI jpeg"
FYI, on Mac OS X, it handles PNG files, but on linux doesn't. Why linux can't do that?
Linux can do that, don't worry. GEM uses a plugin system for image loaders/savers - probably GEM is distributed with them split out into multiple packages. Try:
$ aptitude search gem-plugin-
which lists many available to my Debian system, not all of which I have installed. I think gem-plugin-magick should be enough to load PNG and other common formats.
Claude
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Image loading support: SGI jpeg [pix_draw]: requesting [pix_draw] - consider using [pix_texture] GEM: Only using 8 color bits GEM: Direct Rendering enabled! [pix_image]: failed to load image '/home/ak/Desktop/Screenshot from 2016-02-20 22:04:40.png' ==== I installed gem-plugin-magick, but I still can't load PNG.
On Sun, Feb 21, 2016 at 12:20 AM, Jonghyun Kim agitato816@gmail.com wrote:
thanks claude, I installed it by "sudo apt-get install gem-plugin-magick", but it still can't load PNG. Pd says same as before: only "Image loading support: SGI jpeg". how to solve it?
thanks, jonghyun
On Sun, Feb 21, 2016 at 12:05 AM, Claude Heiland-Allen <claude@mathr.co.uk
wrote:
On 20/02/16 14:49, Jonghyun Kim wrote:
on ubuntu 14.04 linux, [pix_image] handles only JPEG files. No PNG, No others. How to load PNG or TIFF files? when I make [pix_image], Pd says "Image loading support: SGI jpeg"
FYI, on Mac OS X, it handles PNG files, but on linux doesn't. Why linux can't do that?
Linux can do that, don't worry. GEM uses a plugin system for image loaders/savers - probably GEM is distributed with them split out into multiple packages. Try:
$ aptitude search gem-plugin-
which lists many available to my Debian system, not all of which I have installed. I think gem-plugin-magick should be enough to load PNG and other common formats.
Claude
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
It doesn't seem to be the issue in this case, but just to exclude this possibility i would always use a path and filename without spaces when debugging.
On 2016년 02월 20일 16:30, Jonghyun Kim wrote:
[pix_image]: failed to load image '/home/ak/Desktop/Screenshot from 2016-02-20 22:04:40.png'
You have to restart Pd for GEM to notice the new plugins. If you did that already, maybe there is a conflict between self-compiled Pd GEM and system-installed Pd GEM? Please send more information:
$ which pd # should be /usr/bin/pd $ pd -stderr -verbose your-patch.pd 2>log.txt # attach log.txt to mail
On 20/02/16 15:20, Jonghyun Kim wrote:
thanks claude, I installed it by "sudo apt-get install gem-plugin-magick", but it still can't load PNG. Pd says same as before: only "Image loading support: SGI jpeg". how to solve it?
thanks, jonghyun
On Sun, Feb 21, 2016 at 12:05 AM, Claude Heiland-Allen claude@mathr.co.uk wrote:
On 20/02/16 14:49, Jonghyun Kim wrote:
on ubuntu 14.04 linux, [pix_image] handles only JPEG files. No PNG, No others. How to load PNG or TIFF files? when I make [pix_image], Pd says "Image loading support: SGI jpeg"
FYI, on Mac OS X, it handles PNG files, but on linux doesn't. Why linux can't do that?
Linux can do that, don't worry. GEM uses a plugin system for image loaders/savers - probably GEM is distributed with them split out into multiple packages. Try:
$ aptitude search gem-plugin-
which lists many available to my Debian system, not all of which I have installed. I think gem-plugin-magick should be enough to load PNG and other common formats.
Claude
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Sure I already restarted Pd. I compiled Pd(0.46-7) myself, and Gem is installed by Pd-DEKEN(https://github.com/pure-data/deken). Here is my information.
Installed Pd ver on my ubuntu 14.04-3 Pd-0.46-7 (compiled myself) Pd-0.45-4 (by Ubuntu Repo) Pd-extended 0.43.4 (manually installed by .deb) Pd-l2ork 20151230 (manually installed by .deb)
Result with Pd-0.46-7 (compiled myself)
/usr/local/bin/pd
attatched
many thanks, jonghyun
On Sun, Feb 21, 2016 at 12:31 AM, Claude Heiland-Allen claude@mathr.co.uk wrote:
You have to restart Pd for GEM to notice the new plugins. If you did that already, maybe there is a conflict between self-compiled Pd GEM and system-installed Pd GEM? Please send more information:
$ which pd # should be /usr/bin/pd $ pd -stderr -verbose your-patch.pd 2>log.txt # attach log.txt to mail
On 20/02/16 15:20, Jonghyun Kim wrote:
thanks claude, I installed it by "sudo apt-get install gem-plugin-magick", but it still can't load PNG. Pd says same as before: only "Image loading support: SGI jpeg". how to solve it?
thanks, jonghyun
On Sun, Feb 21, 2016 at 12:05 AM, Claude Heiland-Allen < claude@mathr.co.uk> wrote:
On 20/02/16 14:49, Jonghyun Kim wrote:
on ubuntu 14.04 linux, [pix_image] handles only JPEG files. No PNG, No
others. How to load PNG or TIFF files? when I make [pix_image], Pd says "Image loading support: SGI jpeg"
FYI, on Mac OS X, it handles PNG files, but on linux doesn't. Why linux can't do that?
Linux can do that, don't worry. GEM uses a plugin system for image loaders/savers - probably GEM is distributed with them split out into multiple packages. Try:
$ aptitude search gem-plugin-
which lists many available to my Debian system, not all of which I have installed. I think gem-plugin-magick should be enough to load PNG and other common formats.
Claude
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
Thanks for the additional information.
On 20/02/16 15:51, Jonghyun Kim wrote:
Sure I already restarted Pd. I compiled Pd(0.46-7) myself, and Gem is installed by Pd-DEKEN(https://github.com/pure-data/deken). Here is my information.
Installed Pd ver on my ubuntu 14.04-3 Pd-0.46-7 (compiled myself) Pd-0.45-4 (by Ubuntu Repo) Pd-extended 0.43.4 (manually installed by .deb) Pd-l2ork 20151230 (manually installed by .deb) Result with Pd-0.46-7 (compiled myself)
- $ which pd
/usr/local/bin/pd
- $ pd -stderr -verbose your-patch.pd 2>log.txt
attatched
The log contains:
verbose(6): backend 'magick' unavailable
As far as I can tell, this means it detected ImageMagick plugin, but couldn't proceed - I don't know why, and the code is a maze of twisty plugin factories that I don't yet understand. Maybe one of the GEM devs can help you debug this - it might be a problem with how it is packaged in Deken, or a missing library dependency on your system, or something else.
Sorry, and good luck,
Claude
many thanks, jonghyun
On Sun, Feb 21, 2016 at 12:31 AM, Claude Heiland-Allen claude@mathr.co.uk wrote:
You have to restart Pd for GEM to notice the new plugins. If you did that already, maybe there is a conflict between self-compiled Pd GEM and system-installed Pd GEM? Please send more information:
$ which pd # should be /usr/bin/pd $ pd -stderr -verbose your-patch.pd 2>log.txt # attach log.txt to mail
On 20/02/16 15:20, Jonghyun Kim wrote:
thanks claude, I installed it by "sudo apt-get install gem-plugin-magick", but it still can't load PNG. Pd says same as before: only "Image loading support: SGI jpeg". how to solve it?
thanks, jonghyun
On Sun, Feb 21, 2016 at 12:05 AM, Claude Heiland-Allen < claude@mathr.co.uk> wrote:
On 20/02/16 14:49, Jonghyun Kim wrote:
on ubuntu 14.04 linux, [pix_image] handles only JPEG files. No PNG, No
others. How to load PNG or TIFF files? when I make [pix_image], Pd says "Image loading support: SGI jpeg"
FYI, on Mac OS X, it handles PNG files, but on linux doesn't. Why linux can't do that?
Linux can do that, don't worry. GEM uses a plugin system for image loaders/savers - probably GEM is distributed with them split out into multiple packages. Try:
$ aptitude search gem-plugin-
which lists many available to my Debian system, not all of which I have installed. I think gem-plugin-magick should be enough to load PNG and other common formats.
Claude
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
thanks for your time, claude. this can be a clue. I'll report again when I have another clue.
best, jonghyun
On Sun, Feb 21, 2016 at 1:08 AM, Claude Heiland-Allen claude@mathr.co.uk wrote:
Thanks for the additional information.
On 20/02/16 15:51, Jonghyun Kim wrote:
Sure I already restarted Pd. I compiled Pd(0.46-7) myself, and Gem is installed by Pd-DEKEN(https://github.com/pure-data/deken). Here is my information.
Installed Pd ver on my ubuntu 14.04-3 Pd-0.46-7 (compiled myself) Pd-0.45-4 (by Ubuntu Repo) Pd-extended 0.43.4 (manually installed by .deb) Pd-l2ork 20151230 (manually installed by .deb) Result with Pd-0.46-7 (compiled myself)
- $ which pd
/usr/local/bin/pd
- $ pd -stderr -verbose your-patch.pd 2>log.txt
attatched
The log contains:
verbose(6): backend 'magick' unavailable
As far as I can tell, this means it detected ImageMagick plugin, but couldn't proceed - I don't know why, and the code is a maze of twisty plugin factories that I don't yet understand. Maybe one of the GEM devs can help you debug this - it might be a problem with how it is packaged in Deken, or a missing library dependency on your system, or something else.
Sorry, and good luck,
Claude
many thanks, jonghyun
On Sun, Feb 21, 2016 at 12:31 AM, Claude Heiland-Allen < claude@mathr.co.uk> wrote:
You have to restart Pd for GEM to notice the new plugins. If you did that
already, maybe there is a conflict between self-compiled Pd GEM and system-installed Pd GEM? Please send more information:
$ which pd # should be /usr/bin/pd $ pd -stderr -verbose your-patch.pd 2>log.txt # attach log.txt to mail
On 20/02/16 15:20, Jonghyun Kim wrote:
thanks claude, I installed it by "sudo apt-get install
gem-plugin-magick", but it still can't load PNG. Pd says same as before: only "Image loading support: SGI jpeg". how to solve it?
thanks, jonghyun
On Sun, Feb 21, 2016 at 12:05 AM, Claude Heiland-Allen < claude@mathr.co.uk> wrote:
On 20/02/16 14:49, Jonghyun Kim wrote:
on ubuntu 14.04 linux, [pix_image] handles only JPEG files. No PNG, No
others. How to load PNG or TIFF files? when I make [pix_image], Pd says "Image loading support: SGI jpeg"
FYI, on Mac OS X, it handles PNG files, but on linux doesn't. Why linux can't do that?
Linux can do that, don't worry. GEM uses a plugin system for image
loaders/savers - probably GEM is distributed with them split out into multiple packages. Try:
$ aptitude search gem-plugin-
which lists many available to my Debian system, not all of which I have installed. I think gem-plugin-magick should be enough to load PNG and other common formats.
Claude
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-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
You are right, claude. I'm not sure, but I think the pd-deken's <gem_image*> files are broken. [pix_image] loads PNG after replacing broken deken's(~/pd-externals/Gem) folder with pd-extended's(/usr/lib/pd-extended/Gem). Pd-Deken's doesn't work, but Pd-extended's Gem works properly.
best, jonghyun
On Sun, Feb 21, 2016 at 1:21 AM, Jonghyun Kim agitato816@gmail.com wrote:
thanks for your time, claude. this can be a clue. I'll report again when I have another clue.
best, jonghyun
On Sun, Feb 21, 2016 at 1:08 AM, Claude Heiland-Allen claude@mathr.co.uk wrote:
Thanks for the additional information.
On 20/02/16 15:51, Jonghyun Kim wrote:
Sure I already restarted Pd. I compiled Pd(0.46-7) myself, and Gem is installed by Pd-DEKEN(https://github.com/pure-data/deken). Here is my information.
Installed Pd ver on my ubuntu 14.04-3 Pd-0.46-7 (compiled myself) Pd-0.45-4 (by Ubuntu Repo) Pd-extended 0.43.4 (manually installed by .deb) Pd-l2ork 20151230 (manually installed by .deb) Result with Pd-0.46-7 (compiled myself)
- $ which pd
/usr/local/bin/pd
- $ pd -stderr -verbose your-patch.pd 2>log.txt
attatched
The log contains:
verbose(6): backend 'magick' unavailable
As far as I can tell, this means it detected ImageMagick plugin, but couldn't proceed - I don't know why, and the code is a maze of twisty plugin factories that I don't yet understand. Maybe one of the GEM devs can help you debug this - it might be a problem with how it is packaged in Deken, or a missing library dependency on your system, or something else.
Sorry, and good luck,
Claude
many thanks, jonghyun
On Sun, Feb 21, 2016 at 12:31 AM, Claude Heiland-Allen < claude@mathr.co.uk> wrote:
You have to restart Pd for GEM to notice the new plugins. If you did
that already, maybe there is a conflict between self-compiled Pd GEM and system-installed Pd GEM? Please send more information:
$ which pd # should be /usr/bin/pd $ pd -stderr -verbose your-patch.pd 2>log.txt # attach log.txt to mail
On 20/02/16 15:20, Jonghyun Kim wrote:
thanks claude, I installed it by "sudo apt-get install
gem-plugin-magick", but it still can't load PNG. Pd says same as before: only "Image loading support: SGI jpeg". how to solve it?
thanks, jonghyun
On Sun, Feb 21, 2016 at 12:05 AM, Claude Heiland-Allen < claude@mathr.co.uk> wrote:
On 20/02/16 14:49, Jonghyun Kim wrote:
on ubuntu 14.04 linux, [pix_image] handles only JPEG files. No PNG, No
> others. How to load PNG or TIFF files? when I make [pix_image], Pd > says > "Image loading support: SGI jpeg" > > FYI, on Mac OS X, it handles PNG files, but on linux doesn't. Why > linux can't do that? > > > Linux can do that, don't worry. GEM uses a plugin system for image loaders/savers - probably GEM is distributed with them split out into multiple packages. Try:
$ aptitude search gem-plugin-
which lists many available to my Debian system, not all of which I have installed. I think gem-plugin-magick should be enough to load PNG and other common formats.
Claude
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-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 02/20/2016 06:22 PM, Jonghyun Kim wrote:
You are right, claude. I'm not sure, but I think the pd-deken's <gem_image*> files are broken. [pix_image] loads PNG after replacing broken deken's(~/pd-externals/Gem) folder with pd-extended's(/usr/lib/pd-extended/Gem). Pd-Deken's doesn't work, but Pd-extended's Gem works properly.
if possible use the ubuntu package of "gem". the gem-plugins depend on zillions of libraries: if you are missing a single library a given plugin depends on, the plugin will not load. if you have an incompatible version of a library installed, the plugin won't load either.
to debug why a plugin won't load even though it is found, you can run: $ ldd /path/to/plugin.so (this will print out all the libraries the given binary needs to load; if a library is not available on your system, it will be marked as "not found")
btw, the "gem" deken package for linux is stripped off Pd-extended. however, i do not know the exact distribution package it was stripped from, but it seems to be linked against other versions of the libraries than yours. (the distribution should probably be mentioned in the file description (that's different from the filename, btw))
mgfadsr IOhannes
to debug why a plugin won't load even though it is found, you can run: $ ldd /path/to/plugin.so (this will print out all the libraries the given binary needs to load; if a library is not available on your system, it will be marked as "not found")
thanks for info. you are right. this is my result. it means the links broken? how to re-link or fix it? thanks, jonghyun
$ ldd ~/pd-externals/Gem/gem_imageMAGICK.so linux-vdso.so.1 => (0x00007ffe5294f000) libMagick++.so.4 => not found libMagickCore.so.4 => not found libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f03d08ef000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f03d052a000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f03d0314000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f03d000d000) /lib64/ld-linux-x86-64.so.2 (0x00005649f80b2000)
On 02/21/2016 01:39 PM, Jonghyun Kim wrote:
thanks for info. you are right. this is my result. it means the links broken? how to re-link or fix it? thanks, jonghyun
either install a package that provides libMagickCore.so.4 (but such a package *might* be uninstallable because it would break parts of the rest of your system), or install a version of Gem that uses the libraries found on your system; or recompile Gem, which is a special case of the latter. it seems that you took the last choice already.
gamsre IOhannes
On 02/20/2016 04:51 PM, Jonghyun Kim wrote:
Sure I already restarted Pd. I compiled Pd(0.46-7) myself, and Gem is installed by Pd-DEKEN(https://github.com/pure-data/deken).
why don't you install gem via your package manager? deken is mainly for people who cannot afford a decent systemwide software management system.
gmsdar IOhannes
why don't you install gem via your package manager? deken is mainly for people who cannot afford a decent systemwide software management system.
Would you recommended to to install externals by default package manager such as apt-get or pacman? I'm not sure, but I thought the some packages on default Ubuntu(14.04) server is a little old or outdated, but pd-deken is an up-to-date-system for missing packages, and I'd prefer pd-deken over apt-get. Please tell me if I am wrong.
best, jonghyun
Hello,
If you want/need the last version of Gem (and if you are ok with a terminal) : $ git clone git://git.code.sf.net/p/pd-gem/gem $ cd gem $ ./autogen.sh $ ./configure $ make $ sudo make install
Should do it. ++
Jack
Le 21/02/2016 13:14, Jonghyun Kim a écrit :
why don't you install gem via your package manager? deken is mainly for people who cannot afford a decent systemwide software management system.
Would you recommended to to install externals by default package manager such as apt-get or pacman? I'm not sure, but I thought the some packages on default Ubuntu(14.04) server is a little old or outdated, but pd-deken is an up-to-date-system for missing packages, and I'd prefer pd-deken over apt-get. Please tell me if I am wrong.
best, jonghyun
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
To use image magick to load a lot of picture format in Gem, you should, before to compile Gem, do : $ sudo apt-get install libmagick++-dev ++
Jack
Le 21/02/2016 13:39, Jack a écrit :
Hello,
If you want/need the last version of Gem (and if you are ok with a terminal) : $ git clone git://git.code.sf.net/p/pd-gem/gem $ cd gem $ ./autogen.sh $ ./configure $ make $ sudo make install
Should do it. ++
Jack
Le 21/02/2016 13:14, Jonghyun Kim a écrit :
why don't you install gem via your package manager? deken is mainly for people who cannot afford a decent systemwide software management system.
Would you recommended to to install externals by default package manager such as apt-get or pacman? I'm not sure, but I thought the some packages on default Ubuntu(14.04) server is a little old or outdated, but pd-deken is an up-to-date-system for missing packages, and I'd prefer pd-deken over apt-get. Please tell me if I am wrong.
best, jonghyun
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
thanks for the info, jack.
I have a question. It looks fine? This is the ./configure result I don't know well about gem-plugins.
===== used optional libraries:
font-rendering : FTGL default font :
image-support use ImageMagick : yes (Magick++) use QuickTime : no use AVFoundation : no use TIFF : yes use JPEG : yes moviefile-support use PLUGINS : yes use mpeg : no use mpeg-3 : no use QuickTime : no use AVFoundation : use aviplay : no use gmerlin : no capture-support use PLUGINS : yes use v4l : yes (libv4l) use v4l2 : yes (libv4l) use ieee1394 : no use DV : no use Unicap : yes use Video-for-WinDOS : no use QuickTime : no use AVFoundation : no
======
On Sun, Feb 21, 2016 at 9:39 PM, Jack jack@rybn.org wrote:
Hello,
If you want/need the last version of Gem (and if you are ok with a terminal) : $ git clone git://git.code.sf.net/p/pd-gem/gem $ cd gem $ ./autogen.sh $ ./configure $ make $ sudo make install
Should do it. ++
Jack
Le 21/02/2016 13:14, Jonghyun Kim a écrit :
why don't you install gem via your package manager? deken is mainly for people who cannot afford a decent systemwide software management system.
Would you recommended to to install externals by default package manager such as apt-get or pacman? I'm not sure, but I thought the some packages on default Ubuntu(14.04) server is a little old or outdated, but pd-deken is an up-to-date-system for missing packages, and I'd prefer pd-deken over apt-get. Please tell me if I am wrong.
best, jonghyun
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
use ImageMagick : yes (Magick++)
So, yes, it is good. Now, run : $ make then $ sudo make install ++
Jack
Le 21/02/2016 14:09, Jonghyun Kim a écrit :
thanks for the info, jack.
I have a question. It looks fine? This is the ./configure result I don't know well about gem-plugins.
===== used optional libraries:
font-rendering : FTGL default font :
image-support use ImageMagick : yes (Magick++) use QuickTime : no use AVFoundation : no use TIFF : yes use JPEG : yes moviefile-support use PLUGINS: yes use mpeg : no use mpeg-3 : no use QuickTime : no use AVFoundation : use aviplay : no use gmerlin : no capture-support use PLUGINS: yes use v4l : yes (libv4l) use v4l2 : yes (libv4l) use ieee1394 : no use DV : no use Unicap : yes use Video-for-WinDOS : no use QuickTime : no use AVFoundation : no
======
On Sun, Feb 21, 2016 at 9:39 PM, Jack <jack@rybn.org mailto:jack@rybn.org> wrote:
Hello, If you want/need the last version of Gem (and if you are ok with a terminal) : $ git clone git://git.code.sf.net/p/pd-gem/gem <http://git.code.sf.net/p/pd-gem/gem> $ cd gem $ ./autogen.sh $ ./configure $ make $ sudo make install Should do it. ++ Jack Le 21/02/2016 13:14, Jonghyun Kim a écrit : > why don't you install gem via your package manager? > deken is mainly for people who cannot afford a decent systemwide > software management system. > > > Would you recommended to to install externals by default package manager > such as apt-get or pacman? I'm not sure, but I thought the some packages > on default Ubuntu(14.04) server is a little old or outdated, but > pd-deken is an up-to-date-system for missing packages, and I'd prefer > pd-deken over apt-get. Please tell me if I am wrong. > > best, > jonghyun > > > _______________________________________________ > 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 <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I've got error. How to fix it?
======
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src
-DGEM_INTERNAL -DGLEW_BUILD -DGLEW_MX -DPD -g -O2 -freg-struct-return -O3
-falign-loops -falign-functions -falign-jumps -funroll-loops -ffast-math
-mmmx -MT libBase_la-TextBaseFTGL.lo -MD -MP -MF
.deps/libBase_la-TextBaseFTGL.Tpo -c TextBaseFTGL.cpp -fPIC -DPIC -o
.libs/libBase_la-TextBaseFTGL.o
In file included from TextBaseFTGL.cpp:24:0:
TextBase.h:38:22: fatal error: FTFont.h: No such file or directory
# include "FTFont.h"
^
compilation terminated.
make[3]: *** [libBase_la-TextBaseFTGL.lo] Error 1
make[3]: Leaving directory /home/ak/gem/src/Base' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory
/home/ak/gem/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/ak/gem/src'
make: *** [all-recursive] Error 1
======
On Sun, Feb 21, 2016 at 10:11 PM, Jack jack@rybn.org wrote:
use ImageMagick : yes (Magick++)
So, yes, it is good. Now, run : $ make then $ sudo make install ++
Jack
Le 21/02/2016 14:09, Jonghyun Kim a écrit :
thanks for the info, jack.
I have a question. It looks fine? This is the ./configure result I don't know well about gem-plugins.
===== used optional libraries:
font-rendering : FTGL default font :
image-support use ImageMagick : yes (Magick++) use QuickTime : no use AVFoundation : no use TIFF : yes use JPEG : yes moviefile-support use PLUGINS: yes use mpeg : no use mpeg-3 : no use QuickTime : no use AVFoundation : use aviplay : no use gmerlin : no capture-support use PLUGINS: yes use v4l : yes (libv4l) use v4l2 : yes (libv4l) use ieee1394 : no use DV : no use Unicap : yes use Video-for-WinDOS : no use QuickTime : no use AVFoundation : no
======
On Sun, Feb 21, 2016 at 9:39 PM, Jack <jack@rybn.org mailto:jack@rybn.org> wrote:
Hello, If you want/need the last version of Gem (and if you are ok with a terminal) : $ git clone git://git.code.sf.net/p/pd-gem/gem <http://git.code.sf.net/p/pd-gem/gem> $ cd gem $ ./autogen.sh $ ./configure $ make $ sudo make install Should do it. ++ Jack Le 21/02/2016 13:14, Jonghyun Kim a écrit : > why don't you install gem via your package manager? > deken is mainly for people who cannot afford a decent
systemwide
> software management system. > > > Would you recommended to to install externals by default package manager > such as apt-get or pacman? I'm not sure, but I thought the some packages > on default Ubuntu(14.04) server is a little old or outdated, but > pd-deken is an up-to-date-system for missing packages, and I'd
prefer
> pd-deken over apt-get. Please tell me if I am wrong. > > best, > jonghyun > > > _______________________________________________ > 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 <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I have no this file on my computer. I tried it, but no file:
$ sudo updatedb $ locate FTFont.h $
On Sun, Feb 21, 2016 at 10:14 PM, Jonghyun Kim agitato816@gmail.com wrote:
I've got error. How to fix it?
====== libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DGEM_INTERNAL -DGLEW_BUILD -DGLEW_MX -DPD -g -O2 -freg-struct-return -O3 -falign-loops -falign-functions -falign-jumps -funroll-loops -ffast-math -mmmx -MT libBase_la-TextBaseFTGL.lo -MD -MP -MF .deps/libBase_la-TextBaseFTGL.Tpo -c TextBaseFTGL.cpp -fPIC -DPIC -o .libs/libBase_la-TextBaseFTGL.o In file included from TextBaseFTGL.cpp:24:0: TextBase.h:38:22: fatal error: FTFont.h: No such file or directory # include "FTFont.h" ^ compilation terminated. make[3]: *** [libBase_la-TextBaseFTGL.lo] Error 1 make[3]: Leaving directory
/home/ak/gem/src/Base' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory
/home/ak/gem/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/ak/gem/src' make: *** [all-recursive] Error 1 ======On Sun, Feb 21, 2016 at 10:11 PM, Jack jack@rybn.org wrote:
use ImageMagick : yes (Magick++)
So, yes, it is good. Now, run : $ make then $ sudo make install ++
Jack
Le 21/02/2016 14:09, Jonghyun Kim a écrit :
thanks for the info, jack.
I have a question. It looks fine? This is the ./configure result I don't know well about gem-plugins.
===== used optional libraries:
font-rendering : FTGL default font :
image-support use ImageMagick : yes (Magick++) use QuickTime : no use AVFoundation : no use TIFF : yes use JPEG : yes moviefile-support use PLUGINS: yes use mpeg : no use mpeg-3 : no use QuickTime : no use AVFoundation : use aviplay : no use gmerlin : no capture-support use PLUGINS: yes use v4l : yes (libv4l) use v4l2 : yes (libv4l) use ieee1394 : no use DV : no use Unicap : yes use Video-for-WinDOS : no use QuickTime : no use AVFoundation : no
======
On Sun, Feb 21, 2016 at 9:39 PM, Jack <jack@rybn.org mailto:jack@rybn.org> wrote:
Hello, If you want/need the last version of Gem (and if you are ok with a terminal) : $ git clone git://git.code.sf.net/p/pd-gem/gem <http://git.code.sf.net/p/pd-gem/gem> $ cd gem $ ./autogen.sh $ ./configure $ make $ sudo make install Should do it. ++ Jack Le 21/02/2016 13:14, Jonghyun Kim a écrit : > why don't you install gem via your package manager? > deken is mainly for people who cannot afford a decent
systemwide
> software management system. > > > Would you recommended to to install externals by default package manager > such as apt-get or pacman? I'm not sure, but I thought the some packages > on default Ubuntu(14.04) server is a little old or outdated, but > pd-deken is an up-to-date-system for missing packages, and I'd
prefer
> pd-deken over apt-get. Please tell me if I am wrong. > > best, > jonghyun > > > _______________________________________________ > 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 <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
With : $ sudo apt-get install libftgl-dev ++
Jack
Le 21/02/2016 14:14, Jonghyun Kim a écrit :
I've got error. How to fix it?
====== libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DGEM_INTERNAL -DGLEW_BUILD -DGLEW_MX -DPD -g -O2 -freg-struct-return -O3 -falign-loops -falign-functions -falign-jumps -funroll-loops -ffast-math -mmmx -MT libBase_la-TextBaseFTGL.lo -MD -MP -MF .deps/libBase_la-TextBaseFTGL.Tpo -c TextBaseFTGL.cpp -fPIC -DPIC -o .libs/libBase_la-TextBaseFTGL.o In file included from TextBaseFTGL.cpp:24:0: TextBase.h:38:22: fatal error: FTFont.h: No such file or directory # include "FTFont.h" ^ compilation terminated. make[3]: *** [libBase_la-TextBaseFTGL.lo] Error 1 make[3]: Leaving directory
/home/ak/gem/src/Base' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory
/home/ak/gem/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/ak/gem/src' make: *** [all-recursive] Error 1 ======On Sun, Feb 21, 2016 at 10:11 PM, Jack <jack@rybn.org mailto:jack@rybn.org> wrote:
use ImageMagick : yes (Magick++) So, yes, it is good. Now, run : $ make then $ sudo make install ++ Jack Le 21/02/2016 14:09, Jonghyun Kim a écrit : > thanks for the info, jack. > > I have a question. It looks fine? This is the ./configure result I don't > know well about gem-plugins. > > ===== > used optional libraries: > > font-rendering : FTGL > default font : > > image-support > use ImageMagick : yes (Magick++) > use QuickTime : no > use AVFoundation : no > use TIFF : yes > use JPEG : yes > moviefile-support > use PLUGINS: yes > use mpeg : no > use mpeg-3 : no > use QuickTime : no > use AVFoundation : > use aviplay : no > use gmerlin : no > capture-support > use PLUGINS: yes > use v4l : yes (libv4l) > use v4l2 : yes (libv4l) > use ieee1394 : no > use DV : no > use Unicap : yes > use Video-for-WinDOS : no > use QuickTime : no > use AVFoundation : no > > ====== > > > On Sun, Feb 21, 2016 at 9:39 PM, Jack <jack@rybn.org <mailto:jack@rybn.org> > <mailto:jack@rybn.org <mailto:jack@rybn.org>>> wrote: > > Hello, > > If you want/need the last version of Gem (and if you are ok with a > terminal) : > $ git clone git://git.code.sf.net/p/pd-gem/gem <http://git.code.sf.net/p/pd-gem/gem> > <http://git.code.sf.net/p/pd-gem/gem> > $ cd gem > $ ./autogen.sh > $ ./configure > $ make > $ sudo make install > > Should do it. > ++ > > Jack > > > > > Le 21/02/2016 13:14, Jonghyun Kim a écrit : > > why don't you install gem via your package manager? > > deken is mainly for people who cannot afford a decent systemwide > > software management system. > > > > > > Would you recommended to to install externals by default package > manager > > such as apt-get or pacman? I'm not sure, but I thought the some > packages > > on default Ubuntu(14.04) server is a little old or outdated, but > > pd-deken is an up-to-date-system for missing packages, and I'd prefer > > pd-deken over apt-get. Please tell me if I am wrong. > > > > best, > > jonghyun > > > > > > _______________________________________________ > > Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> <mailto: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 <mailto:Pd-list@lists.iem.at> <mailto:Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at>> mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > >
Thanks jack! I think it installed properly.
requested dependencies: sudo apt-get install libmagick++-dev libv4l-dev ftgl-dev
One question, is this version latest one right? Old one was 0.93.3, but this is "0.93"
GEM: ver: 0.93.git 60998f6 GEM: compiled: Feb 21 2016
best, jonghyun
On Sun, Feb 21, 2016 at 10:26 PM, Jack jack@rybn.org wrote:
With : $ sudo apt-get install libftgl-dev ++
Jack
Le 21/02/2016 14:14, Jonghyun Kim a écrit :
I've got error. How to fix it?
====== libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src -DGEM_INTERNAL -DGLEW_BUILD -DGLEW_MX -DPD -g -O2 -freg-struct-return -O3 -falign-loops -falign-functions -falign-jumps -funroll-loops -ffast-math -mmmx -MT libBase_la-TextBaseFTGL.lo -MD -MP -MF .deps/libBase_la-TextBaseFTGL.Tpo -c TextBaseFTGL.cpp -fPIC -DPIC -o .libs/libBase_la-TextBaseFTGL.o In file included from TextBaseFTGL.cpp:24:0: TextBase.h:38:22: fatal error: FTFont.h: No such file or directory # include "FTFont.h" ^ compilation terminated. make[3]: *** [libBase_la-TextBaseFTGL.lo] Error 1 make[3]: Leaving directory
/home/ak/gem/src/Base' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory
/home/ak/gem/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/ak/gem/src' make: *** [all-recursive] Error 1 ======On Sun, Feb 21, 2016 at 10:11 PM, Jack <jack@rybn.org mailto:jack@rybn.org> wrote:
use ImageMagick : yes (Magick++) So, yes, it is good. Now, run : $ make then $ sudo make install ++ Jack Le 21/02/2016 14:09, Jonghyun Kim a écrit : > thanks for the info, jack. > > I have a question. It looks fine? This is the ./configure result I don't > know well about gem-plugins. > > ===== > used optional libraries: > > font-rendering : FTGL > default font : > > image-support > use ImageMagick : yes (Magick++) > use QuickTime : no > use AVFoundation : no > use TIFF : yes > use JPEG : yes > moviefile-support > use PLUGINS: yes > use mpeg : no > use mpeg-3 : no > use QuickTime : no > use AVFoundation : > use aviplay : no > use gmerlin : no > capture-support > use PLUGINS: yes > use v4l : yes (libv4l) > use v4l2 : yes (libv4l) > use ieee1394 : no > use DV : no > use Unicap : yes > use Video-for-WinDOS : no > use QuickTime : no > use AVFoundation : no > > ====== > > > On Sun, Feb 21, 2016 at 9:39 PM, Jack <jack@rybn.org <mailto:jack@rybn.org> > <mailto:jack@rybn.org <mailto:jack@rybn.org>>> wrote: > > Hello, > > If you want/need the last version of Gem (and if you are ok
with a
> terminal) : > $ git clone git://git.code.sf.net/p/pd-gem/gem <
http://git.code.sf.net/p/pd-gem/gem%3E
> <http://git.code.sf.net/p/pd-gem/gem> > $ cd gem > $ ./autogen.sh > $ ./configure > $ make > $ sudo make install > > Should do it. > ++ > > Jack > > > > > Le 21/02/2016 13:14, Jonghyun Kim a écrit : > > why don't you install gem via your package manager? > > deken is mainly for people who cannot afford a decent
systemwide
> > software management system. > > > > > > Would you recommended to to install externals by default
package
> manager > > such as apt-get or pacman? I'm not sure, but I thought the
some
> packages > > on default Ubuntu(14.04) server is a little old or outdated,
but
> > pd-deken is an up-to-date-system for missing packages, and
I'd prefer
> > pd-deken over apt-get. Please tell me if I am wrong. > > > > best, > > jonghyun > > > > > > _______________________________________________ > > Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> <mailto: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 <mailto:Pd-list@lists.iem.at> <mailto:Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at>> mailing
list
> UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > >
Good ! And yes, this is the official lastest version. ++
Jack
Le 21/02/2016 15:03, Jonghyun Kim a écrit :
Thanks jack! I think it installed properly.
requested dependencies: sudo apt-get install libmagick++-dev libv4l-dev ftgl-dev
One question, is this version latest one right? Old one was 0.93.3, but this is "0.93"
GEM: ver: 0.93.git 60998f6 GEM: compiled: Feb 21 2016
best, jonghyun
On Sun, Feb 21, 2016 at 10:26 PM, Jack <jack@rybn.org mailto:jack@rybn.org> wrote:
With : $ sudo apt-get install libftgl-dev ++ Jack Le 21/02/2016 14:14, Jonghyun Kim a écrit : > I've got error. How to fix it? > > ====== > libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src > -DGEM_INTERNAL -DGLEW_BUILD -DGLEW_MX -DPD -g -O2 -freg-struct-return > -O3 -falign-loops -falign-functions -falign-jumps -funroll-loops > -ffast-math -mmmx -MT libBase_la-TextBaseFTGL.lo -MD -MP -MF > .deps/libBase_la-TextBaseFTGL.Tpo -c TextBaseFTGL.cpp -fPIC -DPIC -o > .libs/libBase_la-TextBaseFTGL.o > In file included from TextBaseFTGL.cpp:24:0: > TextBase.h:38:22: fatal error: FTFont.h: No such file or directory > # include "FTFont.h" > ^ > compilation terminated. > make[3]: *** [libBase_la-TextBaseFTGL.lo] Error 1 > make[3]: Leaving directory `/home/ak/gem/src/Base' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/ak/gem/src' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/home/ak/gem/src' > make: *** [all-recursive] Error 1 > ====== > > On Sun, Feb 21, 2016 at 10:11 PM, Jack <jack@rybn.org <mailto:jack@rybn.org> > <mailto:jack@rybn.org <mailto:jack@rybn.org>>> wrote: > > use ImageMagick : yes (Magick++) > > So, yes, it is good. > Now, run : > $ make > then > $ sudo make install > ++ > > Jack > > > > Le 21/02/2016 14:09, Jonghyun Kim a écrit : > > thanks for the info, jack. > > > > I have a question. It looks fine? This is the ./configure result I > don't > > know well about gem-plugins. > > > > ===== > > used optional libraries: > > > > font-rendering : FTGL > > default font : > > > > image-support > > use ImageMagick : yes (Magick++) > > use QuickTime : no > > use AVFoundation : no > > use TIFF : yes > > use JPEG : yes > > moviefile-support > > use PLUGINS: yes > > use mpeg : no > > use mpeg-3 : no > > use QuickTime : no > > use AVFoundation : > > use aviplay : no > > use gmerlin : no > > capture-support > > use PLUGINS: yes > > use v4l : yes (libv4l) > > use v4l2 : yes (libv4l) > > use ieee1394 : no > > use DV : no > > use Unicap : yes > > use Video-for-WinDOS : no > > use QuickTime : no > > use AVFoundation : no > > > > ====== > > > > > > On Sun, Feb 21, 2016 at 9:39 PM, Jack <jack@rybn.org <mailto:jack@rybn.org> > <mailto:jack@rybn.org <mailto:jack@rybn.org>> > > <mailto:jack@rybn.org <mailto:jack@rybn.org> <mailto:jack@rybn.org <mailto:jack@rybn.org>>>> wrote: > > > > Hello, > > > > If you want/need the last version of Gem (and if you are ok with a > > terminal) : > > $ git clone git://git.code.sf.net/p/pd-gem/gem <http://git.code.sf.net/p/pd-gem/gem> <http://git.code.sf.net/p/pd-gem/gem> > > <http://git.code.sf.net/p/pd-gem/gem> > > $ cd gem > > $ ./autogen.sh > > $ ./configure > > $ make > > $ sudo make install > > > > Should do it. > > ++ > > > > Jack > > > > > > > > > > Le 21/02/2016 13:14, Jonghyun Kim a écrit : > > > why don't you install gem via your package manager? > > > deken is mainly for people who cannot afford a decent systemwide > > > software management system. > > > > > > > > > Would you recommended to to install externals by default package > > manager > > > such as apt-get or pacman? I'm not sure, but I thought the some > > packages > > > on default Ubuntu(14.04) server is a little old or outdated, but > > > pd-deken is an up-to-date-system for missing packages, and I'd prefer > > > pd-deken over apt-get. Please tell me if I am wrong. > > > > > > best, > > > jonghyun > > > > > > > > > _______________________________________________ > > > Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> <mailto:Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at>> > <mailto:Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> <mailto: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 <mailto:Pd-list@lists.iem.at> <mailto:Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at>> > <mailto:Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> <mailto:Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at>>> mailing list > > UNSUBSCRIBE and account-management -> > > http://lists.puredata.info/listinfo/pd-list > > > > > >
Le 21/02/2016 15:03, Jonghyun Kim a écrit :
GEM: ver: 0.93.git 60998f6
On 02/21/2016 05:33 PM, Jack wrote:
Good ! And yes, this is the official lastest version.
actually no.
i would not consider anything compiled from a non-release git to be the "official" version.
also, the commit id (60998f6), indicates that you are building from the sourceforge repository, whereas these days i consider my github repository to be the "official" repository - confirm the README.txt; on github the current commit id is "54b4b7c9".
luckily the two versions currently don't differ very much (most commits have been related to automated test builds), though.
in theory i try to keep the two repos in sync, but sometimes i forget...
gmdsar IOhannes
OK, i update this info, thanks. ++
Jack
Le 21/02/2016 19:27, IOhannes m zmölnig a écrit :
Le 21/02/2016 15:03, Jonghyun Kim a écrit :
GEM: ver: 0.93.git 60998f6
On 02/21/2016 05:33 PM, Jack wrote:
Good ! And yes, this is the official lastest version.
actually no.
i would not consider anything compiled from a non-release git to be the "official" version.
also, the commit id (60998f6), indicates that you are building from the sourceforge repository, whereas these days i consider my github repository to be the "official" repository - confirm the README.txt; on github the current commit id is "54b4b7c9".
luckily the two versions currently don't differ very much (most commits have been related to automated test builds), though.
in theory i try to keep the two repos in sync, but sometimes i forget...
gmdsar IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 02/21/2016 03:03 PM, Jonghyun Kim wrote:
requested dependencies: sudo apt-get install libmagick++-dev libv4l-dev ftgl-dev
that's "not correct". the correct approach would be:
$ sudo apt-get build-dep gem
(which will install all the packages required to build the "gem" package for Debian/Ubuntu/... ; the dependencies are for the "gem" package as provided by your distribution (which might not be the newest), but since dependencies often don't change very much it is usually a good start.
gfnmsdr IOhannes
On Mon, Feb 22, 2016 at 3:20 AM, IOhannes m zmölnig zmoelnig@iem.at wrote:
$ sudo apt-get build-dep gem
Thanks a lot, IOhannes! I didn't know that. It's very important information for me. For compiling puredata(vanilla and extended) is also:
$ sudo apt-get build-dep puredata $ sudo apt-get build-dep pd-extended
Right?
best, jonghyun
On 02/21/2016 01:14 PM, Jonghyun Kim wrote:
Would you recommended to to install externals by default package manager such as apt-get or pacman? I'm not sure, but I thought the some packages on default Ubuntu(14.04) server is a little old or outdated, but pd-deken is an up-to-date-system for missing packages, and I'd prefer pd-deken over apt-get. Please tell me if I am wrong.
in general i would recommend to use the packages provided by your system's package manager (apt, pacman, yumm,...) if you have one.
there are of course a couple of exceptions to this rule of thumb, e.g.:
manager is too old (e.g. you need a fix for a bug in this very version).
the notion that pd-deken will necessarily give you newer packages is an illusion. right now, *most* deken packages are ripped of pd-extended - which is not available for anything newer than trusty, so rather outdated.
more important, deken is very minimalistic, and does *no job* to guarantee that a given external will be compatible with your version of Pd and/or with the operating system you are running. (it does some minimal checks, in order to not suggest people running windows7/32bit to install packages compiled for linux running on a raspberry; but that's about it).
this works suprisingly well or *most* externals out there (which happen to have *no* dependencies but Pd and libc), but Gem is a very complex beast (and this is also the reason why i always refused to put Gem binaries for linux online).
otoh, your system package manager (if it's worth this name) is designed to ensure that all software installed through it works together.
mgsar IOhannes