[Gtk-sharp-list] Installation help again.

John Luke jluke@cfl.rr.com
Mon, 16 Feb 2004 14:49:20 -0500


On Mon, 2004-02-16 at 06:21, JesterDev wrote:
> On Sunday 15 February 2004 06:15 pm, Todd Berman wrote:
> 
> >
> > Dude, call me crazy, (and you wouldnt be the first), but have you tried
> > installing the corresponding development package?
> >
> > for example, libglade-2.0-devel ? or whatever your distro calls it.
> >
> > --Todd
> >
> 
> That did cross my mind, and didn't seem to help one bit.
> 
> Thanks though
> 

You need the pkgconfig (*.pc) files for those packages as that is what
configure uses to detect them.  Usually these are in the corresponding
-devel package for the library.  You can check a rpm package like this:
rpm -ql libglade-2.0-devel | grep *.pc

If you built them from source you may have to add
$(prefix)/lib/pkgconfig to your PKG_CONFIG_PATH