Re: HEAD broken after latest clientStreams merge

From: Robert Collins <robertc@dont-contact.us>
Date: 16 Sep 2002 01:07:39 +1000

On Mon, 2002-09-16 at 00:40, Guido Serassio wrote:
> Hi Robert,
>
> I have just merged nt branch with HEAD, but I'm not more able to compile Squid.
>
> I have fixed a problem in comm_select.c:
>
> Index: src/comm_select.c

Committed. thanks.

>
> But there are still theses error that I don't understand to fix:
>
> Compiling...
> comm_select.c
> client_side_request.c
> C:\work\nt\src\client_side_request.c(462) : error C2039: 'sin_addr' : is
> not a member of 'in_addr'

Fixed, thanks.

> client_side_reply.c
> C:\work\nt\src\client_side_reply.c(1314) : error C2039: 'sc' : is not a
> member of '_clientHttpRequest'
> C:\work\nt\src\structs.h(1064) : see declaration of
> '_clientHttpRequest'
> C:\work\nt\src\client_side_reply.c(1314) : warning C4047: 'function' :
> 'struct _store_client *' differs in levels of indirection from 'unsigned int '
> C:\work\nt\src\client_side_reply.c(1314) : warning C4024:
> 'delaySetStoreClient' : different types for formal and actual parameter 1
> C:\work\nt\src\client_side_reply.c(1314) : error C2198:
> 'delaySetStoreClient' : too few actual parameters
> C:\work\nt\src\client_side_reply.c(1318) : warning C4018: '==' :
> signed/unsigned mismatch
> C:\work\nt\src\client_side_reply.c(1361) : warning C4018: '<=' :
> signed/unsigned mismatch
> C:\work\nt\src\client_side_reply.c(1526) : warning C4018: '>' :
> signed/unsigned mismatch

I'm not sure on this one. What options are you building with?
client_side_reply.c for me has a comment on line 1314.

Rob

Received on Sun Sep 15 2002 - 09:07:09 MDT

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