Hi, I'll modify my previous question which had to do with "make menuconfig" not working. I've downgraded all my ncurses to 1.9.9e1-1. All libc5 is version 33-3. This is the same setup as on other machines where menuconfig works. The compile crashes as follows:
rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]: Entering directory `/usr/src/linux/scripts/lxdialog' gcc -O2 -Wall -fomit-frame-pointer -DLOCALE -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -c lxdialog.c -o lxdialog.o In file included from dialog.h:26, from lxdialog.c:22: /usr/include/ncurses/stdlib.h:333: parse error before `*' /usr/include/ncurses/stdlib.h:336: parse error before `wchar_t' /usr/include/ncurses/stdlib.h: In function `mblen': /usr/include/ncurses/stdlib.h:340: `wchar_t' undeclared (first use this function) /usr/include/ncurses/stdlib.h:340: (Each undeclared identifier is reported only once /usr/include/ncurses/stdlib.h:340: for each function it appears in.) /usr/include/ncurses/stdlib.h:340: parse error before `)' /usr/include/ncurses/stdlib.h: At top level: /usr/include/ncurses/stdlib.h:345: parse error before `*' /usr/include/ncurses/stdlib.h:347: parse error before `*' make[1]: *** [lxdialog.o] Error 1 make[1]: Leaving directory `/usr/src/linux/scripts/lxdialog' make: *** [menuconfig] Error 2 I don't understand why this is the case since stdlib (and all the other header files I checked) are the same as they are on machines that don't have this error. I reinstalled libc5-dev just to be sure but that didn't help. Why would this happen? Could a development package I haven't thought of affect this? Thanks J. Goldman -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .