Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 1998 23:56:54 +0200 (CEST)
From:      Boris Staeblow <balu@dva.in-berlin.de>
To:        freebsd-isdn@FreeBSD.ORG
Cc:        paepcke@hotmail.com
Subject:   FreeBSD 3.0 current & i4b-00.63-alpha
Message-ID:  <199810192156.XAA27653@dva.in-berlin.de>

next in thread | raw e-mail | index | archive | help
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 

Here is a short fix for your problem with -current:
(from a 0.62-source, should work with 0.63?)

*** isdnd/Makefile.orig	Tue May 19 17:08:54 1998
--- isdnd/Makefile	Sun Oct 11 19:26:23 1998
***************
*** 11,22 ****
  		process.c rates.c msghdl.c fsm.c support.c timer.c	\
  		exec.c dial.c monitor.c
  
! .if (${BSDTYPE} == "FreeBSD" && ${RELEASE} == "3.0-CURRENT")
  SRCS	+= y.tab.h
  .endif
  
  .if (${BSDTYPE} == "NetBSD" || ${BSDTYPE} == "OpenBSD" || \
!         ${BSDTYPE} == "FreeBSD" && ${RELEASE} != "3.0-CURRENT")
  CLEANFILES+= 	rc_scan.c rc_parse.c y.tab.h y.output hdr.out isdnd.core
  .endif
  
--- 11,22 ----
  		process.c rates.c msghdl.c fsm.c support.c timer.c	\
  		exec.c dial.c monitor.c
  
! .if (${BSDTYPE} == "FreeBSD" && ${RELEASE} == "3.0-BETA")
  SRCS	+= y.tab.h
  .endif
  
  .if (${BSDTYPE} == "NetBSD" || ${BSDTYPE} == "OpenBSD" || \
!         ${BSDTYPE} == "FreeBSD" && ${RELEASE} != "3.0-BETA")
  CLEANFILES+= 	rc_scan.c rc_parse.c y.tab.h y.output hdr.out isdnd.core
  .endif
  
***************
*** 41,47 ****
  .endif
  
  .if (${BSDTYPE} == "NetBSD" || ${BSDTYPE} == "OpenBSD" || \
!         ${BSDTYPE} == "FreeBSD" && ${RELEASE} != "3.0-CURRENT")
  rc_scan.c:	rc_scan.l y.tab.h
  y.tab.h:	rc_parse.c
  rc_parse.c:	rc_parse.y
--- 41,47 ----
  .endif
  
  .if (${BSDTYPE} == "NetBSD" || ${BSDTYPE} == "OpenBSD" || \
!         ${BSDTYPE} == "FreeBSD" && ${RELEASE} != "3.0-BETA")
  rc_scan.c:	rc_scan.l y.tab.h
  y.tab.h:	rc_parse.c
  rc_parse.c:	rc_parse.y
*** man/Makefile.orig	Sat Mar 28 17:02:14 1998
--- man/Makefile	Sun Oct 11 19:25:33 1998
***************
*** 10,16 ****
  .endif 
  
  .if (${BSDTYPE} == "NetBSD" || \
! 	${BSDTYPE} == "FreeBSD" && ${RELEASE} != "3.0-CURRENT")
  MAN4 += sppp.4 
  .endif 
  
--- 10,16 ----
  .endif 
  
  .if (${BSDTYPE} == "NetBSD" || \
! 	${BSDTYPE} == "FreeBSD" && ${RELEASE} != "3.0-BETA")
  MAN4 += sppp.4 
  .endif 
  





-- 
balu@dva.in-berlin.de
   Boris Staeblow

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?199810192156.XAA27653>