yacc does not generate y.tab.h, it has different name now.
Signed-off-by: Jan Safranek <[email protected]> --- src/lex.l | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/lex.l b/src/lex.l index 48a53b4..817b6b6 100644 --- a/src/lex.l +++ b/src/lex.l @@ -13,7 +13,7 @@ %{ #include <string.h> -#include "y.tab.h" +#include "parse.h" int line_no = 1; %} ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
