Re: Cannot build jogl-2.1.1
Posted by
Wade Walker on
Aug 29, 2014; 1:25pm
URL: https://forum.jogamp.org/Cannot-build-jogl-2-1-1-tp4030392p4032965.html
It's pretty easy to check your JDK and gcc versions:
java -version
gcc -v
Java should report "64-Bit Server", and gcc should report "Target: x86_64" (assuming you're on a 64-bit OS).
You're also building strangely with "ant -f". You're supposed to cd into gluegen/make and do "ant clean", then "ant". Then cd to jogl/make and do the same thing. You have to build exactly as the instructions say or it may not work correctly :)