Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2006 08:57:53 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-isdn@freebsd.org
Subject:   Re: Install problems with i4b
Message-ID:  <200605310857.54900.hselasky@c2i.net>
In-Reply-To: <994916871.20060530200956@gmx.ch>
References:  <994916871.20060530200956@gmx.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 30 May 2006 20:09, Peter Reimer wrote:
> Hello,
>
> I'm trying to install Hans Peter's ISDN4BSD package. I've done
> all steps that you see with "make help".
>
> make install
> make install_mod
>
> I've added the listed lines in my kernel config and tried to compile
> the kernel. But the process stops with this error message:
>
> /usr/src/sys/i4b/driver/i4b_rbch.c: In function `rbch_setup_ft':
> /usr/src/sys/i4b/driver/i4b_rbch.c:637: warning: implicit declaration of
> function `callout_init_mtx' /usr/src/sys/i4b/driver/i4b_rbch.c:637:
> warning: nested extern declaration of `callout_init_mtx' *** Error code 1
>

You need to install a newer version of FreeBSD. Or you need to checkout a 
newer version of the kernel sources, probably FreeBSD 6.X, in /usr/src/, 
using "cvsup".

'callout_init_mtx()' was introduced to FreeBSD 6.X at:

Mon Feb 7 02:47:33 2005 UTC (15 months, 3 weeks ago)

http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/sys/callout.h

--HPS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605310857.54900.hselasky>