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]')

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to