|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Re: xentop.c error
On Sat, Jun 03, 2006 at 04:57:56PM +0530, Anand Gupta wrote:
> On the stable version i used the following to compile a custom kernel
>
> make linux-2.6-xen-config CONFIGMODE=menuconfig
>
> However the above returns the following error:
>
> make -f buildconfigs/mk.linux-2.6-xen config
> make[1]: Entering directory `/root/xen/xen-unstable.hg'
> make -C linux-2.6.16.13-xen ARCH=x86_64 menuconfig
> make[2]: Entering directory
> `/root/xen/xen-unstable.hg/linux-2.6.16.13-xen'
> HOSTCC scripts/kconfig/lxdialog/checklist.o
> In file included from scripts/kconfig/lxdialog/checklist.c:24:
> scripts/kconfig/lxdialog/dialog.h:31:20: curses.h: No such file or
> directory
You're missing the ncurses development files.
If you're running debian you can fix this by running:
apt-get install libncurses5-dev
If you're running some other distribution then you should install the
package using its mechanism.
Steve
--
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|