Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Good Day monks, While installing Image::Magick (CPAN not ppm) module, i am getting following errors
D:\Modules\PerlMagick-6.24.tar\PerlMagick-6.24>perl makefile.pl Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lMagick Note (probably harmless): No library found for -ltiff Note (probably harmless): No library found for -ljpeg Note (probably harmless): No library found for -lpng Note (probably harmless): No library found for -ldpstk Note (probably harmless): No library found for -ldps 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 -lxml2 Note (probably harmless): No library found for -lpthread Note (probably harmless): No library found for -lm Note (probably harmless): No library found for -lpthread Writing Makefile for Image::Magick
After that, i am executing nmake, nmake test, nmake install commands and it gives the following error.
Microsoft (R) Program Maintenance-Dienstprogramm: Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. Alle Rechte vorbehalten. cp Magick.pm blib\lib\Image\Magick.pm AutoSplitting blib\lib\Image\Magick.pm (blib\lib\auto\Image\Magick) C:\Perl\bin\perl.exe C:\Perl\lib\ExtUtils/xsubpp -typemap C:\ +Perl\lib\E xtUtils\typemap Magick.xs > Magick.xsc && C:\Perl\bin\perl.exe -MExtU +tils::Comm and -e mv Magick.xsc Magick.c cl -c -I../ -I.. -I/usr/include/freetype2 -I/usr/X11R6/includ +e -I/usr/X 11R6/include/X11 -I/usr/include/libxml2 -nologo -Gf -W3 -MD -Zi -DNDE +BUG -O1 -D WIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DPERL_ +IMPLICIT_C ONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -O3 -g - +Wall -pthr ead -MD -Zi -DNDEBUG -O1 -DVERSION=\"6.2.4\" -DXS_VERSION=\"6.2.4\ +" "-IC:\P erl\lib\CORE" -DHAVE_CONFIG_H Magick.c 'cl' is not recognized as an internal or external command, operable program or batch file. NMAKE : fatal error U1077: 'cl' : Rueckgabe-Code '0x1' Stop.
What is the problem? What i do for this problem? Help me.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re:Installation Problem in Image::Magick module
by kulls (Hermit) on Dec 14, 2005 at 04:49 UTC | |
by Anonymous Monk on Dec 14, 2005 at 05:06 UTC | |
by kulls (Hermit) on Dec 14, 2005 at 05:32 UTC | |
by Anonymous Monk on Dec 14, 2005 at 06:27 UTC | |
|
Re: Installation Problem in Image::Magick module
by spiritway (Vicar) on Dec 14, 2005 at 05:35 UTC | |
by PodMaster (Abbot) on Dec 14, 2005 at 07:29 UTC |