[gtk+osx] GTK configure not seeing libjpeg
Status: Beta
Brought to you by:
jralls
From: Benjamin R. <bra...@ya...> - 2004-09-21 03:31:49
|
The GTK configure script can't find libjpeg, which I've tried reinstalling multiple times. Jpeg gives no error on the install, but I get this while running the GTK configure: checking for TIFFReadScanline in -ltiff... yes checking tiffio.h usability... yes checking tiffio.h presence... yes checking for tiffio.h... yes checking for jpeg_destroy_decompress in -ljpeg... no configure: WARNING: *** JPEG loader will not be built (JPEG library not found) *** configure: error: *** Checks for JPEG loader failed. You can build without it by passing *** --without-libjpeg to configure but some programs using GTK+ may *** not work properly Any ideas why GTK isn't seeing this? I'm running OS 10.3.5, and trying to install GTK 2.2.4, and I've installed jpeg v6b. Thanks! |