[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compile error
From: |
Thomas Dickey |
Subject: |
Re: compile error |
Date: |
Fri, 4 Mar 2016 20:08:58 -0500 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Sat, Mar 05, 2016 at 12:18:29AM +0800, 火云 wrote:
> 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?
That probably was fixed in
http://invisible-island.net/ncurses/NEWS.html#t20160123
Try the current development snapshot at
http://invisible-island.net/datafiles/current/ncurses.tar.gz
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
- compile error, 火云, 2016/03/04
- Re: compile error,
Thomas Dickey <=