scarecrow_abc 发表于 2005-12-31 15:12: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.
*
HOSTCC scripts/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
HOSTCC scripts/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

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

VirusCamp 发表于 2005-12-31 15:50:01

* 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.

没有qt-devel 不能用xconfig
试试 make gconfig
不过,你的 make menuconfig 都有问题, 从来没见过,难道是没有 ncurses-devel ?
页: [1]
查看完整版本: make xconfig 失败