texmf-beta/dialog and ncurses

Charles Wilson cwilson@ece.gatech.edu
Tue Dec 11 17:58:00 GMT 2001


Jérôme-Georges-Michel BENOIT wrote:

> Bonjour:
> 
> I am rebuilding the tetex-beta (cygwin) package.
> I have a trouble with ncurces:
> when I build dialog,
> I get the error message:
> 
> undefined reference to `acs_map'
> 
> How can we fix it ?


Looks like you don't have the current ncurses.h file:  it should have a 
line like:

#define acs_map  acs_mapf()

and

extern const chtype * acs_mapf(void);

Does 'dialog' attempt to declare 'acs_map' itself, and not #include 
ncurses.h ?

--Chuck







More information about the Cygwin-apps mailing list