From owner-freebsd-questions@FreeBSD.ORG Wed Apr 13 18:20:09 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A2B916A4CE for ; Wed, 13 Apr 2005 18:20:09 +0000 (GMT) Received: from tffnetwork.com (ns3.tffnetwork.com [66.240.188.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6376543D53 for ; Wed, 13 Apr 2005 18:20:08 +0000 (GMT) (envelope-from tom@generationresponse.com) Received: from [10.10.40.10] ([66.196.211.177]) by tffnetwork.com (8.12.6/8.12.6) with ESMTP id j3DIS6u3055732 for ; Wed, 13 Apr 2005 11:28:07 -0700 (PDT) (envelope-from tom@generationresponse.com) Message-ID: <425D7F08.6090404@generationresponse.com> Date: Wed, 13 Apr 2005 13:20:24 -0700 From: Tom Frontera User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: isc-dhcp3-server port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2005 18:20:09 -0000 I'm having a problem when making this port: ===> Building for isc-dhcp3-server-3.0.2_7 Making all in common cc -O -pipe -D_PATH_DHCPD_CONF=\"/usr/local/etc/dhcpd.conf\" -D_PATH_DHCPD_DB=\"/var/db/dhcpd.leases\" -D_PATH_DHCPD_PID=\"/var/run/dhcpd.pid\" -D_PATH_DHCRELAY_PID=\"/var/run/dhcrelay.pid\" -D_PATH_DHCLIENT_CONF=\"/usr/local/etc/dhclient.conf\" -D_PATH_DHCLIENT_SCRIPT=\"/usr/local/sbin/dhclient-script\" -D_PATH_DHCLIENT_DB=\"/var/db/dhclient.leases\" -D_PATH_DHCLIENT_PID=\"/var/run/dhclient.pid\" -Dwarn=dhcp_warn -DNOMINUM -DPARANOIA -DJAIL -I/usr/local/include -DUSE_SSL -I/usr/include -I/usr/ports/net/isc-dhcp3-server/work/dhcp-3.0.2 -I/usr/ports/net/isc-dhcp3-server/work/dhcp-3.0.2/includes -O -Wall -Wno-unused -Werror -c icmp.c In file included from icmp.c:42: /usr/include/netinet/ip.h:156: syntax error before `n_long' /usr/include/netinet/ip.h:159: syntax error before `n_long' In file included from icmp.c:43: /usr/include/netinet/ip_icmp.h:64: syntax error before `n_short' /usr/include/netinet/ip_icmp.h:71: syntax error before `n_short' /usr/include/netinet/ip_icmp.h:93: syntax error before `n_time' icmp.c: In function `icmp_echorequest': icmp.c:169: structure has no member named `icd_seq' icmp.c:174: structure has no member named `icd_id' cc1: warnings being treated as errors icmp.c: In function `icmp_echoreply': icmp.c:247: warning: implicit declaration of function `IP_HL' *** Error code 1 Stop in /usr/ports/net/isc-dhcp3-server/work/dhcp-3.0.2/work.freebsd/common. *** Error code 1 Stop in /usr/ports/net/isc-dhcp3-server/work/dhcp-3.0.2/work.freebsd. *** Error code 1 Stop in /usr/ports/net/isc-dhcp3-server/work/dhcp-3.0.2. *** Error code 1 Stop in /usr/ports/net/isc-dhcp3-server. Does anyone know how to fix this syntax error? Thankx, Tom