I'm totally new to JOGL so it's possible this is a newbie mistake.
I downloaded the latest build (2.1.0b23 for OS X), uncompressed it, cd'd to the root of the unzipped packege and ran etc/test.sh
The result was:
Invalid memory access of location 0x25 rip=0x7fff8000933c
shortly after a small, grey window popped up.
Theorising that this might be due to some 32 vs 64 bit issue in the native libraries, I modified test.sh to include the -d32 java command line option. The result was not materially different:
Invalid memory access of location 0x28 eip=0x92510ed7
Is this some newbie mistake, or a problem with the build? I've uploaded my test.log just in case it proves useful.
test.logMany thanks in advance for any advice or info
Jon