Install problems with i4b

Hans Petter Selasky hselasky at c2i.net
Tue May 30 23:58:00 PDT 2006


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


More information about the freebsd-isdn mailing list