On 2010/08/25 09:27, Nicholas Marriott wrote:
> > 
> > The configure test run is more or less:
> > 
> > #define _XOPEN_SOURCE_EXTENDED
> > #include </usr/include/ncurses.h>
> > 
> > int
> > main ()
> > {
> > #ifndef get_wch
> > # error get_wch not found!
> > #endif
> > ;
> > return 0;
> > }
> > 
> > conftest.c:126:8: error: #error get_wch not found!
> 
> Odd, because if I run this test it is fine. Maybe it is defining
> NCURSES_NOMACROS somewhere, although that would seem silly if it is
> going to do this test...

config.log should tell you more..

Reply via email to