problem compiling JOGL

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

It looks to me like you either invoked the wrong build target or somehow the autogenerated glue code didn’t get produced. I don’t know how that could have happened.

Fixed now. Some of the autogenerated files were not being created for some reason. Also had a problem with linking under VC .Net, but it works under VC6.

James