in reply to Re^5: 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.
If you've now installed libjpeg, including both the header files and libraries you can point Imager's Makefile.PL at them by setting the IM_INCPATH and IM_LIBPATH environment variables, eg:
set IM_INCPATH=c:\installed\include set IM_LIBPATH=c:\installed\lib perl Makefile.PL
or you can supply them on the command-line:
perl Makefile.PL --incpath=c:\installed\include --libpath=c:\installed +\lib
(I wondered who that Tony Snow guy was... ;)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: Can't call method "scaleY" on an undefined value at C:/strawberry/perl/site/lib/ Image/Seek.pm line 137.
by socrtwo (Sexton) on Jul 30, 2009 at 03:03 UTC |