From owner-freebsd-current Fri Aug 29 07:05:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA05405 for current-outgoing; Fri, 29 Aug 1997 07:05:56 -0700 (PDT) Received: from pahtoh.cwu.edu (root@pahtoh.cwu.edu [198.104.65.27]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA05400 for ; Fri, 29 Aug 1997 07:05:52 -0700 (PDT) Received: from opus.cts.cwu.edu (skynyrd@opus.cts.cwu.edu [198.104.92.71]) by pahtoh.cwu.edu (8.8.5/8.8.5) with ESMTP id HAA19823; Fri, 29 Aug 1997 07:05:50 -0700 (PDT) Received: from localhost (skynyrd@localhost) by opus.cts.cwu.edu (8.8.7/8.8.5) with SMTP id HAA27581; Fri, 29 Aug 1997 07:05:50 -0700 (PDT) Date: Fri, 29 Aug 1997 07:05:50 -0700 (PDT) From: Chris Timmons To: Andreas Klemm cc: current@FreeBSD.ORG Subject: Re: /usr/obj/usr/src/tmp/usr/include/sys/md5.h:40: previous declaration of `MD5File' In-Reply-To: <19970829081848.17033@klemm.gtn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk What $Id$ version of the md5.h in your /usr/obj version of md5.h do you have? I ran into this exact same problem and found that in my /usr/obj hierarchy I had version 1.8. When I 'cvs co -P src/sys/sys/md5.h' I get version 1.9. Of course v1.9 fixes the problem. I just expunged everything and made sure I was starting with md5.h v1.9 and everything built. This was in the last two days. -Chris On Fri, 29 Aug 1997, Andreas Klemm wrote: > On Wed, Aug 27, 1997 at 07:59:32PM +0200, Andreas Klemm wrote: > > cc -pipe -O -I/usr/src/lib/libmd -I/usr/obj/usr/src/tmp/usr/include -c md4hl.c -o md4hl.o > > cc -pipe -O -I/usr/src/lib/libmd -I/usr/obj/usr/src/tmp/usr/include -c md5hl.c -o md5hl.o > > md5hl.c:45: conflicting types for `MD5File' > > /usr/obj/usr/src/tmp/usr/include/sys/md5.h:40: previous declaration of `MD5File' > > *** Error code 1 > > > > Stop. > > *** Error code 1 > > > > Stop. > > *** Error code 1 > > JFYI, the problem still exists. Sorry, no time to dig around in > the code myself, am very busy at the moment ... But would like > to know, if I'm the only person, who has this problem with > a very current -current of yesterday night. > > -- > Andreas Klemm | klemm.gtn.com - powered by > Symmetric MultiProcessor FreeBSD > http://www.freebsd.org/~fsmp/SMP/SMP.html > http://www.freebsd.org/~fsmp/SMP/benches.html >