Compiling 3.0

From: Andrews Carl 448 <Carl.Andrews@dont-contact.us>
Date: Mon, 4 Nov 2002 16:40:51 -0600

Probabaly something I amd doing wrong, but if not, thought I would say
something so you could know.
 
I have tried compiling both squid-3.0-DEVEL-20021102.tar.gz and
squid-HEAD.snapshot.tar.gz - squid-3.0-DEVEL-20021104 - (downloaded 15
minutes ago) using these options:

./configure --enable-delay-pools --enable-snmp --enable-htcp --enable-ssl
--enable-icmp --enable-ntlm-auth-modules=SMB,fakeauth,winbind
--enable-basic-auth-helpers="getpwnam,LDAP,MSNT,multi-domain-NTLM,NCSA,PAM,S
ASL,SMB,winbind" --enable-auth="basic,digest,ntlm"
--enable-external-acl-helpers="ip_user,ldap_group,unix_group,wbinfo_group,wi
nbind_group" --enable-useragent-log --enable-referer-log --enable-arp-acl
--enable-htcp --enable-ssl --enable-forw-via-db --enable-cache-digests
--enable-default-err-language=English --enable-err-languages="English"
--enable-poll --enable-select --enable-kqueue --enable-ipf-transparent
--enable-pf-transparent --enable-linux-netfilter --enable-large-files
--enable-default-hostsfile=/etc/hosts

and get this error for both:
make[3]: Entering directory `/root/squid/30/squid-3.0-DEVEL-20021104/src'
source='access_log.cc' object='access_log.o' libtool=no \
depfile='.deps/access_log.Po' tmpdepfile='.deps/access_log.TPo' \
depmode=gcc3 /bin/sh ../cfgaux/depcomp \
g++ -DHAVE_CONFIG_H
-DDEFAULT_CONFIG_FILE=\"/usr/local/squid/etc/squid.conf\" -I. -I.
-I../include -I. -I. -I../include -I../include -Werror -Wall -g -O2
-D_FILE_OFFSET_BITS=64 -c -o access_log.o `test -f access_log.cc || echo
'./'`access_log.cc
access_log.cc: In function `void fvdbCount(hash_table*, const char*)':
access_log.cc:451: cannot convert `hash_link*' to `fvdb_entry*' in
assignment
access_log.cc: In function `void fvdbDumpTable(StoreEntry*, hash_table*)':
access_log.cc:482: `storeAppendPrintf' undeclared (first use this function)
access_log.cc:482: (Each undeclared identifier is reported only once for
each
   function it appears in.)
access_log.cc: In function `void fvdbFreeEntry(void*)':
access_log.cc:502: invalid conversion from `void*' to `fvdb_entry*'
make[3]: *** [access_log.o] Error 1
make[3]: Leaving directory `/root/squid/30/squid-3.0-DEVEL-20021104/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/squid/30/squid-3.0-DEVEL-20021104/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/squid/30/squid-3.0-DEVEL-20021104/src'
make: *** [all-recursive] Error 1

 
Thanks!
Carl
Received on Mon Nov 04 2002 - 16:48:10 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:18:37 MST