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