From martin.highUp at gmx.net Mon Nov 4 15:29:33 2013 From: martin.highUp at gmx.net (MartinUp2) Date: Mon, 4 Nov 2013 06:29:33 -0800 (PST) Subject: [Scilab-Dev] JIMS: how to write from Java to Console Window Message-ID: <1383575373891-4027766.post@n3.nabble.com> Hello I am implementing some functionality for Scilab in Java using JIMS (Java Interaction Mechanism in Scilab). Everything (creating objects, calling methods, ...) works fine but since Scilab 5.4.1 I can not write to the SciLab Console Window any more. See the example below. The Program I am writing shall give the user some feedback what is going on. System.err.println and log4j2 worked fine in Scilab 5.4.0. Nowadays I have the open the log file what is not that convenient and I can not use diary("scilabLog.txt") in Scilab to capture the whole session. Is there any functionality to write to the Console in JIMS which I did not find? Is it a desired behaviour that System.err is not forward to the console any more? And System.out? I personally liked that it was easy to use log4j2 to log to the Console Window. Thanks for any help / Martin --JimsHelloWorld.java ----------------- package experimental; public class JimsHelloWorld { public JimsHelloWorld() { } public static int printHello() { System.out.println("out>>> Hello"); System.err.println("err>>> Hello"); return 1; } } --------------------------------------- --------------------------------------- jimport("experimental.JimsHelloWorld") JimsHelloWorld.printHello() --------------------------------------- Scilab 5.4.0 --------------- -->JimsHelloWorld.printHello() err>>> Hello ans = 1 ------------- Scilab 5.4.1 ---------- -->JimsHelloWorld.printHello() ans = 1 ---------- scilab-master-1382971466: Does not start. The last version I tested behaved like Scilab 5.4.1 -- View this message in context: http://mailinglists.scilab.org/JIMS-how-to-write-from-Java-to-Console-Window-tp4027766.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From calixte.denizet at scilab-enterprises.com Mon Nov 4 15:58:29 2013 From: calixte.denizet at scilab-enterprises.com (Calixte Denizet) Date: Mon, 04 Nov 2013 15:58:29 +0100 Subject: [Scilab-Dev] Scinotes does not recognize https nor ftp urls In-Reply-To: <1382097965515-4027648.post@n3.nabble.com> References: <1382097965515-4027648.post@n3.nabble.com> Message-ID: <5277B615.2000300@scilab-enterprises.com> Hi, I reported a bug: http://bugzilla.scilab.org/show_bug.cgi?id=13049 Thanks Calixte On 18/10/2013 14:06, binoyte wrote: > Hi, > > Scinote integrates some nice feature improving comments such as > * latex comment > * formatting todo comment > * clickable url / email > > On the last point, Scinote just only recognise /http:/// url. > It make sense to improve this feature to others protocols. > First /https:/// and /ftp:/// > > but what about /dav:// davs:// sftp:// ftps:// smb:/// etc... > > I don't think this is a lot of work, since scinote is already able to > recognize http:// and email address. > > Thanks ! > > > > -- > View this message in context: http://mailinglists.scilab.org/Scinotes-does-not-recognize-https-nor-ftp-urls-tp4027648.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 -- Calixte Denizet Software Development Engineer ----------------------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France http://www.scilab-enterprises.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From communication at scilab-enterprises.com Fri Nov 8 13:40:46 2013 From: communication at scilab-enterprises.com (Scilab Communications) Date: Fri, 08 Nov 2013 13:40:46 +0100 Subject: [Scilab-Dev] Save the date - ScilabTEC 2014 Message-ID: <527CDBCE.6040807@scilab-enterprises.com> Dear Scilab Community, Organized by Scilab Enterprises and the Scilab International Partnership Committee with the support of Inria, ScilabTEC 2014 will be held on May 15 and 16 at Edouard VII Convention Center in Paris. Coming soon a dedicated website and a call for papers. More on: http://www.scilab.org/community/news/20131108 Best Regards -- Communication Department, Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles (France) http://www.scilab-enterprises.com - http://www.scilab.org From mail at filipesaraiva.info Sun Nov 10 05:17:00 2013 From: mail at filipesaraiva.info (Filipe Saraiva) Date: Sun, 10 Nov 2013 02:17:00 -0200 Subject: [Scilab-Dev] Restart my password in codereview Message-ID: <527F08BC.3090703@filipesaraiva.info> Hello, Sorry for this mail. I pushed a commit to codereview (https://codereview.scilab.org/#/c/13124/) but I don't remember my password to post comment there. Please, could you reset my password? My e-mail in codereview is filip.saraiva at gmail.com Thanks; -- Filipe Saraiva http://filipesaraiva.info/ From dominique.callens at scilab-enterprises.com Tue Nov 12 11:06:01 2013 From: dominique.callens at scilab-enterprises.com (Dominique Callens) Date: Tue, 12 Nov 2013 11:06:01 +0100 Subject: [Scilab-Dev] Restart my password in codereview In-Reply-To: <527F08BC.3090703@filipesaraiva.info> References: <527F08BC.3090703@filipesaraiva.info> Message-ID: <5281FD89.3040805@scilab-enterprises.com> Hello, Your new password will be sent in a separate mail. Best regards, Le 10/11/2013 05:17, Filipe Saraiva a ?crit : > Hello, > > Sorry for this mail. I pushed a commit to codereview > (https://codereview.scilab.org/#/c/13124/) but I don't remember my > password to post comment there. > > Please, could you reset my password? > > My e-mail in codereview is filip.saraiva at gmail.com > > Thanks; > -- Mrs Dominique Callens System Administrator --------------------------------------------------------------------- Scilab Enterprises 143 bis rue Yves Le Coz - 78000 Versailles - France Phone: +33.1.80.77.04.69 http://www.scilab-enterprises.com From rfabbri at gmail.com Thu Nov 14 00:24:17 2013 From: rfabbri at gmail.com (Ricardo Fabbri) Date: Wed, 13 Nov 2013 21:24:17 -0200 Subject: [Scilab-Dev] patch for JAVA_HOME In-Reply-To: <5226D7DB.2080403@scilab-enterprises.com> References: <5226D7DB.2080403@scilab-enterprises.com> Message-ID: Here's a similar patch for the newer java.m4, which was needed to get Scilab to compile with java 6 (for test purposes). 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 Wed, Sep 4, 2013 at 3:48 AM, Sylvestre Ledru wrote: > On 04/09/2013 04:09, Ricardo Fabbri wrote: >> Hi, >> >> I needed to test Scilab by compiling and running it with both java 6 >> and then with java 7 under Mac OSX, but JAVA_HOME was being ignored >> (eg, it used the default Java 7 when I needed Java 6). >> >> I have made a simple patch to bin/scilab and m4/java.m4, as attached, >> to get Scilab to work with java paths a bit better on OSX. >> > Thanks for the patch. Looks good! > I applied it here: > > https://codereview.scilab.org/12421 > > S > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev -------------- next part -------------- A non-text attachment was scrubbed... Name: java-home-fix-2.patch Type: application/octet-stream Size: 1740 bytes Desc: not available URL: From mathieu.dubois at limsi.fr Sun Nov 17 23:29:18 2013 From: mathieu.dubois at limsi.fr (Mathieu Dubois) Date: Sun, 17 Nov 2013 23:29:18 +0100 Subject: [Scilab-Dev] Scilab and shebang Message-ID: Hello everybody, I have been using scilab for several years now and I wanted to propose an enhancement: it would be really cool to be able to execute scilab scripts on the terminal (like it is possible in python, octave, etc.). Note that this grew out of my needs so it's not just "this feature seems cool, let's add it". I'm not an expert but I don't think this is possible right now. Most of you probably knows the shebang mechanism under UNIX so I was wondering if this is a possible way to add this feature (maybe for some reason it is impossible). Just out of curiosity I have cloned the scilab 5 repositories but I couldn't find a place to start modifying it. Anyway, I have written a SEP (according to the current counter, this could become SEP 71) but I don't know how to submit it. Do I have to send it to this ML? Mathieu From nomiya at galaxy.dti.ne.jp Mon Nov 18 04:05:42 2013 From: nomiya at galaxy.dti.ne.jp (Masaru Nomiya) Date: Mon, 18 Nov 2013 12:05:42 +0900 Subject: [Scilab-Dev] compilation failure Message-ID: <87pppypfy1.wl%nomiya@galaxy.dti.ne.jp> Hello, I got the very latest git of scilab, and tried to compile it. But, I got the error; [...] libtool: link: g++ -DNDEBUG -fno-stack-protector -fpermissive -static-libstdc++ -static-libgcc -o .libs/scilab-cli-bin scilab_cli_bin-mainscic.o -Wl,--no-as-needed ./modules/.libs/libscilab-cli.so -L/usr/lib64 -llapack -lblas -lcurl /tmp/source/scilab/scilab/modules/functions/.libs/libscifunctions.so /usr/lib64/libxml2.so -llzma -lz /tmp/source/scilab/scilab/modules/call_scilab/.libs/libscicall_scilab.so /tmp/source/scilab/scilab/modules/localization/.libs/libscilocalization.so /tmp/source/scilab/scilab/modules/special_functions/.libs/libscispecial_functions.so /tmp/source/scilab/scilab/modules/completion/.libs/libscicompletion.so /tmp/source/scilab/scilab/modules/history_manager/.libs/libscihistory_manager.so -lpcreposix -lpcre /tmp/source/scilab/scilab/modules/hdf5/.libs/libscihdf5.so -lhdf5 -lhdf5_hl -lfftw3 /tmp/source/scilab/scilab/modules/statistics/.libs/libscistatistics.so /tmp/source/scilab/scilab/modules/xml/.libs/libscixml.so /tmp/source/scilab/scilab/modules/ext! ernal_objects/.libs/libsciexternal_objects.so /tmp/source/scilab/scilab/modules/preferences/.libs/libscipreferences-cli.so /tmp/source/scilab/scilab/modules/gui/.libs/libscigui-disable.so /tmp/source/scilab/scilab/modules/graphics/.libs/libscigraphics-disable.so /tmp/source/scilab/scilab/modules/graphic_export/.libs/libscigraphic_export-disable.so /tmp/source/scilab/scilab/modules/console/.libs/libsciconsole-minimal.so /tmp/source/scilab/scilab/modules/action_binding/.libs/libsciaction_binding-disable.so /tmp/source/scilab/scilab/modules/jvm/.libs/libscijvm-disable.so /tmp/source/scilab/scilab/modules/xcos/.libs/libscixcos-disable.so /tmp/source/scilab/scilab/modules/graphic_objects/.libs/libscigraphic_objects-disable.so /tmp/source/scilab/scilab/modules/scinotes/.libs/libsciscinotes-disable.so /tmp/source/scilab/scilab/modules/ui_data/.libs/libsciui_data-disable.so /tmp/source/scilab/scilab/modules/history_browser/.libs/libscihistory_browser-disable.so /tmp/source/scilab/s! cilab/modules/commons/.libs/libscicommons-disable.so -L/usr/lib64/gcc/ x86_64-suse-linux/4.7 -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../.. -lgfortran -liconv -lquadmath -lpthread -ldl -lncurses -lm -Wl,-rpath -Wl,/usr/lib64/scilab -Wl,-rpath -Wl,/usr/lib64 Found dependency from scilab-cli-bin to libstdc++ found make[1]: *** [check-libstdcpp-dep] error 2 make[1]: directory `/tmp/source/scilab/scilab' ????? make: *** [all-recursive] error 1 My Environment; OS: OpenSUSE 12.3 gcc : 4.7.3 c++ : 4.7.3 > rpm -qa | grep libstdc libstdc++-devel-4.7-7.1.1.x86_64 libstdc++47-devel-4.7.3_20130411-92.1.x86_64 libstdc++6-4.8.2+r203692-63.1.x86_64 libstdc++6-32bit-4.7.2_20130108-2.1.6.x86_64 Any help? Regards, --- ????? Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ???? ???? "Bill! You married with Computers. Not with Me!" "No..., with money." From communication at scilab-enterprises.com Mon Nov 18 09:22:03 2013 From: communication at scilab-enterprises.com (Scilab Communications) Date: Mon, 18 Nov 2013 09:22:03 +0100 Subject: [Scilab-Dev] ScilabTEC 2014 - Call for papers Message-ID: <5289CE2B.2090701@scilab-enterprises.com> Is this email not displaying correctly? View it in your browser ScilabTEC Call for Papers ScilabTEC is the annual meeting of current and future Scilab users which has become the major event of numerical computation and simulation community since 2009. SUBMIT YOUR ABSTRACT at scilabtec at scilab-enterprises.com Deadline for abstract submission: 17th January 2014 The Conference Commitee welcomes abstracts on the main scientific domains using Scilab/Xcos for numerical computation such as automotive, aeronautics, space, energy, defense, telecommunications, biomedical, finance, transportation, environment. The purpose of the presentation is to show the full potential of Scilab/Xcos for solving real life problems. In particular, Scilab industrial applications and new Scilab external modules presentations will be greatly appreciated. http://www.scilabtec.com Communication Department, Scilab Enterprises | communication at scilab-enterprises.com 143bis rue Yves Le Coz - 78000 Versailles | www.scilab-enterprises.com - www.scilab.org scilabtec -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 12875 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 16786 bytes Desc: not available URL: From sylvestre.ledru at scilab-enterprises.com Tue Nov 19 11:27:49 2013 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Tue, 19 Nov 2013 11:27:49 +0100 Subject: [Scilab-Dev] compilation failure In-Reply-To: <87pppypfy1.wl%nomiya@galaxy.dti.ne.jp> References: <87pppypfy1.wl%nomiya@galaxy.dti.ne.jp> Message-ID: <528B3D25.5000205@scilab-enterprises.com> Hello, > Found dependency from scilab-cli-bin to libstdc++ found Add --disable-static-system-lib to the configure Sylvestre From nomiya at galaxy.dti.ne.jp Tue Nov 19 13:27:21 2013 From: nomiya at galaxy.dti.ne.jp (Masaru Nomiya) Date: Tue, 19 Nov 2013 21:27:21 +0900 Subject: [Scilab-Dev] compilation failure In-Reply-To: <528B3D25.5000205@scilab-enterprises.com> References: <87pppypfy1.wl%nomiya@galaxy.dti.ne.jp> <528B3D25.5000205@scilab-enterprises.com> Message-ID: <87wqk4poeu.wl%nomiya@galaxy.dti.ne.jp> Hello, In the Message; Subject : Re: [Scilab-Dev] compilation failure Message-ID : <528B3D25.5000205 at scilab-enterprises.com> Date & Time: Tue, 19 Nov 2013 11:27:49 +0100 Sylvestre Ledru has written: >> Found dependency from scilab-cli-bin to libstdc++ found > Add --disable-static-system-lib to the configure Solved! Thanks a lot. Regards, --- ????? Masaru Nomiya mail-to: nomiya @ galaxy.dti.ne.jp ???? ???? "Bill! You married with Computers. Not with Me!" "No..., with money." From mathieu.dubois at limsi.fr Wed Nov 20 10:16:45 2013 From: mathieu.dubois at limsi.fr (Mathieu Dubois) Date: Wed, 20 Nov 2013 10:16:45 +0100 Subject: [Scilab-Dev] Scilab and shebang In-Reply-To: References: Message-ID: <18217c9b37aa6f94fbbe969a25e3dbc9@limsi.fr> Hello, Please find attached the SEP proposal. Mathieu On 2013-11-17 23:29, Mathieu Dubois wrote: > Hello everybody, > > I have been using scilab for several years now and I wanted to > propose an enhancement: it would be really cool to be able to execute > scilab scripts on the terminal (like it is possible in python, > octave, > etc.). Note that this grew out of my needs so it's not just "this > feature seems cool, let's add it". > > I'm not an expert but I don't think this is possible right now. Most > of you probably knows the shebang mechanism under UNIX so I was > wondering if this is a possible way to add this feature (maybe for > some reason it is impossible). Just out of curiosity I have cloned > the > scilab 5 repositories but I couldn't find a place to start modifying > it. > > Anyway, I have written a SEP (according to the current counter, this > could become SEP 71) but I don't know how to submit it. Do I have to > send it to this ML? > > Mathieu > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev -------------- next part -------------- A non-text attachment was scrubbed... Name: SEP_SEP_071_shebang_support.odt Type: application/vnd.oasis.opendocument.text Size: 27136 bytes Desc: not available URL: From sylvestre.ledru at scilab-enterprises.com Wed Nov 20 12:00:39 2013 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Wed, 20 Nov 2013 12:00:39 +0100 Subject: [Scilab-Dev] Scilab and shebang In-Reply-To: <18217c9b37aa6f94fbbe969a25e3dbc9@limsi.fr> References: <18217c9b37aa6f94fbbe969a25e3dbc9@limsi.fr> Message-ID: <528C9657.3060300@scilab-enterprises.com> Hello Mathieu, I agree that this feature misses in Scilab (I reported a bug report for this feature a few years ago: http://bugzilla.scilab.org/show_bug.cgi?id=6854 ) However, due to the architecture of Scilab 5, I don't know how feasable it is ... Sorry, Sylvestre On 20/11/2013 10:16, Mathieu Dubois wrote: > Hello, > > Please find attached the SEP proposal. > > Mathieu > > On 2013-11-17 23:29, Mathieu Dubois wrote: >> Hello everybody, >> >> I have been using scilab for several years now and I wanted to >> propose an enhancement: it would be really cool to be able to execute >> scilab scripts on the terminal (like it is possible in python, octave, >> etc.). Note that this grew out of my needs so it's not just "this >> feature seems cool, let's add it". >> >> I'm not an expert but I don't think this is possible right now. Most >> of you probably knows the shebang mechanism under UNIX so I was >> wondering if this is a possible way to add this feature (maybe for >> some reason it is impossible). Just out of curiosity I have cloned the >> scilab 5 repositories but I couldn't find a place to start modifying >> it. >> >> Anyway, I have written a SEP (according to the current counter, this >> could become SEP 71) but I don't know how to submit it. Do I have to >> send it to this ML? >> >> Mathieu >> _______________________________________________ >> dev mailing list >> dev at lists.scilab.org >> http://lists.scilab.org/mailman/listinfo/dev > > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev > From mathieu.dubois at limsi.fr Wed Nov 20 14:30:07 2013 From: mathieu.dubois at limsi.fr (Mathieu Dubois) Date: Wed, 20 Nov 2013 14:30:07 +0100 Subject: [Scilab-Dev] Scilab and shebang In-Reply-To: <528C9657.3060300@scilab-enterprises.com> References: <18217c9b37aa6f94fbbe969a25e3dbc9@limsi.fr> <528C9657.3060300@scilab-enterprises.com> Message-ID: Hello, Thanks for the bug report (I should have checked). As proposed in the bug report, I was thinking that Scilab 6 is the right target. Is this still planned? Mathieu On 2013-11-20 12:00, Sylvestre Ledru wrote: > Hello Mathieu, > > I agree that this feature misses in Scilab (I reported a bug report > for > this feature a few years ago: > http://bugzilla.scilab.org/show_bug.cgi?id=6854 ) > > However, due to the architecture of Scilab 5, I don't know how > feasable > it is ... > > Sorry, > Sylvestre > > On 20/11/2013 10:16, Mathieu Dubois wrote: >> Hello, >> >> Please find attached the SEP proposal. >> >> Mathieu >> >> On 2013-11-17 23:29, Mathieu Dubois wrote: >>> Hello everybody, >>> >>> I have been using scilab for several years now and I wanted to >>> propose an enhancement: it would be really cool to be able to >>> execute >>> scilab scripts on the terminal (like it is possible in python, >>> octave, >>> etc.). Note that this grew out of my needs so it's not just "this >>> feature seems cool, let's add it". >>> >>> I'm not an expert but I don't think this is possible right now. >>> Most >>> of you probably knows the shebang mechanism under UNIX so I was >>> wondering if this is a possible way to add this feature (maybe for >>> some reason it is impossible). Just out of curiosity I have cloned >>> the >>> scilab 5 repositories but I couldn't find a place to start >>> modifying >>> it. >>> >>> Anyway, I have written a SEP (according to the current counter, >>> this >>> could become SEP 71) but I don't know how to submit it. Do I have >>> to >>> send it to this ML? >>> >>> Mathieu >>> _______________________________________________ >>> dev mailing list >>> dev at lists.scilab.org >>> http://lists.scilab.org/mailman/listinfo/dev >> >> >> _______________________________________________ >> dev mailing list >> dev at lists.scilab.org >> http://lists.scilab.org/mailman/listinfo/dev >> > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev From mathieu.dubois at limsi.fr Sun Nov 24 20:37:39 2013 From: mathieu.dubois at limsi.fr (Mathieu Dubois) Date: Sun, 24 Nov 2013 20:37:39 +0100 Subject: [Scilab-Dev] Scilab and shebang In-Reply-To: References: <18217c9b37aa6f94fbbe969a25e3dbc9@limsi.fr> <528C9657.3060300@scilab-enterprises.com> Message-ID: <357fd146fbdc00a81039964e8d59e2c0@limsi.fr> Hello, Could anyone provide some guidance on how to implement this in Scilab 6? I can't promise but I may find some time to work in this. Mathieu On 2013-11-20 14:30, Mathieu Dubois wrote: > Hello, > > Thanks for the bug report (I should have checked). > > As proposed in the bug report, I was thinking that Scilab 6 is the > right target. Is this still planned? > > Mathieu > > On 2013-11-20 12:00, Sylvestre Ledru wrote: >> Hello Mathieu, >> >> I agree that this feature misses in Scilab (I reported a bug report >> for >> this feature a few years ago: >> http://bugzilla.scilab.org/show_bug.cgi?id=6854 ) >> >> However, due to the architecture of Scilab 5, I don't know how >> feasable >> it is ... >> >> Sorry, >> Sylvestre >> >> On 20/11/2013 10:16, Mathieu Dubois wrote: >>> Hello, >>> >>> Please find attached the SEP proposal. >>> >>> Mathieu >>> >>> On 2013-11-17 23:29, Mathieu Dubois wrote: >>>> Hello everybody, >>>> >>>> I have been using scilab for several years now and I wanted to >>>> propose an enhancement: it would be really cool to be able to >>>> execute >>>> scilab scripts on the terminal (like it is possible in python, >>>> octave, >>>> etc.). Note that this grew out of my needs so it's not just "this >>>> feature seems cool, let's add it". >>>> >>>> I'm not an expert but I don't think this is possible right now. >>>> Most >>>> of you probably knows the shebang mechanism under UNIX so I was >>>> wondering if this is a possible way to add this feature (maybe for >>>> some reason it is impossible). Just out of curiosity I have cloned >>>> the >>>> scilab 5 repositories but I couldn't find a place to start >>>> modifying >>>> it. >>>> >>>> Anyway, I have written a SEP (according to the current counter, >>>> this >>>> could become SEP 71) but I don't know how to submit it. Do I have >>>> to >>>> send it to this ML? >>>> >>>> Mathieu >>>> _______________________________________________ >>>> dev mailing list >>>> dev at lists.scilab.org >>>> http://lists.scilab.org/mailman/listinfo/dev >>> >>> >>> _______________________________________________ >>> dev mailing list >>> dev at lists.scilab.org >>> http://lists.scilab.org/mailman/listinfo/dev >>> >> >> _______________________________________________ >> dev mailing list >> dev at lists.scilab.org >> http://lists.scilab.org/mailman/listinfo/dev > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev From jonapelbaum at gmail.com Sun Nov 24 18:06:55 2013 From: jonapelbaum at gmail.com (Jonathan Apelbaum) Date: Sun, 24 Nov 2013 09:06:55 -0800 (PST) Subject: [Scilab-Dev] [Scilab-users] Scilab 5.4.1 for MAC OX 10.8.4 and XCode 4.6.2 In-Reply-To: <51B5A45B.8040105@scilab-enterprises.com> References: <1370793078.50575.YahooMailNeo@web121603.mail.ne1.yahoo.com> <51B5A45B.8040105@scilab-enterprises.com> Message-ID: <1385312815015-4027866.post@n3.nabble.com> Hi Mr. Joffret, I have got exactly the same problem. I installed the Commande Line Tools but it is still not working. Do I need to install a further software such as fink to solve the problem? Cordialement, Jonathan Apelbaum -- View this message in context: http://mailinglists.scilab.org/Scilab-5-4-1-for-MAC-OX-10-8-4-and-XCode-4-6-2-tp4026803p4027866.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From rajeshreddy.488 at gmail.com Tue Nov 26 09:58:11 2013 From: rajeshreddy.488 at gmail.com (Rajesh Reddy) Date: Tue, 26 Nov 2013 00:58:11 -0800 Subject: [Scilab-Dev] doubt Message-ID: Dear sir, I Rajesh reddy working as a Asst. professor in Ku college of engineering, have been working on a project which uses odepack and other tools. Now I require a package that converts ascending order sequence into an equation of any trignometric function or differential equation or any combination of those . so, please suggest me a package name which provides an output (ex: x(h)=sinh+tanh-cosh*logh+......)as equation with its input as sequence (ex: 1, 3, 5, 6, 7, 8 ...) . Thanking you sir, Request & Regards K. Rajesh Reddy, Asst. Professor, CSE dept, KUCE&T, A.P INDIA -------------- next part -------------- An HTML attachment was scrubbed... URL: From antoine.monmayrant at laas.fr Thu Nov 28 13:36:58 2013 From: antoine.monmayrant at laas.fr (Antoine Monmayrant) Date: Thu, 28 Nov 2013 13:36:58 +0100 Subject: [Scilab-Dev] Building scilab from source on Centos Message-ID: <529738EA.9050307@laas.fr> Hi everyone, As we are affected by bug #12986 , we need to compile scilab 5.5.0 beta1 from source on Centos 5.10 workstations. Has anyone here ever tried compiling scilab on a Redhat system? Any simple way to get all the dependencies right (ie an equivalent of apt-get build-dep scilab )? Cheers, Antoine -------------- next part -------------- An HTML attachment was scrubbed... URL: