Re: Compile problems on Slackware 10

Martin Norbäck <[email protected]> Mon, 06 Sep 2004 12:14:20 +0200
Newsgroups gmane.comp.video.ogle.user
Message-ID <[email protected]>
On lör, 2004-09-04 at 15:18 -0400, Eddie Roosenmaallen wrote:
> Hi,
> 
> I'm running into some compile problems for ogle_gui-0.9.2 on Slack 10.0
> 
> When I run ./configure, I get the following:
> > checking for GTK - version >= 0.99.7... yes
> > checking for libglade-config... no
> > checking for libglade... no
> > configure: error: You must have libglade development files
> 
> I have the Slack packages glade-2.6.0-i486-1 & libglade-2.4.0-i486-1,
> and have had no problems building other glade packages.
> 
> Any suggestions would be appreciated.

The best thing you can do is to 
./configure --enable-gtk2

This will make sure gtk2 is used. Which is what you want.

Regards,

	Martin