[squid-users] compile error on Squid 3.1.18

2011-12-05 Thread kzl
There's error thrown while compiling Squid 3.1.18 in Solaris Sparc which never experience in earlier version like 3.1.17, 3.1.16, 3.0.15 Anyone having any idea what's the problem?  Making all in compat /bin/bash ../libtool --tag=CXX    --mode=link g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomm

Re: [squid-users] compile error on Squid 3.1.18

2011-12-06 Thread kzl
esday, December 6, 2011 5:45 PM Subject: Re: [squid-users] compile error on Squid 3.1.18 On 6/12/2011 7:19 p.m., kzl wrote: > There's error thrown while compiling Squid 3.1.18 in Solaris Sparc which > never experience in earlier version like 3.1.17, 3.1.16, 3.0.15 > Anyone having

Re: [squid-users] compile error on Squid 3.1.18

2011-12-06 Thread kzl
any hint on how I may check?  Many thanks. kz - Original Message - From: Amos Jeffries To: squid-users@squid-cache.org Cc: Sent: Tuesday, December 6, 2011 5:45 PM Subject: Re: [squid-users] compile error on Squid 3.1.18 On 6/12/2011 7:19 p.m., kzl wrote: > There's error thro

Re: [squid-users] compile error on Squid 3.1.18

2011-12-07 Thread kzl
-cache.org Sent: Wednesday, December 7, 2011 4:32 PM Subject: Re: [squid-users] compile error on Squid 3.1.18 On 7/12/2011 3:52 p.m., kzl wrote: > any hint on how I may check? > Many thanks. > kz You sure 3.1.17 worked?  There is exactly one line of code difference between 3.1.17 and 3

Re: [squid-users] compile error on Squid 3.1.18

2011-12-07 Thread kzl
my problem seems due to path issue. After I re configure and compile again, it doesn't show that error anymore.  Anyway, I am now using 'make' under /usr/ccs/bin  thanks.  From: Amos Jeffries To: squid-users@squid-cache.org Sent: Wednesday, December 7, 2011 8

Re: [squid-users] Problem compiling Squid 3.1.18 on Ubuntu 10.04 LTS - store.cc

2011-12-07 Thread kzl
Hi Amos,   As refer to http://bugs.squid-cache.org/show_bug.cgi?id=3440 , how to change StoreEntry::deferProducer not to be const? I'd tried just remove "const" word in the line, it shows: store.cc:372: error: prototype for `void StoreEntry::deferProducer(RefCount&)' does not match any in clas

Re: [squid-users] Problem compiling Squid 3.1.18 on Ubuntu 10.04 LTS - store.cc

2011-12-07 Thread kzl
., kzl wrote: > Hi Amos, > >  As refer to http://bugs.squid-cache.org/show_bug.cgi?id=3440 , how to >change StoreEntry::deferProducer  not to be const? > I'd tried just remove "const" word in the line, it shows: > store.cc:372: error: prototype for `void >