Re: [PD] [pix_image] available image format on linux?

2016-02-22 Thread Jonghyun Kim
On Mon, Feb 22, 2016 at 3:20 AM, IOhannes m zmölnig  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
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [pix_image] available image format on linux?

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


___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [pix_image] available image format on linux?

2016-02-21 Thread IOhannes m zmölnig
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.:
- you already *know* that the version provided by the system package
manager is too old (e.g. you need a fix for a bug in this very version).
- hmm (cannot think of another one)

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



signature.asc
Description: OpenPGP digital signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [pix_image] available image format on linux?

2016-02-21 Thread IOhannes m zmölnig
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



signature.asc
Description: OpenPGP digital signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [pix_image] available image format on linux?

2016-02-21 Thread IOhannes m zmölnig
> 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




signature.asc
Description: OpenPGP digital signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [pix_image] available image format on linux?

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

Re: [PD] [pix_image] available image format on linux?

2016-02-21 Thread Jonghyun Kim
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  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  > > 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  > 
> > > >> 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 
> > > mailing
> list
> > > > UNSUBSCRIBE and account-management ->
> > > http://lists.puredata.info/listinfo/pd-list
> >   

Re: [PD] [pix_image] available image format on linux?

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


___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [pix_image] available image format on linux?

2016-02-21 Thread Jonghyun Kim
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  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  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 > > > 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
>> >
>> >
>>
>>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [pix_image] available image format on linux?

2016-02-21 Thread Jonghyun Kim
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  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  > > 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
> >
> >
>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [pix_image] available image format on linux?

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


Re: [PD] [pix_image] available image format on linux?

2016-02-21 Thread Jonghyun Kim
>
> 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 =>  (0x7ffe5294f000)
libMagick++.so.4 => not found
libMagickCore.so.4 => not found
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6
(0x7f03d08ef000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7f03d052a000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x7f03d0314000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x7f03d000d000)
/lib64/ld-linux-x86-64.so.2 (0x5649f80b2000)
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [pix_image] available image format on linux?

2016-02-21 Thread Jonghyun Kim
>
> 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


Re: [PD] [pix_image] available image format on linux?

2016-02-20 Thread IOhannes m zmölnig
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
>  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



signature.asc
Description: OpenPGP digital signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [pix_image] available image format on linux?

2016-02-20 Thread IOhannes m zmölnig
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




signature.asc
Description: OpenPGP digital signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [pix_image] available image format on linux?

2016-02-20 Thread Max
-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'

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (GNU/Linux)

iEYEARECAAYFAlbIvnQACgkQ3EB7kzgMM6IXZACfY4Xic+rAuiz906VnlYTWDtNC
ZKgAn1urmsOg+w/I3UaR666Hhe6G+M/b
=n1fo
-END PGP SIGNATURE-

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [pix_image] available image format on linux?

2016-02-20 Thread Jonghyun Kim
You are right, claude. I'm not sure, but I think the pd-deken's
 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  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 
> 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)
>>> 1. $ which pd
>>> /usr/local/bin/pd
>>>
>>> 2. $ 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 <
>>> cla...@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 <
> cla...@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
>> --
>> http://mathr.co.uk
>>
>>
>> ___
>> 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
>>
>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [pix_image] available image format on linux?

2016-02-20 Thread Jonghyun Kim
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 
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)
>> 1. $ which pd
>> /usr/local/bin/pd
>>
>> 2. $ 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 <
>> cla...@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 <
 cla...@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
> --
> http://mathr.co.uk
>
>
> ___
> 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
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [pix_image] available image format on linux?

2016-02-20 Thread Claude Heiland-Allen

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)
1. $ which pd
/usr/local/bin/pd

2. $ 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 
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 <
cla...@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
--
http://mathr.co.uk


___
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


Re: [PD] [pix_image] available image format on linux?

2016-02-20 Thread Jonghyun Kim
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)
1. $ which pd
/usr/local/bin/pd

2. $ pd -stderr -verbose your-patch.pd 2>log.txt
attatched

many thanks,
jonghyun



On Sun, Feb 21, 2016 at 12:31 AM, Claude Heiland-Allen 
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 <
>> cla...@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
>>> --
>>> http://mathr.co.uk
>>>
>>>
>>> ___
>>> 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
>
input channels = 2, output channels = 2
Pd-0.46.7 ("") compiled 23:14:22 Jan 15 2016
port 5400
TCL_LIBRARY="/usr/local/lib/pd/lib/tcl/library" 
TK_LIBRARY="/usr/local/lib/pd/lib/tk/library"   wish 
"/usr/local/lib/pd/tcl//pd-gui.tcl" 5400
priority 6 scheduling enabled.

