From owner-freebsd-isdn@FreeBSD.ORG Mon Feb 18 16:22:51 2008 Return-Path: Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 096D016A420 for ; Mon, 18 Feb 2008 16:22:51 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.swip.net [212.247.154.193]) by mx1.freebsd.org (Postfix) with ESMTP id 9825513C478 for ; Mon, 18 Feb 2008 16:22:50 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [62.113.133.70] (account mc467741@c2i.net [62.113.133.70] verified) by mailfe07.swip.net (CommuniGate Pro SMTP 5.1.13) with ESMTPA id 811095477; Mon, 18 Feb 2008 17:22:48 +0100 From: Hans Petter Selasky To: freebsd-isdn@freebsd.org Date: Mon, 18 Feb 2008 17:23:47 +0100 User-Agent: KMail/1.9.7 References: <321794.14054.qm@web92015.mail.cnb.yahoo.com> In-Reply-To: <321794.14054.qm@web92015.mail.cnb.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802181723.48845.hselasky@c2i.net> Cc: Subject: Re: got errors when recompiling kernel X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using ISDN with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2008 16:22:51 -0000 On Sunday 17 February 2008, lizhong zhu wrote: > hello, developers: > after trying to set pcm_master without success, i recompiled the kernel > with i4b, but i got errors from i4b_hfc4s8s.h. the errors are : 3dnow > -mno-sse -mno-sse2 -ffreestanding -Werror > ../../../i4b/layer1/ihfc2/i4b_ihfc2_pnp.c In file included from > ../../../i4b/layer1/ihfc2/i4b_ihfc2_pnp.c:233: > ../../../i4b/layer1/ihfc2/i4b_hfc4s8s.h:1262: error: syntax error before > '<<' token ../../../i4b/layer1/ihfc2/i4b_ihfc2_pnp.c:72: warning: > 'ihfc_pnp_probe' used but never defined > ../../../i4b/layer1/ihfc2/i4b_ihfc2_pnp.c:73: warning: 'ihfc_pnp_attach' > used but never defined ../../../i4b/layer1/ihfc2/i4b_ihfc2_pnp.c:74: > warning: 'ihfc_pnp_detach' used but never defined In file included from > ../../../i4b/layer1/ihfc2/i4b_ihfc2_pnp.c:233: > ../../../i4b/layer1/ihfc2/i4b_hfc4s8s.h:39:1: unterminated #ifndef *** > Error code 1 > > Stop in /usr/src/sys/i386/compile/GENERIC. > i use svn code. please help me to check that. > thanks! > James.zhu Hi, I think that you have some old code there which Subversion tries to merge. Try "svn revert /i4b_hfc4s8s.h" or you can try reverting the whole tree. --HPS