Re: dvdauthor 0.6.18 - ./configure problem with Imagemagick 6.6.0
geep999 <geep999-/[email protected]>
| Newsgroups | gmane.comp.multimedia.dvdauthor.user |
|---|---|
| Message-ID | <[email protected]> |
Lawrence D'Oliveiro-2 wrote: > > On 17/05/10 01:40, geep999 wrote: > >> On Slackware 12.2 i486& Slackware 13.0 x86_64 with ImageMagick 6.6.0_7. >> Trying to build dvdauthor 0.6.11, 0.6.14 or 0.6.18 ./configure gives me >> this >> error message: >> configure: ImageMagick does not support the function >> ExportImagePixels. Please upgrade to ImageMagick 5.5.7 or newer > > 1) Maybe try commands like the following (output on my Debian system > included for comparison): > > ldo@theon:~> fgrep ExportImagePixels /usr/include/ImageMagick/magick/* > /usr/include/ImageMagick/magick/methods.h:#define ExportImagePixels > PrependMagickMethod(ExportImagePixels) > /usr/include/ImageMagick/magick/pixel.h: ExportImagePixels(const > Image *,const long,const long,const unsigned long, > > ldo@theon:~> nm -D /usr/lib/libMagickCore.so | grep -i exportimage > 000000000011d8c0 T ExportImagePixels > > 2) Can you send me the config.log file? That should include of the > test program it was trying to build and run, that failed. > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Dvdauthor-users mailing list > Dvdauthor-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/dvdauthor-users > > Hi Lawrence, config.log for Slack 12.2 32 bit and Slack 13.0 64 bit are here: http://tinyurl.com/3yp839n http://tinyurl.com /3yp839n and here: http://tinyurl.com/2v3t79n http://tinyurl.com/2v3t79n for the next couple of weeks. HOWEVER - I upgraded to the latest ImageMagick 6.6.1-9 and the problem has vanished! Also tried with older ImageMagicks 6.4.3-10 & 6.5.7-10 and they were both OK. Reinstalled ImageMagick 6.6.0-7 and the problem was still there. FWIW executing fgrep and nm are listed below. On 64 bit libMagickCore.so is in /usr/lib64, on 32 bit in /usr/lib Cheers, Peter Slackware 13.0 64bit Version: ImageMagick 6.6.0-7 2010-05-16 Q16 http://www.imagemagick.org fgrep ExportImagePixels /usr/include/ImageMagick/magick/* /usr/include/ImageMagick/magick/methods.h:#define ExportImagePixels PrependMagickMethod(ExportImagePixels) /usr/include/ImageMagick/magick/pixel.h: ExportImagePixels(const Image *,const long,const long,const unsigned long, nm -D /usr/lib64/libMagickCore.so | grep -i exportimage 0000000000146f20 T ExportImagePixels Slackware 12.2 32bit Version: ImageMagick 6.6.0-7 2010-03-20 Q16 http://www.imagemagick.org fgrep ExportImagePixels /usr/include/ImageMagick/magick/* /usr/include/ImageMagick/magick/methods.h:#define ExportImagePixels PrependMagickMethod(ExportImagePixels) /usr/include/ImageMagick/magick/pixel.h: ExportImagePixels(const Image *,const long,const long,const unsigned long, nm -D /usr/lib/libMagickCore.so | grep -i exportimage 00132340 T ExportImagePixels -- View this message in context: http://old.nabble.com/dvdauthor-0.6.18---.-configure-problem-with-Imagemagick-6.6.0-tp28574743p28583504.html Sent from the dvdauthor-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------