sön 2007-04-29 klockan 19:24 +0200 skrev Guido Serassio:
> forward.cc: In member function `void FwdState::connectStart()':
> forward.cc:875: error: `hex' undeclared (first use this function)
> forward.cc:875: error: (Each undeclared
Should be std::hex
> identifier is reported only once for each
sön 2007-04-29 klockan 19:24 +0200 skrev Guido Serassio:
> tools.cc: In function `void sigusr2_handle(int)':
> tools.cc:428: warning: the address of `void
> sigusr2_handle(int)', will always evaluate as `true'
Don't quite get the error, but it's easy to fix. Done.
Regards
Henrik
signature.asc
Hi Henrik,
At 18.02 29/04/2007, Henrik Nordstrom wrote:
sön 2007-04-29 klockan 11:03 +0200 skrev Guido Serassio:
> After changing a COSS file, running make correctly rebuilds
> libcoss.a, but squid executable is not linked against the new
> library. May be that the same could be happen
also f
lör 2007-04-28 klockan 22:00 -0600 skrev Alex Rousskov:
> Thank you for reporting the problem! It sounds like the changes you are
> talking about came from the Squid HEAD branch. Perhaps they created a
> conflict and the conflict was not resolved correctly. I will investigate
> and try to fi
sön 2007-04-29 klockan 11:03 +0200 skrev Guido Serassio:
> After changing a COSS file, running make correctly rebuilds
> libcoss.a, but squid executable is not linked against the new
> library. May be that the same could be happen also for the other store types.
Does it work in Squid-3?
Regard
Hi Henrik,
I have noticed a dependency problem in the Squid 2.6 Makefile, but I
don't know how to fix it:
After changing a COSS file, running make correctly rebuilds
libcoss.a, but squid executable is not linked against the new
library. May be that the same could be happen also for the other