04-18-05 10:47 PM
Anyone can give me a clue how to successfully build squid-3.0-snapshot
in FreeBSD-4.6.2(gcc-2.95.3) or later?
Configuring:
./configure --prefix='/usr/local/squid3' --enable-ssl
--enable-err-languages="English Russian-1251 Russian-koi8-r"
--enable-default-err-language="Russian-1251"
--with-openssl='/usr/local/ssl'
Building:
make
waiting... bang! got error:
...
source='client_side.cc' object='client_side.o' libtool=no
depfile='.deps/client_side.Po' tmpdepfile='.deps/client_side.TPo'
depmode=gcc /usr/local/bin/bash ../cfgaux/depcomp g++ -DHAVE_CONFIG_H
-DDEFAULT_CONFIG_FILE=\"/usr/local/squid3/etc/squid.conf\" -I. -I.
-I../include -I. -I. -I../include -I../include -I../lib/libTrie/include
-Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes
-Wcomments -g -O2 -c -o client_side.o `test -f 'client_side.cc' || echo
'./'`client_side.cc
client_side.cc: In method `void ClientHttpRequest::logRequest()':
client_side.cc:526: `class RefCount<ConnStateData>' used where a `bool'
was expected
*** Error code 1
Stop in /usr/home/tvt/src/squid-3.0.DEVEL-20030713/src.
*** Error code 1
Stop in /usr/home/tvt/src/squid-3.0.DEVEL-20030713/src.
*** Error code 1
Stop in /usr/home/tvt/src/squid-3.0.DEVEL-20030713/src.
*** Error code 1
Stop in /usr/home/tvt/src/squid-3.0.DEVEL-20030713.
Meanwhile, when I'm configuring with just
./configure
everything compiles OK.
Is it even theoretically possible to overcome?
---
SY, TVT
[ Post a follow-up to this message ]
|