From: Wolfram Brenig Newsgroups: comp.os.msdos.djgpp Subject: Bison & making f2c with v2.01 ?? Date: Wed, 3 Dec 1997 15:01:26 +0100 Organization: Regional Computing Center, University of Cologne Lines: 29 Message-ID: NNTP-Posting-Host: sun45.thp.uni-koeln.de Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi, I have a total (bison-)ignorants problem compiling f2c under v2.01: In line 38 of the makefile which comes with the f2c95201 version in directory CONTRIB/F2C95201/SRC/SRC/MAKEFILE (distrib. with v1.xx and I'm not aware of more recent ones) invokes bison with $(YACC) $(YFLAGS) gram in v1.xx or v2.00 this line produced 4 harmless (?) shift/reduce conflict *warnings*, however, with a nicely working f2c.exe in your bin-directory at the end of the day. Unfortunately, using v2.01 (instead of v1.xx or v2.00) bison jumps at me in this very line, now claiming the former warnings are suddenly 'type clash *errors*' and stops the make. (I have tried this '%expect N' declaration with no effect.) Any help on this is most appreciated. Is there any more recent src and makefile distribution which compiles f2c with v2.01? Wolfram