Just downloaded the xen-unstable and updated it using mercurial. When i try to do a make install on a Celeron D 64bit processor, i get the following error: xentop.c:291: error: `KEY_DOWN'' undeclared (first use in this function) xentop.c:294: error: `KEY_UP'' undeclared (first use in this function) xentop.c:314: error: `KEY_BACKSPACE'' undeclared (first use in this function) xentop.c: In function `compare_net_tx'': xentop.c:527: error: `FALSE'' undeclared (first use in this function) xentop.c: In function `print_net_tx'': xentop.c:534: error: `FALSE'' undeclared (first use in this function) xentop.c: In function `compare_net_rx'': xentop.c:541: error: `TRUE'' undeclared (first use in this function) xentop.c: In function `print_net_rx'': xentop.c:548: error: `TRUE'' undeclared (first use in this function) xentop.c: In function `do_header'': xentop.c:643: error: `A_REVERSE'' undeclared (first use in this function) xentop.c:649: error: `A_BOLD'' undeclared (first use in this function) xentop.c: In function `do_bottom_line'': xentop.c:661: warning: implicit declaration of function `move'' xentop.c:664: warning: implicit declaration of function `printw'' xentop.c:666: warning: implicit declaration of function `addch'' xentop.c:666: error: `A_REVERSE'' undeclared (first use in this function) xentop.c:670: warning: implicit declaration of function `COLOR_PAIR'' xentop.c: In function `do_domain'': xentop.c:698: error: `A_BOLD'' undeclared (first use in this function) xentop.c: In function `main'': xentop.c:812: error: `ERR'' undeclared (first use in this function) xentop.c:859: warning: implicit declaration of function `initscr'' xentop.c:860: warning: implicit declaration of function `start_color'' xentop.c:861: warning: implicit declaration of function `cbreak'' xentop.c:862: warning: implicit declaration of function `noecho'' xentop.c:863: warning: implicit declaration of function `nonl'' xentop.c:864: warning: implicit declaration of function `keypad'' xentop.c:864: error: `stdscr'' undeclared (first use in this function) xentop.c:864: error: `TRUE'' undeclared (first use in this function) xentop.c:865: warning: implicit declaration of function `halfdelay'' xentop.c:866: warning: implicit declaration of function `use_default_colors'' xentop.c:867: warning: implicit declaration of function `init_pair'' xentop.c:867: error: `COLOR_YELLOW'' undeclared (first use in this function) xentop.c:872: warning: implicit declaration of function `clear'' xentop.c:875: warning: implicit declaration of function `refresh'' xentop.c:877: warning: implicit declaration of function `getch'' make[3]: *** [xentop] Error 1 make[3]: Leaving directory `/root/xen/xen-unstable.hg/tools/xenstat/xentop'' make[2]: *** [install] Error 2 make[2]: Leaving directory `/root/xen/xen-unstable.hg/tools/xenstat'' make[1]: *** [install] Error 2 make[1]: Leaving directory `/root/xen/xen-unstable.hg/tools'' make: *** [install-tools] Error 2 -- regards, Anand Gupta _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
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 In file included from scripts/kconfig/lxdialog/checklist.c:24: scripts/kconfig/lxdialog/dialog.h:128: error: syntax error before "use_colors" scripts/kconfig/lxdialog/dialog.h:128: warning: type defaults to `int'' in declaration of `use_colors'' scripts/kconfig/lxdialog/dialog.h:128: warning: data definition has no type or storage class scripts/kconfig/lxdialog/dialog.h:129: error: syntax error before "use_shadow" scripts/kconfig/lxdialog/dialog.h:129: warning: type defaults to `int'' in declaration of `use_shadow'' scripts/kconfig/lxdialog/dialog.h:129: warning: data definition has no type or storage class scripts/kconfig/lxdialog/dialog.h:131: error: syntax error before "attributes" scripts/kconfig/lxdialog/dialog.h:131: warning: type defaults to `int'' in declaration of `attributes'' scripts/kconfig/lxdialog/dialog.h:131: warning: data definition has no type or storage class scripts/kconfig/lxdialog/dialog.h:143: error: syntax error before ''*'' token scripts/kconfig/lxdialog/dialog.h:143: warning: function declaration isn''t a prototype scripts/kconfig/lxdialog/dialog.h:146: error: syntax error before ''*'' token scripts/kconfig/lxdialog/dialog.h:146: warning: function declaration isn''t a prototype scripts/kconfig/lxdialog/dialog.h:147: error: syntax error before ''*'' token scripts/kconfig/lxdialog/dialog.h:147: warning: function declaration isn''t a prototype scripts/kconfig/lxdialog/dialog.h:148: error: syntax error before ''*'' token scripts/kconfig/lxdialog/dialog.h:148: warning: function declaration isn''t a prototype scripts/kconfig/lxdialog/dialog.h:149: error: syntax error before ''*'' token scripts/kconfig/lxdialog/dialog.h:150: warning: function declaration isn''t a prototype scripts/kconfig/lxdialog/dialog.h:151: error: syntax error before ''*'' token scripts/kconfig/lxdialog/dialog.h:151: warning: function declaration isn''t a prototype scripts/kconfig/lxdialog/checklist.c:31: error: syntax error before ''*'' token scripts/kconfig/lxdialog/checklist.c:33: warning: function declaration isn''t a prototype scripts/kconfig/lxdialog/checklist.c: In function `print_item'': scripts/kconfig/lxdialog/checklist.c:37: warning: implicit declaration of function `wattrset'' scripts/kconfig/lxdialog/checklist.c:37: error: `win'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:37: error: (Each undeclared identifier is reported only once scripts/kconfig/lxdialog/checklist.c:37: error: for each function it appears in.) scripts/kconfig/lxdialog/checklist.c:38: warning: implicit declaration of function `wmove'' scripts/kconfig/lxdialog/checklist.c:38: error: `choice'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:40: warning: implicit declaration of function `waddch'' scripts/kconfig/lxdialog/checklist.c:43: error: `selected'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:44: warning: implicit declaration of function `wprintw'' scripts/kconfig/lxdialog/checklist.c:44: error: `status'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:47: warning: implicit declaration of function `mvwaddch'' scripts/kconfig/lxdialog/checklist.c:47: error: `item'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:49: warning: implicit declaration of function `waddstr'' scripts/kconfig/lxdialog/checklist.c:52: warning: implicit declaration of function `wrefresh'' scripts/kconfig/lxdialog/checklist.c: At top level: scripts/kconfig/lxdialog/checklist.c:59: error: syntax error before ''*'' token scripts/kconfig/lxdialog/checklist.c:61: warning: function declaration isn''t a prototype scripts/kconfig/lxdialog/checklist.c: In function `print_arrows'': scripts/kconfig/lxdialog/checklist.c:62: error: `win'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:62: error: `y'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:62: error: `x'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:64: error: `scroll'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:76: error: `height'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:79: error: `item_no'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:79: error: `choice'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c: At top level: scripts/kconfig/lxdialog/checklist.c:95: error: syntax error before ''*'' token scripts/kconfig/lxdialog/checklist.c:96: warning: function declaration isn''t a prototype scripts/kconfig/lxdialog/checklist.c: In function `print_buttons'': scripts/kconfig/lxdialog/checklist.c:97: error: `width'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:98: error: `height'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:100: error: `dialog'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:100: error: `selected'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c: In function `dialog_checklist'': scripts/kconfig/lxdialog/checklist.c:117: error: `WINDOW'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:117: error: `dialog'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:117: error: `list'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:117: warning: left-hand operand of comma expression has no effect scripts/kconfig/lxdialog/checklist.c:121: warning: implicit declaration of function `endwin'' scripts/kconfig/lxdialog/checklist.c:122: warning: implicit declaration of function `fprintf'' scripts/kconfig/lxdialog/checklist.c:122: error: `stderr'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:140: error: `COLS'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:141: error: `LINES'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:143: error: `stdscr'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:145: warning: implicit declaration of function `newwin'' scripts/kconfig/lxdialog/checklist.c:146: warning: implicit declaration of function `keypad'' scripts/kconfig/lxdialog/checklist.c:146: error: `TRUE'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:166: warning: implicit declaration of function `subwin'' scripts/kconfig/lxdialog/checklist.c:199: warning: implicit declaration of function `wnoutrefresh'' scripts/kconfig/lxdialog/checklist.c:201: warning: implicit declaration of function `doupdate'' scripts/kconfig/lxdialog/checklist.c:204: warning: implicit declaration of function `wgetch'' scripts/kconfig/lxdialog/checklist.c:211: error: `KEY_UP'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:211: error: `KEY_DOWN'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:221: error: `FALSE'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:222: warning: implicit declaration of function `scrollok'' scripts/kconfig/lxdialog/checklist.c:223: warning: implicit declaration of function `wscrl'' scripts/kconfig/lxdialog/checklist.c:284: warning: implicit declaration of function `delwin'' scripts/kconfig/lxdialog/checklist.c:288: error: `KEY_LEFT'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:289: error: `KEY_RIGHT'' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:117: warning: statement with no effect scripts/kconfig/lxdialog/checklist.c: At top level: scripts/kconfig/lxdialog/dialog.h:131: warning: array ''attributes'' assumed to have one element make[4]: *** [scripts/kconfig/lxdialog/checklist.o] Error 1 make[3]: *** [menuconfig] Error 2 make[2]: *** [menuconfig] Error 2 make[2]: Leaving directory `/root/xen/xen-unstable.hg/linux-2.6.16.13-xen'' make[1]: *** [config] Error 2 make[1]: Leaving directory `/root/xen/xen-unstable.hg'' make: *** [linux-2.6-xen-config] Error 2 -- regards, Anand Gupta _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
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 > directoryYou''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@lists.xensource.com http://lists.xensource.com/xen-users
Thanks Steve. I will instal that and post the results. On 6/3/06, Steve Kemp <steve@steve.org.uk> wrote:> > 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 > -- >-- regards, Anand Gupta _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Seemingly Similar Threads
- 2.4.30-xenU kernel / openswan 1.0.9
- [PATCH 2/2] nouveau: fix dependencies for DEVICE_PRIVATE
- [PATCH] tools/xenstat/xentop/xentop.c -- fix xentop so it returns the correct exit code on invalid argument
- [PATCH] Fix for Solaris compile/output for VBDs in xentop
- [PATCH][XENTOP][4/4] Display blktap statistics.