Re: [Gimp-developer] OS X GIMP configure can't find JPEG library

2009-04-01 Thread M Gagnon
Indeed, I pointed out PKG_CONFIG_PATH for other dependencies -- libjpeg doesn't use pkg-config. LD_LIBRARY_PATH=/opt/local/bin First of all, this environment variable is Linux-specific =) The mac equivalent would be DYLD_LIBRARY_PATH See http://developer.apple.com/DOCUMENTATION/Darwin/Referen

Re: [Gimp-developer] OS X GIMP configure can't find JPEG library

2009-04-01 Thread Charles Belov
> Date: Tue, 31 Mar 2009 11:09:35 -0400 > From: M Gagnon > Subject: Re: [Gimp-developer] OS X GIMP configure can't find JPEG library > To: gimp-developer@lists.XCF.Berkeley.EDU > > You will very likely need to fiddle with environment variables to help > configure f

Re: [Gimp-developer] OS X GIMP configure can't find JPEG library

2009-03-31 Thread M Gagnon
You will very likely need to fiddle with environment variables to help configure find it. Especially check PKG_CONFIG_PATH The following document (http://wiki.gimp.org/gimp/HowToCompileGimp/MacOSX), even though it was written to be used with native GTK and not macports, can probably contain goo