On 26 May 2007, at 20:19, Joel E. Denny wrote:
The Bison from CVS (Mac OS X, version 10.4.9) produces the script /
usr/local/bin/yacc:
#! /bin/sh
exec '/usr/local/bin/bison' -y ""
Thanks. I committed the following to fix that.
I rebuilt it from the CVS, and now it is correct. Thanks.
Perha
On Wed, 23 May 2007, Hans Aberg wrote:
> The Bison from CVS (Mac OS X, version 10.4.9) produces the script /
> usr/local/bin/yacc:
> #! /bin/sh
> exec '/usr/local/bin/bison' -y ""
Thanks. I committed the following to fix that.
Index: ChangeLog
===
The Bison from CVS (Mac OS X, version 10.4.9) produces the script /
usr/local/bin/yacc:
#! /bin/sh
exec '/usr/local/bin/bison' -y ""
Then 'yacc --version' produces:
/usr/local/bin/bison: cannot open file `': No such file or directory
And the same on other 'yacc' compiles.
What should it be?