WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] xentop.c error

To: "Xen Users" <Xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] xentop.c error
From: "Anand Gupta" <xen.mails@xxxxxxxxx>
Date: Sat, 3 Jun 2006 16:53:31 +0530
Delivery-date: Sat, 03 Jun 2006 04:24:07 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=e23cj4/SQX0yXepya4+Pu8G36vCXdLACsK7AVEqiLuoJPon/mZotgub08pSOOzrlTEZ7pyeJjp2/qDHkVO32aIb1jYmrkV41/tFqXAOKM8aahhMJ5W73CrNxYcfNhzY2Vj/RFQUPNjm9IyXQUAIRsHjDxqQAoaFhVDzJfRr+bPw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>