Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 1998 08:12:34 +0200
From:      Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
To:        Michael Paepcke <paepcke@hotmail.com>, freebsd-isdn@FreeBSD.ORG
Subject:   Re: FreeBSD 3.0 current & i4b-00.63-alpha
Message-ID:  <19981020081234.B20878@gil.physik.rwth-aachen.de>
In-Reply-To: <19981019201415.18076.qmail@hotmail.com>; from Michael Paepcke on Mon, Oct 19, 1998 at 01:11:07PM -0700
References:  <19981019201415.18076.qmail@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Oct 19, 1998 at 01:11:07PM -0700, Michael Paepcke wrote:
> 
> FreeBSD 3.0-current (elf) & i4b-00.63-alpha & Teles 16.3 :
> 
>  1) Install Scripts runs w/out any problem !
>  2) Kernel (after patch) reg. Card !
>  3) but ... 
> 
>  cd /usr/src/i4b
>  make depend
>  [..]
>  isdnd
>  lex -t rc_scan y.tab.h > rc_scan.c
>  lex: canīt open y.tab.h
>  ERROR 
> 
>  cd isdnd 
>  ... there is no y.tab.h File !
> 

Under 2.2.7:

cd /usr/src/i4b
make clean
make depend
...
   
===> isdnd
yacc -d rc_parse.y
mv y.tab.c rc_parse.c
rm -f .depend
mkdep -f .depend -a  -I../isdnmonitor -DDEBUG -DUSE_RTPRIO -DUSE_CURSES -DI4B_EXTERNAL_MONITOR  main.c rc_config.c log.c curses.c process.c rates.c msghdl.c fsm.c support.c timer.c exec.c dial.c monitor.c pcause.c
===> alawulaw
===> man


> 
>  ftp ftp.consol.de
>  get i4b-00.63-alpha 
>  look into the tarball ... no isdnd/y.tab.h
> 
>  Whats wrong ?
>  H*E*L*P !
> 
>  1 Month ago ... with FreeBSD 2.2.6 and same I4B 
>  everything works fine.

I assume something with the make rules has changed in 3.0 so that the
Makefile has to be adapted.

Maybe you add .SUFFIXES or add a dependency rule for y.tab.[ch].


> 
>   
> 
> ---
> Michael Pascal Paepcke (paepcke@mail.org)
> Tel   [+49] (040) 431 88 656
> Fax   [+49] (040) 431 88 657
> VB    [+49] (040) 431 88 658
> Mobil [+49] (0177) 24 98 990
> 
> PGP, Semtex, IRA, RAF, Waffenlieferung , ECHOLON, NSA, CIA, BSI, MAD
> 
> 
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-isdn" in the body of the message

-- 
--Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isdn" in the body of the message



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