jasonmc / forked-daapd

A re-write of the firefly media server (mt-daapd). It's released under GPLv2+. Please note that this git repository is a mirror of the official one at git://git.debian.org/~jblache/forked-daapd.git
http://blog.technologeek.org/2009/06/12/217
GNU General Public License v2.0
328 stars 45 forks source link

anltr3 RSP.g error #3

Open sboschi opened 14 years ago

sboschi commented 14 years ago

Hi,

any idea how I can investigate this error ?

stefano@desktop:~/src/forked-daapd> antlr3 src/RSP.g ANTLR Parser Generator Version 2.7.7 (20060906) 1989-2005 src/RSP.g:19:1: unexpected token: grammar error: Token stream error reading grammar(s): src/RSP.g:89:19: expecting ''', found 'n' src/RSP.g:19:1: rule grammar trapped: src/RSP.g:19:1: unexpected token: grammar TokenStreamException: unexpected char: '-'

Thanks,

sboschi

sboschi commented 14 years ago

I ran java -cp /usr/share/java/antlr-3.2.jar org.antlr.Tool src/*.g and then make didnt give any ANTLR problem.

My /usr/bin/antlr3 includes:

BASE_JARS="antlr-3.2.jar stringtemplate.jar"

(I have removed antlr.jar)