Tiny Core Extensions > TCE Q&A Forum

GTK compiling problems

(1/1)

libertyernie:
I'm trying to compile an app that uses GTK2, and I'm getting this message:

--- Code: ---*** 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: *** GTK+ version 2.4.0 or later not found!
--- End code ---
config.log reveals that it can't find "gtk/gtk.h". Anyone have any ideas?

Juanito:
Do you have PKG_CONFIG_PATH set?

You could try the configure switch "--disable-tests" or similar or maybe it requires a symlink include/gtk/gtk.h -> include/gtk.h (but I doubt it).

I just finished re-compiling glibmm/cairomm/pangomm/gtkmm without seeing this error...

Navigation

[0] Message Index

Go to full version