Error con make menuconfig

2011-06-27 Thread J. OCTAVIO AVALOS
Hola Lista, Estoy tratando de compilar el kernel 2.6.38 en squeeze para que me funcione el skroll del magic mouse de apple. Probé el 2.6.39 pero tiene un bug con el bluetooth ya que reconoce los dispositivos pero no funcionan. El caso es que cuando ejecuto la orden make menuconfig me sale este

Re: Error con make menuconfig

2011-06-27 Thread Manolo Díaz
El Mon, 27 Jun 2011 19:15:09 +0200 J. OCTAVIO AVALOS octavioava...@gmail.com escribió: Hola Lista, Estoy tratando de compilar el kernel 2.6.38 en squeeze para que me funcione el skroll del magic mouse de apple. Probé el 2.6.39 pero tiene un bug con el bluetooth ya que reconoce los

Re: Error con make menuconfig

2011-06-27 Thread J. OCTAVIO AVALOS
El día 27 de junio de 2011 20:50, J. OCTAVIO AVALOS octavioava...@gmail.com escribió: El día 27 de junio de 2011 19:37, Manolo Díaz du...@pleione.es escribió: El Mon, 27 Jun 2011 19:15:09 +0200 J. OCTAVIO AVALOS octavioava...@gmail.com escribió: Hola Lista, Estoy tratando de compilar el

Re: Error con make menuconfig

2011-06-27 Thread Manolo Díaz
El Tue, 28 Jun 2011 00:54:06 +0200 J. OCTAVIO AVALOS octavioava...@gmail.com escribió: El día 27 de junio de 2011 20:50, J. OCTAVIO AVALOS root@linux:/usr/src/linux-2.6.38# make menuconfig   HOSTCC  scripts/basic/fixdep /usr/bin/ld: crt1.o: No such file: No such file or directory

error during make menuconfig...

2002-11-07 Thread Irvin Temp
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.2.18pre21/scripts/lxdialog' make: *** [menuconfig] Error 2 - end of error message - at first my hunch

Re: error during make menuconfig...

2002-11-07 Thread Colin Watson
On Thu, Nov 07, 2002 at 07:56:12AM -0800, Irvin Temp wrote: at first my hunch was that the ncurses was not installed but when i checked it i had ... ncurses-base, ncurses-bin and libncurses5 installed... You're missing libncurses5-dev. -- Colin Watson

Re: error during make menuconfig...

2002-11-07 Thread Ole Sebastian Stein
Irvin Temp [EMAIL PROTECTED] writes: at first my hunch was that the ncurses was not installed but when i checked it i had ... ncurses-base, ncurses-bin and libncurses5 installed... you need the -dev version of the ncurses package, I think. apt-get install libncurses-5 -- Ole Sebastian

Re: error during make menuconfig...

2002-11-07 Thread Ole Sebastian Stein
Ole Sebastian Stein [EMAIL PROTECTED] writes: you need the -dev version of the ncurses package, I think. apt-get install libncurses-5 (Blush) apt-get install libncurses5-dev -- Ole Sebastian Stein ``Beware of bugs in the above code; I have only proved it correct, not tried it.'' --

Re: error during make menuconfig...

2002-11-07 Thread J.H.M. Dassen (Ray)
On Thu, Nov 07, 2002 at 07:56:12 -0800, Irvin Temp wrote: In file included from lxdialog.c:22: dialog.h:29: curses.h: No such file or directory at first my hunch was that the ncurses was not installed but when i checked it i had ... ncurses-base, ncurses-bin and libncurses5 installed...

error in make menuconfig

2000-06-12 Thread Chad A. Adlawan
/src/linux/scripts/lxdialog' make: *** [menuconfig] Error 2 archangel:/usr/src/linux# anyone have any idea whats wrong ? TIA, Chad

Re: error in make menuconfig

2000-06-12 Thread Chad A. Adlawan
or directory dialog.h:27: string.h: No such file or directory dialog.h:29: curses.h: No such file or directory lxdialog.c:53: locale.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 archangel

Re: error in make menuconfig

2000-06-12 Thread Mark
make[1]: *** [lxdialog.o] Error 1 make[1]: Leaving directory `/usr/src/linux/scripts/lxdialog' make: *** [menuconfig] Error 2 archangel:/usr/src/linux# anyone have any idea whats wrong ? TIA, Chad I had the same problem - you need to upgrade your libncurses5-dev as far as I remember (must

Re: error in make menuconfig

2000-06-12 Thread Chad A. Adlawan
On Mon, Jun 12, 2000 at 08:51:41AM -0700, Rick Younie wrote: loki:/rexxscripts$ dlocate -S string.h libc6-dev: /usr/include/bits/string.h Looks like at least libc6-dev is missing. Lemme know how it goes. it worked ! libc6-dev was the missing package (along with libncurses5-dev).