Thread [Gimp] Modul installieren (14 answers)
Opened by Gustl at 2011-06-17 20:52

Gustl
 2011-06-18 14:51
#149737 #149737
User since
2011-01-27
443 Artikel
BenutzerIn
[Homepage]
user image
Alles klar, dann habe ich versuche das Modul Image::Magick zu installieren...

in der shell unter Windows7 folgendes eingegeben:
cpan Image::Magick

Quote
...
...
...
./PerlMagick-6.67/Magick.pm.in
./PerlMagick-6.67/Makefile.PL
CPAN: File::Temp loaded ok (v0.22)

CPAN.pm: Going to build J/JC/JCRISTY/PerlMagick-6.67.tar.gz


It looks like you don't have a C compiler and make utility installed. Trying
to install dmake and the MinGW gcc compiler using the Perl Package Manager.
This may take a a few minutes...

ppm.bat install failed: Can't find any package that provides MinGW

It looks like the installation of dmake and MinGW has failed. You will not be
able to run Makefile commands or compile C extension code. Please check your
internet connection and your proxy settings!

Der Befehl "MagickCore-config" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
Der Befehl "MagickCore-config" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
Der Befehl "MagickCore-config" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for -lMagickCore
Note (probably harmless): No library found for -lperl
Note (probably harmless): No library found for -lm
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 comctl32.lib
Note (probably harmless): No library found for bufferoverflowU.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:\Perl64\bin\perl.exe C:\Perl64\lib\ExtUtils\xsubpp -typemap C:\Perl64
\lib\ExtUtils\typemap Magick.xs > Magick.xsc && C:\Perl64\bin\perl.exe -MExtUti
ls::Command -e "mv" -- Magick.xsc Magick.c
cl -c -I../ -I.. -I"/usr/include/ImageMagick" -fopenmp -g -O2 -Wall -p
thread -nologo -GF -W3 -MD -Zi -DNDEBUG -Ox -GL -fp:precise -DWIN32 -D_CONSOLE -
DNO_STRICT -DHAVE_DES_FCRYPT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPERL_I
MPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -MD -Zi -DNDEBUG -Ox -GL -fp:pr
ecise -DVERSION=\"6.6.7\" -DXS_VERSION=\"6.6.7\" "-IC:\Perl64\lib\CORE" -D
_LARGE_FILES=1 -DHAVE_CONFIG_H Magick.c
Der Befehl "cl" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
NMAKE : fatal error U1077: 'C:\Windows\system32\cmd.exe' : return code '0x1'
Stop.
JCRISTY/PerlMagick-6.67.tar.gz
nmake -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible


Und dann kommen wieder Fehler mit denen ich nichts anfangen kann...
Ist irgendwie echt lässtig ein Modul nachträglich zu installieren :(

View full thread [Gimp] Modul installieren