From arvid at softube.com Fri May 4 08:48:12 2012 From: arvid at softube.com (=?iso-8859-1?Q?Arvid_Ros=E9n?=) Date: Fri, 4 May 2012 08:48:12 +0200 Subject: Compiled scilab and jhdf5 problems on Mac OS Message-ID: <4342423E-65DC-43E6-80A6-676D84FB0AD5@softube.com> Hi! Hi I am trying to build the latest Scilab on Mac OS 10.7.3 to investigate the status of the old Metanet stuff. I have checked out the latest tip of the git repository and also the Prerequirements from svn. From the prerequirements-folder, I copied the thirdparty folder into the scilab tree and ran configure. Everything seems to work and the compilation runs too, however, when I try to start Scilab afterwords, I get the following error: java.lang.UnsatisfiedLinkError: no jhdf5 in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1758) at java.lang.Runtime.loadLibrary0(Runtime.java:823) at java.lang.System.loadLibrary(System.java:1045) at ncsa.hdf.hdf5lib.H5.loadH5Lib(H5.java:289) at ncsa.hdf.hdf5lib.H5.(H5.java:225) at org.scilab.modules.hdf5.jhdf5load.forceLoad(Unknown Source) I have tried copying various versions of jhdf5 jar files into various folders and the same goes for libjhdf5.jnilib, but nothing seems to help. I obviously don't know much about java and libraries, so I don't know what to do here. Can anyone help? Best regards, Arvid From harish2704 at gmail.com Mon May 7 07:29:36 2012 From: harish2704 at gmail.com (harish2704) Date: Sun, 6 May 2012 22:29:36 -0700 (PDT) Subject: Debugging xocs (java source codes) Message-ID: <1336368576256-3967843.post@n3.nabble.com> Any one know how to debug java souce codes of xcos using jdb or any other graphical debugger in linux? I would like to add some keyboard shortcuts in xcos for connecting blocks.. -- View this message in context: http://mailinglists.scilab.org/Debugging-xocs-java-source-codes-tp3967843.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From clement.david at scilab-enterprises.com Mon May 7 08:44:25 2012 From: clement.david at scilab-enterprises.com (=?ISO-8859-1?Q?Cl=E9ment_DAVID?=) Date: Mon, 07 May 2012 08:44:25 +0200 Subject: [Scilab-Dev] Debugging xocs (java source codes) In-Reply-To: <1336368576256-3967843.post@n3.nabble.com> References: <1336368576256-3967843.post@n3.nabble.com> Message-ID: <4FA76F49.1090209@scilab-enterprises.com> Hello, All information should be on a wiki page [1]. [1]: http://wiki.scilab.org/ScilabWithinEclipse Le 07/05/2012 07:29, harish2704 a ?crit : > Any one know how to debug java souce codes of xcos using jdb or any other > graphical debugger in linux? > I would like to add some keyboard shortcuts in xcos for connecting blocks.. > > > -- > View this message in context: http://mailinglists.scilab.org/Debugging-xocs-java-source-codes-tp3967843.html > Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. > > -- > To unsubscribe from this mailing-list, please send an empty mail to > dev-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > -- -- Cl?ment DAVID Scilab Enterprises From harish2704 at gmail.com Mon May 7 17:50:19 2012 From: harish2704 at gmail.com (harish2704) Date: Mon, 7 May 2012 08:50:19 -0700 (PDT) Subject: Debugging xocs (java source codes) In-Reply-To: <4FA76F49.1090209@scilab-enterprises.com> References: <1336368576256-3967843.post@n3.nabble.com> <4FA76F49.1090209@scilab-enterprises.com> Message-ID: <1336405819760-3968899.post@n3.nabble.com> Thanks for your replay I followed the instructions from 'http://wiki.scilab.org/ScilabWithinEclipse' and I could successfully build the modules .But I couldn't debug xcos from eclipse. I steps I followed are * Right click on package name /xcos/ * /Run as/ => /Java Application/ * selected /Xocs 'org.scilab.modules.xcos'/ and pressed ok The error message from the console was : /The native library scilocalization does not exist or cannot be found. no scilocalization in java.library.path/ So I set LD_LIBRARY_PATH approproatly in terminal tried to excute the xocs then erorr mesage produced was /java: symbol lookup error: /home/harish/Downloads/ForScilab/scilab-5.3.3/modules/commons/.libs/libscicommons.so.5.3.3: undefined symbol: getTMPDIR/ My questions are * is it possible run xcos out side scilab as a java application? if yes how? * If it is not possible, how to debug xcos inside scilab (or any way) /Sorry for my language !!!/ And thanks for your support. -- View this message in context: http://mailinglists.scilab.org/Debugging-xocs-java-source-codes-tp3967843p3968899.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From harish2704 at gmail.com Tue May 8 09:26:17 2012 From: harish2704 at gmail.com (harish2704) Date: Tue, 8 May 2012 00:26:17 -0700 (PDT) Subject: Debugging xocs (java source codes) In-Reply-To: <1336405819760-3968899.post@n3.nabble.com> References: <1336368576256-3967843.post@n3.nabble.com> <4FA76F49.1090209@scilab-enterprises.com> <1336405819760-3968899.post@n3.nabble.com> Message-ID: <1336461977311-3970609.post@n3.nabble.com> I think I have got the solution..... It is similar to this link... but the configuration file is different.. that is use "scilab-5.3.3/etc/jvm_options.xml" instead of %MATLAB_ROO%\bin\arch\java.opts -- View this message in context: http://mailinglists.scilab.org/Debugging-xocs-java-source-codes-tp3967843p3970609.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From vincent.couvert at scilab.org Tue May 8 10:58:42 2012 From: vincent.couvert at scilab.org (Vincent COUVERT) Date: Tue, 08 May 2012 10:58:42 +0200 Subject: [Scilab-Dev] Compiled scilab and jhdf5 problems on Mac OS In-Reply-To: <4342423E-65DC-43E6-80A6-676D84FB0AD5@softube.com> References: <4342423E-65DC-43E6-80A6-676D84FB0AD5@softube.com> Message-ID: <4FA8E042.20801@scilab.org> Hi, Did you try to copy (or create a symbolic link of) libjhdf5.jnilib in SCI/bin/? Regards. Le 04/05/12 08:48, Arvid Ros?n a ?crit : > Hi! > > Hi I am trying to build the latest Scilab on Mac OS 10.7.3 to investigate the status of the old Metanet stuff. > > I have checked out the latest tip of the git repository and also the Prerequirements from svn. From the prerequirements-folder, I copied the thirdparty folder into the scilab tree and ran configure. Everything seems to work and the compilation runs too, however, when I try to start Scilab afterwords, I get the following error: > > java.lang.UnsatisfiedLinkError: no jhdf5 in java.library.path > at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1758) > at java.lang.Runtime.loadLibrary0(Runtime.java:823) > at java.lang.System.loadLibrary(System.java:1045) > at ncsa.hdf.hdf5lib.H5.loadH5Lib(H5.java:289) > at ncsa.hdf.hdf5lib.H5.(H5.java:225) > at org.scilab.modules.hdf5.jhdf5load.forceLoad(Unknown Source) > > I have tried copying various versions of jhdf5 jar files into various folders and the same goes for libjhdf5.jnilib, but nothing seems to help. I obviously don't know much about java and libraries, so I don't know what to do here. Can anyone help? > > Best regards, > Arvid > -- > To unsubscribe from this mailing-list, please send an empty mail to > dev-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > From arvid at softube.se Tue May 8 11:04:26 2012 From: arvid at softube.se (=?utf-8?Q?Arvid_Ros=C3=A9n?=) Date: Tue, 8 May 2012 11:04:26 +0200 Subject: [Scilab-Dev] Compiled scilab and jhdf5 problems on Mac OS In-Reply-To: <4FA8E042.20801@scilab.org> References: <4342423E-65DC-43E6-80A6-676D84FB0AD5@softube.com> <4FA8E042.20801@scilab.org> Message-ID: <8F4337D7-3ECE-4226-853E-80B004BEB422@softube.se> Hi! I'll try that. Thanks! Just to avoid confusion. Exactly where should I create the link pointing to the jnilib-file? /Arvid 8 maj 2012 kl. 10:58 skrev Vincent COUVERT : > Hi, > > Did you try to copy (or create a symbolic link of) libjhdf5.jnilib in SCI/bin/? > > Regards. > > > Le 04/05/12 08:48, Arvid Ros?n a ?crit : >> Hi! >> >> Hi I am trying to build the latest Scilab on Mac OS 10.7.3 to investigate the status of the old Metanet stuff. >> >> I have checked out the latest tip of the git repository and also the Prerequirements from svn. From the prerequirements-folder, I copied the thirdparty folder into the scilab tree and ran configure. Everything seems to work and the compilation runs too, however, when I try to start Scilab afterwords, I get the following error: >> >> java.lang.UnsatisfiedLinkError: no jhdf5 in java.library.path >> at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1758) >> at java.lang.Runtime.loadLibrary0(Runtime.java:823) >> at java.lang.System.loadLibrary(System.java:1045) >> at ncsa.hdf.hdf5lib.H5.loadH5Lib(H5.java:289) >> at ncsa.hdf.hdf5lib.H5.(H5.java:225) >> at org.scilab.modules.hdf5.jhdf5load.forceLoad(Unknown Source) >> >> I have tried copying various versions of jhdf5 jar files into various folders and the same goes for libjhdf5.jnilib, but nothing seems to help. I obviously don't know much about java and libraries, so I don't know what to do here. Can anyone help? >> >> Best regards, >> Arvid >> -- >> To unsubscribe from this mailing-list, please send an empty mail to >> dev-unsubscribe at lists.scilab.org >> To check the archives of this mailing list, see >> http://mailinglists.scilab.org/ >> > > > -- > To unsubscribe from this mailing-list, please send an empty mail to > dev-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > From vincent.couvert at scilab.org Tue May 8 11:22:37 2012 From: vincent.couvert at scilab.org (Vincent COUVERT) Date: Tue, 08 May 2012 11:22:37 +0200 Subject: [Scilab-Dev] Compiled scilab and jhdf5 problems on Mac OS In-Reply-To: <8F4337D7-3ECE-4226-853E-80B004BEB422@softube.se> References: <4342423E-65DC-43E6-80A6-676D84FB0AD5@softube.com> <4FA8E042.20801@scilab.org> <8F4337D7-3ECE-4226-853E-80B004BEB422@softube.se> Message-ID: <4FA8E5DD.2040400@scilab.org> In your GIT clone in the /scilab/scilab/bin/ directory. Regards. Le 08/05/12 11:04, Arvid Ros?n a ?crit : > Hi! I'll try that. Thanks! > > Just to avoid confusion. Exactly where should I create the link pointing to the jnilib-file? > > /Arvid > > 8 maj 2012 kl. 10:58 skrev Vincent COUVERT: > >> Hi, >> >> Did you try to copy (or create a symbolic link of) libjhdf5.jnilib in SCI/bin/? >> >> Regards. >> >> >> Le 04/05/12 08:48, Arvid Ros?n a ?crit : >>> Hi! >>> >>> Hi I am trying to build the latest Scilab on Mac OS 10.7.3 to investigate the status of the old Metanet stuff. >>> >>> I have checked out the latest tip of the git repository and also the Prerequirements from svn. From the prerequirements-folder, I copied the thirdparty folder into the scilab tree and ran configure. Everything seems to work and the compilation runs too, however, when I try to start Scilab afterwords, I get the following error: >>> >>> java.lang.UnsatisfiedLinkError: no jhdf5 in java.library.path >>> at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1758) >>> at java.lang.Runtime.loadLibrary0(Runtime.java:823) >>> at java.lang.System.loadLibrary(System.java:1045) >>> at ncsa.hdf.hdf5lib.H5.loadH5Lib(H5.java:289) >>> at ncsa.hdf.hdf5lib.H5.(H5.java:225) >>> at org.scilab.modules.hdf5.jhdf5load.forceLoad(Unknown Source) >>> >>> I have tried copying various versions of jhdf5 jar files into various folders and the same goes for libjhdf5.jnilib, but nothing seems to help. I obviously don't know much about java and libraries, so I don't know what to do here. Can anyone help? >>> >>> Best regards, >>> Arvid >>> -- >>> To unsubscribe from this mailing-list, please send an empty mail to >>> dev-unsubscribe at lists.scilab.org >>> To check the archives of this mailing list, see >>> http://mailinglists.scilab.org/ >>> >> >> -- >> To unsubscribe from this mailing-list, please send an empty mail to >> dev-unsubscribe at lists.scilab.org >> To check the archives of this mailing list, see >> http://mailinglists.scilab.org/ >> > -- > To unsubscribe from this mailing-list, please send an empty mail to > dev-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > -- ----------------------------- Vincent COUVERT Software Development Manager ----------------------------- Consortium Scilab Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex France T?l. : +33.1.39.63.54.46 ----------------------------- From arvid at softube.se Tue May 8 11:28:00 2012 From: arvid at softube.se (=?utf-8?Q?Arvid_Ros=C3=A9n?=) Date: Tue, 8 May 2012 11:28:00 +0200 Subject: [Scilab-Dev] Compiled scilab and jhdf5 problems on Mac OS In-Reply-To: <4FA8E5DD.2040400@scilab.org> References: <4342423E-65DC-43E6-80A6-676D84FB0AD5@softube.com> <4FA8E042.20801@scilab.org> <8F4337D7-3ECE-4226-853E-80B004BEB422@softube.se> <4FA8E5DD.2040400@scilab.org> Message-ID: <0B7E352B-3FB2-4A85-9E40-1E1CB6D12DD6@softube.se> Ok. Thanks! /Arvid 8 maj 2012 kl. 11:22 skrev Vincent COUVERT : > In your GIT clone in the /scilab/scilab/bin/ directory. > > Regards. > > Le 08/05/12 11:04, Arvid Ros?n a ?crit : >> Hi! I'll try that. Thanks! >> >> Just to avoid confusion. Exactly where should I create the link pointing to the jnilib-file? >> >> /Arvid >> >> 8 maj 2012 kl. 10:58 skrev Vincent COUVERT: >> >>> Hi, >>> >>> Did you try to copy (or create a symbolic link of) libjhdf5.jnilib in SCI/bin/? >>> >>> Regards. >>> >>> >>> Le 04/05/12 08:48, Arvid Ros?n a ?crit : >>>> Hi! >>>> >>>> Hi I am trying to build the latest Scilab on Mac OS 10.7.3 to investigate the status of the old Metanet stuff. >>>> >>>> I have checked out the latest tip of the git repository and also the Prerequirements from svn. From the prerequirements-folder, I copied the thirdparty folder into the scilab tree and ran configure. Everything seems to work and the compilation runs too, however, when I try to start Scilab afterwords, I get the following error: >>>> >>>> java.lang.UnsatisfiedLinkError: no jhdf5 in java.library.path >>>> at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1758) >>>> at java.lang.Runtime.loadLibrary0(Runtime.java:823) >>>> at java.lang.System.loadLibrary(System.java:1045) >>>> at ncsa.hdf.hdf5lib.H5.loadH5Lib(H5.java:289) >>>> at ncsa.hdf.hdf5lib.H5.(H5.java:225) >>>> at org.scilab.modules.hdf5.jhdf5load.forceLoad(Unknown Source) >>>> >>>> I have tried copying various versions of jhdf5 jar files into various folders and the same goes for libjhdf5.jnilib, but nothing seems to help. I obviously don't know much about java and libraries, so I don't know what to do here. Can anyone help? >>>> >>>> Best regards, >>>> Arvid >>>> -- >>>> To unsubscribe from this mailing-list, please send an empty mail to >>>> dev-unsubscribe at lists.scilab.org >>>> To check the archives of this mailing list, see >>>> http://mailinglists.scilab.org/ >>>> >>> >>> -- >>> To unsubscribe from this mailing-list, please send an empty mail to >>> dev-unsubscribe at lists.scilab.org >>> To check the archives of this mailing list, see >>> http://mailinglists.scilab.org/ >>> >> -- >> To unsubscribe from this mailing-list, please send an empty mail to >> dev-unsubscribe at lists.scilab.org >> To check the archives of this mailing list, see >> http://mailinglists.scilab.org/ >> > > -- > ----------------------------- > Vincent COUVERT > Software Development Manager > ----------------------------- > Consortium Scilab > Digiteo > Domaine de Voluceau > Rocquencourt - B.P. 105 > 78153 Le Chesnay Cedex France > T?l. : +33.1.39.63.54.46 > ----------------------------- > > > -- > To unsubscribe from this mailing-list, please send an empty mail to > dev-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > From clement.david at scilab-enterprises.com Wed May 9 09:02:37 2012 From: clement.david at scilab-enterprises.com (=?ISO-8859-1?Q?Cl=E9ment_DAVID?=) Date: Wed, 09 May 2012 09:02:37 +0200 Subject: [Scilab-Dev] Re: Debugging xocs (java source codes) In-Reply-To: <1336405819760-3968899.post@n3.nabble.com> References: <1336368576256-3967843.post@n3.nabble.com> <4FA76F49.1090209@scilab-enterprises.com> <1336405819760-3968899.post@n3.nabble.com> Message-ID: <4FAA168D.6040704@scilab-enterprises.com> Hello, Xcos need Scilab features, it is not a Java only application. The easiest way to debug is to use Java remote debuging. I have updated [1] with more information. [1]: http://wiki.scilab.org/ScilabWithinEclipse Le 07/05/2012 17:50, harish2704 a ?crit : > Thanks for your replay > > I followed the instructions from > 'http://wiki.scilab.org/ScilabWithinEclipse' and I could successfully build > the modules .But I couldn't debug xcos from eclipse. > > I steps I followed are > * Right click on package name /xcos/ > * /Run as/ => /Java Application/ > * selected /Xocs 'org.scilab.modules.xcos'/ and pressed ok > > The error message from the console was : > /The native library scilocalization does not exist or cannot be found. > no scilocalization in java.library.path/ > > So I set LD_LIBRARY_PATH approproatly in terminal tried to excute the xocs > > then erorr mesage produced was > > /java: symbol lookup error: > /home/harish/Downloads/ForScilab/scilab-5.3.3/modules/commons/.libs/libscicommons.so.5.3.3: > undefined symbol: getTMPDIR/ > > > My questions are > * is it possible run xcos out side scilab as a java application? if yes how? > * If it is not possible, how to debug xcos inside scilab (or any way) > > > /Sorry for my language !!!/ > > > And thanks for your support. > > -- > View this message in context: http://mailinglists.scilab.org/Debugging-xocs-java-source-codes-tp3967843p3968899.html > Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. > > -- > To unsubscribe from this mailing-list, please send an empty mail to > dev-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > -- Cl?ment DAVID Scilab Enterprises From arvid at softube.com Fri May 11 08:26:43 2012 From: arvid at softube.com (=?iso-8859-1?Q?Arvid_Ros=E9n?=) Date: Fri, 11 May 2012 08:26:43 +0200 Subject: [Scilab-Dev] Compiled scilab and jhdf5 problems on Mac OS In-Reply-To: <0B7E352B-3FB2-4A85-9E40-1E1CB6D12DD6@softube.se> References: <4342423E-65DC-43E6-80A6-676D84FB0AD5@softube.com> <4FA8E042.20801@scilab.org> <8F4337D7-3ECE-4226-853E-80B004BEB422@softube.se> <4FA8E5DD.2040400@scilab.org> <0B7E352B-3FB2-4A85-9E40-1E1CB6D12DD6@softube.se> Message-ID: Hi again, As it turns out, it works now if I execute scilab from the root of the build tree. Great! However, if I run "make install" and then try to start it from any other directory, it won't run, but instead give the same error as before (regarding the missing jhdf5). Is this to be expected? Best regards, Arvid 8 maj 2012 kl. 11:28 skrev Arvid Ros?n: > Ok. Thanks! > > /Arvid > > 8 maj 2012 kl. 11:22 skrev Vincent COUVERT : > >> In your GIT clone in the /scilab/scilab/bin/ directory. >> >> Regards. >> >> Le 08/05/12 11:04, Arvid Ros?n a ?crit : >>> Hi! I'll try that. Thanks! >>> >>> Just to avoid confusion. Exactly where should I create the link pointing to the jnilib-file? >>> >>> /Arvid >>> >>> 8 maj 2012 kl. 10:58 skrev Vincent COUVERT: >>> >>>> Hi, >>>> >>>> Did you try to copy (or create a symbolic link of) libjhdf5.jnilib in SCI/bin/? >>>> >>>> Regards. >>>> >>>> >>>> Le 04/05/12 08:48, Arvid Ros?n a ?crit : >>>>> Hi! >>>>> >>>>> Hi I am trying to build the latest Scilab on Mac OS 10.7.3 to investigate the status of the old Metanet stuff. >>>>> >>>>> I have checked out the latest tip of the git repository and also the Prerequirements from svn. From the prerequirements-folder, I copied the thirdparty folder into the scilab tree and ran configure. Everything seems to work and the compilation runs too, however, when I try to start Scilab afterwords, I get the following error: >>>>> >>>>> java.lang.UnsatisfiedLinkError: no jhdf5 in java.library.path >>>>> at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1758) >>>>> at java.lang.Runtime.loadLibrary0(Runtime.java:823) >>>>> at java.lang.System.loadLibrary(System.java:1045) >>>>> at ncsa.hdf.hdf5lib.H5.loadH5Lib(H5.java:289) >>>>> at ncsa.hdf.hdf5lib.H5.(H5.java:225) >>>>> at org.scilab.modules.hdf5.jhdf5load.forceLoad(Unknown Source) >>>>> >>>>> I have tried copying various versions of jhdf5 jar files into various folders and the same goes for libjhdf5.jnilib, but nothing seems to help. I obviously don't know much about java and libraries, so I don't know what to do here. Can anyone help? >>>>> >>>>> Best regards, >>>>> Arvid >>>>> -- >>>>> To unsubscribe from this mailing-list, please send an empty mail to >>>>> dev-unsubscribe at lists.scilab.org >>>>> To check the archives of this mailing list, see >>>>> http://mailinglists.scilab.org/ >>>>> >>>> >>>> -- >>>> To unsubscribe from this mailing-list, please send an empty mail to >>>> dev-unsubscribe at lists.scilab.org >>>> To check the archives of this mailing list, see >>>> http://mailinglists.scilab.org/ >>>> >>> -- >>> To unsubscribe from this mailing-list, please send an empty mail to >>> dev-unsubscribe at lists.scilab.org >>> To check the archives of this mailing list, see >>> http://mailinglists.scilab.org/ >>> >> >> -- >> ----------------------------- >> Vincent COUVERT >> Software Development Manager >> ----------------------------- >> Consortium Scilab >> Digiteo >> Domaine de Voluceau >> Rocquencourt - B.P. 105 >> 78153 Le Chesnay Cedex France >> T?l. : +33.1.39.63.54.46 >> ----------------------------- >> >> >> -- >> To unsubscribe from this mailing-list, please send an empty mail to >> dev-unsubscribe at lists.scilab.org >> To check the archives of this mailing list, see >> http://mailinglists.scilab.org/ >> > > -- > To unsubscribe from this mailing-list, please send an empty mail to > dev-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > From jicarrerom at unal.edu.co Fri May 11 15:50:50 2012 From: jicarrerom at unal.edu.co (Javier I. Carrero) Date: Fri, 11 May 2012 08:50:50 -0500 Subject: Dollar omission in help Message-ID: <4FAD193A.2060601@unal.edu.co> One of the most annoying omissions in Scilab help system is the $ (dollar, or currency) symbol. That symbol provides access to the last element of a matrix and can be considered vital, such as : or \, but it is not described in the help system (search for "dollar" shows only a DOLLAR_f block in Xcos). Please include it in the next release From calixte.denizet at scilab-enterprises.com Fri May 11 16:14:27 2012 From: calixte.denizet at scilab-enterprises.com (Calixte DENIZET) Date: Fri, 11 May 2012 16:14:27 +0200 Subject: [Scilab-Dev] Dollar omission in help In-Reply-To: <4FAD193A.2060601@unal.edu.co> References: <4FAD193A.2060601@unal.edu.co> Message-ID: <4FAD1EC3.6090204@scilab-enterprises.com> Hi Javier, Could you report a bug on bugzilla.scilab.org ? I'll fix it asap. Thanks. Regards Calixte On 11/05/2012 15:50, Javier I. Carrero wrote: > > One of the most annoying omissions in Scilab help system is the $ > (dollar, or currency) symbol. That symbol provides access to the last > element of a matrix and can be considered vital, such as : or \, but > it is not described in the help system (search for "dollar" shows only > a DOLLAR_f block in Xcos). > Please include it in the next release > > -- > To unsubscribe from this mailing-list, please send an empty mail to > dev-unsubscribe at lists.scilab.org > To check the archives of this mailing list, see > http://mailinglists.scilab.org/ > From orion at cora.nwra.com Wed May 16 05:31:32 2012 From: orion at cora.nwra.com (Orion Poplawski) Date: Tue, 15 May 2012 21:31:32 -0600 Subject: matio 1.5.0 Message-ID: <4FB31F94.4080700@cora.nwra.com> matio 1.5.0 does not provides matioConfig.h. Since nothing in scilab appears to use matioConfig.h directly, the attached patch should be all that is needed. -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA/CoRA Division FAX: 303-415-9702 3380 Mitchell Lane orion at cora.nwra.com Boulder, CO 80301 http://www.cora.nwra.com -------------- next part -------------- A non-text attachment was scrubbed... Name: scilab-ac-matio.patch Type: text/x-patch Size: 570 bytes Desc: not available URL: From orion at cora.nwra.com Wed May 16 06:04:17 2012 From: orion at cora.nwra.com (Orion Poplawski) Date: Tue, 15 May 2012 22:04:17 -0600 Subject: matio 1.5.0 support Message-ID: <4FB32741.6090809@cora.nwra.com> Well, my previous post is not enough for matio 1.5.0 support. More info is here: https://bugzilla.redhat.com/show_bug.cgi?id=822000 -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA/CoRA Division FAX: 303-415-9702 3380 Mitchell Lane orion at cora.nwra.com Boulder, CO 80301 http://www.cora.nwra.com From sylvestre.ledru at scilab-enterprises.com Wed May 16 09:31:35 2012 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Wed, 16 May 2012 09:31:35 +0200 Subject: [Scilab-Dev] matio 1.5.0 support In-Reply-To: <4FB32741.6090809@cora.nwra.com> References: <4FB32741.6090809@cora.nwra.com> Message-ID: <4FB357D7.4040901@scilab-enterprises.com> On 16/05/2012 06:04, Orion Poplawski wrote: > Well, my previous post is not enough for matio 1.5.0 support. More > info is here: > > https://bugzilla.redhat.com/show_bug.cgi?id=822000 > There is a commit waiting: http://codereview.scilab.org/#/c/6680/ We will merge it once 5.4.0 is released. Sylvestre From nitin.gangahar at gmail.com Thu May 17 01:43:32 2012 From: nitin.gangahar at gmail.com (niting) Date: Wed, 16 May 2012 16:43:32 -0700 (PDT) Subject: CCA toolbox loading problems Message-ID: <1337211812894-3998160.post@n3.nabble.com> Hi! I am trying to extend the CCA (Computational Convex Analysis) toolbox currently available in the ATOMS packaging system. But it seems like when I load the toolbox, the loader.sce file only loads one file in the list of file containing macros for the same. I tried comparing this toolbox with the skeleton toolbox but almost all of the templates (including CCA.start) look to be the same as the skeleton toolbox. Could any one tell me what the bug could possibly be about? Is it because there are multiple macros in one file and there should be just one macro per file? Or is it because of some other reason? Thanks a lot! Nitin -- View this message in context: http://mailinglists.scilab.org/CCA-toolbox-loading-problems-tp3998160.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From EbnerMichael3 at gmx.at Fri May 18 17:19:25 2012 From: EbnerMichael3 at gmx.at (Mike1) Date: Fri, 18 May 2012 08:19:25 -0700 (PDT) Subject: SciLab/Xcos C-Standalone running on PLC Message-ID: <1337354365005-4001037.post@n3.nabble.com> Hy, as a result of a project i?ve to implement the extracted C-Code from a small simulation in Xcos into an industrial PLC. Due to the fact i?ve implemented the standalone code and some header files. Now I want to know especially what kind of program pieces are useful and which can be deleted to run the program without any error. -- View this message in context: http://mailinglists.scilab.org/SciLab-Xcos-C-Standalone-running-on-PLC-tp4001037.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From pmguerre at gmail.com Wed May 23 12:41:57 2012 From: pmguerre at gmail.com (pmguerre) Date: Wed, 23 May 2012 03:41:57 -0700 (PDT) Subject: Can't compile metanet 0.4 with scilab 5.4.0-alpha-1 Message-ID: <1337769717206-4008388.post@n3.nabble.com> Hi I've installed scilab 5.4.0-alpha-1 with the intention of trying a new version of metanet, but i've run into a couple of problems: first, when I run the builder.sce script, it gives me an error about a mising file (hashtable.h), has you can see bellow: --------------------------------------------------------------------- !------------- Compile file hashtable_metanet.c -------------- ! ! ! ! IF NOT EXIST Release mkdir Release ! ! ! ! cl -D__MSC__ -DFORDLL -DWIN32 -c -DSTRICT -D_CRT_SECURE_NO_DEPRECATE -D__MA! ! KEFILEVC__ -nologo -I"C:/PROGRA~1/SCILAB~1.0-A/libs/MALLOC/includes" -! ! I"C:/PROGRA~1/SCILAB~1.0-A/libs/f2c" -I"C:/PROGRA~1/SCILAB~1.0-A/libs/! ! hashtable" -I"C:/PROGRA~1/SCILAB~1.0-A/libs/intl" -I"C:/PROGRA~1/SCIL! ! AB~1.0-A/modules/core/includes" -I"C:/PROGRA~1/SCILAB~1.0-A/modules/ap! ! i_scilab/includes" -I"C:/PROGRA~1/SCILAB~1.0-A/modules/call_scilab/inc! ! ludes" -I"C:/PROGRA~1/SCILAB~1.0-A/modules/output_stream/includes" -I! ! "C:/PROGRA~1/SCILAB~1.0-A/modules/jvm/includes" -I"C:/PROGRA~1/SCILAB~! ! 1.0-A/modules/localization/includes" -I"C:/PROGRA~1/SCILAB~1.0-A/modul! ! es/dynamic_link/includes" -I"C:/PROGRA~1/SCILAB~1.0-A/modules/mexlib/i! ! ncludes" -I"C:/PROGRA~1/SCILAB~1.0-A/modules/time/includes" -I"C:/PRO! ! GRA~1/SCILAB~1.0-A/modules/windows_tools/includes" -W3 -Gd -Z7 -O2 -MT ! ! -DNDEBUG /Fo"Release/" /Fd"Release/" -DFORDLL -IC:\Users\pmguerre\Downl! ! oads\metanet-0.4-src\metanet-0.4\src\c\ hashtable_metanet.c ! ! ! !hashtable_metanet.c ! ! ! !c:\users\pmguerre\downloads\metanet-0.4-src\metanet-0.4\src\c\hashtable_meta! ! net.h(17) : fatal error C1083: Cannot open include file: 'hashtable.h':! ! No such file or directory ! ! ! !NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio 10.0\V! ! C\bin\cl.EXE"' : return code '0x2' ! ! ! !Stop. ! !--error 10000 ilib_compile: Error while executing Makelib.mak. at line 27 of function dlwCompile called by : at line 52 of function ilib_compile called by : at line 94 of function ilib_for_link called by : at line 28 of function tbx_build_src called by : at line 24 of function builder_c called by : builder_c(); at line 30 of exec file called by : at line 13 of function tbx_builder called by : at line 49 of function tbx_builder_src_lang called by : at line 4 of function builder_src called by : builder_src(); at line 10 of exec file called by : at line 13 of function tbx_builder called by : at line 32 of function tbx_builder_src called by : at line 33 of function main_builder called by : main_builder(); at line 137 of exec file called by : exec(%fileToExec); disp(msprintf(gettext("Execution done.\n while executing a callback --------------------------------------------------------------------- I've copied the file hashtable.h from C:\Program Files\scilab-5.4.0-alpha-1\libs\hashtable\includes\hashtable.h to C:\Users\pmguerre\Downloads\metanet-0.4-src\metanet-0.4\src\c\hashtable.h, and tried again, and this time it gives an error about a missing lib (elementary_functions.lib) from C:/PROGRA~1/SCILAB~1.0-A/bin/elementary_functions.lib, as you can see bellow. --------------------------------------------------------------------- !Creation of dll gw_metanet_fortran.dll and import lib from ... ! ! ! !gw_metanet_fortran.obj sci_m6bandred.obj sci_m6bmatch.obj sci_m6busack.obj s! ! ci_m6cent.obj sci_m6chcm.obj sci_m6clique.obj sci_m6clique1.obj sci_m6c! ! ompc.obj sci_m6compfc.obj sci_m6concom.obj sci_m6deumesh.obj sci_m6dfs.! ! obj sci_m6dfs2.obj sci_m6diam.obj sci_m6dijkst.obj sci_m6dmtree.obj sci! ! _m6edge2st.obj sci_m6findiso.obj sci_m6flomax.obj sci_m6floqua.obj sci_! ! m6ford.obj sci_m6fordfulk.obj sci_m6frang.obj sci_m6hamil.obj sci_m6hul! ! lcvex.obj sci_m6johns.obj sci_m6kilter.obj sci_m6knapsk.obj sci_m6loadg! ! .obj sci_m6lp2tad.obj sci_m6lp2tau.obj sci_m6mesh2b.obj sci_m6meshmesh.! ! obj sci_m6ns2p.obj sci_m6p2ns.obj sci_m6pcchna.obj sci_m6permuto.obj sc! ! i_m6prevn2p.obj sci_m6prevn2st.obj sci_m6prfmatch.obj sci_m6relax.obj s! ! ci_m6saveg.obj sci_m6sconcom.obj sci_m6ta2lpd.obj sci_m6ta2lpu.obj sci_! ! m6tconex.obj sci_m6transc.obj sci_m6umtree.obj sci_m6umtree1.obj sci_m6! ! visitor.obj ! ! ! !LINK : fatal error LNK1181: cannot open input file 'C:/PROGRA~1/SCILAB~1.0-A! ! /bin/elementary_functions.lib' ! ! ! !NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio 10.0\V! ! C\bin\link.EXE"' : return code '0x49d' ! ! ! !Stop. ! !--error 10000 ilib_compile: Error while executing Makelib.mak. at line 27 of function dlwCompile called by : at line 52 of function ilib_compile called by : at line 106 of function ilib_build called by : at line 133 of function tbx_build_gateway called by : at line 116 of function builder_gw_fortran called by : builder_gw_fortran(); at line 126 of exec file called by : at line 13 of function tbx_builder called by : at line 49 of function tbx_builder_gateway_lang called by : at line 6 of function builder_gateway called by : builder_gateway() at line 15 of exec file called by : at line 13 of function tbx_builder called by : at line 32 of function tbx_builder_gateway called by : at line 34 of function main_builder called by : main_builder(); at line 137 of exec file called by : exec(%fileToExec); disp(msprintf(gettext("Execution done.\n while executing a callback --------------------------------------------------------------------- In fact, this lib file doesn't exists, only the elementary_fucntions.dll file... And I'm stuck... Is this a scilab problem (the missing lib file) or a metanet problem? I don't know, but I hope you can shed some light in this matter, cause right now I'm stuck with metanet 0.2 in scilab 5.2.x, cause metanet 0.3-2 doesn't work with scilab 5.3.x... :-( Thank you -- View this message in context: http://mailinglists.scilab.org/Can-t-compile-metanet-0-4-with-scilab-5-4-0-alpha-1-tp4008388.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From communication at scilab.org Wed May 23 15:41:35 2012 From: communication at scilab.org (Scilab Communication) Date: Wed, 23 May 2012 15:41:35 +0200 Subject: Invitation to ScilabTEC 2012, June 28th, 9.00 AM Message-ID: <4FBCE90F.9020105@scilab.org> ScilabTEC The Scilab Users Day is a unique opportunity to discover the latest software developments, industrial applications and enhance your knowledge of Scilab and its ecosystem. With *Kitware, Eramet, Sanofi, Astrium (EADS), Dassault Aviation, CNES* which have developed applications around Scilab software, you will also meet the R&D team to *discover Scilab 5.4.0 in live* and find out more about *Scilab Enterprises strategy and positioning*. ScilabTEC 2012 complete program online: http://www.scilab.org/news/events/20120516 *ScilabTEC 2012 takes place at the ?cole Polytechnique during Teratec Forum on Thursday, June 28!* Limited seating, register now for free (http://www.teratec.eu/gb/forum/inscription.php) ----------------------------- The Scilab Consortium http://www.scilab.org -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: banner.png Type: image/png Size: 110668 bytes Desc: not available URL: From sumeetsk at gmail.com Wed May 23 21:42:19 2012 From: sumeetsk at gmail.com (Sumeet) Date: Thu, 24 May 2012 01:12:19 +0530 Subject: [Scilab-Dev] Invitation to ScilabTEC 2012, June 28th, 9.00 AM In-Reply-To: <4FBCE90F.9020105@scilab.org> References: <4FBCE90F.9020105@scilab.org> Message-ID: I request that the events / talks be recorded and the videos be made available to the developer community. Thanks, Sumeet. On Wed, May 23, 2012 at 7:11 PM, Scilab Communication < communication at scilab.org> wrote: > ** > [image: ScilabTEC] > > The Scilab Users Day is a unique opportunity to discover the latest > software developments, industrial applications and enhance your knowledge > of Scilab and its ecosystem. > > With *Kitware, Eramet, Sanofi, Astrium (EADS), Dassault Aviation, CNES*which have developed applications around Scilab software, you will also > meet the R&D team to *discover Scilab 5.4.0 in live* and find out more > about *Scilab Enterprises strategy and positioning*. > > ScilabTEC 2012 complete program online: > http://www.scilab.org/news/events/20120516 > > > *ScilabTEC 2012 takes place at the ?cole Polytechnique during Teratec > Forum on Thursday, June 28!* > Limited seating, register now for free ( > http://www.teratec.eu/gb/forum/inscription.php) > > > > ----------------------------- > The Scilab Consortium > http://www.scilab.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: banner.png Type: image/png Size: 110668 bytes Desc: not available URL: From julie.paul at scilab.org Thu May 24 08:41:14 2012 From: julie.paul at scilab.org (Julie PAUL) Date: Thu, 24 May 2012 08:41:14 +0200 Subject: [Scilab-Dev] Invitation to ScilabTEC 2012, June 28th, 9.00 AM In-Reply-To: References: <4FBCE90F.9020105@scilab.org> Message-ID: <219D9BF7-B46F-4E65-B738-3641FEB84387@scilab.org> Dear Sumeet, Indeed we plan this year to record the ScilabTEC if, of course, the speakers give us their authorization. Best Regards -- Julie PAUL Communication & Public Relations Scilab Consortium (Digiteo) Phone: +33.1.39.63.55.26 Le 23 mai 2012 ? 21:42, Sumeet a ?crit : > I request that the events / talks be recorded and the videos be made available to the developer community. > > Thanks, > Sumeet. > > On Wed, May 23, 2012 at 7:11 PM, Scilab Communication wrote: > > > The Scilab Users Day is a unique opportunity to discover the latest software developments, industrial applications and enhance your knowledge of Scilab and its ecosystem. > > With Kitware, Eramet, Sanofi, Astrium (EADS), Dassault Aviation, CNES which have developed applications around Scilab software, you will also meet the R&D team to discover Scilab 5.4.0 in live and find out more about Scilab Enterprises strategy and positioning. > > ScilabTEC 2012 complete program online: http://www.scilab.org/news/events/20120516 > > > ScilabTEC 2012 takes place at the ?cole Polytechnique during Teratec Forum on Thursday, June 28! > Limited seating, register now for free (http://www.teratec.eu/gb/forum/inscription.php) > > > > ----------------------------- > The Scilab Consortium > http://www.scilab.org > > From Laurent.Berger at univ-lemans.fr Fri May 25 14:20:05 2012 From: Laurent.Berger at univ-lemans.fr (Laurent BERGER) Date: Fri, 25 May 2012 14:20:05 +0200 Subject: StartScilab and thread Message-ID: <4FBF78F5.2060406@univ-lemans.fr> Hi, For multithread application (windows XP) every thread must called StartScilab or only master process? Thanks you for yours answers -- Laurent Berger From laurent.berger at univ-lemans.fr Thu May 31 18:10:17 2012 From: laurent.berger at univ-lemans.fr (laurent berger) Date: Thu, 31 May 2012 09:10:17 -0700 (PDT) Subject: StartScilab Message-ID: <1338480617567-4024266.post@n3.nabble.com> Hi, I want to startscilab from this code : bool MyApp::OnInit() { if ( !wxApp::OnInit() ) return false; char *sciPath="/usr/bin/"; char *sciStart="/usr/share/scilab/etc/"; if ( StartScilab(sciPath,sciStart,NULL) == FALSE ) { fprintf(stderr,"Error while calling StartScilab\n"); return -1; }.......... After running the code a segmentation fault occur. The stack is : #0 0x394cb90 LoadFunctionsTab() (/usr/lib/scilab/libscicore.so.5:??) #1 0x394df75 InitializeCore() (/usr/lib/scilab/libscicore.so.5:??) #2 0x392ff96 initscilab_() (/usr/lib/scilab/libscicore.so.5:??) #3 0x3970829 inisci_() (/usr/lib/scilab/libscicore.so.5:??) #4 0xb0f00e StartScilab() (/usr/lib/scilab/libscicall_scilab.so.5:??) #5 0x805517f MyApp::OnInit(this=0x8093a50) (/home/lb/ServeurSci/ServeurScilab.cpp:208) #6 0x805a9d4 wxAppConsoleBase::CallOnInit(this=0x8093a50) (/home/lb/wxWidgets-2.9.3/include/wx/app.h:94) #7 0x121c000 wxEntry(int&, wchar_t**) () (/home/lb/wxWidgets-2.9.3/lib/libwx_baseu-2.9.so.3:??) #8 0x121c0d7 wxEntry(int&, char**) () (/home/lb/wxWidgets-2.9.3/lib/libwx_baseu-2.9.so.3:??) #9 0x80550cd main(argc=1, argv=0xbffff874) (/home/lb/ServeurSci/ServeurScilab.cpp:188) sciPath is defined because in folder /usr/bin/ I can find scilab-bin and scilab scripts sciStart is defined because in folder /usr/share/scilab/etc/ I can find scilab.start If I run scilab from a menu getenv("SCI") from console give /usr./share/scilab and getenv("SCIPATH") /usr./share/scilab but with this value previous code exit with error code 1 Thanks you for yours answers Ubuntu 10.10 scilab 5.2.2 -- View this message in context: http://mailinglists.scilab.org/StartScilab-tp4024266.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com.