Re: [PD] [GEM] compiling with ImageMagick

2012-09-25 Thread IOhannes m zmölnig
On 09/13/2012 11:44 AM, Lorenzo Sutton wrote:
 apt-get install imagemagick
 On debian (so probably also on ubuntu) the package you're after is the
 development one:
 
 libmagickwand-dev

actually it is libmagick++-dev

a good start is usually to install all packages that are used to build
Gem on debian/ubuntu.

$ sudo apt-get build-dep gem


masdr
IOhannes

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


Re: [PD] [GEM] compiling with ImageMagick

2012-09-25 Thread J Oliver
 libmagickwand-dev 
did it though...
 
 $ sudo apt-get build-dep gem

This is what I was hoping for though...

thanks!

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


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


Re: [PD] [GEM] compiling with ImageMagick

2012-09-13 Thread Lorenzo Sutton

On 13/09/12 00:38, Jaime Oliver wrote:

Hello all,

I am trying to compile gem in ubuntu 12.04, with latest gem from git
and pd 0.43-2. I need imagemagick for image support...

For some reason after running ./configure I get:

 use ImageMagick  : no

I have installed it using:

apt-get install imagemagick
On debian (so probably also on ubuntu) the package you're after is the 
development one:


libmagickwand-dev

(which will probably also pull some other stuff in..)



I am generally new to ubunt, so i might be missing something...


On debian (and ubuntu) when tracking foo dependency for compiling you're 
usually after foo-dev or most often libfoo-dev but as the example above 
shows the name of the library/development package can be rather 
exotic/different compared to the package name.. :)


Another nice one is apt-get build-deb for packages which are already in 
the repositories but you'd like to compile yourself for some reason.


Lorenzo.


best,

J

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



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


[PD] [GEM] compiling with ImageMagick

2012-09-12 Thread Jaime Oliver
Hello all,

I am trying to compile gem in ubuntu 12.04, with latest gem from git
and pd 0.43-2. I need imagemagick for image support...

For some reason after running ./configure I get:

use ImageMagick  : no

I have installed it using:

apt-get install imagemagick

I am generally new to ubunt, so i might be missing something...

best,

J

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