Waiting for connection request... 
/usr/local/lib/pd/bin/pd-watchdog
... connected
opened 0 MIDI input device(s) and 0 MIDI output device(s).
input channels = 2, output channels = 2
verbose(4): JACK: started server as 'pure_data_0'
tried ./Cream/Cream.l_ia64 and failed
tried /mnt/HDD-1T/Cloud/Dropbox/3.PROJECTS/z.Library-Pd/Cream/Cream.l_ia64 and 
failed
tried /home/ak/pd-externals/Gem/Cream/Cream.l_ia64 and failed
tried /home/ak/pd-externals/zexy/Cream/Cream.l_ia64 and failed
tried /home/ak/pd-externals/cyclone/Cream/Cream.l_ia64 and failed
tried /home/ak/pd-externals/flatgui/Cream/Cream.l_ia64 and failed
tried /home/ak/pd-externals/moonlib/Cream/Cream.l_ia64 and failed
tried /home/ak/pd-externals/Cream/Cream.l_ia64 and succeeded
verbose(3): Cream Library by Pierre Guillot
© 2013 - 2015  CICM | Paris 8 University
Version Beta 0.4 (Nov 23 2015) for Pure Data 0.46

tried ./Hoa/Hoa.l_ia64 and failed
tried /mnt/HDD-1T/Cloud/Dropbox/3.PROJECTS/z.Library-Pd/Hoa/Hoa.l_ia64 and 
failed
tried /home/ak/pd-externals/Gem/Hoa/Hoa.l_ia64 and failed
tried /home/ak/pd-externals/zexy/Hoa/Hoa.l_ia64 and failed
tried /home/ak/pd-externals/cyclone/Hoa/Hoa.l_ia64 and failed
tried /home/ak/pd-externals/flatgui/Hoa/Hoa.l_ia64 and failed
tried /home/ak/pd-externals/moonlib/Hoa/Hoa.l_ia64 and failed
tried /home/ak/pd-externals/Hoa/Hoa.l_ia64 and failed
tried /usr/local/lib/pd-externals/Hoa/Hoa.l_ia64 and failed
tried /usr/local/lib/pd/extra/Hoa/Hoa.l_ia64 and failed
tried /home/ak/pd-externals/Cream/misc/Hoa/Hoa.l_ia64 and failed
tried /home/ak/pd-externals/Cream/helps/Hoa/Hoa.l_ia64 and failed
tried ./Hoa/Hoa.pd_linux and failed
tried /mnt/HDD-1T/Cloud/Dropbox/3.PROJECTS/z.Library-Pd/Hoa/Hoa.pd_linux and 
failed
tried /home/ak/pd-externals/Gem/Hoa/Hoa.pd_linux and failed
tried /home/ak/pd-externals/zexy/Hoa/Hoa.pd_linux and failed
tried /home/ak/pd-externals/cyclone/Hoa/Hoa.pd_linux and failed
tried /home/ak/pd-externals/flatgui/Hoa/Hoa.pd_linux and failed
tried /home/ak/pd-externals/moonlib/Hoa/Hoa.pd_linux and failed
tried /home/ak/pd-externals/Hoa/Hoa.pd_linux and succeeded
verbose(3): HOA Library by Julien Colafrancesco, Pierre Guillot, Eliott Paris & 
Thomas Le Meur
© 2013 - 2015  CICM | Paris 8 University
Version Beta 2.2 (Jun 

Re: [PD] [pix_image] available image format on linux?

2016-02-20 Thread Claude Heiland-Allen
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 
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
--
http://mathr.co.uk


___
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


Re: [PD] [pix_image] available image format on linux?

2016-02-20 Thread Jonghyun Kim
Pd says:

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  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  > 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
>> --
>> http://mathr.co.uk
>>
>>
>> ___
>> 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


Re: [PD] [pix_image] available image format on linux?

2016-02-20 Thread Jonghyun Kim
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 
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
> --
> http://mathr.co.uk
>
>
> ___
> 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


Re: [PD] [pix_image] available image format on linux?

2016-02-20 Thread Claude Heiland-Allen

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
--
http://mathr.co.uk


___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] [pix_image] available image format on linux?

2016-02-20 Thread Jonghyun Kim
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
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list