Re: Bison and flex target

2009-04-08 Thread Ralf Wildenhues
Hello Philip, please don't top-post, thank you. Also, what do you think about moving to the automake list, where this topic fits better? Followup set. * Philip Herron wrote on Wed, Apr 08, 2009 at 03:20:00PM CEST: > > Ralf Wildenhues wrote: > >> * Philip Herron wrote on Fri, Apr 03, 2009 at 02:

Re: Bison and flex target

2009-04-08 Thread Philip Herron
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey This works for me. But i have a problem it works only if i use 1 yacc/lex. But when i move to add in multiple lexer's etc not too sure how to make this work.. I see stuff on the gdb hack to redefine all the variables but not too sure how this is

Re: Bison and flex target

2009-04-03 Thread Philip Herron
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ralf Wildenhues wrote: > Hello Philip, > > * Philip Herron wrote on Fri, Apr 03, 2009 at 02:51:50PM CEST: >> I am not sure if this is autoconf or automake. > > If you use Automake, then this is an Automake question. :-) > >> I see there is AC_PROG_

Re: Bison and flex target

2009-04-03 Thread Ralf Wildenhues
Hello Philip, * Philip Herron wrote on Fri, Apr 03, 2009 at 02:51:50PM CEST: > I am not sure if this is autoconf or automake. If you use Automake, then this is an Automake question. :-) > I see there is AC_PROG_YACC and AC_PROG_LEX to get the apropriate > programs for the configure.ac. But how

Bison and flex target

2009-04-03 Thread Philip Herron
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey I am not sure if this is autoconf or automake. But i have a project and i have bison/yacc and lex/flex targets to compile. I see there is AC_PROG_YACC and AC_PROG_LEX to get the apropriate programs for the configure.ac. But how do you go about a