分页: 1 / 1

[问题]make xconfig不能用

发表于 : 2008-06-06 16:21
hanhongbo84
我想使用2 .6.10的内核裁减一个小的系统应用于嵌入式,但是不知道为什么make xconfig不能用。make menuconfig和make gconfig都能用。下面是错误提示:
hhb@hhb-desktop:~/downloads/linux-2.6.10$ make xconfig
HOSTCXX scripts/kconfig/qconf.o
In file included from scripts/kconfig/qconf.cc:24:
scripts/kconfig/qconf.h:25: 错误: 有多余的限定‘ConfigSettings::’在成员‘readSizes’上
scripts/kconfig/qconf.h:26: 错误: 有多余的限定‘ConfigSettings::’在成员‘writeSizes’上
scripts/kconfig/qconf.h:127: 错误: 有多余的限定‘ConfigList::’在成员‘updateMenuList’上
make[1]: *** [scripts/kconfig/qconf.o] 错误 1
make: *** [xconfig] 错误 2



请问这是什么原因阿,我已经装了很多个包了,比如QT,tcl,gtk都装了还是不行

发表于 : 2008-06-06 18:14
wzhy
qt3、qt4相关的开发包都装了吗?
kernel-package呢?
不好意思,这种错误还真没见到过。

发表于 : 2008-06-06 18:34
cnkilior
xconfig和qt库相关的。gconfig(?)和gkt库相关。。。不过还是menuconfig好用!

发表于 : 2008-06-06 19:31
syrano
sudo aptitude install libqt3-headers libqt3-mt-dev libqt3-compat-headers libqt3-mt#安装xconfig依赖包,
viewtopic.php?t=110461&start=0&postdays ... highlight=

发表于 : 2008-06-17 9:41
jinsaiuser
楼上正解