[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 20170715: Broken libtinfo again
From: |
Sven Joachim |
Subject: |
Re: 20170715: Broken libtinfo again |
Date: |
Mon, 17 Jul 2017 17:09:09 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) |
Am 17.07.2017 um 16:55 schrieb Dr. Werner Fink:
> I build with and without --enable-widec as well as ABI 5 and ABI 6
> ... and I see in the build environment for the first case (--disable-widec
> and ABI 6)
>
> [ 46s] ../ncurses/./tinfo/read_entry.c:762:1: error: redefinition of
> '_nc_read_entry'
> [ 46s] _nc_read_entry(const char *const name, char *const filename,
> TERMTYPE *const tp)
> [ 46s] ^~~~~~~~~~~~~~
> [ 46s] In file included from ../ncurses/./tinfo/read_entry.c:39:0:
> [ 46s] ../ncurses/curses.priv.h:2174:25: note: previous definition of
> '_nc_read_entry' was here
> [ 46s] #define _nc_read_entry2 _nc_read_entry
> [ 46s] ^
> [ 46s] ../ncurses/./tinfo/read_entry.c:718:1: note: in expansion of macro
> '_nc_read_entry2'
> [ 46s] _nc_read_entry2(const char *const name, char *const filename,
> TERMTYPE2 *const tp)
> [ 46s] ^~~~~~~~~~~~~~~
I cannot reproduce that. Could you please give your exact configure flags?
Cheers,
Sven