Make failure: PythonMagick 0.7

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
magickman

Make failure: PythonMagick 0.7

Post by magickman »

I have installed the following:
boost 1.33.1-13
boost-devel-1.33.1-13

imageMagick 6.3.2.9-3
imageMagick-devel 6.3.2.9-3
ImageMagic c++ 6.3.2.9-3
ImageMagic-devel c++ 6.3.2.9-3

I did ./configure and make. But on make get an error: no matching function for call to "registry_lookup"
./configure
make

When I performed make, it's failing:

Blob.cpp:43: instantiated from here
/usr/include/boost/python/converter/registered.hpp:88: error: no matching function for call to 'registry_lookup(const volatile void (*)())'
make[2]: *** [libpymagick_la-_Blob.lo] Error 1
make[2]: Leaving directory `/home/minime/apps/PythonMagick/PythonMagick-0.7/pythonmagick_src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/minime/apps/PythonMagick/PythonMagick-0.7'
make: *** [all] Error 2
mikew

Re: Make failure: PythonMagick 0.7

Post by mikew »

use boost 1.34 instead, search in this forum for details
Post Reply