bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

compile error


From: 火云
Subject: compile error
Date: Sat, 5 Mar 2016 00:18:29 +0800 (CST)

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!

reply via email to

[Prev in Thread] Current Thread [Next in Thread]