On Fri, Jul 18, 2003 at 02:14:07PM +0300, [EMAIL PROTECTED] wrote:
> I have tried to compile ganglia 3 on FreeBSD machine and obtained such 
> problem :
> 
> In file included from g3.h:47,
>                  from plugin.c:26:
> /usr/include/netinet/in.h:235: syntax error before `in_addr_t'
> /usr/include/netinet/in.h:287: syntax error before `u_char'

This looks like the usual failure to include sys/types.h before
netinet/in.h problem.  It's technicaly a FreeBSD issue and it's fixed in
5.0+, but the sys/types.h requirement is going to be with use for a
while since 4.x has quite a bit of life left in it.

-- Brooks

Attachment: pgp3ALZqy1Wf9.pgp
Description: PGP signature

Reply via email to