红联Linux门户
Linux帮助

make xconfig和make menuconfig出问题

发布时间:2016-02-21 14:08:18来源:红联作者:zynwmxd123
[root@bogon linux-4.4.2]# make xconfig
HOSTCC scripts/basic/fixdep
CHECK qt
*
* Could not find Qt via pkg-config.
* Please install either Qt 4.8 or 5.x. and make sure it's in PKG_CONFIG_PATH
*
SHIPPED scripts/kconfig/zconf.tab.c
SHIPPED scripts/kconfig/zconf.lex.c
SHIPPED scripts/kconfig/zconf.hash.c
HOSTCC scripts/kconfig/zconf.tab.o
make[1]: *** No rule to make target `scripts/kconfig/.tmp_qtcheck', needed by `scripts/kconfig/qconf.o'. Stop.
make: *** [xconfig] Error 2
[root@bogon linux-4.4.2]# make menuconfig
HOSTCC scripts/kconfig/mconf.o
In file included from scripts/kconfig/mconf.c:23:0:
scripts/kconfig/lxdialog/dialog.h:38:20: fatal error: curses.h: No such file or directory
#include CURSES_LOC
^
compilation terminated.
make[1]: *** [scripts/kconfig/mconf.o] Error 1
make: *** [menuconfig] Error 2
[root@bogon linux-4.4.2]# make xconfig
CHECK qt
*
* Could not find Qt via pkg-config.
* Please install either Qt 4.8 or 5.x. and make sure it's in PKG_CONFIG_PATH
*
make[1]: *** No rule to make target `scripts/kconfig/.tmp_qtcheck', needed by `scripts/kconfig/qconf.o'. Stop.
make: *** [xconfig] Error 2


我在安装ALSA声卡驱动,在ALSA主页下载了linux-4.4.2.tar.bz2,安装过程中出现这种问题。求教大神!!
文章评论

共有 1 条评论

  1. zynwmxd123 于 2016-02-22 18:03:05发表:

    没有大神能解决嘛。。。?0.0