Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 1998 16:35:36 +0100 (BST)
From:      Andrew Gordon <arg@arg1.demon.co.uk>
To:        freebsd-isdn@FreeBSD.ORG
Cc:        hm@kts.org
Subject:   i4b/YACC breakage in -STABLE?
Message-ID:  <Pine.BSF.3.96.980926162858.9148A-100000@server.arg.sj.co.uk>

next in thread | raw e-mail | index | archive | help
After doing a 'make world' with recent -STABLE sources, I find that
i4b/isdnd no longer builds - "lex: can't open y.tab.h".

It appears that yacc is now creating rc_parse.h instead of y.tab.h; a
workaround to get isdnd to build is to attempt the make, when it fails
"mv rc_parse.h y.tab.h" and make again.

Looking at the CVS logs, yacc itself doesn't seem to have changed, but
there have been some relevant looking changes to /usr/share/mk/bsd.dep.mk.

I tried a few quick hacks to the isdnd makefile, but I couldn't get it to
work properly (not surprising given that I don't really understand what is
going on here).


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?Pine.BSF.3.96.980926162858.9148A-100000>