[antlr-interest] Infinite lexer exception allocation loop inCtarget C parser, antlr3.0

Hardy, Stephen Stephen_Hardy at rabbit.com
Thu Jul 5 10:45:44 PDT 2007


Wincent,

thanks for that.  I didn't realize there was a nested .tgz file.  Maybe
that needs to be mentioned in the top level README.

Maybe 'tar' needs a --recursive option :-)

Regards,
SJH

> -----Original Message-----
> From: Wincent Colaiuta [mailto:win at wincent.com] 
> >
> > Hmmmm - must have missed something.  I got the source tar file,  
> > unpacked
> > it, but nary a configure script to be found.  Maybe I got the wrong
> > tarfile; I'll try again next time.
> 
> 
> The other thing it might be is that you have to look in the */dist/*  
> subdirectory and build the runtime from there; something like the  
> following (actual version numbers may vary):
> 
> tar xvzf antlr-3.0.tar.gz
> cd antlr-3.0/runtime/C/dist
> tar xzvf libantlr3c-3.0.0-rc8.tar.gz
> cd libantlr3c-3.0.0-rc8
> ./configure
> make
> sudo make install
> 
> Cheers,
> Wincent
> 
> 


More information about the antlr-interest mailing list