scarecrow_abc 发表于 2005-12-31 14:55:21

make xconfig 失败

# apt-get install moudle-init-tools modutils debhelper

debian:/usr/src/kernel-source-2.6.8# make xconfig
*
* Unable to find the QT installation. Please make sure that the
* QT development package is correctly installed and the QTDIR
* environment variable is set to the correct location.
*
HOSTCCscripts/kconfig/mconf.o
scripts/kconfig/mconf.c:91: error: static declaration of ‘current_menu’ follows non-static declaration
scripts/kconfig/lkc.h:63: error: previous declaration of ‘current_menu’ was here
make: *** 错误 1
make: *** 错误 2


debian:/usr/src/kernel-source-2.6.8# make menuconfig
HOSTCCscripts/kconfig/mconf.o
scripts/kconfig/mconf.c:91: error: static declaration of ‘current_menu’ follows non-static declaration
scripts/kconfig/lkc.h:63: error: previous declaration of ‘current_menu’ was here
make: *** 错误 1
make: *** 错误 2


请大家帮帮...
先谢了!

paulchristopher 发表于 2006-1-4 11:54:25

QT没装全嘛, 用make menuconfig试试。

beta5 发表于 2006-4-15 21:12:40

楼主是用的gnome吧,要换成make gconfig或者make menuconfig.

cnhnln 发表于 2006-4-28 23:50:10

apt一个qt develop或者kdevelop
页: [1]
查看完整版本: make xconfig 失败