Re: Mesa 17.2.0 renderer driver name change error, causes GLProfile not mapped initialization error
Posted by ccaudle on Feb 10, 2018; 11:32pm
URL: https://forum.jogamp.org/Mesa-17-2-0-renderer-driver-name-change-error-causes-GLProfile-not-mapped-initialization-error-tp4038176p4038631.html
in test.sh the CLASSPATH env is set to:
CLASSPATH=jar/gluegen-rt.jar:jar/jogl-all.jar
jogl-all.jar exists, but not gluegen-rt.jar:
$ ls jar
atomic
jogl-all-android-natives-linux-amd64.jar
jogl-all.jar
jogl-all-mobile.jar
jogl-all-mobile-natives-linux-amd64.jar
jogl-all-natives-linux-amd64.jar
jogl-all-noawt.jar
jogl-all-noawt-natives-linux-amd64.jar
In the fedora package the gluegen files are all in a different directory, it that causing the test script to break in some way? test_dbg.sh fails in the same way, so I have to get past this problem before I can send the requested debug information.