Problem compiling PythonMagick

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Scons/Boost/Python no longer supports void*. We changed the void* to unsigned char* in Magick++/Blob.h and Magick++/Image.h as well as the PythonMagick/_Blob.cpp and PythonMagick/_Image.cpp and the PythonMagick build completed. Ideally we would leave Magick++ alone and patch PythonMagick. If you have any ideas, let us know.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

If you get
  • ... matching function for call to 'registry_lookup(const volatile void (*)())
when compiling PythonMagick, upgrade your Boost Python to 1.34. See
http://www.boost.org/more/getting_started.html#CVS and checkout with Thanks to Nigel Rowe for this update.
Post Reply