|
Date: 3/31/2008 9:35 pm · Subject: Installing ImageMagick / PerlMagick · Rating: 0
AHHHHH. So I've tried so many different combinations it's not funny. Has anyone succesfully installed ImageMagick/PerlMagick for windows xp? I've got a problem where I can't get the thumbnails to be created, and I'm fairly certain it has to do with the fact that my ImageMagick / PerlMagick versions are incorrect. But I can't find the right versions online. I've tried to do an "install Image::Magick" via cpan, but when I do that it fails (see below). So I've tried to get the binary online, but the 6.4.0 binary for windows I can't get the PerlMagick to install (in the instructions it says to do: ppm install Image-Magick.ppd) and when I do that I get: ppm install failed: The PPD does not provide code to install for this platform. I've tried pervious versions of ImageMagick but they give the same error: cl : Command line error D8004 : '/W' requires an argument (see below). Any help would be appreciated. It shouldn't be this hard to install ImageMagick/PerlMagick on my system... Thanks! =========================================== Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lfreetype Note (probably harmless): No library found for -llcms Note (probably harmless): No library found for -ltiff Note (probably harmless): No library found for -lfreetype Note (probably harmless): No library found for -ljpeg Note (probably harmless): No library found for -lgs Note (probably harmless): No library found for -lpng Note (probably harmless): No library found for -lXext Note (probably harmless): No library found for -lXt Note (probably harmless): No library found for -lSM Note (probably harmless): No library found for -lICE Note (probably harmless): No library found for -lX11 Note (probably harmless): No library found for -lbz2 Note (probably harmless): No library found for -lrsvg-2 Note (probably harmless): No library found for -lgdk_pixbuf-2.0 Note (probably harmless): No library found for -lpng12 Note (probably harmless): No library found for -lm Note (probably harmless): No library found for -lgobject-2.0 Note (probably harmless): No library found for -lgmodule-2.0 Note (probably harmless): No library found for -ldl Note (probably harmless): No library found for -lglib-2.0 Note (probably harmless): No library found for -lxml2 Note (probably harmless): No library found for -lgvc Note (probably harmless): No library found for -lz Note (probably harmless): No library found for -lpthread Note (probably harmless): No library found for -lm Note (probably harmless): No library found for -lpthread Note (probably harmless): No library found for oldnames.lib Note (probably harmless): No library found for kernel32.lib Note (probably harmless): No library found for user32.lib Note (probably harmless): No library found for gdi32.lib Note (probably harmless): No library found for winspool.lib Note (probably harmless): No library found for comdlg32.lib Note (probably harmless): No library found for advapi32.lib Note (probably harmless): No library found for shell32.lib Note (probably harmless): No library found for ole32.lib Note (probably harmless): No library found for oleaut32.lib Note (probably harmless): No library found for netapi32.lib Note (probably harmless): No library found for uuid.lib Note (probably harmless): No library found for ws2_32.lib Note (probably harmless): No library found for mpr.lib Note (probably harmless): No library found for winmm.lib Note (probably harmless): No library found for version.lib Note (probably harmless): No library found for odbc32.lib Note (probably harmless): No library found for odbccp32.lib Note (probably harmless): No library found for msvcrt.lib Writing Makefile for Image::Magick
Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved.
cp Magick.pm blib\lib\Image\Magick.pm AutoSplitting blib\lib\Image\Magick.pm (blib\lib\auto\Image\Magick) C:\data\wre\prereqs\bin\perl.exe C:\data\wre\prereqs\lib\ExtUtils\xsubpp -typemap C:\data\wre\prereqs\lib\ExtUtils\typemap Magick.xs > Magick.xsc && C :\data\wre\prereqs\bin\perl.exe -MExtUtils::Command -e mv Magick.xsc Magick.c cl -c -I../ -I.. -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/us r/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/graphviz -I/usr/i nclude/freetype2 -I/usr/include/libxml2 -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -D WIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DUSE_SITECUSTOMIZ E -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -g -O2 -Wall -W -pthread -MD -Zi -DNDEBUG -O1 -DVERSIO N=\"6.3.2\" -DXS_VERSION=\"6.3.2\" "-IC:\data\wre\prereqs\lib\CORE" -D_LARGE_ FILES=1 -DHAVE_CONFIG_H Magick.c cl : Command line warning D9025 : overriding '/O1' with '/O2' cl : Command line error D8004 : '/W' requires an argument NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x2' Stop. JCRISTY/PerlMagick-6.32.tar.gz nmake -- NOT OK Warning (usually harmless): 'YAML' not installed, will not store persistent stat e Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible Failed during this command: JCRISTY/PerlMagick-6.32.tar.gz : make NO
--- (Edited on 3/31/2008 9:35 pm [GMT-0500] by dadok) ---
|