I'm a bit confused about how to compile somethingon Centos 5 that's looking for gtk +-2. ./configure errors out with this message: checking for GTK+ - version >= 2.4.0... no *** Could not run GTK+ test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GTK+ is incorrectly installed. configure: error: Cannot find GTK2 The best information I could find on Google tells me this: "Edit the script file , it is looking for gtk+-2 while you have gtk2 installed." That's nice, but how? I edited the "configure" script and changed all references to read gtk2 and that did me no good at all. How can I address this issue? -- MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
Frank Cox wrote:> I'm a bit confused about how to compile somethingon Centos 5 that's looking > for > gtk +-2. > > ./configure errors out with this message: > > checking for GTK+ - version >= 2.4.0... no > *** Could not run GTK+ test program, checking why... > *** The test program failed to compile or link. See the file config.log for > the > *** exact error that occured. This usually means GTK+ is incorrectly[..]> How can I address this issue?Look at the config.log you could be missing some packages. nate
On Sun, Jun 21, 2009 at 18:02, Frank Cox<theatre at sasktel.net> wrote:> ./configure errors out with this message: > checking for GTK+ - version >= 2.4.0... noDo you have the "gtk2-devel" package installed? You need it to build something that uses GTK+ 2.10... HTH, Filipe