<div dir="ltr"><div>I build scilab from the scilab branch master under lubuntu. <br></div><div>This went well except for the JOGL2 library.</div><div><br></div><div>I noticed that almost all modern distros come with its own version of this library.</div><div>The library is currently redistributed. However, there is a library problem in which</div><div>a dynamic library doesn't return the correct string. If I remember correctly this is the latest MesagGL library. The redistributed version is no longer compatible with the latest mesa library. <br></div><div><br></div><div>This is a well known problem and all distributions package scilab using the</div><div>new version.</div><div>They are aware that search path for the library in Java is modfied from <br></div><div>javax.opengl to com.jogamp.</div><div></div><div>Every distribution uses a patch which patches a set of java files and adapts the <a href="http://configure.ac">configure.ac</a></div><div><br></div><div>I am very curious if there is an incentive to integrate this modification into the current <br></div><div>master branch and link to a new version of JOGL2. This will make it much easier to</div><div>compile scilab from scratch.</div><div><br></div><div>I do this because I am interested on working on XCOS.. This is a very cool tool</div><div>which still needs a lot of work. <br></div><div><br></div><div>Sincerely</div><div>Johan Wesselink<br></div></div>