[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
compilation failure on ncurses/tinfo/lib_acs.c
From: |
Robert Joop |
Subject: |
compilation failure on ncurses/tinfo/lib_acs.c |
Date: |
Fri, 21 Dec 2001 00:08:12 +0100 |
User-agent: |
Mutt/1.3.24i |
[ncurses 5.2 patched till 20011218]
ncurses/tinfo/lib_acs.c fails to compile:
../ncurses/./tinfo/lib_acs.c: In function `_nc_init_acs':
../ncurses/./tinfo/lib_acs.c:157: sizeof applied to an incomplete type
../ncurses/./tinfo/lib_acs.c:158: sizeof applied to an incomplete type
i've tracked the problem down to include/term.h (included by lib_acs.c) and its
#undef BROKEN_LINKER
#define BROKEN_LINKER 1
then the only mentioning of acs_map boils down to
extern chtype acs_map[];
on which of course SIZEOF() doesn't work.
does it compile for anybody else?
rj
- compilation failure on ncurses/tinfo/lib_acs.c,
Robert Joop <=