josephus <[EMAIL PROTECTED]> writes: > Algol.h is made with bison -v -d algol.y
No, that command creates "algol.tab.h", not "algol.h". Nor does it help if I manually rename the former to the latter; your stuff still doesn't compile for me. > But I start with just what you have. I make the include file and make > any changes I need. Can you please send a complete, self-contained test case, that contains all the files that one would need to recreate the problem, along with detailed instructions about how to reproduce it? I still don't know what your problem is, and so I can't reproduce it. > I have a small problem with Bison.20.a It wants > sugarm4/sugarM4.m4 and it does not exist on my system. This suggests that you have an installation problem on your host. "make install" should have put m4sugar into a file with a name like /usr/local/share/bison/m4sugar/m4sugar.m4, and Bison should be able to use that file when it runs.
