Re: [gtk+osx] can't find lib files
Status: Beta
Brought to you by:
jralls
From: David B. <va...@nt...> - 2004-01-31 16:26:25
|
knk wrote: > can't find lib files. > I'd tried to "configure" like this > > ./configure --with-gtk-prefix=/gmp --prefix=/gmp > --bindir=/gimp/gimp-1.2.app/Contents/MacOS > --sbindir=/gimp/gimp-1.2.app/Contents/MacOS > libjpeg and libtiff are third party libraries. Both build fairly easily on OSX. libtiff is from http://www.libtiff.org/ libjpeg is from http://www.ijg.org/ alternatively use --without-libjpeg along with --without-libtiff If you haven't not gimp print installed you'll need --disable-print too. |