Xref: utzoo gnu.g++.help:30 comp.lang.c++:10036 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!morningstar.com!bob From: bob@morningstar.com Newsgroups: gnu.g++.help,comp.lang.c++ Subject: where is cplus-tab.h? Message-ID: <9010191816.AA03290@volitans.MorningStar.Com> Date: 19 Oct 90 18:16:55 GMT References: <9010182154.AA15590@arkesden.Eng.Sun.COM> Sender: daemon@tut.cis.ohio-state.edu Reply-To: bob@morningstar.com (Bob Sutterfield) Followup-To: gnu.g++.help Distribution: gnu Organization: GNUs Not Usenet Lines: 31 Date: Thu, 18 Oct 90 14:54:48 PDT From: tiemann@arkesden.Eng.Sun.COM (Michael Tiemann) Date: 18 Oct 90 15:33:07 GMT From: bob@mstar.morningstar.com (Bob Sutterfield) While building G++ "1.37.2 alpha 2 (based on GCC 1.37)" with GCC 1.37.1, cplus-lex.c wants cplus-tab.h, which is nowhere to be found. Any pointers? Make it with bison (using the -d option). You and Angel Li were right, of course. Perhaps it should be part of the normal build process? *** /usr/local/src/gnu/g++/Makefile~ Thu Oct 18 11:28:59 1990 --- /usr/local/src/gnu/g++/Makefile Fri Oct 19 14:09:09 1990 *************** *** 365,369 **** @echo expect 24 shift/reduce conflicts and 12 reduce/reduce conflicts cd $(srcdir) ; \ ! $(BISON) $(BISONFLAGS) -o cplus-tab.c cplus-parse.y cplus-lex.o : cplus-lex.c $(CONFIG_H) $(CPLUS_TREE_H) $(srcdir)/cplus-tab.h input.h --- 365,369 ---- @echo expect 24 shift/reduce conflicts and 12 reduce/reduce conflicts cd $(srcdir) ; \ ! $(BISON) $(BISONFLAGS) -d -o cplus-tab.c cplus-parse.y cplus-lex.o : cplus-lex.c $(CONFIG_H) $(CPLUS_TREE_H) $(srcdir)/cplus-tab.h input.h