cannot start make menuconfig

1999-10-13 Thread Bruno Van de Casteele
Hi,

i cannot start menconfig for compiling my kernel. I have the 2.2.10 one on a
stable, with some unstable packages.
copy of errors:
In file included from lxdialog.c:22:
dialog.h:29: cursus.h: No such file or directory

what could be the problem?

Bruno Van de Casteele
N.P. Puam[ICQ # CA957F]
Tune in at http://puam.cjb.net/


Re: cannot start make menuconfig

1999-10-13 Thread Brian Servis
*- On 13 Oct, Bruno Van de Casteele wrote about cannot start make menuconfig
 Hi,
 
 i cannot start menconfig for compiling my kernel. I have the 2.2.10 one on a
 stable, with some unstable packages.
 copy of errors:
 In file included from lxdialog.c:22:
 dialog.h:29: cursus.h: No such file or directory
   
 
 what could be the problem?
 

% dpkg -S curses.h
libncurses4-dev: /usr/include/curses.h
libncurses4-dev: /usr/include/ncurses.h
slang1-dev: /usr/include/slcurses.h


You don't have the libncurses4-dev package installed. This contains the
ncurses4 header files that are needed to build the menuconfig console
interface.


Brian Servis
-- 

Mechanical Engineering  |  Never criticize anybody until you  
Purdue University   |  have walked a mile in their shoes,
[EMAIL PROTECTED]   |  because by that time you will be a
http://www.ecn.purdue.edu/~servis   |  mile away and have their shoes.


Re: cannot start make menuconfig

1999-10-13 Thread Ingo Reimann
On Wed, Oct 13, 1999 at 06:08:21PM +0200, Bruno Van de Casteele wrote:
 Hi,
 
 i cannot start menconfig for compiling my kernel. I have the 2.2.10 one on a
 stable, with some unstable packages.
 copy of errors:
 In file included from lxdialog.c:22:
 dialog.h:29: cursus.h: No such file or directory
 
 what could be the problem?

Hi

try installing the ncurses package :-) this one makes the menus. 
#~: dpkg -S curses.h
libncurses4-dev: /usr/include/curses.h
libncurses4-dev: /usr/include/ncurses.h

Ingo