ImageMagick appears broken.

David Barto DBarto at visionpro.com
Mon Jun 3 07:50:12 PDT 2013


I'm doing a fresh install to upgrade to Mt. Lion - format/install Mt. Lion/install macports as needed.

On a co-workers Mac, he has ImageMagick @6.8.0-7_2+q16 (active) and it is installed properly.

My install is for 'ImageMagick                    @6.8.5-5        graphics/ImageMagick' as reported by 'port list'

My /opt/local/include doesn't have an ImageMagick directory, it has 'ImageMagick-6'. So I hack in the link (ImageMagick -> ImageMagic-6) and when I attempt to compile I get:

compile color_snap_converter.cpp -o color_snap_converter.sh
In file included from /opt/local/include/ImageMagick/Magick++/Include.h:13:0,
                 from /opt/local/include/ImageMagick/Magick++.h:9,
                 from color_snap_converter.cpp:15:
/opt/local/include/ImageMagick/magick/magick-config.h:29:3: error: #warning "you should set MAGICKCORE_QUANTUM_DEPTH to sensible default set it to configure time default" [-Werror=cpp]
/opt/local/include/ImageMagick/magick/magick-config.h:30:3: error: #warning "this is an obsolete behavior please fix your makefile" [-Werror=cpp]
/opt/local/include/ImageMagick/magick/magick-config.h:52:3: error: #warning "you should set MAGICKCORE_HDRI_ENABLE to sensible default set it to configure time default" [-Werror=cpp]
/opt/local/include/ImageMagick/magick/magick-config.h:53:3: error: #warning "this is an obsolete behavior please fix yours makefile" [-Werror=cpp]
cc1plus: all warnings being treated as errors
ln: shared/color_snap_converter.o: No such file or directory
gmake[5]: *** [color_snap_converter.sh] Error 1

My /opt/local/include/ImageMagick-6 directory doesn't appear to have the same files as my workmates Mac.

Is the 6.8.5 install broken?
Can I get the 6.8.0-7 version?

	David


Begin forwarded message:

> From: "Brian D. McGrew" <brian at visionpro.com>
> Subject: Re: pcb: [51393] branches/6.4/libs/gem_communication/gemcfg.c: Remove debug
> Date: June 3, 2013 7:41:46 AM PDT
> To: David Barto <DBarto at visionpro.com>
> 
>  ImageMagick @6.8.0-7_2+q16 (active)
> 
> 
> 
> 
> -brian
> -- 
> 
> 
> Brian McGrew
> brian at visionpro.com
> 
> 
> 
> 
> On 6/3/13 7:26 AM, "David Barto" <DBarto at visionpro.com> wrote:
> 
>> Don't forget the trunk.
>> 
>> 	David
>> 
>> On Jun 3, 2013, at 7:24 AM, <svn at visionpro.com>
>> wrote:
>> 
>>> Revision
>>> 51393
>>> Author
>>> brian
>>> Date
>>> 2013-06-03 07:24:47 -0700 (Mon, 03 Jun 2013)
>>> Log Message
>>> 
>>> Remove debug
>>> Modified Paths
>>> 
>>> 	€ branches/6.4/libs/gem_communication/gemcfg.c
>>> Diff
>>> 
>>> Modified: branches/6.4/libs/gem_communication/gemcfg.c (51392 => 51393)
>>> 
>>> --- branches/6.4/libs/gem_communication/gemcfg.c	2013-06-03 13:34:14
>>> UTC (rev 51392)
>>> +++ branches/6.4/libs/gem_communication/gemcfg.c	2013-06-03 14:24:47
>>> UTC (rev 51393)
>>> 
>>> @@ -388,7 +388,7 @@
>>> 
>>>     else
>>> 
>>> 	strlcpy(pPort._address, "0.0.0.0", kPortConAddressSize);
>>> 
>>> 
>>> 
>>> -    std::cout << "pPort._address: " << pPort._address << std::endl;
>>> 
>>> +    // std::cout << "pPort._address: " << pPort._address << std::endl;
>>> 
>>> 
>>> 
>>>     pPort._port = 5000;
>>> 
>>>     pPort._t3 = 30;
>>> 
>> 
> 



More information about the macports-users mailing list