From owner-freebsd-isdn@FreeBSD.ORG Wed Nov 19 15:31:10 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 2091C1065673 for ; Wed, 19 Nov 2008 15:31:10 +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 A89D08FC17 for ; Wed, 19 Nov 2008 15:31:09 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=aniA1o7mVp4QawOfT9qHqA==:17 a=v_mRO-_ggyyOkVO5Du8A:9 a=SRT9rqkHkuOUqUfHGFZCy_VqrBwA:4 a=KU1ijBjjuNIA:10 a=MSl-tDqOz04A:10 a=LY0hPdMaydYA:10 Received: from [62.113.133.1] (account mc467741@c2i.net [62.113.133.1] verified) by mailfe07.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1150197745; Wed, 19 Nov 2008 15:31:06 +0100 From: Hans Petter Selasky To: freebsd-isdn@freebsd.org Date: Wed, 19 Nov 2008 15:33:13 +0100 User-Agent: KMail/1.9.7 References: <27f0c3e40811190129g59246815n337d642791c9515d@mail.gmail.com> <20081119123243.4d2bac6d@ernst.jennejohn.org> In-Reply-To: <20081119123243.4d2bac6d@ernst.jennejohn.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811191533.13842.hselasky@c2i.net> Cc: Subject: Re: Problem with make 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: Wed, 19 Nov 2008 15:31:10 -0000 On Wednesday 19 November 2008, Gary Jennejohn wrote: > On Wed, 19 Nov 2008 10:29:02 +0100 > > "Denis Beltramo" wrote: > > I have upgraded my system to FreeBSD 7. I must install isdn4bsd. > > > > the make=../src package and make install work. > > > > When I write make buildkernel and install, after configured the Kernel > > the compilation stop and say: > > > > error: NI4BTRC undeclared here (not in a function) > > > > > > Suggestion? > > You're probably missing options like these > options NI4BTRC=4 > options NI4BRBCH=4 > options NI4BTEL=2 > options NI4BIPR=4 > options NI4BISPPP=4 > options NI4BING=2 > What version of I4B are you trying to install? --HPS