Re: DelayConfig errors building 3.0 snapshot from today

From: Joe Cooper <joe@dont-contact.us>
Date: Thu, 01 May 2003 16:36:12 -0500

Mostly the same ones I use in my 2.5 RPM:

configure \
   --exec_prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin
--libexecdir=/usr/lib/squid \
   --localstatedir=/var --sysconfdir=/etc/squid --datadir=/usr/share/squid \
   --enable-poll --enable-snmp --enable-removal-policies="heap,lru" \
   --enable-storeio="aufs,diskd,ufs,null" --with-filedescriptors=8192 \
   --enable-linux-netfilter --enable-ssl --enable-arp-acl --with-pthreads \
 
--enable-external-acl-helpers="ip_user,ldap_group,unix_group,winbind_group,wbinfo_group"
\
   --enable-auth="basic,digest,ntlm" \
   --enable-ntlm-auth-helpers="fakeauth,no_check,SMB,winbind" \
   --enable-digest-auth-helpers="password" \
 
--enable-basic-auth-helpers="LDAP,NCSA,PAM,SMB,MSNT,SASL,winbind,YP,getpwnam,multi-domain-NTLM"\
   --enable-delay-pools --enable-underscores

Removing --enable-ssl, I think, fixed it for successful building. So
the problem might be there?

Robert Collins wrote:
> What configure options?
> Rob
>
> On Thu, 2003-05-01 at 19:00, Joe Cooper wrote:
>
>>Hi all,
>>
>>Is the following a know issue, or did it sneak in?
>>
>>In file included from ../../src/squid.h:328,
>> from aufs/aiops.cc:35:
>>../../src/ssl_support.h:49: syntax error before `*' token
>>../../src/ssl_support.h:50: syntax error before `*' token
>>../../src/ssl_support.h:55: `SSL' was not declared in this scope
>>../../src/ssl_support.h:55: `ssl' was not declared in this scope
>>../../src/ssl_support.h:56: `SSL' was not declared in this scope
>>../../src/ssl_support.h:56: parse error before `,' token
>>In file included from ../../src/squid.h:357,
>> from aufs/aiops.cc:35:
>>../../src/structs.h:200: syntax error before `*' token
>>In file included from ../../src/squid.h:357,
>> from aufs/aiops.cc:35:
>>../../src/structs.h:206:25: DelayConfig.h: No such file or directory
>>../../src/structs.h:637: 'DelayConfig' is used as a type, but is not
>>defined as
>> a type.
>>../../src/structs.h:720: syntax error before `*' token
>>In file included from ../../src/squid.h:357,
>> from aufs/aiops.cc:35:
>>../../src/structs.h:1413: syntax error before `*' token
>>In file included from ../../src/Store.cci:43,
>> from ../../src/Store.h:228,
>> from ../../src/comm.h:30,
>> from aufs/aiops.cc:49:
>>../../src/MemObject.h:45:21: DelayId.h: No such file or directory
>>In file included from ../../src/Store.cci:43,
>> from ../../src/Store.h:228,
>> from ../../src/comm.h:30,
>> from aufs/aiops.cc:49:
>>../../src/MemObject.h:82: parse error before `)' token

-- 
Joe Cooper <joe@swelltech.com>
Web caching appliances and support.
http://www.swelltech.com
Received on Thu May 01 2003 - 15:36:18 MDT

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