Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2003 12:08:38 -0400
From:      Mike Barcroft <mike@FreeBSD.org>
To:        Christer.Gundersen@telenor.com
Cc:        freebsd-current@freebsd.org
Subject:   Re: squid and FreeBSD 5.1-RELEASE
Message-ID:  <20030619120838.D70665@espresso.bsdmike.org>
In-Reply-To: <544F1B1474E4004A8F08A85FC18783C2010588C1@TNS-FBU-2E-004.corp.telenor.no>; from Christer.Gundersen@telenor.com on Thu, Jun 19, 2003 at 04:59:20PM %2B0200
References:  <544F1B1474E4004A8F08A85FC18783C2010588C1@TNS-FBU-2E-004.corp.telenor.no>

next in thread | previous in thread | raw e-mail | index | archive | help
Christer.Gundersen@telenor.com <Christer.Gundersen@telenor.com> writes:
> gives this...
> 
> 
> -I../include -I../include -I../include     -O -pipe -march=pentium2 -c `test -f
> md5.c || echo './'`md5.c
> In file included from ../include/squid_types.h:70,
>                  from ../include/md5.h:55,
>                  from md5.c:39:
> /usr/include/sys/bitypes.h:25: conflicting types for `int8_t'
> /usr/include/sys/stdint.h:38: previous declaration of `int8_t'
> /usr/include/sys/bitypes.h:26: redefinition of `u_int8_t'
> /usr/include/sys/types.h:109: `u_int8_t' previously declared here
> /usr/include/sys/bitypes.h:27: redefinition of `int16_t'
> /usr/include/sys/stdint.h:43: `int16_t' previously declared here
> /usr/include/sys/bitypes.h:28: redefinition of `u_int16_t'
> /usr/include/sys/types.h:110: `u_int16_t' previously declared here
> /usr/include/sys/bitypes.h:29: redefinition of `int32_t'
> /usr/include/sys/stdint.h:48: `int32_t' previously declared here
> /usr/include/sys/bitypes.h:30: redefinition of `u_int32_t'
> /usr/include/sys/types.h:111: `u_int32_t' previously declared here
> *** Error code 1

Hmm, I don't think bitypes.h is installed on FreeBSD anymore.  Can you
move that header somewhere and recompile?  I assume you upgraded from
an older version of FreeBSD?

Best regards,
Mike Barcroft



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030619120838.D70665>