[scilab-Users] scilab 5.1.1 compilation under Solaris 10

Sylvestre Ledru sylvestre.ledru at scilab.org
Thu Aug 27 12:33:28 CEST 2009


> > > Exception in thread "main" java.lang.UnsatisfiedLinkError: 
> > no jogl in 
> > > java.library.path
> > Try to update etc/librarypath.xml and add the path to the 
> > libjogl.{so,dynlib,dll} etc.
> > 
> > Sylvestre
> > 
> 
> Well, I thought it already was, because I put the libjogl.so in bin and there is 
> <path value="$SCILAB/bin"/> in librarypath.xml
> But then I realised $SCILAB points to share/scilab, not the base dir of the scilab installation. So, I put the libraries in lib and add that to librarypath.xml :
> 
> <path value="$SCILAB/../../lib"/>
> 
> Now the libraries are found. But when it tries to draw, it just freeze. Nothing happens and the GUI is completely unresponsive.
> Should I try to compile it with libmesa? Would it help? Any other idea?
Yep, mesa can be pretty helpful (or update the driver of your video
card). You can also have a look to the function usecanvas.

Sylvestre





More information about the users mailing list