From owner-freebsd-ports Fri Mar 16 0: 9:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from coconut.itojun.org (coconut.itojun.org [210.160.95.97]) by hub.freebsd.org (Postfix) with ESMTP id 5878737B719 for ; Fri, 16 Mar 2001 00:09:47 -0800 (PST) (envelope-from itojun@itojun.org) Received: from kiwi.itojun.org (localhost.itojun.org [127.0.0.1]) by coconut.itojun.org (8.9.3+3.2W/3.7W) with ESMTP id RAA21978; Fri, 16 Mar 2001 17:09:27 +0900 (JST) To: "Jeremy Karteczka" Cc: "Shoichi Sakane" , freebsd-ports@freebsd.org, core@kame.net In-reply-to: jerkart's message of Fri, 16 Mar 2001 03:01:32 EST. <019f01c0adef$53c592e0$0200a8c0@jose> X-Template-Reply-To: itojun@itojun.org X-Template-Return-Receipt-To: itojun@itojun.org X-PGP-Fingerprint: F8 24 B4 2C 8C 98 57 FD 90 5F B4 60 79 54 16 E2 Subject: Re: racoon issue with freebsd 4.2 + ports From: itojun@iijlab.net Date: Fri, 16 Mar 2001 17:09:27 +0900 Message-ID: <21976.984730167@coconut.itojun.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>> Here is the output when I try to make the port: > >>> cc -O -pipe -g -I. -DIPSEC_DEBUG -DIPSEC -DINET6 -Wall -c policy_token.c -o >>> policy_token.o >>> In file included from /usr/include/netinet/in.h:476, >>> from policy_token.l:39: >>> /usr/include/netinet6/in6.h:367: syntax error before `.' >>> *** Error code 1 it looks that, in some of your header files, ro_dst is redefined to something else. if you could, please diagnose who is the culprit (on normal freebsd installation there should be no conflict but on your system somehow there is). cc -E can help. itojun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message