Page 1 of 1

Posted: 2006-08-25T20:13:30-07:00
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.

Posted: 2006-09-17T15:22:41-07:00
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.