编译ncurses-5.9出错

1.编译linux内核时想使用图形化内核配置界面,需要下载ncurses-5.9.tar.gz:

                   tar zxvf ncurses-5.9.tar.gz

                   cd ncurses-5.9

                   ./configure                        //此处出错

                   make

                   make install

./configure步骤中出错内容如下:

In file included from ../ncurses/curses.priv.h:283:0,
                 from ../ncurses/lib_gen.c:19:
_11707.c:835:15: error: expected ‘)’ before ‘int’
../include/curses.h:1594:56: note: in definition of macro ‘mouse_trafo’
 #define mouse_trafo(y,x,to_screen) wmouse_trafo(stdscr,y,x,to_screen)
                                                        ^
Makefile:790: recipe for target '../objects/lib_gen.o' failed
make[1]: *** [../objects/lib_gen.o] Error 1
make[1]: Leaving directory '/home/zw/ncurses-5.9/ncurses'
Makefile:109: recipe for target 'all' failed
make: *** [all] Error 2
 

 

参考帖子内容:Ncurses 6.0 Compilation Error - error: expected ')' before 'int' - Stack Overflowicon-default.png?t=M7J4https://stackoverflow.com/questions/37475222/ncurses-6-0-compilation-error-error-expected-before-int

export CPPFLAGS="-P"

然后重新:

                   ./configure                  

                   make

                   make install

编译成功。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值