[antlr-interest] C Target bug fixes

Gary R. Van Sickle g.r.vansickle at att.net
Sun Jan 25 19:58:27 PST 2009


I'm still having no luck with dynamic scopes in the examples-v3 C.g:

$ make
java -jar antlr-3.1.2-SNAPSHOT-jar-with-dependencies.jar C.g
ANTLR Parser Generator  Version 3.1.2-2008-10-21
gcc -I. -L/usr/local/lib CLexer.c CParser.c main.c -lantlr3c
/cygdrive/c/DOCUME~1/GaryV/LOCALS~1/Temp/cch3C2Ye.o:CParser.c:(.text+0xbc2c)
: undefined reference to `_ptranslation_unit_SymbolsPop'
/cygdrive/c/DOCUME~1/GaryV/LOCALS~1/Temp/cch3C2Ye.o:CParser.c:(.text+0xc6a2)
: undefined reference to `_pfunction_definition_SymbolsPop'
/cygdrive/c/DOCUME~1/GaryV/LOCALS~1/Temp/cch3C2Ye.o:CParser.c:(.text+0xd189)
: undefined reference to `_pdeclaration_declarationPop'
/cygdrive/c/DOCUME~1/GaryV/LOCALS~1/Temp/cch3C2Ye.o:CParser.c:(.text+0x107df
): undefined reference to `_pstruct_or_union_specifier_SymbolsPop'
/cygdrive/c/DOCUME~1/GaryV/LOCALS~1/Temp/cch3C2Ye.o:CParser.c:(.text+0x27d97
): undefined reference to `_pcompound_statement_SymbolsPop'
collect2: ld returned 1 exit status
make: *** [all] Error 1

-- 
Gary R. Van Sickle
 



More information about the antlr-interest mailing list