Hi dmotd,

thanks for the link. I tried the PKGBUILD and it fails at exactly the same point. I already have imagemagick installed and Magickk++.h is in /usr/include/ImageMagick

If i change Gem/src/Base/GemPixImageLoad.cpp line 64 from:

# include <Magick++.h>

to:

# include </usr/include/ImageMagick/Magick++.h>

it gets past the original error, but fails with the following error:

In file included from GemPixImageLoad.cpp:64:0:
/usr/include/ImageMagick/Magick++.h:9:30: fatal error: Magick++/Include.h: No such file or directory
compilation terminated.

So now it can't find Include.h, but Include.h is definitely located here: /usr/include/ImageMagick/Magick++/Include.h

Must be something to do with paths right? How to I solve this?

James


Quoth dmotd, on 05/07/10 14:30:
hi james,

there's a PKGBUILD already available on AUR..
http://aur.archlinux.org/packages.php?ID=22509

tested very recently..

btw, you are missing imagemagick
'pacman -S imagemagick' should do the trick.

dmotd

James Dunn wrote:
Hi list,

I am trying to compile pd-extended on arch linux according to the instructions
here: http://puredata.info/docs/developer/GettingPdSource
I checked out svn and follwed the instructions here: http://puredata.info/docs/
developer/BuildingPdExtended

make install fails with:

GemPixImageLoad.cpp:64:23: fatal error: Magick++.h: No such file or directory
compilation terminated

I have ImageMagick installed and Magick++.h is in /usr/include/ImageMagick/ as
well as /usr/local/include/ImageMagick
Do I have to modify my path or something?

thanks

James
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management ->  
http://lists.puredata.info/listinfo/pd-list



_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to