ylwrap Problem with c++ parsers

2008-01-09 Thread RĂ¼diger Ranft
Hi *, recently I got a problem with the ylwrap script because it removes support files of bison when bison is used to generate a c++ parser. In c++ Mode bison generates a location.hh, position.hh and stack.hh file, which are wiped out by the original script. I noticed the comment about a special c

Re: ylwrap problem

2001-09-11 Thread Alexander Mai
On Tue, Sep 11, 2001 at 05:40:54AM +0200, Ralf Corsepius wrote: > On Mon, 2001-09-10 at 23:31, Alexander Mai wrote: > > Hello, > > > > I built a package using autoconf 2.13 and automake 1.5. > > > > AC_PROG_YACC > > AM_PROG_LEX > > are part of configure.in and we have .l and .y sources as well.

Re: ylwrap problem

2001-09-10 Thread Ralf Corsepius
On Mon, 2001-09-10 at 23:31, Alexander Mai wrote: > Hello, > > I built a package using autoconf 2.13 and automake 1.5. > > AC_PROG_YACC > AM_PROG_LEX > are part of configure.in and we have .l and .y sources as well. > > Now a user from a HPUX 11.0 system ends up with this > line being executed:

ylwrap problem

2001-09-10 Thread Alexander Mai
Hello, I built a package using autoconf 2.13 and automake 1.5. AC_PROG_YACC AM_PROG_LEX are part of configure.in and we have .l and .y sources as well. Now a user from a HPUX 11.0 system ends up with this line being executed: /bin/sh ../../../ylwrap mwmlex.l lex.yy.c mwmlex.c -- flex