latest from CVS ... "syntax error before '9'"?

The Hermit Hacker scrappy at hub.org
Tue Feb 6 19:21:57 UTC 2001



On FreeBSD 4.2-STABLE, about a month old, latest code from CVS, configured
with:

====
#!/bin/tcsh
setenv CFLAGS "-I/usr/local/include/db3"
./configure \
        --with-berkeleydb=/usr/local \
        --with-openssl \
        --enable-largefiles \
        --enable-libtool \
        --with-perl \
        --with-sendmail=/usr/sbin/sendmail \
        --with-spool-dir=/news/spool \
        --prefix=/news/admin \
        --with-log-dir=/var/log/news \
        --with-tmp-path=/news/tmp
====

generates:

====
cd innd      && make all
gcc -I/usr/local/include/db3 -I../include  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/libdata/perl/5.00503/mach/CORE -c cc.c
In file included from /usr/libdata/perl/5.00503/mach/CORE/perl.h:2588,
                 from cc.c:628:
/usr/include/libutil.h:64: syntax error before `9'
*** Error code 1

Stop in /news/src/cvs/inn/innd.
*** Error code 1

Stop in /news/src/cvs/inn.
=====

where line 64 in libutil.h is:

int     _secure_path __P((const char *_path, uid_t _uid, gid_t _gid));

help?

Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy at hub.org           secondary: scrappy@{freebsd|postgresql}.org



More information about the inn-workers mailing list