Re: 2.5 make stop on FreeBSD

From: Robert Collins <robert.collins@dont-contact.us>
Date: 29 Aug 2001 00:13:14 +1000

On 27 Aug 2001 12:05:55 +0200, Miklos Magyari wrote:
> hi there,
>
> I've just downloaded squid 2.5 (squid-head-200109262301) and tried to
> compile it on FreeBSD with ntlm authentication.
>
> There was a stop using 'make':
>
> (lot of syntax errors, e.g /usr/include/netinet/in.h:233: syntax error
> before `u_int32_t`
> In file included from smbencrypt.c:28).
>
> The problem could be fixed with adding:
>
> #include <sys/types.h>
>
> in src/auth/ntlm/helpers/NTLMSSP/smbval/smbencrypt.c
>
> just above the line:
> #include <netinet/in.h>
>

Thanks for the bu report.. I think we've already solved this in CVS...

Can you please try
#include "std-includes.h

before
#include <string.h>

as an alternative solution? Thats the one we've already got in CVS (ntlm
branch), so I'd like to know if it does/does not remain a problem for
you like that.

Rob

> Cheers,
> Miki
Received on Tue Aug 28 2001 - 08:13:05 MDT

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