From owner-freebsd-questions@FreeBSD.ORG Sun Sep 21 15:59:22 2003 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 1CAAB16A4B3 for ; Sun, 21 Sep 2003 15:59:22 -0700 (PDT) Received: from asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 544B143FF9 for ; Sun, 21 Sep 2003 15:59:20 -0700 (PDT) (envelope-from admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.12.10/8.12.10) id h8LMxFGM083409 for freebsd-questions@freebsd.org; Mon, 22 Sep 2003 00:59:15 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark Message-Id: <200309212259.H8LMXFCB083400@asarian-host.net> Date: Sun, 21 Sep 2003 22:59:15 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: XnCd11G9i6K2KimlbS27NZe4RCwtkt7E4TSuhs94weEIhE0AXUCx1/mNVl2ok8mNANiXE04agV/2URJJlFWXwg== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we are unable to process your complaint Organization: Asarian-host To: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Auth: Asarian-host PGP signature iQEVAwUAP24tQzFqW1BleBN9AQHrYAf+I61bwXQQHJ/Rmp2EFarPvM9X8pm8dycB W6AQPj82mOuAE8iJl8j7b8EViRRTzNO/yg/zDQcolfoOXz3UADxJf22r8xhQQ1t9 jReWTIjy77ojOHhsp/vmezjcNU/1zpd2qf3vKSc3NXQ7Rrr6Sz3vIT4VX9mgkzbP yHl9hGdRULnZ9T2Hmwg3RxcYIK6UM7I4i3EZVH3xJcMstkvoxPvCvv5XiJcnHG38 VsXK4LGMgixZOwGhztCtYMLGdXIlQfYobbV8x57lI1XZelITntErQPg5zMCcTjj8 q2bz5sb/VnqR5AS87klQI9v7WEfkFG1lmAh3PIMH5lmSxFP+NFH5HA== =rfgq Subject: Compiling kavmilter 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: Sun, 21 Sep 2003 22:59:22 -0000 Has anyone had any succes with installing kavmilter? (PORTVERSION=0.91.3). I run FreeBSD 4.7R, with sendmail 8.12.10 and AntiViral Toolkit Pro for FreeBSD, Version 3.0 build 135.2. Yet the kavmilter port keeps spitting out all sorts of compilation errors (see below) when I run make. Thanks, - Mark -------------------------------------------------------- /bin/rm -f libconf.a /usr/bin/ar cr libconf.a b_atoi.o readconfig.o atoh.o filecopy.o decodebase64.o encodebase64.o replacestring.o parsedate.o itoa.o b_atol.o b_atoui.o b_atoul.o parsetime.o ranlib libconf.a install -d -m 755 ../.libs install -m 644 libconf.a ../.libs install -m 644 libconf.h .. install -m 644 parseconfig.h .. echo -O -pipe -Wall -pipe -I/usr/local/include -I./libconf -D_THREAD_SAFE -O -pipe -Wall -pipe -I/usr/local/include -I./libconf -D_THREAD_SAFE cc -c -DCONFIG="\"/usr/local/etc/kavmilter.conf\"" -O -pipe -Wall -pipe -I /usr/local/include -I./libconf -D_THREAD_SAFE kavmilter.c In file included from externals.h:49, from kavmilter.c:59: includes.h:61: getopt.h: No such file or directory kavmilter.c: In function `main': kavmilter.c:76: elements of array `long_options' have incomplete type kavmilter.c:78: warning: excess elements in struct initializer kavmilter.c:78: warning: (near initialization for `long_options[0]') kavmilter.c:78: warning: excess elements in struct initializer kavmilter.c:78: warning: (near initialization for `long_options[0]') kavmilter.c:78: warning: excess elements in struct initializer kavmilter.c:78: warning: (near initialization for `long_options[0]')