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