|
发表于 2004-7-11 18:56:41
|
显示全部楼层
我想起来了,在Debian/testing当时编译2.6内核的时候,也有这样的错误:
#make gconfig
*
* Unable to find the GTK+ installation. Please make sure that
* the GTK+ 2.0 development package is correctly installed...
* You need gtk+-2.0, glib-2.0 and libglade-2.0.
*
make[1]: *** [scripts/kconfig/.tmp_gtkcheck] ?? 1
make: *** [gconfig] 错误 2
pkg-config gtk+-2.0 --modversion
2.4.3
# pkg-config glib-2.0 --modversion
2.4.2
# pkg-config libglade-2.0. --modversion
Package libglade-2.0. was not found in the pkg-config search path.
Perhaps you should add the directory containing `libglade-2.0..pc'
to the PKG_CONFIG_PATH environment variable
No package 'libglade-2.0.' found
apt-get install gtklib2.0-dev 也提示是最新版本了。
这好像是一个普遍的问题,以前在sid时自己编译openq时也出现类似的问题,没有编译成功,后来发现了deb包才搞定。 |
|