Page 1 of 1

PythonMagick fails to configure

Posted: 2009-02-17T13:04:45-07:00
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

Re: PythonMagick fails to configure

Posted: 2009-02-17T21:11:52-07:00
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.

Re: PythonMagick fails to configure

Posted: 2009-02-18T14:15:43-07:00
by f1ori
Thanks, now it works!