MagickCore-config not found; Win32 Image::Magick build fails

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
metaperl
Posts: 1
Joined: 2011-07-19T14:11:15-07:00
Authentication code: 8675308

MagickCore-config not found; Win32 Image::Magick build fails

Post by metaperl »

Hello, I installed this ImageMagick binary:
http://www.imagemagick.org/download/bin ... ws-dll.exe

and then typed `cpan Image::Magick` using Strawberry Perl 5.10

The first problem I got was:

Code: Select all

'MagickCore-config' is not recognized as an internal or external command,
operable program or batch file.
Later, during compliation, an outright error occurred:

Code: Select all

Magick.xs:7517: error: `MagickOption' undeclared (first use in this function)
Magick.xs:7517: error: (Each undeclared identifier is reported only once
Magick.xs:7517: error: for each function it appears in.)
Magick.xs:7517: error: syntax error before "pp"
The entire set of build errors is quite long. It is here:
http://pastebin.com/CMAjfWJt

My exact Strawberry Perl version is:

Code: Select all

C:\Users\thequietcenter\prg\btc\trunk>perl -v

This is perl, v5.10.1 (*) built for MSWin32-x86-multi-thread

Copyright 1987-2009, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.


C:\Users\thequietcenter\prg\biotrackthc\trunk>
Post Reply