I am tring to build jogl under eclipse. I got the antlr elipse plugin and mingw. This is what I get.
java.generate.gl:
[echo] Generating GL interface and implementation
[gluegen] java.io.FileNotFoundException: ..\make\stub_includes\common\gl.c (The system cannot find the path specified)
[gluegen] at java.io.FileInputStream.open(Native Method)
[gluegen] at java.io.FileInputStream.<init>(FileInputStream.java:106)
[gluegen] at java.io.FileInputStream.<init>(FileInputStream.java:66)
[gluegen] at java.io.FileReader.<init>(FileReader.java:41)
[gluegen] at com.sun.gluegen.GlueGen.run(GlueGen.java:102)
[gluegen] at com.sun.gluegen.GlueGen.main(GlueGen.java:297)
[gluegen] Exception occurred while generating glue code. Exiting.
BUILD FAILED
D:\Documents and Settings\Patrick\workspace\jogl\make\build.xml:1333: The following error occurred while executing this line:
D:\Documents and Settings\Patrick\workspace\jogl\make\build.xml:542: The following error occurred while executing this line:
D:\Documents and Settings\Patrick\workspace\jogl\make\build.xml:510: GlueGen returned: 1
Please help thanks