Just got this to work! plot and plot3d now work! Basically the problem were the location of the .jnilib's.
I also recompiled scilab with java 6 (and had to modify certain config scripts and scilab startup script because things were getting mixed up with my java 7 instalation and JAVA_HOME was being ignored), not tested with java 7 yet. I used all .jnilibs and gluegen2-rt.jar jogl2.jar by copying them from today's nightly build dmg. I placed the .jnilibs at /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Libraries >From analyzing configure.ac it seems that .jnilib location test is disabled for OSX. We should add this. Next personal step for me in OSX is to test SIP. Best, -- Dr Ricardo Fabbri Professor of Computer Engineering GNU/Linux registered user #175401 www.lems.brown.edu/~rfabbri pt.wikipedia.org/wiki/IPRJ labmacambira.sf.net XVI Encontro de Modelagem Computacional - EMC 2013 http://nbcgib.uesc.br/emc2013 On Tue, Sep 3, 2013 at 6:25 PM, Sylvestre Ledru <[email protected]> wrote: > On 03/09/2013 23:23, Ricardo Fabbri wrote: >>> What do you mean by "didn't work" ? >> Same errors: plot() still causes the aforementioned runtime errors and >> gluegen2-rt.jar is not found even though it is in /usr/share/java and >> configure finds it. >> > Unfortunatelly, the configure is a different process from the runtime > detection ... > ie, even if Scilab founds it at compilation time, it can still fail at > runtime. > > Sylvestre > _______________________________________________ > dev mailing list > [email protected] > http://lists.scilab.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://lists.scilab.org/mailman/listinfo/dev
