[SOLVED] make menuconfig error

2006-08-26 Thread Hugo Vanwoerkom
Hi, In both Sarge and Sid, something puts a symlink in /usr/include: /usr/include/ncur194 -> /usr/include/ncurses If you take out that symlink, the make menu config error goes away, that I reported on having since 2003: http://lists.debian.org/debian-user/2006/08/msg02237.html And guess who

Re: I Think I Have What I Need! Going For It! STOP Make Menuconfig ERROR

2001-10-24 Thread Stephen E. Hargrove
On Wed, 24 Oct 2001, eDoc wrote: > > # cd linux > > Uh Oh! > > (I think you meant "cd pcmcia" because I can see something > called "linux" in /usr/src/ trying to "cd" there gets only an error.) no, i meant linux. in the linux tar, there is a pcmcia directory. that's what i have to remove in orde

I Think I Have What I Need! Going For It! STOP Make Menuconfig ERROR

2001-10-24 Thread eDoc
I have the following and am about to reboot ... pray! :-) Progeny update/upgrade to Unstable: Steps: Uncommented only unstable in sources.list apt-get update dpkg --purge --force-depends libfreetype6 apt-get -f dist-upgrade (got an error on gdm) Ran "apt-get -f dist-upgrade" again. (additi

Re: make menuconfig error

2000-08-04 Thread Bob Nielsen
frame-pointer -DLOCALE > -DCURSES_LOC="" -c -o lxdialog.o lxdialog.c > 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/linux/scripts/lxdialog' &

Re: make menuconfig error

2000-08-04 Thread Debian GNU
ch file or directory > make[1]: *** [lxdialog.o] Error 1 > make[1]: Leaving directory > `/usr/src/linux/scripts/lxdialog' > make: *** [menuconfig] Error 2 > luc:/usr/src/linux# > > I know I need a development library here. Can anyone > tell me which one it is? >

Re: make menuconfig error

2000-08-04 Thread Debian GNU
> -fomit-frame-pointer -DLOCALE > -DCURSES_LOC="" -c -o lxdialog.o > lxdialog.c > 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/linux/scripts/lxdialog'

Re: make menuconfig error

2000-08-04 Thread Dale Morris
Thanks, I'm reconfiguring now. It's a lot easier with menuconfig Robert Waldner ([EMAIL PROTECTED]) wrote: > On Thu, 03 Aug 2000 22:19:33 PDT, Dale Morris writes: > >I'm trying to compile my new 2.2.16 kernel and when I run make menuconfig, I > >g > >et the following error: > > >dialog.h:29:

Re: make menuconfig error

2000-08-04 Thread Robert Waldner
On Thu, 03 Aug 2000 22:19:33 PDT, Dale Morris writes: >I'm trying to compile my new 2.2.16 kernel and when I run make menuconfig, I g >et the following error: >dialog.h:29: curses.h: No such file or directory >I know I need a development library here. Can anyone tell me which one it is? libncurs

make menuconfig error

2000-08-04 Thread Dale Morris
n 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/linux/scripts/lxdialog' make: *** [menuconfig] Error 2 luc:/usr/src/linux# I know I need a development library here. Can anyone tell me which one it is? thanks