Hi,
I’m having a problem compiling JOGL. I’ve followed the instructions and it seems to be working fine up until it actually tries to compile the java code - then it bails out after 100 errors like:
[quote][javac] F:\JOGL\jogl\src\net\java\games\jogl\GLDrawable.java:104: cannot resolve symbol
[javac] symbol : class GLU
[javac] location: interface net.java.games.jogl.GLDrawable
[javac] public GLU getGLU();
[/quote]
All the errors appear to be about undefined symbols (GLU/GLUImpl/JAWT). Does anyone know what this could be?
James