This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: texmf-beta/dialog and ncurses


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






Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]