Dave Connolley writes:
> 
> gcc  -I. -I.. -I. -I../lib -DHAVE_CONFIG_H  -g -
> O -c client.c
> 
> In file included from 
> /usr/include/netinet/in.h:287,
> 
>                  from client.c:21:
> 
> /usr/include/netinet/in6.h:51: parse error 
> before `uint8_t'
> 
> /usr/include/netinet/in6.h:51: warning: no 
> semicolon at end of struct or union
[...]

It could be an incompatibility between your system header files and gcc,
or it could be an unusual header file dependency problem, or it could be
a naming conflict of some kind between your system headers and CVS.  I'd
suggest reconfiguring with the system's C compiler instead of gcc and
see if that works.

-Larry Jones

Hey Doc, for 10 bucks I'll make sure you see those kids in the
waiting room again real soon! -- Calvin
_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs

Reply via email to