Re: cvs commit: squid3/src/ICAP ChunkedCodingParser.cc ChunkedCodingParser.h ICAPAnchor.cc ICAPAnchor.h ICAPClient.cc ICAPClient.h ICAPClientSideHook.cc ICAPClientSideHook.h ICAPClientStream.cc ICAPClientStream.h ICAPConfig.cc ICAPConfig.h ICAPElements.cc ...

From: Serassio Guido <guido.serassio@dont-contact.us>
Date: Tue, 22 Nov 2005 10:42:55 +0100

Hi Duane,

At 00.32 22/11/2005, wessels@squid-cache.org wrote:

>wessels 2005/11/21 16:32:59 MST
>
> Added files:
> src/ICAP ChunkedCodingParser.cc
> ChunkedCodingParser.h ICAPAnchor.cc
> ICAPAnchor.h ICAPClient.cc ICAPClient.h
> ICAPClientSideHook.cc
> ICAPClientSideHook.h ICAPClientStream.cc
> ICAPClientStream.h ICAPConfig.cc
> ICAPConfig.h ICAPElements.cc
> ICAPElements.h ICAPModXact.cc
> ICAPModXact.h ICAPOptXact.cc
> ICAPOptXact.h ICAPOptions.cc
> ICAPOptions.h ICAPServiceRep.cc
> ICAPServiceRep.h ICAPXaction.cc
> ICAPXaction.h Makefile.am Makefile.in
> MsgPipe.cc MsgPipe.h MsgPipeData.h
> MsgPipeEnd.h MsgPipeSink.h
> MsgPipeSource.h TextException.cc
> TextException.h
> Log:
> Adding ICAP library files

It seems that LeakFinder.h is missing in your commit.

Duane: after any commit it would be better if you check if squid
builds correctly.

Regards

Guido

make[4]: Entering directory `/home/serassio/squid3/src/ICAP'
if g++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-I../../include -I../../src -I/usr/includ
/libxml2 -Werror -Wall -Wpointer-arith -Wwrite-strings
-Wcomments -D_REENTRANT -g -O2 -MT ChunkedCodingP
rser.o -MD -MP -MF ".deps/ChunkedCodingParser.Tpo" -c -o
ChunkedCodingParser.o ChunkedCodingParser.cc; \
then mv -f ".deps/ChunkedCodingParser.Tpo"
".deps/ChunkedCodingParser.Po"; else rm -f ".deps/ChunkedCodin
Parser.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-I../../include -I../../src -I/usr/includ
/libxml2 -Werror -Wall -Wpointer-arith -Wwrite-strings
-Wcomments -D_REENTRANT -g -O2 -MT ICAPClientResp
odPrecache.o -MD -MP -MF ".deps/ICAPClientRespmodPrecache.Tpo" -c -o
ICAPClientRespmodPrecache.o ICAPClie
tRespmodPrecache.cc; \
then mv -f ".deps/ICAPClientRespmodPrecache.Tpo"
".deps/ICAPClientRespmodPrecache.Po"; else rm -f ".deps/
CAPClientRespmodPrecache.Tpo"; exit 1; fi
ICAPClientRespmodPrecache.cc:13:24: LeakFinder.h: No such file or directory
ICAPClientRespmodPrecache.cc:17: error: syntax error before `*' token
ICAPClientRespmodPrecache.cc: In member function `void
    ICAPClientRespmodPrecache::startRespMod(HttpStateData*, HttpRequest*,
    HttpReply*)':
ICAPClientRespmodPrecache.cc:44: error: `MsgPipeLeaker' undeclared (first use
    this function)
ICAPClientRespmodPrecache.cc:44: error: (Each undeclared identifier is reported
    only once for each function it appears in.)
ICAPClientRespmodPrecache.cc:44: error: `leakTouch' undeclared (first use this
    function)
ICAPClientRespmodPrecache.cc: In member function `void
    ICAPClientRespmodPrecache::sendMoreData(StoreIOBuffer)':
ICAPClientRespmodPrecache.cc:77: error: `leakTouch' undeclared (first use this
    function)
ICAPClientRespmodPrecache.cc: In member function `int
    ICAPClientRespmodPrecache::potentialSpaceSize()':
ICAPClientRespmodPrecache.cc:88: error: `leakTouch' undeclared (first use this
    function)
ICAPClientRespmodPrecache.cc: In member function `void
    ICAPClientRespmodPrecache::doneSending()':
ICAPClientRespmodPrecache.cc:106: error: `leakTouch' undeclared (first use this
    function)
ICAPClientRespmodPrecache.cc: In member function `virtual void
    ICAPClientRespmodPrecache::noteSinkNeed(MsgPipe*)':
ICAPClientRespmodPrecache.cc:123: error: `leakTouch' undeclared (first use this
    function)
ICAPClientRespmodPrecache.cc: In member function `virtual void
    ICAPClientRespmodPrecache::noteSourceStart(MsgPipe*)':
ICAPClientRespmodPrecache.cc:141: error: `leakTouch' undeclared (first use this
    function)
ICAPClientRespmodPrecache.cc: In member function `virtual void
    ICAPClientRespmodPrecache::noteSourceProgress(MsgPipe*)':
ICAPClientRespmodPrecache.cc:159: error: `leakTouch' undeclared (first use this
    function)
ICAPClientRespmodPrecache.cc: In member function `virtual void
    ICAPClientRespmodPrecache::noteSourceFinish(MsgPipe*)':
ICAPClientRespmodPrecache.cc:171: error: `leakTouch' undeclared (first use this
    function)
ICAPClientRespmodPrecache.cc: In member function `virtual void
    ICAPClientRespmodPrecache::noteSourceAbort(MsgPipe*)':
ICAPClientRespmodPrecache.cc:180: error: `leakTouch' undeclared (first use this
    function)
ICAPClientRespmodPrecache.cc: In member function `void
    ICAPClientRespmodPrecache::stop(ICAPClientRespmodPrecache::Notify)':
ICAPClientRespmodPrecache.cc:188: error: `leakTouch' undeclared (first use this
    function)
ICAPClientRespmodPrecache.cc: In member function `void
    ICAPClientRespmodPrecache::freeVirgin()':
ICAPClientRespmodPrecache.cc:225: error: `leakTouch' undeclared (first use this
    function)
ICAPClientRespmodPrecache.cc: In member function `void
    ICAPClientRespmodPrecache::freeAdapted()':
ICAPClientRespmodPrecache.cc:244: error: `leakTouch' undeclared (first use this
    function)
make[4]: *** [ICAPClientRespmodPrecache.o] Error 1
make[4]: Leaving directory `/home/serassio/squid3/src/ICAP'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/serassio/squid3/src/ICAP'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/serassio/squid3/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/serassio/squid3/src'
make: *** [all-recursive] Error 1
serassio@silente:~/squid3>

-
========================================================
Guido Serassio
Acme Consulting S.r.l. - Microsoft Certified Partner
Via Lucia Savarino, 1 10098 - Rivoli (TO) - ITALY
Tel. : +39.011.9530135 Fax. : +39.011.9781115
Email: guido.serassio@acmeconsulting.it
WWW: http://www.acmeconsulting.it/
Received on Tue Nov 22 2005 - 02:43:03 MST

This archive was generated by hypermail pre-2.1.9 : Thu Dec 01 2005 - 12:00:15 MST