Hi Tony - thanks for your help!
I've used a couple of different JPEG libraries. Right now I'm using the libraries available from GNUWin. The JPEG includes and libraries are all found in the make by setting the incpath and libpath.
For example:
Set up gcc environment - 3.4.5 (mingw-vista special r3
done.
gif: includes not found - libraries not found
ungif: includes not found - libraries not found
jpeg: includes found - libraries found
png: includes not found - libraries not found
tiff: includes not found - libraries not found
freetype2: includes not found - libraries not found
freetype2: not available
T1-fonts: includes not found - libraries not found
TT-fonts: includes not found - libraries not found
w32: includes not found - libraries not found
EXIF support enabled
Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for -ljpeg
Writing Makefile for Imager::CountColor
Writing Makefile for Imager::Filter::DynTest
Writing Makefile for Imager::Filter::Flines
Writing Makefile for Imager::File::ICO
Writing Makefile for Imager::Filter::Mandelbrot
Writing Makefile for Imager::File::SGI
Writing Makefile for Imager::plugins
Writing Makefile for Imager
I had originally tried DMAKE, but got the following error:
dmake.exe: Error: -- `C:\Perl\libConfig.pm' not found, and can't be made
Thanks again! |