So of nice you to stop in.

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.


In reply to Re^7: Can't call method "scaleY" on an undefined value at C:/strawberry/perl/site/lib/ Image/Seek.pm line 137. by socrtwo
in thread Can't call method "scaleY" on an undefined value at C:/strawberry/perl/site/lib/ Image/Seek.pm line 137. by socrtwo

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.