From owner-freebsd-current@FreeBSD.ORG Fri Jun 25 23:02:28 2004 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 7108516A4CE for ; Fri, 25 Jun 2004 23:02:28 +0000 (GMT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3098243D5C for ; Fri, 25 Jun 2004 23:02:28 +0000 (GMT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (sccrmhc12) with ESMTP id <20040625230202012008a8m7e>; Fri, 25 Jun 2004 23:02:07 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id QAA05031; Fri, 25 Jun 2004 16:02:02 -0700 (PDT) Date: Fri, 25 Jun 2004 16:02:00 -0700 (PDT) From: Julian Elischer To: Roman Kurakin In-Reply-To: <40DCA8AE.1010502@cronyx.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org cc: Grover Lines Subject: Re: kernel build error 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: Fri, 25 Jun 2004 23:02:28 -0000 A different fix has been committed. On Sat, 26 Jun 2004, Roman Kurakin wrote: > Just add > #include > #include > #include > > to the netgraph.h, this should help. > > rik > > Grover Lines: > > > cvsup from 3:00pm pacific time > > > > cc -O2 -pipe -march=pentium4 > > -I/usr/src/sys/modules/netgraph/bluetooth/socket/.. > > /../../../netgraph/bluetooth/include -Wall -D_KERNEL -DKLD_MODULE > > -nostdinc -I- > > > > -I/usr/src/sys/modules/netgraph/bluetooth/socket/../../../../netgraph/bluetoot > > h/include -include /usr/obj/usr/src/sys/PSYCHO/opt_global.h -I. -I@ > > -I@/contrib/ > > altq -I@/../include -finline-limit=8000 -fno-common > > -I/usr/obj/usr/src/sys/PSYC > > HO -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding > > -Wall -Wr > > edundant-decls -Wnested-externs -Wstrict-prototypes > > -Wmissing-prototypes -Wpoin > > ter-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c > > /usr/src/sys/net > > graph/bluetooth/socket/ng_btsocket.c > > In file included from > > /usr/src/sys/netgraph/bluetooth/socket/ng_btsocket.c:46: > > @/netgraph/netgraph.h:1152: error: field `tag' has incomplete type > > *** Error code 1 > > > > Stop in /usr/src/sys/modules/netgraph/bluetooth/socket. > > *** Error code 1 > > > > Stop in /usr/src/sys/modules/netgraph/bluetooth. > > *** Error code 1 > > > > Stop in /usr/src/sys/modules/netgraph. > > *** Error code 1 > > > > Stop in /usr/src/sys/modules. > > *** Error code 1 > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to > > "freebsd-current-unsubscribe@freebsd.org" > > > > > > > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >