Mike Frisch wrote: > On Thu, Jan 22, 2004 at 11:45:27AM -0500, Neal D. Becker wrote: >> I'm not familiar with gtk+. rpm tells me I have gtk+-devel-1.2.10-28.1. >> I >> guess that's gtk+-1? Can I find a gtk+-2 for fedora, and why doesn't >> fedora have it (gtk+ website indicates gtk+-2 is not new). > > The package name is gtk2-devel. I have gtk2-devel-2.2.4-5.1 on my > up-to-date installation. > > OK, I figured out the problem. It is pkgconfig. I installed kde3.2-rc1 as /opt/kde3.2-rc, and pkgconfig was /opt/kde3.2-rc/bin/pkgconfig, which by default only looked at /opt/kde3.2-rc/lib/pkgconfig for files. Solution was to set env variable: PKG_CONFIG_PATH=/usr/lib/pkgconfig ./configure IMHO, pkgconfig is somewhat broken - it should search default paths without me telling it, and it should be easier to diagnose this kind of problem.