JOGL-building-newbie question:
I’m building on Windows XP, VC 6.0.
The build fails early with the following error message:
generate.c.grammar.glib:
[antlr] ANTLR Parser Generator Version 2.7.2 1989-2003 jGuru.com
[antlr] error: cannot find/copy importVocab file C:\Development\tools\jogl\src\net\java\games\gluegen\cgram\STDCTokenTypes.txt
[antlr] panic: Cannot find importVocab file ‘STDCTokenTypes.txt’
Any pointers would be most appreciated.
(The only thing I’m doing different from the directions in the HowToBuild file is to use ANT 1.6 instead of 1.5.3)
Mark