<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
Hi Tony,<BR>
             Following is the output of the  make command.<BR>
<BR>
<BR>
<FONT COLOR="#ff0000">nagashree@nagashree-laptop:~/Desktop/zebra/zebra-0.95a$ make</FONT><BR>
<FONT COLOR="#ff0000">make  all-recursive</FONT><BR>
<FONT COLOR="#ff0000">make[1]: Entering directory `/home/nagashree/Desktop/zebra/zebra-0.95a'</FONT><BR>
<FONT COLOR="#ff0000">Making all in lib</FONT><BR>
<FONT COLOR="#ff0000">make[2]: Entering directory `/home/nagashree/Desktop/zebra/zebra-0.95a/lib'</FONT><BR>
<FONT COLOR="#ff0000">make[2]: Nothing to be done for `all'.</FONT><BR>
<FONT COLOR="#ff0000">make[2]: Leaving directory `/home/nagashree/Desktop/zebra/zebra-0.95a/lib'</FONT><BR>
<FONT COLOR="#ff0000">Making all in zebra</FONT><BR>
<FONT COLOR="#ff0000">make[2]: Entering directory `/home/nagashree/Desktop/zebra/zebra-0.95a/zebra'</FONT><BR>
<FONT COLOR="#ff0000">source='rtadv.c' object='rtadv.o' libtool=no \</FONT><BR>
<FONT COLOR="#ff0000">  depfile='.deps/rtadv.Po' tmpdepfile='.deps/rtadv.TPo' \</FONT><BR>
<FONT COLOR="#ff0000">  depmode=gcc3 /bin/bash ../depcomp \</FONT><BR>
<FONT COLOR="#ff0000">  gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -DMULTIPATH_NUM=1 -I. -I. -I.. -I.. -I.. -I../lib    -g -O2 -Wall -c `test -f 'rtadv.c' || echo './'`rtadv.c</FONT><BR>
<FONT COLOR="#ff0000">rtadv.c: In function ‘rtadv_recv_packet’:</FONT><BR>
<FONT COLOR="#ff0000">rtadv.c:123: error: dereferencing pointer to incomplete type</FONT><BR>
<FONT COLOR="#ff0000">rtadv.c:124: error: dereferencing pointer to incomplete type</FONT><BR>
<FONT COLOR="#ff0000">rtadv.c:124: error: dereferencing pointer to incomplete type</FONT><BR>
<FONT COLOR="#ff0000">rtadv.c: In function ‘rtadv_send_packet’:</FONT><BR>
<FONT COLOR="#ff0000">rtadv.c:149: error: invalid application of ‘sizeof’ to incomplete type ‘struct in6_pktinfo’ </FONT><BR>
<FONT COLOR="#ff0000">rtadv.c:194: warning: operation on ‘node’ may be undefined</FONT><BR>
<FONT COLOR="#ff0000">rtadv.c:268: error: dereferencing pointer to incomplete type</FONT><BR>
<FONT COLOR="#ff0000">rtadv.c:269: error: dereferencing pointer to incomplete type</FONT><BR>
<FONT COLOR="#ff0000">rtadv.c: In function ‘rtadv_prefix_lookup’:</FONT><BR>
<FONT COLOR="#ff0000">rtadv.c:476: warning: operation on ‘node’ may be undefined</FONT><BR>
<FONT COLOR="#ff0000">rtadv.c: In function ‘rtadv_config_write’:</FONT><BR>
<FONT COLOR="#ff0000">rtadv.c:977: warning: operation on ‘node’ may be undefined</FONT><BR>
<FONT COLOR="#ff0000">rtadv.c:982: warning: pointer targets in passing argument 3 of ‘inet_ntop’ differ in signedness</FONT><BR>
<FONT COLOR="#ff0000">make[2]: *** [rtadv.o] Error 1</FONT><BR>
<FONT COLOR="#ff0000">make[2]: Leaving directory `/home/nagashree/Desktop/zebra/zebra-0.95a/zebra'</FONT><BR>
<FONT COLOR="#ff0000">make[1]: *** [all-recursive] Error 1</FONT><BR>
<FONT COLOR="#ff0000">make[1]: Leaving directory `/home/nagashree/Desktop/zebra/zebra-0.95a'</FONT><BR>
<FONT COLOR="#ff0000">make: *** [all] Error 2</FONT><BR>
<BR>
Thanks<BR>
Nagashree.<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
<B>From</B>: Tony Baldwin <<A HREF="mailto:Tony%20Baldwin%20%3cphotodharma@gmail.com%3e">photodharma@gmail.com</A>><BR>
<B>Reply-to</B>: "Ubuntu user technical support, not for general discussions" <ubuntu-users@lists.ubuntu.com><BR>
<B>To</B>: Ubuntu user technical support, not for general discussions <<A HREF="mailto:%22Ubuntu%20user%20technical%20support,%20not%20for%20general%20discussions%22%20%3cubuntu-users@lists.ubuntu.com%3e">ubuntu-users@lists.ubuntu.com</A>><BR>
<B>Subject</B>: Re: Not able to install zebra on ubuntu<BR>
<B>Date</B>: Thu, 11 Jun 2009 08:31:38 -0400<BR>
<BR>
<PRE>
Nagashree wrote:
> Hi,

> I am trying to install zebra-0.95a on ubuntu, but I am facing problems 
> while executing " make" . It is exiting with errors. Please help me if 
> anybody has tried this earlier.

> Thanks
> Nagashree.


Post the errors to the list.
If you can copy/paste from terminal (gnome-terminal, roxterminal, 
konsole, etc, I believe all allow this).
You can also output the errors to a text file.
do this

$ make 2> /home/yourusername/errorfile
then you can copy paste from the text file, which will
be in your /home dir.
(if you don't add that path, ie, just make 2> errorfile, it will be in 
/root, if you are running make as root).

/tony

-- 
<A HREF="http://www.baldwinsoftware.com">http://www.baldwinsoftware.com</A>
free/open source software
tcl yer os with a feather...

</PRE>
</BODY>
</HTML>