On 8/15/06, Mark Hereld <[EMAIL PROTECTED]> 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.
>
> 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`
>
> first off:  magick/MagickCore.h doesn't exist....
> second off: declaration of AcquireExceptionInfo is nowhere to be found in
>     the remaining headers
> third off: _AcquireExceptionInfo doesn't show up in the symbols (using nm
>     on libMagick.a)
>
> I'm baffled...  has anybody come across this?  Have a workaround?
>
> Mind you: convert and display seem to work just fine -- so command line stuff
> is working it seems.
>
> -- mark
>
>

What version of of ImageMagick does your test code want?  Is it
possible that Fink's is too old?

-- 
Alexander K. Hansen
Fink Documenter (still)

-------------------------------------------------------------------------
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