Bruce Momjian wrote:
> I am seeing the following plpgsql compile failure in CVS:
>
> #$ gmake
> bison -y -d gram.y
> NONE:0: /usr/contrib/bin/gm4: ERROR: EOF in string
> sed -e 's/yy/plpgsql_yy/g' -e 's/YY/PLPGSQL_YY/g' < y.tab.c >
> ./pl_gram.c
> /bin/sh: cannot open y.tab.c: no such file
> gmake: *** [pl.tab.h] Error 2
>
> I believe it is related to this commit:
>
I'm seeing the same thing, and I also have bison 1.75. I confirmed that
by reverting the commit, the problem goes away. Possibly bison version
related?
Joe