From shad5579 at gmail.com Sat Feb 2 10:21:36 2013 From: shad5579 at gmail.com (Primal) Date: Sat, 2 Feb 2013 09:21:36 +0000 (UTC) Subject: [Scilab-Dev] scilab-Jython References: <6588700.232963.1276616071068.JavaMail.www@wwinf8220> <1276637644.5355.47.camel@zlarin> Message-ID: Please edit your poste and remove my cell number fromit!!! From rushboy52 at gmail.com Thu Feb 14 15:54:36 2013 From: rushboy52 at gmail.com (Rushi Shukla) Date: Thu, 14 Feb 2013 20:24:36 +0530 Subject: [Scilab-Dev] Guidance required Message-ID: Hello I am a student of Dhirubhai Ambani Institute of Information and Communication Technology (DAIICT) , Gandhinagar , India.I am really interested in going for GSOC 2013 . I would like to undertake one of Scilab's projects as my project for GSOC 2013. I am highly dedicated towards programming and research . How do I get started on working with the source code and playing around with it ? Any sort of help is highly appreciated . Awaiting your reply soon . Regards, Rushi Shukla -------------- next part -------------- An HTML attachment was scrubbed... URL: From sylvestre.ledru at scilab-enterprises.com Thu Feb 14 17:00:07 2013 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Thu, 14 Feb 2013 17:00:07 +0100 Subject: [Scilab-Dev] Guidance required In-Reply-To: References: Message-ID: <511D0A07.2010100@scilab-enterprises.com> Hello, On 14/02/2013 15:54, Rushi Shukla wrote: > Hello > > I am a student of Dhirubhai Ambani Institute of Information and > Communication Technology (DAIICT) , Gandhinagar , India.I am really > interested in going for GSOC 2013 . I would like to undertake one of > Scilab's projects as my project for GSOC 2013. I am highly dedicated > towards programming and research . How do I get started on working with > the source code and playing around with it ? Any sort of help is highly > appreciated . Awaiting your reply soon . > You should have a look to this page: http://wiki.scilab.org/How%20to%20contribute%20to%20Scilab In particular: "I want to help but I don't how where to start ?" Sylvestre From rushboy52 at gmail.com Thu Feb 14 20:43:57 2013 From: rushboy52 at gmail.com (Rushi Shukla) Date: Fri, 15 Feb 2013 01:13:57 +0530 Subject: [Scilab-Dev] [Gsoc] Guidance required In-Reply-To: <511D0962.6020205@scilab-enterprises.com> References: <511D0962.6020205@scilab-enterprises.com> Message-ID: Hello Thanks for the reply, Sylvestre . I am trying to build Scilab from source but facing some problems . I have cloned the Scilab repository using : *git clone git://git.scilab.org/scilab *but now I don't know how to proceed . The ./configure command doesn't work . Please help me solve this problem . Help is appreciated :-) Regards , Rushi On Thu, Feb 14, 2013 at 9:27 PM, Sylvestre Ledru < sylvestre.ledru at scilab-enterprises.com> wrote: > Hello, > On 14/02/2013 16:12, Rushi Shukla wrote: > > Hello > > > > I am a student of Dhirubhai Ambani Institute of Information and > > Communication Technology (DAIICT) , Gandhinagar , India.I am really > > interested in going for GSOC 2013 . I would like to undertake one of > > Scilab's projects as my project for GSOC 2013. I am highly dedicated > > towards programming and research . How do I get started on working with > > the source code and playing around with it ? Any sort of help is highly > > appreciated . Awaiting your reply soon . > You should have a look to this page: > http://wiki.scilab.org/How%20to%20contribute%20to%20Scilab > > In particular: > "I want to help but I don't how where to start ?" ;) > > Sylvestre > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sylvestre.ledru at scilab-enterprises.com Thu Feb 14 22:34:23 2013 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Thu, 14 Feb 2013 22:34:23 +0100 Subject: [Scilab-Dev] [Gsoc] Guidance required In-Reply-To: References: <511D0962.6020205@scilab-enterprises.com> Message-ID: <511D585F.7030506@scilab-enterprises.com> On 14/02/2013 20:43, Rushi Shukla wrote: > Hello > > Thanks for the reply, Sylvestre . I am trying to build Scilab from > source but facing some problems . I have cloned the Scilab repository > using : *git clone git://git.scilab.org/scilab > *but now I don't know how to proceed . > The ./configure command doesn't work . Please defines what means "doesn't work". ;) > Please help me solve this problem > . Help is appreciated :-) You should have a look on the documentation: http://wiki.scilab.org/Compiling%20Scilab%205.x%20under%20GNU-Linux%20Unix Sylvestre From rushboy52 at gmail.com Fri Feb 15 20:19:30 2013 From: rushboy52 at gmail.com (Rushi Shukla) Date: Sat, 16 Feb 2013 00:49:30 +0530 Subject: [Scilab-Dev] [Gsoc] Guidance required In-Reply-To: <511D585F.7030506@scilab-enterprises.com> References: <511D0962.6020205@scilab-enterprises.com> <511D585F.7030506@scilab-enterprises.com> Message-ID: Hello Sorry about the configure command . I made a mistake earlier but now after issuing ./configure command and installing the flexdock,jrosetta,jlatexmath and scirenderer packages I have this error still : checking for glTexParameterf in -ljogl_desktop... no configure: WARNING: Could not link against -ljogl_desktop. Will try against -ljogl_desktop -lGL checking for glTexParameterf in -ljogl_desktop ... no configure: error: "libjogl: Library missing (Cannot find symbol glTexParameterf). Check if libjogl - C/Java (JNI) interface for JOGL2 - or libGL (OpenGL library) are installed and if the version is correct. Note that you might have to update etc/librarypath.xml to provide the actual path the the JNI libraries." Please can you guide me on how to fix this . Regards , Rushi On Fri, Feb 15, 2013 at 3:04 AM, Sylvestre Ledru < sylvestre.ledru at scilab-enterprises.com> wrote: > On 14/02/2013 20:43, Rushi Shukla wrote: > > Hello > > > > Thanks for the reply, Sylvestre . I am trying to build Scilab from > > source but facing some problems . I have cloned the Scilab repository > > using : *git clone git://git.scilab.org/scilab > > *but now I don't know how to proceed . > > The ./configure command doesn't work . > Please defines what means "doesn't work". ;) > > > > > Please help me solve this problem > > . Help is appreciated :-) > You should have a look on the documentation: > http://wiki.scilab.org/Compiling%20Scilab%205.x%20under%20GNU-Linux%20Unix > > Sylvestre > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rushboy52 at gmail.com Fri Feb 15 21:26:32 2013 From: rushboy52 at gmail.com (Rushi Shukla) Date: Sat, 16 Feb 2013 01:56:32 +0530 Subject: [Scilab-Dev] [Gsoc] Guidance required In-Reply-To: References: <511D0962.6020205@scilab-enterprises.com> <511D585F.7030506@scilab-enterprises.com> Message-ID: Hello In continuation to the previous mail , I checked out the bug related to this issue : http://bugzilla.scilab.org/show_bug.cgi?id=11030 and even followed the steps given but the problem still persists . Seeking help in this regard . Any kind of help is appreciated . Regards , Rushi On Sat, Feb 16, 2013 at 12:49 AM, Rushi Shukla wrote: > Hello > > Sorry about the configure command . I made a mistake earlier but now after > issuing ./configure command and installing the flexdock,jrosetta,jlatexmath > and scirenderer packages I have this error still : > > checking for glTexParameterf in -ljogl_desktop... no > configure: WARNING: Could not link against -ljogl_desktop. Will try > against -ljogl_desktop -lGL > checking for glTexParameterf in -ljogl_desktop ... no > configure: error: "libjogl: Library > missing (Cannot find symbol glTexParameterf). Check if libjogl - C/Java > (JNI) > interface for JOGL2 - or libGL (OpenGL library) are installed and if the > version is correct. Note that you might have to update etc/librarypath.xml > to provide the actual path the the JNI libraries." > > > Please can you guide me on how to fix this . > > Regards , > Rushi > > On Fri, Feb 15, 2013 at 3:04 AM, Sylvestre Ledru < > sylvestre.ledru at scilab-enterprises.com> wrote: > >> On 14/02/2013 20:43, Rushi Shukla wrote: >> > Hello >> > >> > Thanks for the reply, Sylvestre . I am trying to build Scilab from >> > source but facing some problems . I have cloned the Scilab repository >> > using : *git clone git://git.scilab.org/scilab >> > *but now I don't know how to proceed . >> > The ./configure command doesn't work . >> Please defines what means "doesn't work". ;) >> >> >> >> > Please help me solve this problem >> > . Help is appreciated :-) >> You should have a look on the documentation: >> http://wiki.scilab.org/Compiling%20Scilab%205.x%20under%20GNU-Linux%20Unix >> >> Sylvestre >> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sylvestre.ledru at scilab-enterprises.com Sat Feb 16 09:33:31 2013 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Sat, 16 Feb 2013 09:33:31 +0100 Subject: [Scilab-Dev] [Gsoc] Guidance required In-Reply-To: References: <511D0962.6020205@scilab-enterprises.com> <511D585F.7030506@scilab-enterprises.com> Message-ID: <511F445B.8070009@scilab-enterprises.com> Well, in the GSoC, you should be able to prove some capabilities to handle issues by yourself ;) The purpose of all that is not to help you on every step or each issues. You should be able to tackle them yourself. Hint for your issue, config.log contains the detailed error. By the way, you should read Lionel Dricot blog post here: http://ploum.net/post/be-selected-student-for-soc Sylvestre On 15/02/2013 21:26, Rushi Shukla wrote: > Hello > > In continuation to the previous mail , I checked out the bug related to > this issue : http://bugzilla.scilab.org/show_bug.cgi?id=11030 and even > followed the steps given but the problem still persists . Seeking help > in this regard . Any kind of help is appreciated . > > Regards , > Rushi > > On Sat, Feb 16, 2013 at 12:49 AM, Rushi Shukla > wrote: > > Hello > > Sorry about the configure command . I made a mistake earlier but now > after issuing ./configure command and installing the > flexdock,jrosetta,jlatexmath and scirenderer packages I have this > error still : > > checking for glTexParameterf in -ljogl_desktop... no > configure: WARNING: Could not link against -ljogl_desktop. Will try > against -ljogl_desktop -lGL > checking for glTexParameterf in -ljogl_desktop ... no > configure: error: "libjogl: Library > missing (Cannot find symbol glTexParameterf). Check if libjogl - > C/Java (JNI) > interface for JOGL2 - or libGL (OpenGL library) are installed and if > the version is correct. Note that you might have to update > etc/librarypath.xml to provide the actual path the the JNI libraries." > > > Please can you guide me on how to fix this . > > Regards , > Rushi > > On Fri, Feb 15, 2013 at 3:04 AM, Sylvestre Ledru > > wrote: > > On 14/02/2013 20:43, Rushi Shukla wrote: > > Hello > > > > Thanks for the reply, Sylvestre . I am trying to build Scilab from > > source but facing some problems . I have cloned the Scilab > repository > > using : *git clone git://git.scilab.org/scilab > > > *but now I don't know how to > proceed . > > The ./configure command doesn't work . > Please defines what means "doesn't work". ;) > > > > > Please help me solve this problem > > . Help is appreciated :-) > You should have a look on the documentation: > http://wiki.scilab.org/Compiling%20Scilab%205.x%20under%20GNU-Linux%20Unix > > Sylvestre > > > > From rushboy52 at gmail.com Sun Feb 17 22:03:36 2013 From: rushboy52 at gmail.com (Rushi Shukla) Date: Mon, 18 Feb 2013 02:33:36 +0530 Subject: [Scilab-Dev] [Gsoc] Guidance required In-Reply-To: <511F445B.8070009@scilab-enterprises.com> References: <511D0962.6020205@scilab-enterprises.com> <511D585F.7030506@scilab-enterprises.com> <511F445B.8070009@scilab-enterprises.com> Message-ID: Hello Thanks Sylvestre for replying to the mail and pointing out the necessities for GSoC :-) . I have now been able to tackle all the errors that occurred during the configure and make of Scilab and successfully built Scilab onto my system . I am now trying to solve bugs hosted on bugzilla . Suggestions for an initial bug invited ;-) Regards, Rushi On Sat, Feb 16, 2013 at 2:03 PM, Sylvestre Ledru < sylvestre.ledru at scilab-enterprises.com> wrote: > Well, in the GSoC, you should be able to prove some capabilities to > handle issues by yourself ;) > The purpose of all that is not to help you on every step or each issues. > You should be able to tackle them yourself. > Hint for your issue, config.log contains the detailed error. > > By the way, you should read Lionel Dricot blog post here: > http://ploum.net/post/be-selected-student-for-soc > > Sylvestre > > > On 15/02/2013 21:26, Rushi Shukla wrote: > > Hello > > > > In continuation to the previous mail , I checked out the bug related to > > this issue : http://bugzilla.scilab.org/show_bug.cgi?id=11030 and even > > followed the steps given but the problem still persists . Seeking help > > in this regard . Any kind of help is appreciated . > > > > Regards , > > Rushi > > > > On Sat, Feb 16, 2013 at 12:49 AM, Rushi Shukla > > wrote: > > > > Hello > > > > Sorry about the configure command . I made a mistake earlier but now > > after issuing ./configure command and installing the > > flexdock,jrosetta,jlatexmath and scirenderer packages I have this > > error still : > > > > checking for glTexParameterf in -ljogl_desktop... no > > configure: WARNING: Could not link against -ljogl_desktop. Will try > > against -ljogl_desktop -lGL > > checking for glTexParameterf in -ljogl_desktop ... no > > configure: error: "libjogl: Library > > missing (Cannot find symbol glTexParameterf). Check if libjogl - > > C/Java (JNI) > > interface for JOGL2 - or libGL (OpenGL library) are installed and if > > the version is correct. Note that you might have to update > > etc/librarypath.xml to provide the actual path the the JNI > libraries." > > > > > > Please can you guide me on how to fix this . > > > > Regards , > > Rushi > > > > On Fri, Feb 15, 2013 at 3:04 AM, Sylvestre Ledru > > > > wrote: > > > > On 14/02/2013 20:43, Rushi Shukla wrote: > > > Hello > > > > > > Thanks for the reply, Sylvestre . I am trying to build Scilab > from > > > source but facing some problems . I have cloned the Scilab > > repository > > > using : *git clone git://git.scilab.org/scilab > > > > > *but now I don't know how to > > proceed . > > > The ./configure command doesn't work . > > Please defines what means "doesn't work". ;) > > > > > > > > > Please help me solve this problem > > > . Help is appreciated :-) > > You should have a look on the documentation: > > > http://wiki.scilab.org/Compiling%20Scilab%205.x%20under%20GNU-Linux%20Unix > > > > Sylvestre > > > > > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rushboy52 at gmail.com Tue Feb 19 22:14:39 2013 From: rushboy52 at gmail.com (Rushi Shukla) Date: Wed, 20 Feb 2013 02:44:39 +0530 Subject: [Scilab-Dev] Code-pointers required Message-ID: Hello Can anyone please provide me some code pointers for the following bug : http://bugzilla.scilab.org/show_bug.cgi?id=9061 Any help is appreciated :-) Regards, Rushi -------------- next part -------------- An HTML attachment was scrubbed... URL: From sgougeon at free.fr Sun Feb 24 20:49:41 2013 From: sgougeon at free.fr (Samuel Gougeon) Date: Sun, 24 Feb 2013 20:49:41 +0100 Subject: [Scilab-Dev] Execute callback in main_menubar.xml Message-ID: <512A6ED5.7000108@free.fr> Hello, The "File =>Execute" command from the console is defined in SCI\modules\gui\etc\main_menubar.xml Instead of running an exec(file) command, i would like to take mode() into account, and run exec(file, mode()) instead. Then, puzzingly, mode() is always equal to -1: Line#9, set ...then disp(mode()); exec(%fileToExec); ... and rerun a fresh scilab session, and load a file to execute. Yet, if now we set the mode through a variable -- say m -- that can be set in the console, the variable is well seen: Line#9, set ...then disp(m); exec(%fileToExec, m); ... and rerun a fresh scilab session: Then type --> m=1; // Then load a file to execute through the File => Execute menu // => It is OK! Why is mode() reset to -1 in the main_menubar, while other variables are not? Samuel -------------- next part -------------- An HTML attachment was scrubbed... URL: From rushboy52 at gmail.com Sun Feb 24 21:48:52 2013 From: rushboy52 at gmail.com (Rushi Shukla) Date: Mon, 25 Feb 2013 02:18:52 +0530 Subject: [Scilab-Dev] Issue in changing code Message-ID: Hello I have done some changes to scilab/modules/gui/src/java/org/scilab/modules/gui/menuitem/ScilabMenuItem.java and scilab/modules/gui/src/java/org/scilab/modules/gui/menuitem/ScilabMenuItemBridge.java . I have the following queries : 1) After making those changes in the code , which commands should I issue before launching scilab again so that I can view my changes . Is it only 'make' ? 2) After I issued 'make' and launched Scilab again , I see two more files in scilab/modules/gui/src/java/org/scilab/modules/gui/menuitem which are : a) scilab/modules/gui/src/java/org/scilab/modules/gui/menuitem/ScilabMenuItem.java~ b) scilab/modules/gui/src/java/org/scilab/modules/gui/menuitem/ScilabMenuItemBridge.java~ Why do I see them ? Please can anyone help me out with these queries ? Awaiting a response. Any sort of help is highly appreciated :-) . Regards, Rushi -------------- next part -------------- An HTML attachment was scrubbed... URL: From sylvestre.ledru at scilab-enterprises.com Mon Feb 25 09:08:29 2013 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Mon, 25 Feb 2013 09:08:29 +0100 Subject: [Scilab-Dev] Issue in changing code In-Reply-To: References: Message-ID: <512B1BFD.5090708@scilab-enterprises.com> On 24/02/2013 21:48, Rushi Shukla wrote: > Hello > > I have done some changes > to scilab/modules/gui/src/java/org/scilab/modules/gui/menuitem/ScilabMenuItem.java > and > scilab/modules/gui/src/java/org/scilab/modules/gui/menuitem/ScilabMenuItemBridge.java > . I have the following queries : > > 1) After making those changes in the code , which commands should I > issue before launching scilab again so that I can view my changes . Is > it only 'make' ? Yes (if you run GNU/Linux or Mac OS X). > 2) After I issued 'make' and launched Scilab again , I see two more > files in scilab/modules/gui/src/java/org/scilab/modules/gui/menuitem > which are : > a) > scilab/modules/gui/src/java/org/scilab/modules/gui/menuitem/ScilabMenuItem.java~ > b) > scilab/modules/gui/src/java/org/scilab/modules/gui/menuitem/ScilabMenuItemBridge.java~ > Why do I see them ? Your editor is generating them on the fly as backup. Sylvestre From royalpurple007 at yahoo.com Tue Feb 26 02:23:38 2013 From: royalpurple007 at yahoo.com (LETGODINU) Date: Mon, 25 Feb 2013 17:23:38 -0800 (PST) Subject: [Scilab-Dev] searching for unique data within tlist of similar matrices Message-ID: <1361841817995-4026028.post@n3.nabble.com> Say I had a tlist called A that consists of matrix set in the form ["ai","bi","ci","di","ei","fi","gi"] and "ai" and "bi" as a pair are unique, i.e. in no matrices pairs are "ai" and "bi" equal and in no matrices pairs are "a1" = "a2" while "b1" = "b2" and vice versa. How would I search A for the position of the unique matrix containing ai = n1 and bi = n2. This isn't a test I sincerely need help. Thank you. Sean M. Eldridge -- View this message in context: http://mailinglists.scilab.org/searching-for-unique-data-within-tlist-of-similar-matrices-tp4026028.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From royalpurple007 at yahoo.com Tue Feb 26 02:51:23 2013 From: royalpurple007 at yahoo.com (LETGODINU) Date: Mon, 25 Feb 2013 17:51:23 -0800 (PST) Subject: [Scilab-Dev] searching for unique data within tlist of similar matrices In-Reply-To: <1361841817995-4026028.post@n3.nabble.com> References: <1361841817995-4026028.post@n3.nabble.com> Message-ID: <1361843483549-4026029.post@n3.nabble.com> P.S. I think the answer might be with the get_contents_infer() function, but when I try to use it, and I may be doing it very wrong(I'm only about a month into this programming stuff), I get an error 4 message saying get_contents_infer is an undefined variable...which confuses me because it isn't a variable, it is a function and an innate one at that. Thank you Sean M. Eldridge -- View this message in context: http://mailinglists.scilab.org/searching-for-unique-data-within-tlist-of-similar-matrices-tp4026028p4026029.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From Serge.Steer at inria.fr Tue Feb 26 09:46:29 2013 From: Serge.Steer at inria.fr (Serge Steer) Date: Tue, 26 Feb 2013 09:46:29 +0100 Subject: [Scilab-Dev] searching for unique data within tlist of similar matrices In-Reply-To: <1361843483549-4026029.post@n3.nabble.com> References: <1361841817995-4026028.post@n3.nabble.com> <1361843483549-4026029.post@n3.nabble.com> Message-ID: <512C7665.4030903@inria.fr> get_contents_infer is an internal function of the m2sci translator. It is not a general purpose one. Serge Steer Le 26/02/2013 02:51, LETGODINU a ?crit : > P.S. I think the answer might be with the get_contents_infer() > function, but when I try to use it, and I may be doing it very wrong(I'm > only about a month into this programming stuff), I get an error 4 message > saying get_contents_infer is an undefined variable...which confuses me > because it isn't a variable, it is a function and an innate one at that. > > Thank you > > Sean M. Eldridge > > > > -- > View this message in context: http://mailinglists.scilab.org/searching-for-unique-data-within-tlist-of-similar-matrices-tp4026028p4026029.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 >