Hi All,<br><br>i have a question concerning vtk compiled with osmesa. Currently my compilation is vtk-5.6.0 version with java 1.6.0_20 and Mesa-7.8.2.<br>Everytinh went smoothly during the compilation. But when i try to launch simple Cone5 java example, i am getting error:<br>
<br>java: main/renderbuffer.c:1924: _mesa_add_renderbuffer: Assertion `bufferName == BUFFER_DEPTH || bufferName == BUFFER_STENCIL || fb-&gt;Attachment[bufferName].Renderbuffer == ((void *)0)&#39; failed.<br>Aborted<br><br>
I also tried older version of mesa 7.8.1, but then i am getting error:<br><br>Exception in thread &quot;main&quot; java.lang.UnsatisfiedLinkError: /export/software/VTK_TEMP/lib/vtk-5.6/libvtkRenderingJava.so.5.6.0: /export/software/Mesa-7.8.1/lib/libOSMesa.so.7: undefined symbol: _tnl_run_pipeline<br>
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)<br>    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1803)<br>    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1728)<br>    at java.lang.Runtime.loadLibrary0(Runtime.java:823)<br>
    at java.lang.System.loadLibrary(System.java:1028)<br>    at Cone5.&lt;clinit&gt;(Cone5.java:22)<br>Could not find the main class: Cone5.  Program will exit.<br><br>Does anybody is familiar with this situation?<br>Thanks for any responce.<br>
<br>Regards,<br>Tomas<br><br>