错误提示如下:
In file included from ../ncurses/curses.priv.h:283:0,
from ../ncurses/lib_gen.c:19:
_2305.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:795: recipe for target '../obj_s/lib_gen.o' failed
make[2]: *** [../obj_s/lib_gen.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/houquan/workdir/04-Linux_Source/Filesystem/buildroot-2015.02/output/build/host-ncurses-5.9/ncurses'
Makefile:307: recipe for target '../lib/libncurses.so' failed
make[1]: *** [../lib/libncurses.so] Error 2
make[1]: Leaving directory '/home/houquan/workdir/04-Linux_Source/Filesystem/buildroot-2015.02/output/build/host-ncurses-5.9/progs'
package/pkg-generic.mk:182: recipe for target '/home/houquan/workdir/04-Linux_Source/Filesystem/buildroot-2015.02/output/build/host-ncurses-5.9/.stamp_built' failed
make: *** [/home/houquan/workdir/04-Linux_Source/Filesystem/buildroot-2015.02/output/build/host-ncurses-5.9/.stamp_built] Error 2
ncurses-5.9编译make出错,怎么办?
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-