Problem with make

View: New views
4 Messages — Rating Filter:   Alert me  

Problem with make

by kabede84 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

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?
--
Denis Beltramo
_______________________________________________
freebsd-isdn@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isdn
To unsubscribe, send any mail to "freebsd-isdn-unsubscribe@..."

Re: Problem with make

by Gary Jennejohn-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, 19 Nov 2008 10:29:02 +0100
"Denis Beltramo" <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

---
Gary Jennejohn
_______________________________________________
freebsd-isdn@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isdn
To unsubscribe, send any mail to "freebsd-isdn-unsubscribe@..."

Re: Problem with make

by Hans Petter Selasky :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wednesday 19 November 2008, Gary Jennejohn wrote:

> On Wed, 19 Nov 2008 10:29:02 +0100
>
> "Denis Beltramo" <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
_______________________________________________
freebsd-isdn@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isdn
To unsubscribe, send any mail to "freebsd-isdn-unsubscribe@..."

Re: Problem with make

by kabede84 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

the revision svn 935

Thanks

On Wed, Nov 19, 2008 at 3:33 PM, Hans Petter Selasky <hselasky@...> wrote:

> On Wednesday 19 November 2008, Gary Jennejohn wrote:
>> On Wed, 19 Nov 2008 10:29:02 +0100
>>
>> "Denis Beltramo" <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
>



--
Denis Beltramo
_______________________________________________
freebsd-isdn@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isdn
To unsubscribe, send any mail to "freebsd-isdn-unsubscribe@..."