Re[2]: bison v2.2, CVS/HEAD: generated files

2006-01-15 Thread Oleg Smolsky
Hello Paul, Paul Eggert wrote on 14/01/2006 at 7:19 p.m.: > Are you sure you built freshly from CVS? I don't see the problem. > For me, SomeParser.cpp contains #include "SomeParser.hpp", as > expected. Oh, shite! You are right. Sorry for the false report. I must've built one binary and run another

Re: Re[2]: bison v2.2

2005-10-17 Thread Akim Demaille
What's about the compatibility with older versions? :) Please, see the NEWS and the calc++ example in the documentation.

Re[2]: bison v2.2

2005-10-16 Thread Oleg Smolsky
Hello Paul, Paul Eggert wrote on 16/10/2005 at 2:26 p.m.: >> ./configure: line 5285: syntax error near unexpected token `-Werror' >> ./configure: line 5285: ` BISON_WARNING(-Werror)' > m4/warning.m4 does a AC_DEFUN([BISON_WARNING],...).. It sounds like > this wasn't expanded. Perhaps you didn't s

Re[2]: bison v2.2

2005-10-14 Thread Oleg Smolsky
Hello Paul, Paul Eggert wrote on 15/10/2005 at 12:44 p.m.: >> Right, thanks. I executed apt-get install gettext automake1.8 and >> got further. > 1.8 is pretty old. How about using the latest version of automake > and getttext? Oh, right, just installed automake1.9, removed older versions and inst

Re[2]: bison v2.2

2005-10-14 Thread Oleg Smolsky
Hello Paul, Paul Eggert wrote on 15/10/2005 at 11:32 a.m.: >>> autoreconf-2.5x: failed to run autopoint: No such file or directory >> In fact, I get a similar message on linux. What is this autopoint >> thing? > It's part of gettext. On my machine: > $ autopoint --version > /home/eggert/opt/Linux

Re[2]: bison v2.2

2005-10-13 Thread Oleg Smolsky
Hello Akim, Akim Demaille wrote on 13/10/2005 at 10:23 p.m.: >> I think I have a couple of issues to report :) Given the following >> command: >> bison -d -S lalr1.cc -o generated/SomeParser.cpp SomeParser.y > This is fixed. Right, I'm trying to validate the fix on cygwin, but ./bootstrap command