[antlr-interest] Could I buy a vowel please?

Brian Lavender brian at brie.com
Thu Oct 13 11:24:39 PDT 2011


It looks like I am one step closer with building the C runtime. I was able to generate a 
configure shell script, add missing files and run configure. The fails at the following 
output. I am running on 64 bit.

Any tips on this? 

 autoreconf
 automake --add-missing
 ./configure --enable-64bit
 make


mv -f .deps/antlr3rewritestreams.Tpo .deps/antlr3rewritestreams.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -Iinclude    -m64  -O2  -Wall -MT antlr3string.lo -MD -MP -MF .deps/antlr3string.Tpo -c -o antlr3string.lo `test -f 'src/antlr3string.c' || echo './'`src/antlr3string.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Iinclude -m64 -O2 -Wall -MT antlr3string.lo -MD -MP -MF .deps/antlr3string.Tpo -c src/antlr3string.c  -fPIC -DPIC -o .libs/antlr3string.o
src/antlr3string.c:329:1: warning: ‘stringInitUTF8’ defined but not used
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Iinclude -m64 -O2 -Wall -MT antlr3string.lo -MD -MP -MF .deps/antlr3string.Tpo -c src/antlr3string.c -o antlr3string.o >/dev/null 2>&1
mv -f .deps/antlr3string.Tpo .deps/antlr3string.Plo
make[1]: *** No rule to make target `src/antlr3stringstream.c', needed by `antlr3stringstream.lo'.  Stop.
make[1]: Leaving directory `/home/brian/pkg/antlr-3.3/runtime/C'
make: *** [all] Error 2


-- 
Brian Lavender
http://www.brie.com/brian/

"There are two ways of constructing a software design. One way is to
make it so simple that there are obviously no deficiencies. And the other
way is to make it so complicated that there are no obvious deficiencies."

Professor C. A. R. Hoare
The 1980 Turing award lecture


More information about the antlr-interest mailing list