From rei.listas at yahoo.com Sun Jun 9 17:51:18 2013 From: rei.listas at yahoo.com (Reinaldo) Date: Sun, 9 Jun 2013 08:51:18 -0700 (PDT) Subject: [Scilab-Dev] Scilab 5.4.1 for MAC OX 10.8.4 and XCode 4.6.2 In-Reply-To: <000001ce6516$03964a30$0ac2de90$@t-online.de> References: <000001ce6516$03964a30$0ac2de90$@t-online.de> Message-ID: <1370793078.50575.YahooMailNeo@web121603.mail.ne1.yahoo.com> Hi all Scilab users, I have a problem in Scilab 5.4.1 when I want to run "Scilab demonstration examples", in particular, Xcos -> Electrical System -> RCL circuit. Seems the problem refers to C++ compile. When I run this RCL circuit file, the error message shows: << Initiating ...: ? loading the environment ... ?--------------------------------------------\ ?Main Modelica : /private/var/folders/2f/h_gm23n545z04r1nxczf1jq80000gn/T/SCI_TMP_2452_qs2CE1/RLC_Modelica_im.mo ?Flat Modelica : /private/var/folders/2f/h_gm23n545z04r1nxczf1jq80000gn/T/SCI_TMP_2452_qs2CE1/RLC_Modelica_imf.mo ?Simulation C code :/private/var/folders/2f/h_gm23n545z04r1nxczf1jq80000gn/T/SCI_TMP_2452_qs2CE1/RLC_Modelica_im.c ? ?Generating a load file ? ?Generating a Makefile ? ?ilib_gen_Make: Configurar: Generating Makefile. Detection of C/C++/Fortran Compilers? checking for a BSD-compatible install... /usr/bin/install -c? checking whether build environment is sane... yes? checking for a thread-safe mkdir -p... ./install-sh -c -d? checking for gawk... no? checking for mawk... no? checking for nawk... no? checking for awk... awk? checking whether make sets $(MAKE)... no? checking whether to enable maintainer-specific portions of Makefiles... no? checking for gcc... no? checking for cc... no? checking for cl.exe... no? ? !sorry compiling problem ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?! ! ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ! !ilib_gen_Make: happened an error to detect the compilers. Define ilib_verbose(2) for more information. ?! c_pass1: build the modelica meta-block failed? ? ?xcos_simulate: error during the actualization of parameters block. ?? >> So, I do not know if the problem is my Xcode (this is the newest version) or this Scilab version under MAC OX 10.8.4. Before I had MAC OX 10.7.x and Xcode 4.6.1 and I installed MinGW and everything was alright. No problem.? I do not know if MAC OX 10.8.x?changed some operational files structure and this failed the C++ Scilab demonstration files to run.? It is interesting to know that I could not install MinGW in this Scilab version. I tried to install it, but it failed. Thank you in advance. All best, Reinaldo. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bruno.jofret at scilab-enterprises.com Mon Jun 10 12:03:07 2013 From: bruno.jofret at scilab-enterprises.com (Bruno JOFRET) Date: Mon, 10 Jun 2013 12:03:07 +0200 Subject: [Scilab-Dev] [Scilab-users] Scilab 5.4.1 for MAC OX 10.8.4 and XCode 4.6.2 In-Reply-To: <1370793078.50575.YahooMailNeo@web121603.mail.ne1.yahoo.com> References: <000001ce6516$03964a30$0ac2de90$@t-online.de> <1370793078.50575.YahooMailNeo@web121603.mail.ne1.yahoo.com> Message-ID: <51B5A45B.8040105@scilab-enterprises.com> Hi, It works fine on my MacBook Pro (same config as yours). It seems Scilab is unable to find gcc compiler. There is an additionnal "Component" to install in XCode > 4.6 to allow command line compilation. Open XCode then go to Preferences. Select "Downloads" then "Components", and install "Commande Line Tools" This may fix your troubble. Let me know if not. Regards, On 06/09/2013 05:51 PM, Reinaldo wrote: > > Hi all Scilab users, > > I have a problem in Scilab 5.4.1 when I want to run "Scilab > demonstration examples", in particular, > Xcos -> Electrical System -> RCL circuit. > > Seems the problem refers to C++ compile. > > When I run this RCL circuit file, the error message shows: > > << > Initiating ...: > loading the environment ... > --------------------------------------------\ > Main Modelica : > /private/var/folders/2f/h_gm23n545z04r1nxczf1jq80000gn/T/SCI_TMP_2452_qs2CE1/RLC_Modelica_im.mo > > Flat Modelica : > /private/var/folders/2f/h_gm23n545z04r1nxczf1jq80000gn/T/SCI_TMP_2452_qs2CE1/RLC_Modelica_imf.mo > Simulation C code > :/private/var/folders/2f/h_gm23n545z04r1nxczf1jq80000gn/T/SCI_TMP_2452_qs2CE1/RLC_Modelica_im.c > Generating a load file > Generating a Makefile > ilib_gen_Make: Configurar: Generating Makefile. > Detection of C/C++/Fortran Compilers > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... ./install-sh -c -d > checking for gawk... no > checking for mawk... no > checking for nawk... no > checking for awk... awk > checking whether make sets $(MAKE)... no > checking whether to enable maintainer-specific portions of > Makefiles... no > checking for gcc... no > checking for cc... no > checking for cl.exe... no > !sorry compiling problem ! > ! ! > !ilib_gen_Make: happened an error to detect the compilers. Define > ilib_verbose(2) for more information. ! > c_pass1: build the modelica meta-block failed > xcos_simulate: error during the actualization of parameters block. > > >> > > So, I do not know if the problem is my Xcode (this is the newest > version) or this Scilab version under MAC OX 10.8.4. > > Before I had MAC OX 10.7.x and Xcode 4.6.1 and I installed MinGW and > everything was alright. No problem. > > I do not know if MAC OX 10.8.x changed some operational files > structure and this failed the C++ Scilab demonstration files to run. > It is interesting to know that I could not install MinGW in this > Scilab version. I tried to install it, but it failed. > > Thank you in advance. > > All best, > Reinaldo. > > > > _______________________________________________ > users mailing list > users at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/users -- Bruno JOFRET Software Architect Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France Phone: +33.1.80.77.04.70 http://www.scilab-enterprises.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From rfabbri at gmail.com Tue Jun 11 13:11:36 2013 From: rfabbri at gmail.com (Ricardo Fabbri) Date: Tue, 11 Jun 2013 08:11:36 -0300 Subject: [Scilab-Dev] Scilab doesn't launch under OSX (was: OS X NIghtly build at users list) Message-ID: ( I'm taking this discussion to the dev list so we can proceed with more technical details, as suggested by Sylvestre. I will enventually take a deeper look at this issue, but for now it would be great to have a quick help so I can teach a scilab class later today ) Hello, I was able to build Scilab master branch successfully in Moutain Lion 10.8.3. However, it does not launch, just like the nightly builds. When I'm at the src/scilab/scilab directory and type "bin/scilab" I get the message on the console: rfabbri at Ricardos-MacBook-Pro:~/src/scilab/scilab$ ./bin/scilab /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home Error checking symlink for the target jvm. And Scilab just keeps bouncing. At least we now know this is not an issue with your packaging system, as it happens with a fresh compile as well. This is blocking me from using scilab in my OS X. 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 On Tue, May 21, 2013 at 2:04 PM, Ricardo Fabbri wrote: > Hi, > > still having issues here. Both Scilab 5.4.1 and nightly build 5-1.4.1.dmg > (master) fail to run on my computer with the latest Mountain Lion. > > 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 > > > On Thu, Apr 25, 2013 at 12:32 AM, Ricardo Fabbri wrote: > >> Same thing happens with the official 5.4.1 dmg >> >> Running OSX 10.8.3, jdk 6 >> >> 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 >> >> >> On Sun, Apr 14, 2013 at 4:42 AM, Sylvestre Ledru < >> sylvestre.ledru at scilab-enterprises.com> wrote: >> >>> On 14/04/2013 01:45, Michael Dunn wrote: >>> > I just DL'd the latest OS X nightly build, dated April 5: >>> > >>> > scilab-master-1365151558.app >>> > >>> > >>> > When I try to start it, the dock icon bounces once, then, nothing. I >>> > also tried running from the .dmg. Nothing. I was hoping it contained >>> the >>> > fix for my CSV read problem? >>> Yes, we started a new development cycle (Scilab 5.5), we took the >>> liberty to change some elements in the packaging of the application, >>> causing the compilation chain to fail. It is why the nightly builds have >>> not been published recently. >>> >>> They should be back soon (maybe next week). >>> >>> Sylvestre >>> >>> >>> _______________________________________________ >>> users mailing list >>> users at lists.scilab.org >>> http://lists.scilab.org/mailman/listinfo/users >>> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sylvestre.ledru at scilab-enterprises.com Tue Jun 11 13:19:25 2013 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Tue, 11 Jun 2013 13:19:25 +0200 Subject: [Scilab-Dev] Scilab doesn't launch under OSX (was: OS X NIghtly build at users list) In-Reply-To: References: Message-ID: <51B707BD.1000803@scilab-enterprises.com> On 11/06/2013 13:11, Ricardo Fabbri wrote: > ( I'm taking this discussion to the dev list so we can proceed with more > technical details, > as suggested by Sylvestre. I will enventually take a deeper look at this > issue, but for now it would be great to have a quick help so I can teach > a scilab class later today ) > > Hello, > > I was able to build Scilab master branch successfully in Moutain Lion > 10.8.3. However, it does not launch, just like the nightly builds. When > I'm at the src/scilab/scilab directory and type "bin/scilab" I get the > message on the console: > > rfabbri at Ricardos-MacBook-Pro:~/src/scilab/scilab$ ./bin/scilab > /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home > Error checking symlink for the target jvm. > What is the result of $ ls /Library/Java/JavaVirtualMachines/ and $ SCIVERBOSE=1 ../bin/scilab Sylvestre From rfabbri at gmail.com Tue Jun 11 17:43:03 2013 From: rfabbri at gmail.com (Ricardo Fabbri) Date: Tue, 11 Jun 2013 12:43:03 -0300 Subject: [Scilab-Dev] Scilab doesn't launch under OSX (was: OS X NIghtly build at users list) In-Reply-To: <51B707BD.1000803@scilab-enterprises.com> References: <51B707BD.1000803@scilab-enterprises.com> Message-ID: > > What is the result of > $ ls /Library/Java/JavaVirtualMachines/ > 1.6.0_37-b06-434.jdk > and > $ SCIVERBOSE=1 ../bin/scilab > SCILABBIN : scilab-bin DISABLE_JAVA_DETECTION : 0 SCILAB_MODE : gui OS : Darwin MODEL : x86_64 I think I found Scilab here : /Users/rfabbri/src/scilab/scilab IS_SCILAB_BINARY : 0 Using default Mac OS X vm: /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home And LD_LIBRARY_PATH: :/home/rfabbri/src/bundler/bin And DYLD_LIBRARY_PATH: /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home/../Libraries JAVA_HOME : /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home Cannot find /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home/lib//libjava.jnilib SCI : /Users/rfabbri/src/scilab/scilab SCIBIN : /Users/rfabbri/src/scilab/scilab/bin/../scilab-bin PATH : /Users/rfabbri/src/scilab/scilab:/Users/rfabbri/src/scilab/scilab/bin:/Users/rfabbri/src/scilab/scilab/bin:/usr/local/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/rfabbri/bin:/Users/rfabbri/bin/mw-scripts:/Users/rfabbri/bin/mw-cmd:/usr/local/bin/i686-pc-linux-gnu:/mnt/soft/bin:/sw/bin:/usr/local/moredata/scilab-5.2.2/bin:/home/rfabbri/src/apache-maven-3.0.4-bin/bin:.:/Users/rfabbri/src/scilab/scilab/modules/scicos/ CLASSPATH : :/Users/rfabbri/lib/java Found MacOSX Version: 10.8.3 /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home LD_LIBRARY_PATH : /sw/lib/:/Users/rfabbri/src/scilab/scilab/bin:/Users/rfabbri/src/scilab/scilab/lib/scilab/:/Users/rfabbri/src/scilab/scilab/lib64/scilab/:.::/home/rfabbri/src/bundler/bin DYLD_LIBRARY_PATH: /Users/rfabbri/src/scilab/scilab/modules/scicos/.libs/:/Users/rfabbri/src/scilab/scilab/modules/scicos_blocks/.libs/:/Users/rfabbri/src/scilab/scilab/../../lib/scilab/:/Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home/../Libraries:/Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home/../Libraries: DOCBOOK : Error checking symlink for the target jvm. ========= I tried to locate that file $ locate libjava.jnilib /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/MacOS/libjava.jnilib /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Libraries/libjava.jnilib Best, Ricardo -------------- next part -------------- An HTML attachment was scrubbed... URL: From rfabbri at gmail.com Tue Jun 11 18:49:32 2013 From: rfabbri at gmail.com (Ricardo Fabbri) Date: Tue, 11 Jun 2013 13:49:32 -0300 Subject: [Scilab-Dev] Scilab doesn't launch under OSX (was: OS X NIghtly build at users list) In-Reply-To: References: <51B707BD.1000803@scilab-enterprises.com> Message-ID: Hi, I hacked the scilab script to have LIBJAVA hardcoded to this: LIBJAVA="/Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Libraries/libjava.jnilib" Now there doesn't seem to be any errors except the last one: Error checking symlink for the target jvm. SCILABBIN : scilab-bin DISABLE_JAVA_DETECTION : 0 SCILAB_MODE : gui OS : Darwin MODEL : x86_64 I think I found Scilab here : /Users/rfabbri/src/scilab/scilab IS_SCILAB_BINARY : 0 Using default Mac OS X vm: /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home And LD_LIBRARY_PATH: :/home/rfabbri/src/bundler/bin And DYLD_LIBRARY_PATH: /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home/../Libraries JAVA_HOME : /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home SCI : /Users/rfabbri/src/scilab/scilab SCIBIN : /Users/rfabbri/src/scilab/scilab/bin/../scilab-bin PATH : /Users/rfabbri/src/scilab/scilab:/Users/rfabbri/src/scilab/scilab/bin:/Users/rfabbri/src/scilab/scilab/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/rfabbri/bin:/Users/rfabbri/bin/mw-scripts:/Users/rfabbri/bin/mw-cmd:/usr/local/bin/i686-pc-linux-gnu:/mnt/soft/bin:/sw/bin:/usr/local/moredata/scilab-5.2.2/bin:/home/rfabbri/src/apache-maven-3.0.4-bin/bin:.:/Users/rfabbri/src/scilab/scilab/modules/scicos/ CLASSPATH : ::/Users/rfabbri/lib/java/Users/rfabbri/src/scilab/scilab/modules/core/jar/org.scilab.modules.core.jar Found MacOSX Version: 10.8.3 /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home LD_LIBRARY_PATH : /sw/lib/:/Users/rfabbri/src/scilab/scilab/bin:/Users/rfabbri/src/scilab/scilab/lib/scilab/:/Users/rfabbri/src/scilab/scilab/lib64/scilab/:.:/Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home/lib//:/Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home/lib//server/:/Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home/lib//native_threads/::/home/rfabbri/src/bundler/bin DYLD_LIBRARY_PATH: /Users/rfabbri/src/scilab/scilab/modules/scicos/.libs/:/Users/rfabbri/src/scilab/scilab/modules/scicos_blocks/.libs/:/Users/rfabbri/src/scilab/scilab/../../lib/scilab/:/Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home/../Libraries:/Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home/../Libraries: DOCBOOK : Error checking symlink for the target jvm. -- 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, Jun 11, 2013 at 12:43 PM, Ricardo Fabbri wrote: > What is the result of >> $ ls /Library/Java/JavaVirtualMachines/ >> > > 1.6.0_37-b06-434.jdk > > > >> and >> $ SCIVERBOSE=1 ../bin/scilab >> > > > SCILABBIN : scilab-bin > DISABLE_JAVA_DETECTION : 0 > SCILAB_MODE : gui > OS : Darwin > MODEL : x86_64 > I think I found Scilab here : /Users/rfabbri/src/scilab/scilab > IS_SCILAB_BINARY : 0 > Using default Mac OS X vm: > /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home > And LD_LIBRARY_PATH: :/home/rfabbri/src/bundler/bin > And DYLD_LIBRARY_PATH: > /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home/../Libraries > JAVA_HOME : > /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home > Cannot find > /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home/lib//libjava.jnilib > SCI : /Users/rfabbri/src/scilab/scilab > SCIBIN : /Users/rfabbri/src/scilab/scilab/bin/../scilab-bin > PATH : > /Users/rfabbri/src/scilab/scilab:/Users/rfabbri/src/scilab/scilab/bin:/Users/rfabbri/src/scilab/scilab/bin:/usr/local/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/rfabbri/bin:/Users/rfabbri/bin/mw-scripts:/Users/rfabbri/bin/mw-cmd:/usr/local/bin/i686-pc-linux-gnu:/mnt/soft/bin:/sw/bin:/usr/local/moredata/scilab-5.2.2/bin:/home/rfabbri/src/apache-maven-3.0.4-bin/bin:.:/Users/rfabbri/src/scilab/scilab/modules/scicos/ > CLASSPATH : :/Users/rfabbri/lib/java > Found MacOSX Version: 10.8.3 > /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home > LD_LIBRARY_PATH : > /sw/lib/:/Users/rfabbri/src/scilab/scilab/bin:/Users/rfabbri/src/scilab/scilab/lib/scilab/:/Users/rfabbri/src/scilab/scilab/lib64/scilab/:.::/home/rfabbri/src/bundler/bin > DYLD_LIBRARY_PATH: > /Users/rfabbri/src/scilab/scilab/modules/scicos/.libs/:/Users/rfabbri/src/scilab/scilab/modules/scicos_blocks/.libs/:/Users/rfabbri/src/scilab/scilab/../../lib/scilab/:/Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home/../Libraries:/Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home/../Libraries: > DOCBOOK : > Error checking symlink for the target jvm. > > > ========= > I tried to locate that file > > $ locate libjava.jnilib > > > /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/MacOS/libjava.jnilib > > /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Libraries/libjava.jnilib > > Best, > Ricardo > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rfabbri at gmail.com Tue Jun 11 19:18:47 2013 From: rfabbri at gmail.com (Ricardo Fabbri) Date: Tue, 11 Jun 2013 14:18:47 -0300 Subject: [Scilab-Dev] Scilab doesn't launch under OSX (was: OS X NIghtly build at users list) In-Reply-To: References: <51B707BD.1000803@scilab-enterprises.com> Message-ID: I inserted a printf statement in ./modules/console/src/c/others/initMacOSXEnv.c and it now prints Error checking symlink for the target jvm: /System/Library/Frameworks/JavaVM.framework/Versions/1.5 However, I'm using Java 6! I tried a dirty symlink but I get this: JavaVM: requested Java version (1.5) not available. Using Java at "/Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home" instead. java.lang.reflect.InvocationTargetException at java.awt.EventQueue.invokeAndWait(EventQueue.java:1111) at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1326) at org.scilab.modules.gui.SwingView.CreateObjectFromType(Unknown Source) at org.scilab.modules.gui.SwingView.createObject(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController$1.run(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController.objectCreated(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController.askObject(Unknown Source) at org.scilab.modules.core.Scilab.(Unknown Source) Caused by: java.lang.ClassCastException: java.lang.Class cannot be cast to java.lang.Integer at org.scilab.modules.gui.utils.WindowsConfigurationManager.createWindow(Unknown Source) at org.scilab.modules.gui.utils.WindowsConfigurationManager.restoreWindow(Unknown Source) at org.scilab.modules.gui.utils.WindowsConfigurationManager.startRestoration(Unknown Source) at org.scilab.modules.gui.utils.WindowsConfigurationManager.restoreUUID(Unknown Source) at org.scilab.modules.gui.SwingView.CreateObjectFromType(Unknown Source) at org.scilab.modules.gui.SwingView.access$000(Unknown Source) at org.scilab.modules.gui.SwingView$1.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:702) at java.awt.EventQueue.access$400(EventQueue.java:82) at java.awt.EventQueue$2.run(EventQueue.java:663) at java.awt.EventQueue$2.run(EventQueue.java:661) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87) at java.awt.EventQueue.dispatchEvent(EventQueue.java:672) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122) java.lang.reflect.InvocationTargetException at java.awt.EventQueue.invokeAndWait(EventQueue.java:1111) at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1326) at org.scilab.modules.gui.SwingView.updateObject(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController$2.run(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController.objectUpdate(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController.setGraphicObjectRelationship(Unknown Source) at org.scilab.modules.graphic_objects.utils.MenuBarBuilder$MenuBarConfigurationHandler.addMenus(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.scilab.modules.graphic_objects.utils.MenuBarBuilder$MenuBarConfigurationHandler.invoke(Unknown Source) at $Proxy4.addMenus(Unknown Source) at org.scilab.modules.graphic_objects.utils.MenuBarBuilder.buildMenuBar(Unknown Source) at org.scilab.modules.graphic_objects.utils.MenuBarBuilder.buildConsoleMenuBar(Unknown Source) at org.scilab.modules.core.Scilab.(Unknown Source) Caused by: java.lang.NullPointerException at org.scilab.modules.gui.SwingView.updateConsoleChildren(Unknown Source) at org.scilab.modules.gui.SwingView.updateObjectOnEDT(Unknown Source) at org.scilab.modules.gui.SwingView$3.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:702) at java.awt.EventQueue.access$400(EventQueue.java:82) at java.awt.EventQueue$2.run(EventQueue.java:663) at java.awt.EventQueue$2.run(EventQueue.java:661) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87) at java.awt.EventQueue.dispatchEvent(EventQueue.java:672) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122) java.lang.reflect.InvocationTargetException at java.awt.EventQueue.invokeAndWait(EventQueue.java:1111) at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1326) at org.scilab.modules.gui.SwingView.updateObject(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController$2.run(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController.objectUpdate(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController.setGraphicObjectRelationship(Unknown Source) at org.scilab.modules.graphic_objects.utils.MenuBarBuilder$MenuBarConfigurationHandler.addMenus(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.scilab.modules.graphic_objects.utils.MenuBarBuilder$MenuBarConfigurationHandler.invoke(Unknown Source) at $Proxy4.addMenus(Unknown Source) at org.scilab.modules.graphic_objects.utils.MenuBarBuilder.buildMenuBar(Unknown Source) at org.scilab.modules.graphic_objects.utils.MenuBarBuilder.buildConsoleMenuBar(Unknown Source) at org.scilab.modules.core.Scilab.(Unknown Source) Caused by: java.lang.NullPointerException at org.scilab.modules.gui.SwingView.updateConsoleChildren(Unknown Source) at org.scilab.modules.gui.SwingView.updateObjectOnEDT(Unknown Source) at org.scilab.modules.gui.SwingView$3.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:702) at java.awt.EventQueue.access$400(EventQueue.java:82) at java.awt.EventQueue$2.run(EventQueue.java:663) at java.awt.EventQueue$2.run(EventQueue.java:661) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87) at java.awt.EventQueue.dispatchEvent(EventQueue.java:672) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122) java.lang.reflect.InvocationTargetException at java.awt.EventQueue.invokeAndWait(EventQueue.java:1111) at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1326) at org.scilab.modules.gui.SwingView.updateObject(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController$2.run(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController.objectUpdate(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController.setGraphicObjectRelationship(Unknown Source) at org.scilab.modules.graphic_objects.utils.MenuBarBuilder$MenuBarConfigurationHandler.addMenus(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.scilab.modules.graphic_objects.utils.MenuBarBuilder$MenuBarConfigurationHandler.invoke(Unknown Source) at $Proxy4.addMenus(Unknown Source) at org.scilab.modules.graphic_objects.utils.MenuBarBuilder.buildMenuBar(Unknown Source) at org.scilab.modules.graphic_objects.utils.MenuBarBuilder.buildConsoleMenuBar(Unknown Source) at org.scilab.modules.core.Scilab.(Unknown Source) Caused by: java.lang.NullPointerException at org.scilab.modules.gui.SwingView.updateConsoleChildren(Unknown Source) at org.scilab.modules.gui.SwingView.updateObjectOnEDT(Unknown Source) at org.scilab.modules.gui.SwingView$3.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:702) at java.awt.EventQueue.access$400(EventQueue.java:82) at java.awt.EventQueue$2.run(EventQueue.java:663) at java.awt.EventQueue$2.run(EventQueue.java:661) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87) at java.awt.EventQueue.dispatchEvent(EventQueue.java:672) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122) java.lang.reflect.InvocationTargetException at java.awt.EventQueue.invokeAndWait(EventQueue.java:1111) at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1326) at org.scilab.modules.gui.SwingView.updateObject(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController$2.run(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController.objectUpdate(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController.setGraphicObjectRelationship(Unknown Source) at org.scilab.modules.graphic_objects.utils.MenuBarBuilder$MenuBarConfigurationHandler.addMenus(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.scilab.modules.graphic_objects.utils.MenuBarBuilder$MenuBarConfigurationHandler.invoke(Unknown Source) at $Proxy4.addMenus(Unknown Source) at org.scilab.modules.graphic_objects.utils.MenuBarBuilder.buildMenuBar(Unknown Source) at org.scilab.modules.graphic_objects.utils.MenuBarBuilder.buildConsoleMenuBar(Unknown Source) at org.scilab.modules.core.Scilab.(Unknown Source) Caused by: java.lang.NullPointerException at org.scilab.modules.gui.SwingView.updateConsoleChildren(Unknown Source) at org.scilab.modules.gui.SwingView.updateObjectOnEDT(Unknown Source) at org.scilab.modules.gui.SwingView$3.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:702) at java.awt.EventQueue.access$400(EventQueue.java:82) at java.awt.EventQueue$2.run(EventQueue.java:663) at java.awt.EventQueue$2.run(EventQueue.java:661) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87) at java.awt.EventQueue.dispatchEvent(EventQueue.java:672) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122) java.lang.reflect.InvocationTargetException at java.awt.EventQueue.invokeAndWait(EventQueue.java:1111) at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1326) at org.scilab.modules.gui.SwingView.updateObject(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController$2.run(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController.objectUpdate(Unknown Source) at org.scilab.modules.graphic_objects.graphicController.GraphicController.setGraphicObjectRelationship(Unknown Source) at org.scilab.modules.graphic_objects.utils.MenuBarBuilder$MenuBarConfigurationHandler.addMenus(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.scilab.modules.graphic_objects.utils.MenuBarBuilder$MenuBarConfigurationHandler.invoke(Unknown Source) at $Proxy4.addMenus(Unknown Source) at org.scilab.modules.graphic_objects.utils.MenuBarBuilder.buildMenuBar(Unknown Source) at org.scilab.modules.graphic_objects.utils.MenuBarBuilder.buildConsoleMenuBar(Unknown Source) at org.scilab.modules.core.Scilab.(Unknown Source) Caused by: java.lang.NullPointerException at org.scilab.modules.gui.SwingView.updateConsoleChildren(Unknown Source) at org.scilab.modules.gui.SwingView.updateObjectOnEDT(Unknown Source) at org.scilab.modules.gui.SwingView$3.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:702) at java.awt.EventQueue.access$400(EventQueue.java:82) at java.awt.EventQueue$2.run(EventQueue.java:663) at java.awt.EventQueue$2.run(EventQueue.java:661) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87) at java.awt.EventQueue.dispatchEvent(EventQueue.java:672) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122) -- 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, Jun 11, 2013 at 1:49 PM, Ricardo Fabbri wrote: > Hi, > > I hacked the scilab script to have LIBJAVA hardcoded to this: > > LIBJAVA="/Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Libraries/libjava.jnilib" > > Now there doesn't seem to be any errors except the last one: Error > checking symlink for the target jvm. > > SCILABBIN : scilab-bin > DISABLE_JAVA_DETECTION : 0 > SCILAB_MODE : gui > OS : Darwin > MODEL : x86_64 > I think I found Scilab here : /Users/rfabbri/src/scilab/scilab > IS_SCILAB_BINARY : 0 > Using default Mac OS X vm: > /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home > And LD_LIBRARY_PATH: :/home/rfabbri/src/bundler/bin > And DYLD_LIBRARY_PATH: > /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home/../Libraries > JAVA_HOME : > /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home > SCI : /Users/rfabbri/src/scilab/scilab > SCIBIN : /Users/rfabbri/src/scilab/scilab/bin/../scilab-bin > PATH : > /Users/rfabbri/src/scilab/scilab:/Users/rfabbri/src/scilab/scilab/bin:/Users/rfabbri/src/scilab/scilab/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/rfabbri/bin:/Users/rfabbri/bin/mw-scripts:/Users/rfabbri/bin/mw-cmd:/usr/local/bin/i686-pc-linux-gnu:/mnt/soft/bin:/sw/bin:/usr/local/moredata/scilab-5.2.2/bin:/home/rfabbri/src/apache-maven-3.0.4-bin/bin:.:/Users/rfabbri/src/scilab/scilab/modules/scicos/ > CLASSPATH : > ::/Users/rfabbri/lib/java/Users/rfabbri/src/scilab/scilab/modules/core/jar/org.scilab.modules.core.jar > Found MacOSX Version: 10.8.3 > /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home > LD_LIBRARY_PATH : > /sw/lib/:/Users/rfabbri/src/scilab/scilab/bin:/Users/rfabbri/src/scilab/scilab/lib/scilab/:/Users/rfabbri/src/scilab/scilab/lib64/scilab/:.:/Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home/lib//:/Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home/lib//server/:/Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home/lib//native_threads/::/home/rfabbri/src/bundler/bin > DYLD_LIBRARY_PATH: > /Users/rfabbri/src/scilab/scilab/modules/scicos/.libs/:/Users/rfabbri/src/scilab/scilab/modules/scicos_blocks/.libs/:/Users/rfabbri/src/scilab/scilab/../../lib/scilab/:/Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home/../Libraries:/Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home/../Libraries: > DOCBOOK : > Error checking symlink for the target jvm. > > > > -- > 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, Jun 11, 2013 at 12:43 PM, Ricardo Fabbri wrote: > >> What is the result of >>> $ ls /Library/Java/JavaVirtualMachines/ >>> >> >> 1.6.0_37-b06-434.jdk >> >> >> >>> and >>> $ SCIVERBOSE=1 ../bin/scilab >>> >> >> >> SCILABBIN : scilab-bin >> DISABLE_JAVA_DETECTION : 0 >> SCILAB_MODE : gui >> OS : Darwin >> MODEL : x86_64 >> I think I found Scilab here : /Users/rfabbri/src/scilab/scilab >> IS_SCILAB_BINARY : 0 >> Using default Mac OS X vm: >> /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home >> And LD_LIBRARY_PATH: :/home/rfabbri/src/bundler/bin >> And DYLD_LIBRARY_PATH: >> /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home/../Libraries >> JAVA_HOME : >> /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home >> Cannot find >> /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home/lib//libjava.jnilib >> SCI : /Users/rfabbri/src/scilab/scilab >> SCIBIN : /Users/rfabbri/src/scilab/scilab/bin/../scilab-bin >> PATH : >> /Users/rfabbri/src/scilab/scilab:/Users/rfabbri/src/scilab/scilab/bin:/Users/rfabbri/src/scilab/scilab/bin:/usr/local/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin:/Users/rfabbri/bin:/Users/rfabbri/bin/mw-scripts:/Users/rfabbri/bin/mw-cmd:/usr/local/bin/i686-pc-linux-gnu:/mnt/soft/bin:/sw/bin:/usr/local/moredata/scilab-5.2.2/bin:/home/rfabbri/src/apache-maven-3.0.4-bin/bin:.:/Users/rfabbri/src/scilab/scilab/modules/scicos/ >> CLASSPATH : :/Users/rfabbri/lib/java >> Found MacOSX Version: 10.8.3 >> /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home >> LD_LIBRARY_PATH : >> /sw/lib/:/Users/rfabbri/src/scilab/scilab/bin:/Users/rfabbri/src/scilab/scilab/lib/scilab/:/Users/rfabbri/src/scilab/scilab/lib64/scilab/:.::/home/rfabbri/src/bundler/bin >> DYLD_LIBRARY_PATH: >> /Users/rfabbri/src/scilab/scilab/modules/scicos/.libs/:/Users/rfabbri/src/scilab/scilab/modules/scicos_blocks/.libs/:/Users/rfabbri/src/scilab/scilab/../../lib/scilab/:/Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home/../Libraries:/Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Home/../Libraries: >> DOCBOOK : >> Error checking symlink for the target jvm. >> >> >> ========= >> I tried to locate that file >> >> $ locate libjava.jnilib >> >> >> /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/MacOS/libjava.jnilib >> >> /Library/Java/JavaVirtualMachines/1.6.0_37-b06-434.jdk/Contents/Libraries/libjava.jnilib >> >> Best, >> Ricardo >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From stephane.mottelet at utc.fr Mon Jun 17 16:06:59 2013 From: stephane.mottelet at utc.fr (=?ISO-8859-1?Q?St=E9phane_Mottelet?=) Date: Mon, 17 Jun 2013 16:06:59 +0200 Subject: [Scilab-Dev] Building fsqp under 5.4.1 Message-ID: <51BF1803.5090104@utc.fr> Hello all, Can anybody help me to upgrade the fsqp toolbox ? Latest sources fsqp-1.4-distributable are available here : http://www.utc.fr/filex/get?k=bng24zHTa23tS5RpfX I have the following build error : Cr?ation des macros... -- Cr?ation de [fsqp_toolboxlib] (Macros) -- Cr?ation de la passerelle... G?n?re un fichier gateway G?n?re un fichier loader G?n?re un Makefile ilib_gen_Make : Configure : G?n?re le Makefile. ilib_gen_Make : Copie les fichiers de compilation (Makefile*, libtool...) vers TMPDIR ilib_gen_Make : Copie Ncfsqp.c vers TMPDIR ilib_gen_Make : Copie cintfsqp2.c vers TMPDIR ilib_gen_Make : Copie libfsqp.c vers TMPDIR ilib_gen_Make : Copie qld.c vers TMPDIR ilib_gen_Make : Configure : G?n?re le Makefile. ilib_gen_Make : Modification du Makefile dans TMPDIR. Ex?cute le makefile !--error 10000 ilib_compile : Une erreur s'est produite lors de la compilation In file included from cintfsqp2.c:1: /Applications/scilab-5.4.1.app/Contents/MacOS/share/scilab/../../include/scilab/stack-c.h:19:6: error: #error Using stack-c.h is deprecated. Please use api_scilab instead (try 'help api_scilab'). Note the stack-c.h API will be removed after Scilab 6.0. You can define __USE_DEPRECATED_STACK_FUNCTIONS__ to bypass this error. Where do I have to define __USE_DEPRECATED_STACK_FUNCTIONS__ in the build scripts ? S. From stephane.mottelet at utc.fr Mon Jun 17 16:03:51 2013 From: stephane.mottelet at utc.fr (=?ISO-8859-1?Q?St=E9phane_Mottelet?=) Date: Mon, 17 Jun 2013 16:03:51 +0200 Subject: [Scilab-Dev] Building fsqp under 5.4.1 Message-ID: <51BF1747.2090609@utc.fr> Hello all, Can anybody help me to upgrade the fsqp toolbox (latest sources fsqp-1.4-distributable are joined to this email) ? I have the following build error : Cr?ation des macros... -- Cr?ation de [fsqp_toolboxlib] (Macros) -- Cr?ation de la passerelle... G?n?re un fichier gateway G?n?re un fichier loader G?n?re un Makefile ilib_gen_Make : Configure : G?n?re le Makefile. ilib_gen_Make : Copie les fichiers de compilation (Makefile*, libtool...) vers TMPDIR ilib_gen_Make : Copie Ncfsqp.c vers TMPDIR ilib_gen_Make : Copie cintfsqp2.c vers TMPDIR ilib_gen_Make : Copie libfsqp.c vers TMPDIR ilib_gen_Make : Copie qld.c vers TMPDIR ilib_gen_Make : Configure : G?n?re le Makefile. ilib_gen_Make : Modification du Makefile dans TMPDIR. Ex?cute le makefile !--error 10000 ilib_compile : Une erreur s'est produite lors de la compilation In file included from cintfsqp2.c:1: /Applications/scilab-5.4.1.app/Contents/MacOS/share/scilab/../../include/scilab/stack-c.h:19:6: error: #error Using stack-c.h is deprecated. Please use api_scilab instead (try 'help api_scilab'). Note the stack-c.h API will be removed after Scilab 6.0. You can define __USE_DEPRECATED_STACK_FUNCTIONS__ to bypass this error. Where do I have to define __USE_DEPRECATED_STACK_FUNCTIONS__ in the build scripts ? S. -------------- next part -------------- A non-text attachment was scrubbed... Name: fsqp-1.4-distributable.tgz Type: application/x-gzip Size: 1028806 bytes Desc: not available URL: From stephane.mottelet at utc.fr Mon Jun 17 18:56:28 2013 From: stephane.mottelet at utc.fr (=?ISO-8859-1?Q?St=E9phane_Mottelet?=) Date: Mon, 17 Jun 2013 18:56:28 +0200 Subject: [Scilab-Dev] Building fsqp under 5.4.1 In-Reply-To: <51BF1803.5090104@utc.fr> References: <51BF1803.5090104@utc.fr> Message-ID: <51BF3FBC.8050501@utc.fr> Le 17/06/13 16:06, St?phane Mottelet a ?crit : > Hello all, > > Can anybody help me to upgrade the fsqp toolbox ? Latest sources > fsqp-1.4-distributable are available here : > > http://www.utc.fr/filex/get?k=bng24zHTa23tS5RpfX > > I have the following build error : > > Cr?ation des macros... > -- Cr?ation de [fsqp_toolboxlib] (Macros) -- > Cr?ation de la passerelle... > G?n?re un fichier gateway > G?n?re un fichier loader > G?n?re un Makefile > ilib_gen_Make : Configure : G?n?re le Makefile. > ilib_gen_Make : Copie les fichiers de compilation (Makefile*, > libtool...) vers TMPDIR > ilib_gen_Make : Copie Ncfsqp.c vers TMPDIR > ilib_gen_Make : Copie cintfsqp2.c vers TMPDIR > ilib_gen_Make : Copie libfsqp.c vers TMPDIR > ilib_gen_Make : Copie qld.c vers TMPDIR > ilib_gen_Make : Configure : G?n?re le Makefile. > ilib_gen_Make : Modification du Makefile dans TMPDIR. > Ex?cute le makefile > !--error 10000 > ilib_compile : Une erreur s'est produite lors de la compilation > In file included from cintfsqp2.c:1: > /Applications/scilab-5.4.1.app/Contents/MacOS/share/scilab/../../include/scilab/stack-c.h:19:6: > error: #error Using stack-c.h is deprecated. Please use api_scilab > instead (try 'help api_scilab'). Note the stack-c.h API will be > removed after Scilab 6.0. You can define > __USE_DEPRECATED_STACK_FUNCTIONS__ to bypass this error. > > Where do I have to define __USE_DEPRECATED_STACK_FUNCTIONS__ in the > build scripts ? > > S. > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev Ok, I found where to add the definition : tbx_build_gateway('fsqp',table,.. src_files, .. path,[],"","-D__USE_DEPRECATED_STACK_FUNCTIONS__ -D__STD_C__ -I"+path) but now I have an issue with libintl.h : ilib_compile : Une erreur s'est produite lors de la compilation In file included from cintfsqp2.c:7: /Applications/scilab-5.4.1.app/Contents/MacOS/share/scilab/../../include/scilab/localization.h:26:21: error: libintl.h: No such file or directory This file does not exist on OSX. S. From stephane.mottelet at utc.fr Mon Jun 17 18:56:52 2013 From: stephane.mottelet at utc.fr (=?ISO-8859-1?Q?St=E9phane_Mottelet?=) Date: Mon, 17 Jun 2013 18:56:52 +0200 Subject: [Scilab-Dev] Building fsqp under 5.4.1 In-Reply-To: <51BF1803.5090104@utc.fr> References: <51BF1803.5090104@utc.fr> Message-ID: <51BF3FD4.2020800@utc.fr> Le 17/06/13 16:06, St?phane Mottelet a ?crit : > Hello all, > > Can anybody help me to upgrade the fsqp toolbox ? Latest sources > fsqp-1.4-distributable are available here : > > http://www.utc.fr/filex/get?k=bng24zHTa23tS5RpfX > > I have the following build error : > > Cr?ation des macros... > -- Cr?ation de [fsqp_toolboxlib] (Macros) -- > Cr?ation de la passerelle... > G?n?re un fichier gateway > G?n?re un fichier loader > G?n?re un Makefile > ilib_gen_Make : Configure : G?n?re le Makefile. > ilib_gen_Make : Copie les fichiers de compilation (Makefile*, > libtool...) vers TMPDIR > ilib_gen_Make : Copie Ncfsqp.c vers TMPDIR > ilib_gen_Make : Copie cintfsqp2.c vers TMPDIR > ilib_gen_Make : Copie libfsqp.c vers TMPDIR > ilib_gen_Make : Copie qld.c vers TMPDIR > ilib_gen_Make : Configure : G?n?re le Makefile. > ilib_gen_Make : Modification du Makefile dans TMPDIR. > Ex?cute le makefile > !--error 10000 > ilib_compile : Une erreur s'est produite lors de la compilation > In file included from cintfsqp2.c:1: > /Applications/scilab-5.4.1.app/Contents/MacOS/share/scilab/../../include/scilab/stack-c.h:19:6: > error: #error Using stack-c.h is deprecated. Please use api_scilab > instead (try 'help api_scilab'). Note the stack-c.h API will be > removed after Scilab 6.0. You can define > __USE_DEPRECATED_STACK_FUNCTIONS__ to bypass this error. > > Where do I have to define __USE_DEPRECATED_STACK_FUNCTIONS__ in the > build scripts ? > > S. > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev Ok, I found where to add the definition : tbx_build_gateway('fsqp',table,.. src_files, .. path,[],"","-D__USE_DEPRECATED_STACK_FUNCTIONS__ -D__STD_C__ -I"+path) but now I have an issue with libintl.h : ilib_compile : Une erreur s'est produite lors de la compilation In file included from cintfsqp2.c:7: /Applications/scilab-5.4.1.app/Contents/MacOS/share/scilab/../../include/scilab/localization.h:26:21: error: libintl.h: No such file or directory This file does not exist on OSX. S. From jojolebestof at yahoo.fr Tue Jun 18 21:45:06 2013 From: jojolebestof at yahoo.fr (Jojolebestof) Date: Tue, 18 Jun 2013 12:45:06 -0700 (PDT) Subject: [Scilab-Dev] Improvement sugested Message-ID: <1371584706434-4026874.post@n3.nabble.com> Hi, First, Good job for Scilab/Xcos/Modelica... I would like to sugest several improvements: - A system of Scilab auto-update (5.4.0 to 5.4.1 to ... but not 5.5.0) Why? for the user experience more easy and better - I do not understand why several good module are not directly include in Scilab. Like CelestLab or Coselica Why? When someone try for the first time Scilab (to see if he can replace Matlab by it) he can forget ATOMS. Please... - A last improvement is for CSCOPE ans CMSCOPE, can you add cursors? Note: Sorry for my bad english (I am French) Thx Best regards JoS -- View this message in context: http://mailinglists.scilab.org/Improvement-sugested-tp4026874.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From communication at scilab-enterprises.com Wed Jun 19 08:35:49 2013 From: communication at scilab-enterprises.com (Communication) Date: Wed, 19 Jun 2013 08:35:49 +0200 Subject: [Scilab-Dev] D-7: ScilabTEC 2013, Wednesday 26 June Message-ID: <51C15145.7080102@scilab-enterprises.com> ScilabTEC 2013 It is still time to register for ScilabTEC, the annual Scilab users day! It is on Wednesday 26 June from 9 A.M. to 5 P.M. at the ?cole Polytechnique in Palaiseau (91), organized within Teratec Forum.* * *With the participation of DGA, ArcelorMittal, Openeering, EDF, SDI, Cnes, CAPS Entreprise, CETE and Sanofi.* * *Open invitation, online registration required: http://www.teratec.eu/gb/forum/inscription.php Complete program online: http://www.scilab.org/en/community/scilabtec/2013 -- SE Communications and Public Relations Department, Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles (France)- http://www.scilab-enterprises.com -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 34642 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 8210 bytes Desc: not available URL: From clement.david at scilab-enterprises.com Wed Jun 19 10:29:00 2013 From: clement.david at scilab-enterprises.com (=?ISO-8859-1?Q?Cl=E9ment?= David) Date: Wed, 19 Jun 2013 10:29:00 +0200 Subject: [Scilab-Dev] Improvement sugested In-Reply-To: <1371584706434-4026874.post@n3.nabble.com> References: <1371584706434-4026874.post@n3.nabble.com> Message-ID: <1371630540.1550.17.camel@paros> Hello, Just on the point : > - A last improvement is for CSCOPE ans CMSCOPE, can you add cursors? What do you mean by "cursor" ? We have a toolset called "datatips" [1] which may be quiet similar. Did you try it ? It is available as a Scilab figure feature. [1]: http://help.scilab.org/docs/5.4.1/en_US/datatips.html -- Cl?ment From stephane.mottelet at utc.fr Wed Jun 19 16:37:33 2013 From: stephane.mottelet at utc.fr (=?ISO-8859-1?Q?St=E9phane_Mottelet?=) Date: Wed, 19 Jun 2013 16:37:33 +0200 Subject: [Scilab-Dev] Building fsqp under 5.4.1 In-Reply-To: <51BF3FD4.2020800@utc.fr> References: <51BF1803.5090104@utc.fr> <51BF3FD4.2020800@utc.fr> Message-ID: <51C1C22D.1050009@utc.fr> Le 17/06/13 18:56, St?phane Mottelet a ?crit : > Le 17/06/13 16:06, St?phane Mottelet a ?crit : >> Hello all, >> >> Can anybody help me to upgrade the fsqp toolbox ? Latest sources >> fsqp-1.4-distributable are available here : >> >> http://www.utc.fr/filex/get?k=bng24zHTa23tS5RpfX >> >> I have the following build error : >> >> Cr?ation des macros... >> -- Cr?ation de [fsqp_toolboxlib] (Macros) -- >> Cr?ation de la passerelle... >> G?n?re un fichier gateway >> G?n?re un fichier loader >> G?n?re un Makefile >> ilib_gen_Make : Configure : G?n?re le Makefile. >> ilib_gen_Make : Copie les fichiers de compilation (Makefile*, >> libtool...) vers TMPDIR >> ilib_gen_Make : Copie Ncfsqp.c vers TMPDIR >> ilib_gen_Make : Copie cintfsqp2.c vers TMPDIR >> ilib_gen_Make : Copie libfsqp.c vers TMPDIR >> ilib_gen_Make : Copie qld.c vers TMPDIR >> ilib_gen_Make : Configure : G?n?re le Makefile. >> ilib_gen_Make : Modification du Makefile dans TMPDIR. >> Ex?cute le makefile >> !--error 10000 >> ilib_compile : Une erreur s'est produite lors de la compilation >> In file included from cintfsqp2.c:1: >> /Applications/scilab-5.4.1.app/Contents/MacOS/share/scilab/../../include/scilab/stack-c.h:19:6: >> >> error: #error Using stack-c.h is deprecated. Please use api_scilab >> instead (try 'help api_scilab'). Note the stack-c.h API will be >> removed after Scilab 6.0. You can define >> __USE_DEPRECATED_STACK_FUNCTIONS__ to bypass this error. >> >> Where do I have to define __USE_DEPRECATED_STACK_FUNCTIONS__ in the >> build scripts ? >> >> S. >> >> _______________________________________________ >> dev mailing list >> dev at lists.scilab.org >> http://lists.scilab.org/mailman/listinfo/dev > Ok, I found where to add the definition : > > tbx_build_gateway('fsqp',table,.. > src_files, .. > path,[],"","-D__USE_DEPRECATED_STACK_FUNCTIONS__ > -D__STD_C__ -I"+path) > > but now I have an issue with libintl.h : > > ilib_compile : Une erreur s'est produite lors de la compilation > In file included from cintfsqp2.c:7: > /Applications/scilab-5.4.1.app/Contents/MacOS/share/scilab/../../include/scilab/localization.h:26:21: > error: libintl.h: No such file or directory > > This file does not exist on OSX. > > S. > OK, I am sure I'm getting close to the edge : I have built and installed gettext, and now the interface is coorectly built. But now, I have the following error at loading time : -->exec(get_absolute_file_path("loader.sce")+"etc/"+"fsqp_toolbox.start"); Start fsqp toolbox Load macros Load gateways addinter(libfsqp_path + filesep() + 'libfsqp' + getdynlibext(), 'libfsqp', list_functions); !--error 236 addinter : La biblioth?que partag?e n'a pas ?t? charg?e: dlopen(/Users/mottelet/scilab/fsqp-1.4-distributable/sci_gateway/c//libfsqp.dylib, 10): Symbol not found: _Error Referenced from: /Users/mottelet/scilab/fsqp-1.4-distributable/sci_gateway/c//libfsqp.dylib I'm almost sure this has to do with a localization issue. Everything was working with Scilab 5.3.3, maue a Scilab guru could help me to adapt the interface ? S. From stephane.mottelet at utc.fr Wed Jun 19 16:59:41 2013 From: stephane.mottelet at utc.fr (=?ISO-8859-1?Q?St=E9phane_Mottelet?=) Date: Wed, 19 Jun 2013 16:59:41 +0200 Subject: [Scilab-Dev] Building fsqp under 5.4.1 In-Reply-To: <51C1C22D.1050009@utc.fr> References: <51BF1803.5090104@utc.fr> <51BF3FD4.2020800@utc.fr> <51C1C22D.1050009@utc.fr> Message-ID: <51C1C75D.3070004@utc.fr> Le 19/06/13 16:37, St?phane Mottelet a ?crit : > Le 17/06/13 18:56, St?phane Mottelet a ?crit : >> Le 17/06/13 16:06, St?phane Mottelet a ?crit : >>> Hello all, >>> >>> Can anybody help me to upgrade the fsqp toolbox ? Latest sources >>> fsqp-1.4-distributable are available here : >>> >>> http://www.utc.fr/filex/get?k=bng24zHTa23tS5RpfX >>> >>> I have the following build error : >>> >>> Cr?ation des macros... >>> -- Cr?ation de [fsqp_toolboxlib] (Macros) -- >>> Cr?ation de la passerelle... >>> G?n?re un fichier gateway >>> G?n?re un fichier loader >>> G?n?re un Makefile >>> ilib_gen_Make : Configure : G?n?re le Makefile. >>> ilib_gen_Make : Copie les fichiers de compilation (Makefile*, >>> libtool...) vers TMPDIR >>> ilib_gen_Make : Copie Ncfsqp.c vers TMPDIR >>> ilib_gen_Make : Copie cintfsqp2.c vers TMPDIR >>> ilib_gen_Make : Copie libfsqp.c vers TMPDIR >>> ilib_gen_Make : Copie qld.c vers TMPDIR >>> ilib_gen_Make : Configure : G?n?re le Makefile. >>> ilib_gen_Make : Modification du Makefile dans TMPDIR. >>> Ex?cute le makefile >>> !--error 10000 >>> ilib_compile : Une erreur s'est produite lors de la compilation >>> In file included from cintfsqp2.c:1: >>> /Applications/scilab-5.4.1.app/Contents/MacOS/share/scilab/../../include/scilab/stack-c.h:19:6: >>> >>> error: #error Using stack-c.h is deprecated. Please use api_scilab >>> instead (try 'help api_scilab'). Note the stack-c.h API will be >>> removed after Scilab 6.0. You can define >>> __USE_DEPRECATED_STACK_FUNCTIONS__ to bypass this error. >>> >>> Where do I have to define __USE_DEPRECATED_STACK_FUNCTIONS__ in the >>> build scripts ? >>> >>> S. >>> >>> _______________________________________________ >>> dev mailing list >>> dev at lists.scilab.org >>> http://lists.scilab.org/mailman/listinfo/dev >> Ok, I found where to add the definition : >> >> tbx_build_gateway('fsqp',table,.. >> src_files, .. >> path,[],"","-D__USE_DEPRECATED_STACK_FUNCTIONS__ -D__STD_C__ -I"+path) >> >> but now I have an issue with libintl.h : >> >> ilib_compile : Une erreur s'est produite lors de la compilation >> In file included from cintfsqp2.c:7: >> /Applications/scilab-5.4.1.app/Contents/MacOS/share/scilab/../../include/scilab/localization.h:26:21: >> error: libintl.h: No such file or directory >> >> This file does not exist on OSX. >> >> S. >> > OK, I am sure I'm getting close to the edge : I have built and > installed gettext, and now the interface is coorectly built. But now, > I have the following error at loading time : > > -->exec(get_absolute_file_path("loader.sce")+"etc/"+"fsqp_toolbox.start"); > > > Start fsqp toolbox > > Load macros > > Load gateways > addinter(libfsqp_path + filesep() + 'libfsqp' + getdynlibext(), > 'libfsqp', list_functions); > !--error 236 > addinter : La biblioth?que partag?e n'a pas ?t? charg?e: > dlopen(/Users/mottelet/scilab/fsqp-1.4-distributable/sci_gateway/c//libfsqp.dylib, > 10): Symbol not found: _Error > Referenced from: > /Users/mottelet/scilab/fsqp-1.4-distributable/sci_gateway/c//libfsqp.dylib > > I'm almost sure this has to do with a localization issue. Everything > was working with Scilab 5.3.3, maue a Scilab guru could help me to > adapt the interface ? > > > S. > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev OK, it had nothing to do with localization : I changed all the "Error" calls by "SciError" and everything went fine. Maybe is it the occasion to refresh the fsq module in the atoms portal ? S. From jojolebestof at yahoo.fr Wed Jun 19 18:21:04 2013 From: jojolebestof at yahoo.fr (Jojolebestof) Date: Wed, 19 Jun 2013 09:21:04 -0700 (PDT) Subject: [Scilab-Dev] Improvement sugested In-Reply-To: <1371630540.1550.17.camel@paros> References: <1371584706434-4026874.post@n3.nabble.com> <1371630540.1550.17.camel@paros> Message-ID: <1371658864895-4026884.post@n3.nabble.com> I think to a cursor placed with mouse. I work on electronics system and usual simulator (Psim, Pspice...) has some facilities: - 2 cursors (placed with mouse or directional butons) - differential or delta in x and y between the two cursors - possibility of the cursor goes to the max min... with simples butons on the interface -- View this message in context: http://mailinglists.scilab.org/Improvement-sugested-tp4026874p4026884.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From sylvestre.ledru at scilab-enterprises.com Fri Jun 21 10:59:13 2013 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Fri, 21 Jun 2013 10:59:13 +0200 Subject: [Scilab-Dev] [Scilab-users] 5.4.1 java error In-Reply-To: <87sj0bhmgt.wl%nomiya@galaxy.dti.ne.jp> References: <87txkrhqiz.wl%nomiya@galaxy.dti.ne.jp> <87sj0bhmgt.wl%nomiya@galaxy.dti.ne.jp> Message-ID: <51C415E1.8050407@scilab-enterprises.com> Hello, Le 21/06/2013 10:55, Masaru Nomiya a ?crit : > Hello, > >> What wrong with me, I wonder? > gdb taught me that java libraries (libjava.so, libverify.so, and > libjvm.so) were not linked. But why? > > configure script show me; > > JAVA_JNI_LIBS ....... = -L/usr/lib64/jvm/java/jre/lib/amd64 -ljava -lverify -L/usr/lib64/jvm/java/jre/lib/amd64/server -ljvm > > This doesn't work at all. > > Ant hint? > First, I think we should switch the discussion to the dev at lists.scilab.org mailing list. Your problem with gdb is likely because you are running gdb on the Scilab binary (scilab-bin or scilab-cli-bin). However, Scilab needs a correct environment to run (the path to the Java library is an example). You should have a look to this documentation: http://wiki.scilab.org/Debugging%20and%20Profiling%20Scilab%205 Hope this helps, Regards, Sylvestre From nomiya at galaxy.dti.ne.jp Fri Jun 21 11:45:46 2013 From: nomiya at galaxy.dti.ne.jp (Masaru Nomiya) Date: Fri, 21 Jun 2013 18:45:46 +0900 Subject: [Scilab-Dev] [Scilab-users] 5.4.1 java error In-Reply-To: <51C415E1.8050407@scilab-enterprises.com> References: <87txkrhqiz.wl%nomiya@galaxy.dti.ne.jp> <87sj0bhmgt.wl%nomiya@galaxy.dti.ne.jp> <51C415E1.8050407@scilab-enterprises.com> Message-ID: <87r4fvhk51.wl%nomiya@galaxy.dti.ne.jp> Hello, In the Message; Subject : Re: [Scilab-users] 5.4.1 java error Message-ID : <51C415E1.8050407 at scilab-enterprises.com> Date & Time: Fri, 21 Jun 2013 10:59:13 +0200 Sylvestre Ledru has written: > Le 21/06/2013 10:55, Masaru Nomiya a ?crit : > > Hello, > > > >> What wrong with me, I wonder? > > gdb taught me that java libraries (libjava.so, libverify.so, and > > libjvm.so) were not linked. But why? > > > > configure script show me; > > > > JAVA_JNI_LIBS ....... = -L/usr/lib64/jvm/java/jre/lib/amd64 -ljava -lverify -L/usr/lib64/jvm/java/jre/lib/amd64/server -ljvm > > > > This doesn't work at all. > > > > Ant hint? > > > First, I think we should switch the discussion to the > dev at lists.scilab.org mailing list. Ok. > Your problem with gdb is likely because you are running gdb on the > Scilab binary (scilab-bin or scilab-cli-bin). gdb just gave me a hint. Then, I did; $ ldd /usr/bin/scilab-bin | grep not libsciscinotes.so.5 => /usr/lib64/scilab/libsciscinotes.so.5 (0x00007f4af6aae000) libsciscinotes-disable.so.5 => /usr/lib64/scilab/libsciscinotes-disable.so.5 (0x00007f4af25bd000) libjava.so => not found libverify.so => not found libjvm.so => not found libjava.so => not found libverify.so => not found libjvm.so => not found libjava.so => not found libverify.so => not found libjvm.so => not found libjava.so => not found libverify.so => not found libjvm.so => not found Why not found? > However, Scilab needs a correct environment to run (the path to the Java > library is an example). What is the correct environment? $ echo $JAVA_HOME /usr/lib64/jvm/java $echo $JRE_HOME /usr/lib64/jvm/java/jre Are these insufficient? But, after configure, in the resulted Makefile [...] JAVA_JNI_INCLUDE = -I/usr/lib64/jvm/java/include -I/usr/lib64/jvm/java/include/linux JAVA_JNI_LIBS = -L/usr/lib64/jvm/java/jre/lib/amd64 -ljava -lverify -L/usr/lib64/jvm/java/jre/lib/amd64/server -ljvm [...] These are entirely correct. But, compilation didn't include them. Why? Regards, --- ????? Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ???? ???? "Bill! You married with Computers. Not with Me!" "No..., with money." From Alain.Lamy at cnes.fr Sat Jun 22 00:17:49 2013 From: Alain.Lamy at cnes.fr (Alain LAMY) Date: Fri, 21 Jun 2013 15:17:49 -0700 (PDT) Subject: [Scilab-Dev] Improvement sugested In-Reply-To: <1371584706434-4026874.post@n3.nabble.com> References: <1371584706434-4026874.post@n3.nabble.com> Message-ID: <1371853069975-4026890.post@n3.nabble.com> Hi, As an answer to point 2: In some sense, ATOMS modules can be considered as being part of Scilab as they can be easily installed, used as any built-in component, with their help pages available alongside Scilab's own help pages... And if these modules exist, it may also be because they are not totally integrated in Scilab, which gives for instance more flexibility when deciding about new features, changes... Maybe what you want is to make ATOMS modules (whether installed or not) more visible. You may propose something to the Scilab development team if you have ideas. Anyway, thanks for supporting CelestLab! Alain -- View this message in context: http://mailinglists.scilab.org/Improvement-sugested-tp4026874p4026890.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From Eric.Walter at lss.supelec.fr Wed Jun 26 18:52:45 2013 From: Eric.Walter at lss.supelec.fr (Eric WALTER) Date: Wed, 26 Jun 2013 18:52:45 +0200 Subject: [Scilab-Dev] Directed rounding, please Message-ID: <27a6894626cc6131a04496c42ad3ba92@webmail.l2s.supelec.fr> I would like Scilab to provide us with three command lines: the first of them would order subsequent rounding to be carried out towards +infinity, the second one would order subsequent rounding to be carried out towards -infinity and the last one would restore standard rounding to the closest double. This should not be too much work, as all IEEE-754 compliant processors feature these types of rounding. It would allow Scilab users to get an (admittedly rough) idea of the quality of what they are computing. If the results with rounding towards +infinity are about the same as with rounding towards -infinity, this of course does not prove that everything is OK, but if the results differ widely, then for sure there is some trouble brewing. Under some simplifying hypotheses, it is even possible to infer an (again rough) estimate of the number of significant digits in the results from the magnitude of the discrepancy. By implementing this simple suggestion, Scilab would go a long way towards helping its users assess the quality of their results, and improve the way they evaluate critical results if need be. As Matlab does not provide its users with such a facility, this would also give Scilab another competitive advantage over its main competitor. Regards, Eric Walter PS: Thanks for the nice ScilabTec 2013 Users Day From stephane.mottelet at utc.fr Thu Jun 27 16:25:42 2013 From: stephane.mottelet at utc.fr (=?ISO-8859-1?Q?St=E9phane_Mottelet?=) Date: Thu, 27 Jun 2013 16:25:42 +0200 Subject: [Scilab-Dev] Tk in Mac OSX, Carbonc vs Cocoa Message-ID: <51CC4B66.6090109@utc.fr> Hi alll, Since Mac OS 10.6 (Snow Leopard), the bundled Aqua Tck/Tk (as well as ActiveState releases >= 8.5.14) do not use Carbon any more and are purely Cocoa. Maybe it's time to give a try to reintegrate the Tk module of Scilab under OSX ? S. From krotersv at gmail.com Fri Jun 28 16:05:42 2013 From: krotersv at gmail.com (Stanislav) Date: Fri, 28 Jun 2013 07:05:42 -0700 (PDT) Subject: [Scilab-Dev] missing dependecies in nightly build of Scilab branch master Message-ID: <1372428342121-4026910.post@n3.nabble.com> Hi. I use nightly build of Scilab branch master for GNU/Linux, 64-bit. The last build scilab-master-1372194163 does not work by default. It does not have libhdf5_hl.so.6 and libhdf5.so.6. I made symbol links to libhdf5_hl.so.7.0.4 and to libhdf5.so.7.0.4. It seems OK. But I cannot plot graphics. The figure is empty. What dependency should I satisfy? Stanislav -- View this message in context: http://mailinglists.scilab.org/missing-dependecies-in-nightly-build-of-Scilab-branch-master-tp4026910.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com.