error in make menuconfig

2000-06-12 Thread Chad A. Adlawan
hello all,

   ive never seen this before, ive been compiling kernels on this since 2.0.34.

archangel:/usr/src/linux# make menuconfig
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 -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE  
-DCURSES_LOC=""   -c lxdialog.c -o lxdialog.o
In file included from lxdialog.c:22:
dialog.h:22: sys/types.h: No such file or directory
dialog.h:23: fcntl.h: No such file or directory
dialog.h:24: unistd.h: No such file or directory
dialog.h:25: ctype.h: No such file or directory
dialog.h:26: stdlib.h: No such file 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:/usr/src/linux#


anyone have any idea whats wrong ?

TIA,
Chad



Re: error in make menuconfig

2000-06-12 Thread Chad A. Adlawan
hi again,

  i meant, "ive been compiling kernels on this same machine since 2.0.34"
 
  how could those files have dissapeared ?

TIA,
chad



On Mon, Jun 12, 2000 at 10:27:38PM +0800, Chad A. Adlawan wrote:
> hello all,
> 
>ive never seen this before, ive been compiling kernels on this since 
> 2.0.34.
> 
> archangel:/usr/src/linux# make menuconfig
> 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 -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE  
> -DCURSES_LOC=""   -c lxdialog.c -o lxdialog.o
> In file included from lxdialog.c:22:
> dialog.h:22: sys/types.h: No such file or directory
> dialog.h:23: fcntl.h: No such file or directory
> dialog.h:24: unistd.h: No such file or directory
> dialog.h:25: ctype.h: No such file or directory
> dialog.h:26: stdlib.h: No such file 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:/usr/src/linux#
> 
> 
> anyone have any idea whats wrong ?
> 
> TIA,
> Chad
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null



Re: error in make menuconfig

2000-06-12 Thread Mark
On 12/06/00 at 22:27 Chad A. Adlawan spake the following magic words:
>hello all,
>
>   ive never seen this before, ive been compiling kernels on this since
2.0.34.
>
>archangel:/usr/src/linux# make menuconfig
>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 -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE
-DCURSES_LOC=""   -c lxdialog.c -o lxdialog.o
>In file included from lxdialog.c:22:
>dialog.h:22: sys/types.h: No such file or directory
>dialog.h:23: fcntl.h: No such file or directory
>dialog.h:24: unistd.h: No such file or directory
>dialog.h:25: ctype.h: No such file or directory
>dialog.h:26: stdlib.h: No such file 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:/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 start writing these things down!)
-- 
Mark  Herrick - Liverpool - England
mark at blacksky dot co dot uk
Pick two: Good, Fast, Cheap



__
This message has been checked for all known viruses by Star Internet delivered 
through the MessageLabs Virus Control Centre. For further information visit-
http://www.star.net.uk/stats.asp



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). 
 thanks a lot man :-)

   dlocate, thats interesting, ive never seen that before.  what package is 
taht from?

thanks again,
Chad