tiemann@arkesden.eng.sun.com (Michael Tiemann) (10/19/90)
Date: 18 Oct 90 15:33:07 GMT From: bob@mstar.morningstar.com (Bob Sutterfield) Organization: Morning Star Technologies Sender: help-g++-request@prep.ai.mit.edu 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). Michael
bob@morningstar.com (10/20/90)
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