From communication at scilab-enterprises.com Thu Aug 2 11:01:05 2012 From: communication at scilab-enterprises.com (Communication) Date: Thu, 02 Aug 2012 11:01:05 +0200 Subject: Release of Scilab 5.4.0 beta 2 Message-ID: <501A41D1.3090100@scilab-enterprises.com> Dear Scilab Users, Scilab Enterprises is glad to announce the release of Scilab 5.4.0 beta 2 which includes new eigs function to calculate eigenvalues and eigenvectors of matrices and improvements in Scilab documentation. Scilab 5.4.0 beta 2 is a test version provided to the community and available for download on our website at: http://www.scilab.org/products/scilab/download/5.4.0-beta-2 If you find a bug, please report it to Scilab bug tracking system (http://bugzilla.scilab.org/). Best Regards -- Communications and Public Relations Department ---------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France http://www.scilab-enterprises.com From rei.listas at yahoo.com Fri Aug 3 03:32:29 2012 From: rei.listas at yahoo.com (Reinaldo) Date: Thu, 2 Aug 2012 18:32:29 -0700 (PDT) Subject: [Scilab-Dev] Linpro function does not work on Scilab 5.4.0-beta-1 for Mac OS X Lion In-Reply-To: <4FF0E030.4010801@scilab-enterprises.com> References: <1341183385.42129.YahooMailNeo@web122501.mail.ne1.yahoo.com> <4FF0E030.4010801@scilab-enterprises.com> Message-ID: <1343957549.99119.YahooMailNeo@web122503.mail.ne1.yahoo.com> Hi Scilab developers, I would like to receive news about the status of?http://forge.scilab.org/index.php/p/quapro/issues/773/ Tnx. Reinaldo. ________________________________ De: Sylvestre Ledru Para: dev at lists.scilab.org Enviadas: Domingo, 1 de Julho de 2012 20:41 Assunto: Re: [Scilab-Dev] Linpro function does not work on Scilab 5.4.0-beta-1 for Mac OS X Lion Le 02/07/2012 00:56, Reinaldo a ?crit?: Hi all developers, > > >I register the bug on "linpro" function ("quapro" atoms) for Scilab 5.4.0-alpha-1 for Mac OS X Lion. > > >This bug still occurs on Scilab 5.4.0-beta-1. :-( > > >I hope once registered this bug, Scilab could check it and provides a solution. The "quapro" atoms is important >for optimization. > Well, the bug report was not really bringing enough information to help. I also moved the bug here: http://forge.scilab.org/index.php/p/quapro/issues/773/ Because it is a problem related to quapro module and not the Scilab software. By the way, quapro is non-free code and removed from the Scilab distribution during the switch to the CeCILL license. You should try to download the source and build the module yourself to see if the problem is fixed. Sylvestre -------------- next part -------------- An HTML attachment was scrubbed... URL: From abelZim at yahoo.com Sat Aug 4 14:28:52 2012 From: abelZim at yahoo.com (abelzim) Date: Sat, 4 Aug 2012 05:28:52 -0700 (PDT) Subject: Decomposition Message-ID: <1344083315.37510.YahooMailNeo@web162901.mail.bf1.yahoo.com> Hello, Is there anyone who can provide me with help on the use of scilab to write code for several graphs from obtained signals.? I have tried several options with no progress. Thanks for your assistance. Dave -- View this message in context: http://mailinglists.scilab.org/Decomposition-tp4024668.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From dungnguyenbk at gmail.com Fri Aug 17 05:13:03 2012 From: dungnguyenbk at gmail.com (hehiha) Date: Thu, 16 Aug 2012 20:13:03 -0700 (PDT) Subject: Error compiling new scilab source code with Visual Studio C++ 2010 Express Message-ID: <1345173183310-4024707.post@n3.nabble.com> Hi I try to build scilab source code with Visual Studio C++ 2010 Express. My steps: 1. I get the latest source code by git from link http://git.scilab.org/scilab.git to scilab folder 2. I down prerequirements-scilab-5.4.0-beta-2-src.zip file for scilab link http://www.scilab.org/communities/developer_zone/scilab_versions/stable/stable3 3. I extract prerequirements-scilab-5.4.0-beta-2-src.zip file and copy to scilab/scilab folder 4. I open Scilab_f2c.sln file and build by Visual Studio C++ 2010 Express. But have some error 5>C:\Documents and Settings\abc\Desktop\scilab\scilab\Visual-Studio-settings\f2c.targets(45,5): error MSB3721: The command "cd "C:\Documents and Settings\abc\Desktop\scilab\scilab\modules\sparse\sci_gateway\fortran\" 5>C:\Documents and Settings\abc\Desktop\scilab\scilab\Visual-Studio-settings\f2c.targets(45,5): error MSB3721: "C:\Documents and Settings\abc\Desktop\scilab\scilab\bin\f2c.exe" -E -I..\..\..\core\includes -I..\..\..\..\core\includes "sci_f_spmax.f" 2>NUL 5>C:\Documents and Settings\abc\Desktop\scilab\scilab\Visual-Studio-settings\f2c.targets(45,5): error MSB3721: 5>C:\Documents and Settings\abc\Desktop\scilab\scilab\Visual-Studio-settings\f2c.targets(45,5): error MSB3721: " exited with code 1. Could you tell me the way to fix these error ? -- View this message in context: http://mailinglists.scilab.org/Error-compiling-new-scilab-source-code-with-Visual-Studio-C-2010-Express-tp4024707.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From dungnguyenbk at gmail.com Mon Aug 20 06:01:47 2012 From: dungnguyenbk at gmail.com (hehiha) Date: Sun, 19 Aug 2012 21:01:47 -0700 (PDT) Subject: [Scilab-Dev] [Dev] Error compiling new scilab source code with Visual Studio C++ 2010 Express In-Reply-To: <502E5EE3.1070203@scilab-enterprises.com> References: <1345173183310-4024707.post@n3.nabble.com> <502E5EE3.1070203@scilab-enterprises.com> Message-ID: <1345435307437-4024713.post@n3.nabble.com> Sylvestre Ledru-4 wrote > > In the directory of sci_f_spmax.h, could you try > > f2c.exe -E -I..\..\..\core\includes -I..\..\..\..\core\includes > sci_f_spmax.f > In this directory don't have file sci_f_spmax.h and sci_f_spmax.f. Only generate file sci_f_spmax.c. But this file is empty. http://mailinglists.scilab.org/file/n4024713/scilab540beta2.png -- View this message in context: http://mailinglists.scilab.org/Error-compiling-new-scilab-source-code-with-Visual-Studio-C-2010-Express-tp4024707p4024713.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From vincent.couvert at scilab-enterprises.com Mon Aug 20 09:29:32 2012 From: vincent.couvert at scilab-enterprises.com (Vincent COUVERT) Date: Mon, 20 Aug 2012 09:29:32 +0200 Subject: [Scilab-Dev] [Dev] Error compiling new scilab source code with Visual Studio C++ 2010 Express In-Reply-To: <1345435307437-4024713.post@n3.nabble.com> References: <1345173183310-4024707.post@n3.nabble.com> <502E5EE3.1070203@scilab-enterprises.com> <1345435307437-4024713.post@n3.nabble.com> Message-ID: <5031E75C.20503@scilab-enterprises.com> Hi all, This problem is now fixed. Regards. Le 20/08/12 06:01, hehiha a ?crit : > Sylvestre Ledru-4 wrote >> In the directory of sci_f_spmax.h, could you try >> >> f2c.exe -E -I..\..\..\core\includes -I..\..\..\..\core\includes >> sci_f_spmax.f >> > In this directory don't have file sci_f_spmax.h and sci_f_spmax.f. Only > generate file sci_f_spmax.c. > But this file is empty. > http://mailinglists.scilab.org/file/n4024713/scilab540beta2.png > > > > -- > View this message in context: http://mailinglists.scilab.org/Error-compiling-new-scilab-source-code-with-Visual-Studio-C-2010-Express-tp4024707p4024713.html > Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev From dungnguyenbk at gmail.com Wed Aug 22 03:25:21 2012 From: dungnguyenbk at gmail.com (hehiha) Date: Tue, 21 Aug 2012 18:25:21 -0700 (PDT) Subject: [Scilab-Dev] [Dev] Error compiling new scilab source code with Visual Studio C++ 2010 Express In-Reply-To: <5031E75C.20503@scilab-enterprises.com> References: <1345173183310-4024707.post@n3.nabble.com> <502E5EE3.1070203@scilab-enterprises.com> <1345435307437-4024713.post@n3.nabble.com> <5031E75C.20503@scilab-enterprises.com> Message-ID: <1345598721881-4024726.post@n3.nabble.com> Hi. I sorry to disturb you. But I get new code from git. sparse_f2c.vcxproj file remove. sparse_f2c.vcxproj.filters file remove Fortran files Fortran files Fortran files But I still have error when I compiling this source code. 1> sci_f_spmax.c 1>c1 : fatal error C1083: Cannot open source file: '..\..\sci_gateway\fortran\sci_f_spmax.c': No such file or directory 1> dspmax.c 1>c1 : fatal error C1083: Cannot open source file: 'dspmax.c': No such file or directory 1> dspmin.c 1>c1 : fatal error C1083: Cannot open source file: 'dspmin.c': No such file or directory 1> Generating Code... 2> 'C:\Documents' is not recognized as an internal or external command, 2> operable program or batch file. 2> Could Not Find C:\Documents and Settings\abc\Desktop\scilabcode\scilab\scilab\modules\special_functions\src\fortran\Debug\*.def 2>LINK : fatal error LNK1104: cannot open file 'special_functions_f.def' -- View this message in context: http://mailinglists.scilab.org/Error-compiling-new-scilab-source-code-with-Visual-Studio-C-2010-Express-tp4024707p4024726.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From dkajah at gmail.com Sun Aug 26 23:26:06 2012 From: dkajah at gmail.com (Daniel Penalva) Date: Sun, 26 Aug 2012 18:26:06 -0300 Subject: [Scilab-Dev] Fwd: Problems in the acess of the LDAP services In-Reply-To: References: Message-ID: I think this list is more likely to be related to the issue, thank you. ---------- Forwarded message ---------- From: Daniel Penalva Date: Sun, Aug 26, 2012 at 6:22 PM Subject: Problems in the acess of the LDAP services To: users at lists.scilab.org Hi fellows, iam sorry if this is not the better place to this but i was unable to find/acess others. Iam having problem to access bugzilla and Atoms account in which this e-mail is the login. I also have some bug to report, relating SciNotes, to report but cant access bugzilla in the moment. For the Scinotes: After extensive operations with large matrices and a lot of macro editing and saving, it stops to save macros and update the files, it did not had thrown anything to notice the bug. My version: scilab-master-1341247028 in Ubuntu 12.04 thank you -- *Democracia Digital Direta Informe-se: * http://pontosdecultura.org.br/noticias/carta-democracia-direta-em-circulacao/ *AfroAmbiental eh sociedade em Axe e Diversidade* http://afroambiental.org Daniel Penalva State related activity, currently: Phd - Physics in Institute for Theoretical Physics - http://www.ift.unesp.br/posgrad/ramais-alunos-pos.php Transparency portal(workflows): http://www.nightsc.com.br/aa/interface_v0.1.php *look for SUoU9 user, or do ctrl+f and SUoU9* FLOSS and related ideas enthusiastic -- *Democracia Digital Direta Informe-se: * http://pontosdecultura.org.br/noticias/carta-democracia-direta-em-circulacao/ *AfroAmbiental eh sociedade em Axe e Diversidade* http://afroambiental.org Daniel Penalva State related activity, currently: Phd - Physics in Institute for Theoretical Physics - http://www.ift.unesp.br/posgrad/ramais-alunos-pos.php Transparency portal(workflows): http://www.nightsc.com.br/aa/interface_v0.1.php *look for SUoU9 user, or do ctrl+f and SUoU9* FLOSS and related ideas enthusiastic -------------- next part -------------- An HTML attachment was scrubbed... URL: From communication at scilab-enterprises.com Thu Aug 30 14:28:53 2012 From: communication at scilab-enterprises.com (Communication) Date: Thu, 30 Aug 2012 14:28:53 +0200 Subject: [Scilab-Dev] Release of Scilab 5.4.0 beta 3 Message-ID: <503F5C85.8010003@scilab-enterprises.com> Dear Scilab Users, Scilab Enterprises is glad to announce the release of Scilab 5.4.0 beta 3, the latest test version provided to the community before the stable version release. Scilab 5.4.0 beta 3 is available for download at: http://www.scilab.org/products/scilab/download/5.4.0-beta-3 If you find a bug, please report it to Scilab bug tracking system: http://bugzilla.scilab.org/ Best Regards Communications and Public Relations Department --------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France http://www.scilab-enterprises.com