Hi, I'm very sorry, because my English is very bed. So, I wish you known what's the mean that I want to express.
When I compiled the ncurses6.0 source code, I got the error.
I use the command:
./configure
And, then I got some error messages such follows :
In file included from ./curses.priv.h:325:0,
from ../ncurses/lib_gen.c:19:
_20281.c:843:15: error: expected ‘)’ before ‘int’
../include/curses.h:1631:56: note: in definition of macro ‘mouse_trafo’
#define mouse_trafo(y,x,to_screen) wmouse_trafo(stdscr,y,x,to_screen)
^
Makefile:967: recipe for target '../objects/lib_gen.o' failed
make[1]: *** [../objects/lib_gen.o] Error 1
make[1]: Leaving directory '/home/hy/下载/ncurses-6.0/ncurses'
Makefile:113: recipe for target 'all' failed
make: *** [all] Error 2
Could you tell me how I can compile sucess?
Thanks!