Date: Mon, 18 Feb 2008 17:23:47 +0100 From: Hans Petter Selasky <hselasky@c2i.net> To: freebsd-isdn@freebsd.org Subject: Re: got errors when recompiling kernel Message-ID: <200802181723.48845.hselasky@c2i.net> In-Reply-To: <321794.14054.qm@web92015.mail.cnb.yahoo.com> References: <321794.14054.qm@web92015.mail.cnb.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <path to file>/i4b_hfc4s8s.h" or you can try reverting the whole tree. --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802181723.48845.hselasky>