Mark Hereld wrote:
> I am not able to run simple test codes that use ImageMagick libraries. 
> It looks like _AcquireExceptionInfo is missing from the Magick library.
> It is alo missing from the header.  I haven't found any indication that it 
> has been deprecated or otherwise removed from the interface.  The code 
> i am trying to get running is the ImageMagick core example, core.c.

None of this has been part of imagemagick version 6.1.8, AFAIK.

> I have a MacBook Pro (Intel processor). I am running fink 0.8.1 
> (Fink-0.8.1-Intel-Installer) and using FinkCommander 0.5.4.  
> 
> I have installed the fink packages: imagemagick, imagemagick-dev, and 
> imagemagick-shlibs along with a slew of packages that were dragged in 
> by dependency.  Additionally I installed lmcs, libtiff, and libpng3 as 
> the compile helper Magick-config indicated they were needed, but not 
> included in the automatic fink dependency tracking.
> 
> I build with:
> cc `Magick-config --cflags --cppflags` core.c `Magick-config --ldflags --libs`

This works for me.
I suspect the following (but this is pure guesswork, since you didn't 
say which versions of the various imagemagick* package you have installed):

You have selfupdate/update-all'ed to the new version 6.2.8, and since 
the *-dev package has changed its name from imagemagick-dev to 
imagemagick10-dev, it wasn't upgraded. This is a long-standing bug in 
Fink, but nobody has had an idea so far how to fix it. So now you have 
(like I had after update-all) the following mixture of old and new stuff 
installed:

  i   imagemagick            6.2.8-1001
  i   imagemagick-dev        6.1.8-1006
  i   imagemagick-shlibs     6.1.8-1006
      imagemagick10-dev      6.2.8-1001
  i   imagemagick10-shlibs   6.2.8-1001

To fix your problems, it is sufficient to install imagemagick10-dev. 
This contains all your missing objects.

-- 
Martin

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to