Click here to register.
      
Sprechen Sie WebGUI? Parlez vous WebGUI? Se habla WebGUI? Spreekt u WebGUI?

Do you speak WebGUI? Please help us translate WebGUI into your language.



     Install/Upgrade Help > Installing ImageMagick / PerlMagick

Installing ImageMagick / PerlMagick

User dadok
Date 3/31/2008 9:35 pm
Views 1069
Rating 0    Rate [
|
]
Previous · Next
User Message
dadok

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



Back to Top
Rate [
|
]
 
 
colink

Have you tried just using the binary WRE that was compiled for Windows XP?

http://sourceforge.net/project/showfiles.php?group_id=51417&package_id=148913

 

--- (Edited on 3/31/2008 10:18 pm [GMT-0500] by colink) ---



Back to Top
Rate [
|
]
 
 
dadok

Hmm.  That link doesn't seem to give me a binary.  I downloaded and installed from: wre-0.8.3-windows-xp-ia32.zip on that page though. 

--- (Edited on 3/31/2008 10:45 pm [GMT-0500] by dadok) ---



Back to Top
Rate [
|
]
 
 

Re: is there a an audio/video gallery wobject? by preaction - Sat @ 09:43am

is there a an audio/video gallery wobject? by orenshani - Sat @ 02:36am

Smoketest For nightly_2008-10-11 by Visitor - Sat @ 01:55am

Smoke Test for WebGUI (Stable) (2005-01-23) by botaction - Sat @ 01:50am

Smoke Test for SVN (2005-01-23) by botaction - Sat @ 01:43am

Partner for Feature: Document Repository by JT - Fri @ 04:11pm

Error in log. by pvanthony - Fri @ 12:46pm

Re: Goals by JT - Fri @ 12:31pm

Re: Images in RSS-Syndicated asset by elnino - Fri @ 12:25pm

Re: Password Recovery info wrong by dwittenberg - Fri @ 12:04pm

Re: Password Recovery info wrong by dwittenberg - Fri @ 12:03pm

Re: WebGUI::Crypt by JT - Fri @ 11:56am

Re: Images in RSS-Syndicated asset by ehab - Fri @ 11:52am

Re: Images in RSS-Syndicated asset by elnino - Fri @ 11:47am

Re: Password Recovery info wrong by knowmad - Fri @ 11:18am