On 19 Oct 1997, Marcus Brinkmann wrote: > On Sun, Oct 19, 1997 at 08:43:07PM +0200, Joost Kooij wrote: > > > > > > On Sun, 19 Oct 1997 [EMAIL PROTECTED] wrote: > > > > > I downloaded the .31 kernel and tried to do a make menuconfig and got the > > > following: > > > > > > rm -f include/asm > > > ( cd include ; ln -sf asm-i386 asm) > > > make -C scripts/lxdialog all > > > make[1]: Entering directory > > > /usr/src/kernel-source-2.0.31/scripts/lxdialog' > > > gcc -O2 -Wall -fomit-frame-pointer -DLOCALE -DCURSES_LOC="<curses.h>" > > > -c > > > lxdialog.c -o lxdialog.o > > > In file included from lxdialog.c:22: > > > dialog.h:29: curses.h: No such file or directory > > > make[1]: *** [lxdialog.o] Error 1 > > > make[1]: Leaving directory /usr/src/kernel-source-2.0.31/scripts/lxdialog' > > > make: *** [menuconfig] Error 2 > > > > Looks like a curses problem. Could you get `make config` to work? and > > `make xconfig`? > > Do you have installed ncurses3.4-dev ?
I tried this yesterday and it indeed gives that error, probably because I have ncurses3.4-dev installed. Apparently `make menuconfig` breaks because it is confused about the new headers. It is very simple to fix; just do: cd /usr/src/linux/scripts/lxdialog make clean all cd /usr/src/linux make menuconfig and it will work fine again. Hope this helps you, Joost -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .