PythonMagick fails to configure

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
f1ori

PythonMagick fails to configure

Post by f1ori »

Hello,
I get following error:
checking whether the Boost::Python library is available... yes
checking for exit in -lboost_python... no
checking for exit in -lboost_python-libboost_python... no
checking for exit in -lboost_python... no

If I remove the test from m4/ax_boost_python.m4. and update the m4/ax_python.m4 for 2.6 it works.

I didn't have this problem when I build PythonMagick 0.8 some month's ago.
As I package this library for Arch, I noticed too that the md5sum changed, but there wasn't a new version number.

Florian
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: PythonMagick fails to configure

Post by magick »

Sometime tomorrow PythonMagick 0.9 will be available for download at ftp://ftp.imagemagick.org/pub/ImageMagick/python. Let us know if you have any problems building it.
f1ori

Re: PythonMagick fails to configure

Post by f1ori »

Thanks, now it works!
Post Reply