in reply to Re^6: Can't call method "scaleY" on an undefined value at C:/strawberry/perl/site/lib/ Image/Seek.pm line 137.
in thread Can't call method "scaleY" on an undefined value at C:/strawberry/perl/site/lib/ Image/Seek.pm line 137.
So I installed the GNUWIN32 PNG and JPEG libraries and then sent this instruction to the command:
perl Makefile.PL --incpath="C:\Program Files\GnuWin32\installed\includ +e" --libpath="C:\Program Files\GnuWin32\installed\lib"
The message now is:
jpeg: includes found - libraries not found png: includes found - libraries not found
Here's the dir of "C:\Program Files\GnuWin32\installed\lib"
12,800 jpeg-bcc.lib 3,568 jpeg.def 24,220 jpeg.lib 64,620 libjpeg.dll.a 29,696 libpng-bcc.lib 48,640 libpng.dll.a 995 libpng.la 51,878 libpng.lib 4,645 libpng12.def 48,706 libpng12.dll.a 995 libpng12.la pkgconfig
Any ideas? The makedb.pl script still gives the error:
"Can't call method "scaleY" on an undefined value at C:/strawberry/per +l/site/lib/ Image/Seek.pm line 112.
The error gives a different line number then the original post title because I reinstalled Image::Seek 0.1 instead of the 0.2 version. The latter has a few extra lines of code.
|
|---|