From owner-freebsd-current@FreeBSD.ORG Fri Jun 25 22:49:20 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 7863716A4CE for ; Fri, 25 Jun 2004 22:49:20 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FB8A43D2F for ; Fri, 25 Jun 2004 22:49:19 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i5PMi7S3065812 for freebsd-current@freebsd.org.checked; (8.12.8/vak/2.1) Sat, 26 Jun 2004 02:44:07 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (rik.cronyx.ru [172.22.4.1]) by hanoi.cronyx.ru with ESMTP id i5PMfb68065693; (8.12.8/vak/2.1) Sat, 26 Jun 2004 02:41:38 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <40DCA8AE.1010502@cronyx.ru> Date: Sat, 26 Jun 2004 02:35:26 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.2.1) Gecko/20030426 X-Accept-Language: ru-ru, en MIME-Version: 1.0 To: Grover Lines References: <40DCA3F6.5050206@ceribus.net> In-Reply-To: <40DCA3F6.5050206@ceribus.net> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org 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 22:49:20 -0000 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" > >