分页: 1 / 1

sudo make xconfig OR sudo make menuconfig 出现的错误

发表于 : 2009-07-05 19:14
18260

代码: 全选

 HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/docproc
  HOSTCC  scripts/basic/hash
  HOSTCC  scripts/kconfig/conf.o
scripts/kconfig/conf.c: 在函数‘conf_askvalue’中:
scripts/kconfig/conf.c:104: 警告: 忽略声明有 warn_unused_result 属性的‘fgets’的返回值
scripts/kconfig/conf.c: 在函数‘conf_choice’中:
scripts/kconfig/conf.c:306: 警告: 忽略声明有 warn_unused_result 属性的‘fgets’的返回值
  HOSTCC  scripts/kconfig/kxgettext.o
 *** Unable to find the ncurses libraries or the
 *** required header files.
 *** 'make menuconfig' requires the ncurses libraries.
 *** 
 *** Install ncurses (ncurses-devel) and try again.
 *** 
make[1]: *** [scripts/kconfig/dochecklxdialog] 错误 1
make: *** [menuconfig] 错误 2

代码: 全选

  CHECK   qt
*
* Unable to find the QT3 installation. Please make sure that
* the QT3 development package is correctly installed and
* either install pkg-config or set the QTDIR environment
* variable to the correct location.
*
sed < scripts/kconfig/lkc_proto.h > scripts/kconfig/lkc_defs.h 's/P(\([^,]*\),.*/#define \1 (\*\1_p)/'
  HOSTCC  scripts/kconfig/kconfig_load.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC  scripts/kconfig/zconf.tab.o
make[1]: *** 没有规则可以创建“scripts/kconfig/qconf.o”需要的目标“scripts/kconfig/.tmp_qtcheck”。 停止。
make: *** [xconfig] 错误 2

Re: sudo make xconfig OR sudo make menuconfig 出现的错误

发表于 : 2009-07-05 19:18
HuntXu
你需要一本英文词典,或者使用google翻译...
另,在哪config要sudo了...

Re: sudo make xconfig OR sudo make menuconfig 出现的错误

发表于 : 2009-07-07 0:02
18260
HuntXu 写了:你需要一本英文词典,或者使用google翻译...
另,在哪config要sudo了...
问题是不加 SUDO一样的问题

Re: sudo make xconfig OR sudo make menuconfig 出现的错误

发表于 : 2009-07-08 1:39
infinite180
没有ncurses不能用menuconfig