Had another look at this and got a bit further… I had some old stuff from the main branches that was causing some of the earlier problems. Building JOGL now generates about 26 .jar files and seems to complete without any errors.
However building the jogl-demos with the default ant script fails. I can fix some of the errors, such as changing the target source from 1.4 to 1.5. But it also seems like a lot of jars are missing. When I add some of the missing jars to the build file, eg trove and jogl I think, then the build gets further but starts to fail with different method signitures for various calls. So either I’ve missed a step, or possibly the demos are just out of synch with jogl? My tests were based on refreshes from the jogl 2 branch as of yesterday.
I did get a few of the demos compile error free, and running RedSquare for example generates:
javax.media.opengl.GLException: Profiles [GLES2, GLES1, GL2ES12, GL2] not available
Which I’m guessing is because I don’t have any native library referenced yet. But I’m not sure what I need to include here?
I know it’s all WIP, but I’m interested to get a bit further if anyone can help?