Re: Compilation error in ancient YACC code

2019-04-17 Thread Akim Demaille
Hi all, > Le 15 avr. 2019 à 23:36, Hans Åberg a écrit : > > >> On 15 Apr 2019, at 22:37, Chris Bragg wrote: >> >> The YACC compiler generates only two errors. I suspect that the problem is a >> minor one and that a small fix to the syntax will fix the problem. I am not >> a YACC programmer -

Re: Compilation error in ancient YACC code

2019-04-16 Thread Hans Åberg
[Please keep the cc to the list so that others can follow the issue.] > On 16 Apr 2019, at 01:23, Chris Bragg wrote: > > Hans, > Thanks for the suggestion. It worked and I now have a YACC output file. > Very grateful for your response. Good. ___ he

Re: Compilation error in ancient YACC code

2019-04-15 Thread Hans Åberg
> On 15 Apr 2019, at 22:37, Chris Bragg wrote: > > The YACC compiler generates only two errors. I suspect that the problem is a > minor one and that a small fix to the syntax will fix the problem. I am not > a YACC programmer - it is a complete mystery to me - and I was hoping a > posting of the

Compilation error in ancient YACC code

2019-04-15 Thread Chris Bragg
Dear All, I need to recompile a very old C program system that uses YACC to generate one of its C source files. The YACC component has been successfully compiled under various operating systems since the mid 1980s. The last successful compile was under OpenSUSE about 2015. At that time I ins