gij: unrecognized option -- `-o'

2010-05-19 Thread KessiMC
s asm /bin/mkdir -p ../tools/generated/gnu/classpath/tools/gjdoc/expr gij -classpath antlr.Tool -o ../tools/generated/gnu/classpath/tools/gjdoc/expr/ \ ../../classpath-0.98/tools/gnu/classpath/tools/gjdoc/expr/java-expression.g gij: unrecognized option -- `-o' Unfortunately, I agre

Re: gij: unrecognized option -- `-o'

2010-05-19 Thread Stuart Ballard
I'm FAR from an expert on any of this but looking at the line at issue: > gij -classpath  antlr.Tool -o > ../tools/generated/gnu/classpath/tools/gjdoc/expr/ \ > ../../classpath-0.98/tools/gnu/classpath/tools/gjdoc/expr/java-expression.g > gij: unrecognized option -- `-o' I

Re: gij: unrecognized option -- `-o'

2010-12-14 Thread Rafal Rusin
n Stuart Ballard wrote: > > I'm FAR from an expert on any of this but looking at the line at issue: > >> gij -classpath  antlr.Tool -o >> ../tools/generated/gnu/classpath/tools/gjdoc/expr/ \ >> ../../classpath-0.98/tools/gnu/classpath/tools/gjdoc/expr/java-expre

Re: gij: unrecognized option -- `-o'

2010-12-16 Thread Andrew Haley
/classpath-build/tools' /bin/mkdir -p classes asm /bin/mkdir -p ../tools/generated/gnu/classpath/tools/gjdoc/expr gij -classpath antlr.Tool -o ../tools/generated/gnu/classpath/tools/gjdoc/expr/ \ ../../classpath-0.98/tools/gnu/classpath/tools/gjdoc/expr/java-expression.g gij: unrecognized option -

Re: gij: unrecognized option -- `-o'

2010-12-16 Thread Pekka Enberg
gt; gij -classpath  antlr.Tool -o >> ../tools/generated/gnu/classpath/tools/gjdoc/expr/ \ >> >> >> ../../classpath-0.98/tools/gnu/classpath/tools/gjdoc/expr/java-expression.g >> gij: unrecognized option -- `-o' > > -classpath needs an argument.  It should be the path to the ANTLR jarfile. IIRC, I fixed this locally by installing native antlr package.