Hi, Im trying to compile pidip but on the ./configure Im getting
checking for XWindowByProperty in -lmagick . . .no configure error: screen captures requires Imagemagick library!!
This is on debian (kanotix distribution)
I found a reference in the list archive but Im afraid its doubledutch to me as i have according to package manager imagemagick 7:6.2.4.5-0.8 installed.
Any pointers on how to proceed would be really appreciated
my configure looks like this if that matters.
./configure --with-pd=/home/nicky/pd39/pd-0.39.2 --with-pdp=/home/nicky/pdp/pdp-0.12.4/
PD and PDP were installed using apt-get install.
holy moly this linux is a steep learning curve :)
thanks Nicky
Hi there,
To be able to build imagemagick programs you need to have the libmagick9-dev package installed. Traditionally on debian (and many other distros) it's assumed that you won't want to be compiling things yourself, so the required headers etc. are split out into a -dev package to save disk space & download time.
And yes, libmagick9-dev is quite an obscure name for it.
robert.
On Saturday 06 May 2006 01:20, Nicholas Ward wrote:
Hi, Im trying to compile pidip but on the ./configure Im getting
checking for XWindowByProperty in -lmagick . . .no configure error: screen captures requires Imagemagick library!!
This is on debian (kanotix distribution)
I found a reference in the list archive but Im afraid its doubledutch to me as i have according to package manager imagemagick 7:6.2.4.5-0.8 installed.
Any pointers on how to proceed would be really appreciated
my configure looks like this if that matters.
./configure --with-pd=/home/nicky/pd39/pd-0.39.2 --with-pdp=/home/nicky/pdp/pdp-0.12.4/
PD and PDP were installed using apt-get install.
holy moly this linux is a steep learning curve :)
thanks Nicky
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hallo!
PD and PDP were installed using apt-get install.
you can also install pidip with apt-get ... apt-get install pd-pidip
but you have to add some sources to /etc/apt/sources.list add e.g. these sources:
-------------8<--------------
# cinelerra deb http://www.kiberpipa.org/~minmax/cinelerra/builds/pentium4/ ./ deb-src http://www.kiberpipa.org/~minmax/cinelerra/builds/sid/ ./
# marillat deb ftp://ftp.nerim.net/debian-marillat/ sid main
# PDP-stuff: deb http://sindominio.net/~caedes/debian/ unstable main #deb ftp://ftp.nerim.net/debian-marillat/ unstable main
--------------8<-------------
then don't forget to run apt-get update ;)
LG Georg
Great, thanks for the info. Ill give that a go now.
On 6 May 2006, at 08:30, Georg Holzmann wrote:
Hallo!
PD and PDP were installed using apt-get install.
you can also install pidip with apt-get ... apt-get install pd-pidip
but you have to add some sources to /etc/apt/sources.list add e.g. these sources:
-------------8<--------------
# cinelerra deb http://www.kiberpipa.org/~minmax/cinelerra/builds/pentium4/ ./ deb-src http://www.kiberpipa.org/~minmax/cinelerra/builds/sid/ ./
# marillat deb ftp://ftp.nerim.net/debian-marillat/ sid main
# PDP-stuff: deb http://sindominio.net/~caedes/debian/ unstable main #deb ftp://ftp.nerim.net/debian-marillat/ unstable main
--------------8<-------------
then don't forget to run apt-get update ;)
LG Georg
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Quoting Georg Holzmann grhPD@gmx.at:
Hallo!
PD and PDP were installed using apt-get install.
you can also install pidip with apt-get ... apt-get install pd-pidip
and if you really want to compile yourself, you can also make use of apt to get all build-dependencies:
this should install libmagick6-dev (among others)
apt-get build-dep pd-pidip
mfg.vrts.zsd IOhannes