Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jun 2000 15:49:15 +0300
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        "David J. Kanter" <djkanter@nwu.edu>
Cc:        ports@FreeBSD.org
Subject:   Re: Cannot make gftp port
Message-ID:  <394A224B.B9C12DA1@FreeBSD.org>
References:  <20000615060907.A82906@localhost.localdomain>

next in thread | previous in thread | raw e-mail | index | archive | help
"David J. Kanter" wrote:

> This is a message I sent to -questions and the gftp maintainer. I now
> realize I probably should have sent it to you, too.
> --
> David Kanter
> djkanter@nwu.edu
>
>   -------------------------------------------------------------------------------
>
> Subject: Cannot make gftp port
> Date: Tue, 13 Jun 2000 17:18:48 -0500
> From: "David J. Kanter" <david@localhost.localdomain>
> To: FreeBSD questions <freebsd-questions@freebsd.org>
> CC: dmarion@open.hr
>
> I have FreeBSD 3.4, and tried to update my gftp. I get the following error
> message, and do not know what to do:
>
> In file included from protocols.h:26,
>                  from protocols.c:20:
> /usr/include/netinet/in.h:224: parse error before `u_int32_t'

Most likely is is due to the missed <sys/types.h> include. Try to add it before
<netinet/in.h> (man 3 inet).

-Maxim





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?394A224B.B9C12DA1>