1
2
3
4
Can't locate loadable object for module Gimp in @INC (@INC contains: D:/Web/xampp/perl/lib D:/Web/xampp/perl/site/lib .) at D:/Web/xampp/perl/lib/Gimp.pmline 22
BEGIN failed--compilation aborted at D:/Web/xampp/perl/lib/Gimp.pm line 22.
Compilation failed in require at test.pl line 3.
BEGIN failed--compilation aborted at test.pl line 3.
1 2 3 4 5 6 7 8 9 10 11
BEGIN { $VERSION = 1.211; eval { require XSLoader; XSLoader::load Gimp $VERSION; } or do { require DynaLoader; @ISA=qw(DynaLoader); bootstrap Gimp $VERSION; } } #<-------Zeile 22
QuoteGimp-1.211/COPYING
Gimp-1.211/MANIFEST
CPAN: File::Temp loaded ok (v0.22)
Warning (usually harmless): 'YAML' not installed, will not store persistent state
CPAN.pm: Going to build M/ML/MLEHMANN/Gimp-1.211.tar.gz
Der Befehl "." ist entweder falsch geschrieben oder konnte nicht gefunden werden.
Warning: No success on command[D:\Web\xampp\perl\bin\perl.exe Makefile.PL]
Warning (usually harmless): 'YAML' not installed, will not store persistent state
MLEHMANN/Gimp-1.211.tar.gz
D:\Web\xampp\perl\bin\perl.exe Makefile.PL -- NOT OK
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
QuoteFailed to load PPM_DAT file
Can't use an undefined value as a SCALAR reference at D:/Web/xamp/perl/site/lib/PPM.pm line 1672, <DATA> line 41.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
my $bildle = newFromJpeg GD::Image("hochzeitsfrisur0.jpg"); my ($Breite_Quelle,$Hoehe_Quelle) = $bildle->getBounds(); my $Hoehe_Ziel= $Hoehe_Quelle / $Breite_Quelle * 800; my $bild=new GD::Image(800,$Hoehe_Ziel); $bild->copyResized($bildle,0,0,0,0,800,$Hoehe_Ziel,$Breite_Quelle,$Hoehe_Quelle); #Ausgabe im Browser binmode STDOUT; print $bild->jpeg(100); #verkleinertes Bild speichern open(newpic,">gd.jpg"); binmode newpic; print newpic $bild->jpeg(100); close(newpic);
my $bildle = newFromJpeg GD::Image("hochzeitsfrisur0.jpg", 1);
$bild->copyResized($bildle,0,0,0,0,800,$Hoehe_Ziel,$Breite_Quelle,$Hoehe_Quelle);
$bild->copyResampled($bildle,0,0,0,0,800,$Hoehe_Ziel,$Breite_Quelle,$Hoehe_Quelle);
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