From owner-freebsd-current@FreeBSD.ORG Thu Jun 19 09:25:32 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A594D37B401 for ; Thu, 19 Jun 2003 09:25:32 -0700 (PDT) Received: from espresso.bsdmike.org (espresso.bsdmike.org [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 035DF43FA3 for ; Thu, 19 Jun 2003 09:25:32 -0700 (PDT) (envelope-from mike@espresso.bsdmike.org) Received: by espresso.bsdmike.org (Postfix, from userid 1002) id 5BD2E9C89; Thu, 19 Jun 2003 12:08:38 -0400 (EDT) Date: Thu, 19 Jun 2003 12:08:38 -0400 From: Mike Barcroft To: Christer.Gundersen@telenor.com Message-ID: <20030619120838.D70665@espresso.bsdmike.org> References: <544F1B1474E4004A8F08A85FC18783C2010588C1@TNS-FBU-2E-004.corp.telenor.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 +0200 Organization: The FreeBSD Project cc: freebsd-current@freebsd.org Subject: Re: squid and FreeBSD 5.1-RELEASE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2003 16:25:32 -0000 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