rocketpcguy
01-04-2004, 08:30 AM
i get this after a ./configure. i have gtk2-devel, gtk2-2.0.6-8, installed.
checking for pygtk-codegen-2.0... /usr/local/bin/pygtk-codegen-2.0
checking for pygtk defs... /usr/local/share/pygtk/2.0/defs
checking for pkg-config... (cached) /usr/local/bin/pkg-config
checking for GLIB - version >= 2.0.0... yes (version 2.0.6)
checking for pkg-config... (cached) /usr/local/bin/pkg-config
checking for GTK+ - version >= 2.0.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: maybe you want the gtk-gnome-1-2 branch?
this is some of my config.log:
configure:19194: checking for pkg-config
configure:19225: result: /usr/local/bin/pkg-config
configure:19246: checking for GTK+ - version >= 2.0.0
configure:19392: result: no
configure:19426: gcc -o conftest -g -O2 conftest.c >&5
configure:19431:21: gtk/gtk.h: No such file or directory
configure: In function `main':
configure:19437: `gtk_major_version' undeclared (first use in this function)
configure:19437: (Each undeclared identifier is reported only once
configure:19437: for each function it appears in.)
configure:19437: `gtk_minor_version' undeclared (first use in this function)
configure:19437: `gtk_micro_version' undeclared (first use in this function)
configure:19429: $? = 1
configure: failed program was:
| #line 19406 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gnome-python"
| #define PACKAGE_TARNAME "gnome-python"
| #define PACKAGE_VERSION "2.0.0"
<etc>
any ideas?
checking for pygtk-codegen-2.0... /usr/local/bin/pygtk-codegen-2.0
checking for pygtk defs... /usr/local/share/pygtk/2.0/defs
checking for pkg-config... (cached) /usr/local/bin/pkg-config
checking for GLIB - version >= 2.0.0... yes (version 2.0.6)
checking for pkg-config... (cached) /usr/local/bin/pkg-config
checking for GTK+ - version >= 2.0.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: maybe you want the gtk-gnome-1-2 branch?
this is some of my config.log:
configure:19194: checking for pkg-config
configure:19225: result: /usr/local/bin/pkg-config
configure:19246: checking for GTK+ - version >= 2.0.0
configure:19392: result: no
configure:19426: gcc -o conftest -g -O2 conftest.c >&5
configure:19431:21: gtk/gtk.h: No such file or directory
configure: In function `main':
configure:19437: `gtk_major_version' undeclared (first use in this function)
configure:19437: (Each undeclared identifier is reported only once
configure:19437: for each function it appears in.)
configure:19437: `gtk_minor_version' undeclared (first use in this function)
configure:19437: `gtk_micro_version' undeclared (first use in this function)
configure:19429: $? = 1
configure: failed program was:
| #line 19406 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME "gnome-python"
| #define PACKAGE_TARNAME "gnome-python"
| #define PACKAGE_VERSION "2.0.0"
<etc>
any ideas?