On Mon, Jun 11, 2012 at 07:29:41PM -0500, Yaakov (Cygwin/X) wrote: > ESCDELAY is a global variable which is replaced by getter and setter > functions with NCURSES_REENTRANT. This fixes the following error: > > nconf.c: In function ‘main’: > nconf.c:1506:2: error: lvalue required as left operand of assignment On Tue, Jun 12, 2012 at 07:05:02PM -0500, Yaakov (Cygwin/X) wrote: > Commit 8c41e5e363db55d91aa3b1cdce4ab02ad9821de7 added a check for > ncursesw/curses.h for the case where ncurses and ncursesw are build > separately but only one is installed. But if both are installed, > the headers ncurses/curses.h and ncursesw/curses.h differ, and since > libncursesw will be found first, so should ncursesw/curses.h. On Tue, Jun 12, 2012 at 07:05:15PM -0500, Yaakov (Cygwin/X) wrote: > Import libraries on Cygwin and MinGW/MSYS use the .dll.a suffix, so > checking this suffix is necessary to make sure ncurses will still be > found when built without static libraries. I applied these three to kbuild.git#kconfig. Sorry for the delay. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html