Re: Problem Building JOGL Natives On Linux
Posted by rhatcher on Aug 12, 2012; 2:26am
URL: https://forum.jogamp.org/Problem-Building-JOGL-Natives-On-Linux-tp4025777p4025787.html
Sure enough, that was the problem. If I move our older $ANT_HOME/lib/ant-contrib.jar file out of ant's lib directory - or replace it with ant-contrib-1.0b3.jar - then the natives jar files are produced correctly.
That's probably a good Safety Tip for the "How To Build" wiki page. If you have an existing ant-contrib jar file in $ANT_HOME/lib that doesn't jive with the one the JOGL build wants to use then you'll need to move it out of the way.
A wiki being what it is I suppose I could just go change it, but I thought I should check first to see if you guys want that kind of note included there.