Hello…
I’m a beginner in JOGL and Ant. Currently I’m trying to build the JOGL which I have checked out from the CVS using Ant.
I have followed the step-by-step “How to build the JOGL OpenGL binding for Java” (at least that’s what I thought :P), but I still get Build Failed.
It displays the following error (under c.build):
fatal error C1083: Cannot open include file: ‘jni.h’: no such file or directory
Can somebody tell me how can I fix it?
Thanks in advance
-EDIT-
I tried commenting the java.home.dir setting in the jogl properties, and now it doesn’t have the above problem anymore. But now it has errors in the InternalBufferUtils like:
error C2065: ‘intptr_t’ : undeclared identifier
error C2146: syntax error :'missing ‘)’ before identifier ‘address’
:-[