Hi,
seems that some changes were to Makefile.PL.
In version "ImageMagick 6.8.3-6" , I see the option DMAGICKCORE_HDRI_ENABLE=0.
Shall I set it to 1 if I want to build perlmagick with HDRI version enabled?
Not clear what it does, and could not find any info despite some effort (searching forum, google....).
Thanks for clarification.
Can I change the option DMAGICKCORE_HDRI_ENABLE?
Re: Can I change the option DMAGICKCORE_HDRI_ENABLE?
Add --with-perl to your configure script command line. It builds a compatible Makefile.PL for PerlMagick. For HDRI, add --enable-hdri to your configure script command line:
- cd ImageMagick-6.8.3-6
./configure --enable-hdri --with-perl
make
make install