From stephane.mottelet at utc.fr Wed Dec 2 16:26:19 2009 From: stephane.mottelet at utc.fr (=?UTF-8?B?U3TCjsOpcGhhbmUgTW90dGVsZXQ=?=) Date: Wed, 02 Dec 2009 16:26:19 +0100 Subject: potential problems with Scilab's uicontrol In-Reply-To: <4AFD019E.4000703@utc.fr> References: <4AFD019E.4000703@utc.fr> Message-ID: <4B16871B.8010905@utc.fr> St??phane Mottelet a ?crit : > Hi all, > > Since I am currently evaluating if it is worth uising Scilab's > uicontrols (instead of Tk widgets), I would like to warn the > Scilab team that these uicontrols have a strange non-standard > behavior (with respect to any gui system) : once an > uiconcontrol has been created, i.e. : > > f=gcf(); > h=uicontrol(f,'style','frame'); > > the "position" field of the uicontrol changes each time the figure is > resized. > I am sorry to be so crude, but I cannot imagine that people who have > decided that uicontrols should behave this way have ever programmed > any serious gui :-) > > The problem is very simple : the origin of the screen coordinate system > (the one for uicontrols) should be on the upper-left corner of the window > (this is the case in Matlab). > In Scilab, it is located in the lower-left corner : this makes all the > stuff very tricky and/or unusable as an alternative to Tk. > > hth > > S. > > So, nobody cares in the Scilab team ? Do you plan to move the origin to the right place or do you consider this as a minor problem ? S. From sylvestre.ledru at scilab.org Wed Dec 2 16:27:33 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Wed, 02 Dec 2009 16:27:33 +0100 Subject: [Scilab-Dev] Re: potential problems with Scilab's uicontrol In-Reply-To: <4B16871B.8010905@utc.fr> References: <4AFD019E.4000703@utc.fr> <4B16871B.8010905@utc.fr> Message-ID: <1259767653.3820.7395.camel@korcula.inria.fr> > > > So, nobody cares in the Scilab team ? Do you plan to move the > origin to the right place or do you consider this as a minor problem ? We do care: http://lists.scilab.org/cgi-bin/ezmlm-browse?list=dev&cmd=showmsg&msgnum=1624 Do you care reading your emails ? ;) Sylvestre -- Sylvestre Ledru ------------------------- The Scilab Consortium Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex France From yann.collette at scilab.org Wed Dec 2 16:27:26 2009 From: yann.collette at scilab.org (Collette yann) Date: Wed, 02 Dec 2009 16:27:26 +0100 Subject: [Scilab-Dev] potential problems with Scilab's uicontrol In-Reply-To: <4B0BF12A.2040602@scilab.org> References: <4AFD019E.4000703@utc.fr> <4B0BF12A.2040602@scilab.org> Message-ID: <4B16875E.9040601@scilab.org> Hello, This is the answer made by Vincent a little while ago. YC Vincent COUVERT a ?crit : > Hi St?phane, > > Let's take an example: > f = figure(); > uicontrol('Parent',f,'Position',[10 10 40 20],'string','test') > > This code gives the same result under Scilab 4.1.2, Scilab 5.1.1 and > Matlab (the reference for uicontrol position is the bottom left corner > of the figure). > > The problem occurs when the user resizes the figure: > - Matlab: the uicontrol position does not change > - Scilab 4.1.2: the uicontrol position changes on screen but not in > its properties (too bad!) > - Scilab 5.1.1 the uicontrol position changes on screen and in its > properties > > The problem we have since the beginning of uicontrols in Scilab in > this change of position according to the figure resize. We should > perhaps consider to change this behavior to be consistent with Matlab > one but we have first to check if this does not produce other problems. > > I just reported a bug > (http://bugzilla.scilab.org/show_bug.cgi?id=5477) so that we > investigate the problem. > > Vincent From stephane.mottelet at utc.fr Wed Dec 2 16:34:18 2009 From: stephane.mottelet at utc.fr (=?UTF-8?B?U3TCjsOpcGhhbmUgTW90dGVsZXQ=?=) Date: Wed, 02 Dec 2009 16:34:18 +0100 Subject: [Scilab-Dev] Re: potential problems with Scilab's uicontrol In-Reply-To: <1259767653.3820.7395.camel@korcula.inria.fr> References: <4AFD019E.4000703@utc.fr> <4B16871B.8010905@utc.fr> <1259767653.3820.7395.camel@korcula.inria.fr> Message-ID: <4B1688FA.1060107@utc.fr> Sylvestre Ledru a ?crit : >> So, nobody cares in the Scilab team ? Do you plan to move the >> origin to the right place or do you consider this as a minor problem ? >> > We do care: > http://lists.scilab.org/cgi-bin/ezmlm-browse?list=dev&cmd=showmsg&msgnum=1624 > > Do you care reading your emails ? ;) > > Sylvestre > > > > Sorry guys, I have no trace of this answer (really), the only mail I received from the list on 24/11 was concerning Compilation of Scilab under Slackware 64... I will have a look at it. Sorry again S. -------------- next part -------------- An HTML attachment was scrubbed... URL: From stephane.mottelet at utc.fr Mon Dec 14 16:46:41 2009 From: stephane.mottelet at utc.fr (=?UTF-8?B?U3TCjsOpcGhhbmUgTW90dGVsZXQ=?=) Date: Mon, 14 Dec 2009 16:46:41 +0100 Subject: xpad freeze Message-ID: <4B265DE1.1080606@utc.fr> Hi all, I join to this email a file which freezes xpad when trying to open it. (Nightly Build, OSX, does not freeze on windows...) S. -------------- next part -------------- A non-text attachment was scrubbed... Name: setMarkAndLineProperties.sci Type: application/octet-stream Size: 882 bytes Desc: not available URL: From sylvestre.ledru at scilab.org Mon Dec 14 16:50:55 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Mon, 14 Dec 2009 16:50:55 +0100 Subject: [Scilab-Dev] xpad freeze In-Reply-To: <4B265DE1.1080606@utc.fr> References: <4B265DE1.1080606@utc.fr> Message-ID: <1260805855.9907.4019.camel@zlarin> Le lundi 14 d?cembre 2009 ? 16:46 +0100, St??phane Mottelet a ?crit : > Hi all, > > I join to this email a file which freezes xpad when trying to open it. > (Nightly Build, OSX, does not freeze on windows...) Works for me also under Linux. Sylvestre > S. -- ------------------------- Sylvestre Ledru ------------------------- The Scilab Consortium Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex France From sylvestre.ledru at scilab.org Tue Dec 15 16:36:12 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Tue, 15 Dec 2009 16:36:12 +0100 Subject: [Scilab-Dev] xpad freeze In-Reply-To: <4B265DE1.1080606@utc.fr> References: <4B265DE1.1080606@utc.fr> Message-ID: <1260891372.3163.704.camel@korcula.inria.fr> Le lundi 14 d?cembre 2009 ? 16:46 +0100, St??phane Mottelet a ?crit : > Hi all, > > I join to this email a file which freezes xpad when trying to open it. > (Nightly Build, OSX, does not freeze on windows...) Which version of Mac OS X is it ? I just tried on the current nightly build and didn't get any error. Do you have any error message in the terminal ? Thanks Sylvestre -- Sylvestre Ledru ------------------------- The Scilab Consortium Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex France From stephane.mottelet at utc.fr Tue Dec 15 16:53:32 2009 From: stephane.mottelet at utc.fr (=?UTF-8?B?U3TCjsOpcGhhbmUgTW90dGVsZXQ=?=) Date: Tue, 15 Dec 2009 16:53:32 +0100 Subject: [Scilab-Dev] xpad freeze In-Reply-To: <1260891372.3163.704.camel@korcula.inria.fr> References: <4B265DE1.1080606@utc.fr> <1260891372.3163.704.camel@korcula.inria.fr> Message-ID: <4B27B0FC.30102@utc.fr> Sylvestre Ledru a ?crit : > Le lundi 14 d?cembre 2009 ? 16:46 +0100, St??phane Mottelet a ?crit : > >> Hi all, >> >> I join to this email a file which freezes xpad when trying to open it. >> (Nightly Build, OSX, does not freeze on windows...) >> > Which version of Mac OS X is it ? > 10.5.8 > I just tried on the current nightly build and didn't get any error. > Do you have any error message in the terminal ? > No, just a freeze. I also have crashes when using help files generation (xml2jar) S. > Thanks > Sylvestre > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sylvestre.ledru at scilab.org Tue Dec 15 16:56:46 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Tue, 15 Dec 2009 16:56:46 +0100 Subject: [Scilab-Dev] xpad freeze In-Reply-To: <4B27B0FC.30102@utc.fr> References: <4B265DE1.1080606@utc.fr> <1260891372.3163.704.camel@korcula.inria.fr> <4B27B0FC.30102@utc.fr> Message-ID: <1260892606.3163.746.camel@korcula.inria.fr> Le mardi 15 d?cembre 2009 ? 16:53 +0100, St??phane Mottelet a ?crit : > Sylvestre Ledru a ?crit : > > Le lundi 14 d?cembre 2009 ? 16:46 +0100, St??phane Mottelet a ?crit : > > > > > Hi all, > > > > > > I join to this email a file which freezes xpad when trying to open it. > > > (Nightly Build, OSX, does not freeze on windows...) > > > > > Which version of Mac OS X is it ? > > > 10.5.8 > > I just tried on the current nightly build and didn't get any error. > > Do you have any error message in the terminal ? > > > No, just a freeze. I also have crashes when using help files > generation (xml2jar) Could you try to see if you switch the version of the JVM to version 1.6 ? (Java preferences in finder) Do you also confirm that you get the issue by calling the editor this way: editor("plop.sci") ? Sylvestre From stephane.mottelet at utc.fr Tue Dec 15 17:25:48 2009 From: stephane.mottelet at utc.fr (=?UTF-8?B?U3TCjsOpcGhhbmUgTW90dGVsZXQ=?=) Date: Tue, 15 Dec 2009 17:25:48 +0100 Subject: [Scilab-Dev] xpad freeze In-Reply-To: <1260892606.3163.746.camel@korcula.inria.fr> References: <4B265DE1.1080606@utc.fr> <1260891372.3163.704.camel@korcula.inria.fr> <4B27B0FC.30102@utc.fr> <1260892606.3163.746.camel@korcula.inria.fr> Message-ID: <4B27B88C.6060300@utc.fr> Where do you see 1.6 in this screenshot (SE6 ?) S. Sylvestre Ledru a ?crit : > Le mardi 15 d?cembre 2009 ? 16:53 +0100, St??phane Mottelet a ?crit : > >> Sylvestre Ledru a ?crit : >> >>> Le lundi 14 d?cembre 2009 ? 16:46 +0100, St??phane Mottelet a ?crit : >>> >>> >>>> Hi all, >>>> >>>> I join to this email a file which freezes xpad when trying to open it. >>>> (Nightly Build, OSX, does not freeze on windows...) >>>> >>>> >>> Which version of Mac OS X is it ? >>> >>> >> 10.5.8 >> >>> I just tried on the current nightly build and didn't get any error. >>> Do you have any error message in the terminal ? >>> >>> >> No, just a freeze. I also have crashes when using help files >> generation (xml2jar) >> > Could you try to see if you switch the version of the JVM to version > 1.6 ? > (Java preferences in finder) > > Do you also confirm that you get the issue by calling the editor this > way: > editor("plop.sci") ? > > Sylvestre > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Image 2.png Type: image/png Size: 101252 bytes Desc: not available URL: From sylvestre.ledru at scilab.org Tue Dec 15 17:33:05 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Tue, 15 Dec 2009 17:33:05 +0100 Subject: [Scilab-Dev] xpad freeze In-Reply-To: <4B27B88C.6060300@utc.fr> References: <4B265DE1.1080606@utc.fr> <1260891372.3163.704.camel@korcula.inria.fr> <4B27B0FC.30102@utc.fr> <1260892606.3163.746.camel@korcula.inria.fr> <4B27B88C.6060300@utc.fr> Message-ID: <1260894785.3163.806.camel@korcula.inria.fr> Sorry, Sun marketing department [1] has a painful Java naming schema. Java 1.6 = Java 6 Sylvestre [1] @Jonathan: ;) Le mardi 15 d?cembre 2009 ? 17:25 +0100, St??phane Mottelet a ?crit : > Where do you see 1.6 in this screenshot (SE6 ?) > > S. > > Sylvestre Ledru a ?crit : > > Le mardi 15 d?cembre 2009 ? 16:53 +0100, St??phane Mottelet a ?crit : > > > > > Sylvestre Ledru a ?crit : > > > > > > > Le lundi 14 d?cembre 2009 ? 16:46 +0100, St??phane Mottelet a ?crit : > > > > > > > > > > > > > Hi all, > > > > > > > > > > I join to this email a file which freezes xpad when trying to open it. > > > > > (Nightly Build, OSX, does not freeze on windows...) > > > > > > > > > > > > > > Which version of Mac OS X is it ? > > > > > > > > > > > 10.5.8 > > > > > > > I just tried on the current nightly build and didn't get any error. > > > > Do you have any error message in the terminal ? > > > > > > > > > > > No, just a freeze. I also have crashes when using help files > > > generation (xml2jar) > > > > > Could you try to see if you switch the version of the JVM to version > > 1.6 ? > > (Java preferences in finder) > > > > Do you also confirm that you get the issue by calling the editor this > > way: > > editor("plop.sci") ? > > > > Sylvestre > > > > > > > -- Sylvestre Ledru ------------------------- The Scilab Consortium Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex France From BlanchardJ at ieee.org Tue Dec 15 17:39:09 2009 From: BlanchardJ at ieee.org (Jonathan Blanchard) Date: Tue, 15 Dec 2009 12:39:09 -0400 Subject: [Scilab-Dev] xpad freeze In-Reply-To: <1260894785.3163.806.camel@korcula.inria.fr> References: <4B265DE1.1080606@utc.fr> <1260891372.3163.704.camel@korcula.inria.fr> <4B27B0FC.30102@utc.fr> <1260892606.3163.746.camel@korcula.inria.fr> <4B27B88C.6060300@utc.fr> <1260894785.3163.806.camel@korcula.inria.fr> Message-ID: And solaris 10 is 2.10, Major version change means a major API break, generally. (Sorry I could not resist the urge to answer) Jonathan Blanchard On Tue, Dec 15, 2009 at 12:33 PM, Sylvestre Ledru wrote: > Sorry, Sun marketing department [1] has a painful Java naming schema. > > Java 1.6 = Java 6 > > Sylvestre > [1] @Jonathan: ;) > > Le mardi 15 d?cembre 2009 ? 17:25 +0100, St??phane Mottelet a ?crit : >> Where do you see 1.6 in this screenshot (SE6 ?) >> >> S. >> >> Sylvestre Ledru a ?crit : >> > Le mardi 15 d?cembre 2009 ? 16:53 +0100, St??phane Mottelet a ?crit : >> > >> > > Sylvestre Ledru a ?crit : >> > > >> > > > Le lundi 14 d?cembre 2009 ? 16:46 +0100, St??phane Mottelet a ?crit : >> > > > >> > > > >> > > > > Hi all, >> > > > > >> > > > > I join to this email a file which freezes xpad when trying to open it. >> > > > > (Nightly Build, OSX, does not freeze on windows...) >> > > > > >> > > > > >> > > > Which version of Mac OS X is it ? >> > > > >> > > > >> > > 10.5.8 >> > > >> > > > I just tried on the current nightly build and didn't get any error. >> > > > Do you have any error message in the terminal ? >> > > > >> > > > >> > > No, just a freeze. I also have crashes when using help files >> > > generation (xml2jar) >> > > >> > Could you try to see if you switch the version of the JVM to version >> > 1.6 ? >> > (Java preferences in finder) >> > >> > Do you also confirm that you get the issue by calling the editor this >> > way: >> > editor("plop.sci") ? >> > >> > Sylvestre >> > >> > >> > >> > > > -- > Sylvestre Ledru > ------------------------- > The Scilab Consortium > Digiteo > Domaine de Voluceau > Rocquencourt - B.P. 105 > 78153 Le Chesnay Cedex > France > > > > From stephane.mottelet at utc.fr Tue Dec 15 17:49:39 2009 From: stephane.mottelet at utc.fr (=?UTF-8?B?U3TCjsOpcGhhbmUgTW90dGVsZXQ=?=) Date: Tue, 15 Dec 2009 17:49:39 +0100 Subject: [Scilab-Dev] xpad freeze In-Reply-To: <1260894785.3163.806.camel@korcula.inria.fr> References: <4B265DE1.1080606@utc.fr> <1260891372.3163.704.camel@korcula.inria.fr> <4B27B0FC.30102@utc.fr> <1260892606.3163.746.camel@korcula.inria.fr> <4B27B88C.6060300@utc.fr> <1260894785.3163.806.camel@korcula.inria.fr> Message-ID: <4B27BE23.10909@utc.fr> Sylvestre Ledru a ?crit : > Sorry, Sun marketing department [1] has a painful Java naming schema. > > Java 1.6 = Java 6 > > Sylvestre > [1] @Jonathan: ;) > > Le mardi 15 d?cembre 2009 ? 17:25 +0100, St??phane Mottelet a ?crit : > >> Where do you see 1.6 in this screenshot (SE6 ?) >> >> S. >> >> Sylvestre Ledru a ?crit : >> >>> Le mardi 15 d?cembre 2009 ? 16:53 +0100, St??phane Mottelet a ?crit : >>> >>> >>>> Sylvestre Ledru a ?crit : >>>> >>>> >>>>> Le lundi 14 d?cembre 2009 ? 16:46 +0100, St??phane Mottelet a ?crit : >>>>> >>>>> >>>>> >>>>>> Hi all, >>>>>> >>>>>> I join to this email a file which freezes xpad when trying to open it. >>>>>> (Nightly Build, OSX, does not freeze on windows...) >>>>>> >>>>>> >>>>>> >>>>> Which version of Mac OS X is it ? >>>>> >>>>> >>>>> >>>> 10.5.8 >>>> >>>> >>>>> I just tried on the current nightly build and didn't get any error. >>>>> Do you have any error message in the terminal ? >>>>> >>>>> >>>>> >>>> No, just a freeze. I also have crashes when using help files >>>> generation (xml2jar) >>>> >>>> >>> Could you try to see if you switch the version of the JVM to version >>> 1.6 ? >>> (Java preferences in finder) >>> >>> Do you also confirm that you get the issue by calling the editor this >>> way: >>> editor("plop.sci") ? >>> >>> Sylvestre >>> >>> >>> >>> > > > Do I have 2 different versions installed ? -->system_getproperty("java.version") ans = 1.5.0_22 S. -------------- next part -------------- An HTML attachment was scrubbed... URL: From sylvestre.ledru at scilab.org Tue Dec 15 18:03:39 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Tue, 15 Dec 2009 18:03:39 +0100 Subject: [Scilab-Dev] xpad freeze In-Reply-To: <4B27BE23.10909@utc.fr> References: <4B265DE1.1080606@utc.fr> <1260891372.3163.704.camel@korcula.inria.fr> <4B27B0FC.30102@utc.fr> <1260892606.3163.746.camel@korcula.inria.fr> <4B27B88C.6060300@utc.fr> <1260894785.3163.806.camel@korcula.inria.fr> <4B27BE23.10909@utc.fr> Message-ID: <1260896619.3163.875.camel@korcula.inria.fr> > > > > Could you try to see if you switch the version of the JVM to version > > > > 1.6 ? > > > > (Java preferences in finder) > > > > > > > > Do you also confirm that you get the issue by calling the editor this > > > > way: > > > > editor("plop.sci") ? > > > > > > > > Sylvestre > > > > > > > > > > > > > > > > > > > > > > > Do I have 2 different versions installed ? > > -->system_getproperty("java.version") > ans = > > 1.5.0_22 Java packaging under Mac OS X is pretty bad... In a recent 10.5.X update, they are providing both java 5 & 6 (1.5 & 1.6). If you drag & drop the J2SE 6 in the top of the list, Scilab should start with it. Sylvestre -- Sylvestre Ledru ------------------------- The Scilab Consortium Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex France From stephane.mottelet at utc.fr Tue Dec 15 18:03:17 2009 From: stephane.mottelet at utc.fr (=?UTF-8?B?U3TCjsOpcGhhbmUgTW90dGVsZXQ=?=) Date: Tue, 15 Dec 2009 18:03:17 +0100 Subject: [Scilab-Dev] xpad freeze In-Reply-To: <1260894785.3163.806.camel@korcula.inria.fr> References: <4B265DE1.1080606@utc.fr> <1260891372.3163.704.camel@korcula.inria.fr> <4B27B0FC.30102@utc.fr> <1260892606.3163.746.camel@korcula.inria.fr> <4B27B88C.6060300@utc.fr> <1260894785.3163.806.camel@korcula.inria.fr> Message-ID: <4B27C155.2040902@utc.fr> Sylvestre Ledru a ?crit : > Sorry, Sun marketing department [1] has a painful Java naming schema. > > Java 1.6 = Java 6 > > Sylvestre > [1] @Jonathan: ;) > > Le mardi 15 d?cembre 2009 ? 17:25 +0100, St??phane Mottelet a ?crit : > >> Where do you see 1.6 in this screenshot (SE6 ?) >> >> S. >> >> Sylvestre Ledru a ?crit : >> >>> Le mardi 15 d?cembre 2009 ? 16:53 +0100, St??phane Mottelet a ?crit : >>> >>> >>>> Sylvestre Ledru a ?crit : >>>> >>>> >>>>> Le lundi 14 d?cembre 2009 ? 16:46 +0100, St??phane Mottelet a ?crit : >>>>> >>>>> >>>>> >>>>>> Hi all, >>>>>> >>>>>> I join to this email a file which freezes xpad when trying to open it. >>>>>> (Nightly Build, OSX, does not freeze on windows...) >>>>>> >>>>>> >>>>>> >>>>> Which version of Mac OS X is it ? >>>>> >>>>> >>>>> >>>> 10.5.8 >>>> >>>> >>>>> I just tried on the current nightly build and didn't get any error. >>>>> Do you have any error message in the terminal ? >>>>> >>>>> >>>>> >>>> No, just a freeze. I also have crashes when using help files >>>> generation (xml2jar) >>>> >>>> >>> Could you try to see if you switch the version of the JVM to version >>> 1.6 ? >>> (Java preferences in finder) >>> >>> Do you also confirm that you get the issue by calling the editor this >>> way: >>> editor("plop.sci") ? >>> >>> Sylvestre >>> >>> >>> >>> > > > If I move JSE6 on top, Scilab still uses Java 5. S. -------------- next part -------------- An HTML attachment was scrubbed... URL: From pierre.marechal at scilab.org Thu Dec 17 09:38:42 2009 From: pierre.marechal at scilab.org (Pierre MARECHAL) Date: Thu, 17 Dec 2009 09:38:42 +0100 Subject: Scilab 5.2.0 is released ! Message-ID: <4B29EE12.7050808@scilab.org> Hello, The Scilab Team is pleased to announce the release of Scilab 5.2.0. Misc information about this version: http://www.scilab.org/download/ * What's new ? * See the 5.2.0 RELEASE_NOTES file * See the 5.2.0 CHANGES file [5.1.1 ? 5.2.0] * See the changes since the beta release [5.2.0-beta-1 ? 5.2.0] Pierre -- ============================================== Pierre MARECHAL Ing?nieur Support et D?veloppements ------ Consortium Scilab Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex ------ T?l : +33.1.39.63.56.81 ============================================== -------------- next part -------------- An HTML attachment was scrubbed... URL: From jp4work at gmail.com Sat Dec 19 08:59:44 2009 From: jp4work at gmail.com (JIA Pei) Date: Sat, 19 Dec 2009 07:59:44 +0000 Subject: Scilab 5.2 compilation - Could not find the Docbook root directory Message-ID: <218a26f00912182359j16d2138dm8775a14ead1905c@mail.gmail.com> Hi, all: After carefully set up Scilab 5.2 configuration, I still met the following configuration error at the very first stage. *configure: error: Could not find the Docbook root directory. If you have installed it on your system and we haven't been able to find it. Please report a bug* I'm using Ubuntu 9.10 + GCC 4.4.1 I grabbed Docbook 4.5-4 directly from Ubuntu 9.10 repository. I'm now reporting this bug to both Scilab mailing list and DocBook mailing list. Seriously hope somebody may give some hints on how to solve this configuration error? Best Regards JIA -- Welcome to Vision Open http://www.visionopen.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicolas.vergnes at steria.cnes.fr Wed Dec 23 16:27:44 2009 From: nicolas.vergnes at steria.cnes.fr (Vergnes Nicolas) Date: Wed, 23 Dec 2009 16:27:44 +0100 Subject: Build Scilab-5.2.0 :: Conflict with 2 includes Message-ID: Hello, (I'm on a x86_64 with RHE4 64b ) I have 2 errors during compilation in 2 files ./modules/shell/src/c/others/zzledt.c and ./modules/shell/src/c/scilines.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../modul[...] src/c/scilines.c [...] In file included from src/c/scilines.c:35: /usr/include/term.h:772: error: conflicting types for 'tgetstr' /usr/include/termcap.h:46: error: previous declaration of 'tgetstr' was here /usr/include/term.h:774: error: conflicting types for 'tgetent' /usr/include/termcap.h:43: error: previous declaration of 'tgetent' was here [...] make: *** [all-recursive] Error 1 ./modules/shell/src/c/scilines.c: [...] # ifdef HAVE_TERMCAP_H # include # endif # ifdef HAVE_TERM_H # include # endif [...] term.h and termcap.h have in common $ grep -E "tputs|tget" /usr/include/term*.h /usr/include/termcap.h:extern int tgetent __P((void *__buffer, __const char *__termtype)); /usr/include/termcap.h:extern int tgetflag __P((__const char *__name)); /usr/include/termcap.h:extern int tgetnum __P((__const char *__name)); /usr/include/termcap.h:extern char *tgetstr __P((__const char *__name, char **__area)); /usr/include/termcap.h:extern void tputs __P((__const char *__string, int __nlines, /usr/include/termcap.h:extern void tputs __P((__const char *__string, int __nlines, /usr/include/term.h:/* termcap database emulation (XPG4 uses const only for 2nd param of tgetent) */ /usr/include/term.h:extern NCURSES_EXPORT(char *) tgetstr (NCURSES_CONST char *, char **); /usr/include/term.h:extern NCURSES_EXPORT(int) tgetent (char *, const char *); /usr/include/term.h:extern NCURSES_EXPORT(int) tgetflag (NCURSES_CONST char *); /usr/include/term.h:extern NCURSES_EXPORT(int) tgetnum (NCURSES_CONST char *); /usr/include/term.h:extern NCURSES_EXPORT(int) tputs (const char *, int, int (*)(int)); The /usr/include/term.h file is from ncurses pkg. I have disabled the include and the compilation finish without problem. I dont know if the presence of a ncurses term.h and termcap.h is standard or not. Are they both necessary ? Regards Nicolas Vergnes From nicolas.vergnes at steria.cnes.fr Wed Dec 23 16:27:42 2009 From: nicolas.vergnes at steria.cnes.fr (Vergnes Nicolas) Date: Wed, 23 Dec 2009 16:27:42 +0100 Subject: Scilab-5.2.0 :: modules/core/macros/lib file no created In-Reply-To: <1260896619.3163.875.camel@korcula.inria.fr> Message-ID: Hi, (I'm on a x86_64 with RHE4 64b) I can start scilab with -nogui but I have this message : Startup execution: loading initial environment load('SCI/modules/core/macros/lib'); !--error 241 File "SCI/modules/core/macros/lib" does not exist or read access denied. at line 21 of exec file called by : exec("SCI/modules/"+modules(i)+"/etc/"+modules(i)+".start",-1); at line 95 of exec file called by : exec('SCI/etc/scilab.start',-1);; Sure, SCI/modules/core/macros/lib is not present I tried $ make clean-macros && make macros && make install without change If I copy SCI/share/scilab/modules/core/macros/lib from the precompiled version of scilab-5.2.0-beta-1.bin.linux-x86_64.tar.gz scilab -nogui start without error How can I generate this file from the sources please ? Thank you, Nicolas Vergnes From sylvestre.ledru at scilab.org Wed Dec 23 16:37:02 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Wed, 23 Dec 2009 16:37:02 +0100 Subject: [Scilab-Dev] Scilab-5.2.0 :: modules/core/macros/lib file no created In-Reply-To: References: Message-ID: <1261582622.3469.5934.camel@korcula.inria.fr> Hello, Le mercredi 23 d?cembre 2009 ? 16:27 +0100, Vergnes Nicolas a ?crit : > Hi, > > (I'm on a x86_64 with RHE4 64b) > I can start scilab with -nogui but I have this message : > > Startup execution: > loading initial environment > load('SCI/modules/core/macros/lib'); > !--error 241 > File "SCI/modules/core/macros/lib" does not exist or read access > denied. > > at line 21 of exec file called by : > > exec("SCI/modules/"+modules(i)+"/etc/"+modules(i)+".start",-1); > at line 95 of exec file called by : > exec('SCI/etc/scilab.start',-1);; > > > Sure, SCI/modules/core/macros/lib is not present > > I tried $ make clean-macros && make macros && make install > without change > > > If I copy SCI/share/scilab/modules/core/macros/lib from the precompiled > version of scilab-5.2.0-beta-1.bin.linux-x86_64.tar.gz > > scilab -nogui start without error > > How can I generate this file from the sources please ? make macros (sorry) It is a weird problem. Do you have it when you call Scilab with: scilab-cli scilab-adv-cli scilab -nwni or scilab -nw ? Thanks Sylvestre -- Sylvestre Ledru ------------------------- The Scilab Consortium Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex France From nicolas.vergnes at steria.cnes.fr Wed Dec 23 16:48:35 2009 From: nicolas.vergnes at steria.cnes.fr (Vergnes Nicolas) Date: Wed, 23 Dec 2009 16:48:35 +0100 Subject: [Scilab-Dev] Scilab-5.2.0 :: modules/core/macros/lib file no created In-Reply-To: <1261582622.3469.5934.camel@korcula.inria.fr> Message-ID: Yes same result with scilab-cli scilab-adv-cli scilab -nwni and scilab -nw (I presume is not important but I need to do 2 "quit" command to exit the session ) $ bin/scilab -nw ___________________________________________ scilab-5.2.0 Consortium Scilab (DIGITEO) Copyright (c) 1989-2009 (INRIA) Copyright (c) 1989-2007 (ENPC) ___________________________________________ Startup execution: loading initial environment load('SCI/modules/core/macros/lib'); !--error 241 File "SCI/modules/core/macros/lib" does not exist or read access denied. at line 21 of exec file called by : exec("SCI/modules/"+modules(i)+"/etc/"+modules(i)+".start",-1); at line 95 of exec file called by : exec('SCI/etc/scilab.start',-1);; -->quit del_help_chapter("core",%t); !--error 4 Undefined variable: del_help_chapter at line 14 of exec file called by : exec("SCI/modules/"+modules(i)+"/etc/"+modules(i)+".quit",-1); at line 23 of exec file called by : exec('SCI/etc/scilab.quit',-1);quit; -->quit $ ( return to shell ) I can make some computing in this scilab session I think I have all the macros/lib file except umf,pvm( because I build with --without-them ) and core $ ls share/scilab/modules/*/macros/lib -1 share/scilab/modules/atoms/macros/lib share/scilab/modules/cacsd/macros/lib share/scilab/modules/compatibility_functions/macros/lib share/scilab/modules/data_structures/macros/lib share/scilab/modules/demo_tools/macros/lib share/scilab/modules/development_tools/macros/lib share/scilab/modules/differential_equations/macros/lib share/scilab/modules/dynamic_link/macros/lib share/scilab/modules/elementary_functions/macros/lib share/scilab/modules/fileio/macros/lib share/scilab/modules/functions/macros/lib share/scilab/modules/genetic_algorithms/macros/lib share/scilab/modules/graphic_export/macros/lib share/scilab/modules/graphics/macros/lib share/scilab/modules/gui/macros/lib share/scilab/modules/helptools/macros/lib share/scilab/modules/integer/macros/lib share/scilab/modules/interpolation/macros/lib share/scilab/modules/io/macros/lib share/scilab/modules/jvm/macros/lib share/scilab/modules/linear_algebra/macros/lib share/scilab/modules/m2sci/macros/lib share/scilab/modules/maple2scilab/macros/lib share/scilab/modules/matio/macros/lib share/scilab/modules/optimization/macros/lib share/scilab/modules/output_stream/macros/lib share/scilab/modules/overloading/macros/lib share/scilab/modules/parameters/macros/lib share/scilab/modules/polynomials/macros/lib share/scilab/modules/signal_processing/macros/lib share/scilab/modules/simulated_annealing/macros/lib share/scilab/modules/sound/macros/lib share/scilab/modules/sparse/macros/lib share/scilab/modules/special_functions/macros/lib share/scilab/modules/spreadsheet/macros/lib share/scilab/modules/statistics/macros/lib share/scilab/modules/string/macros/lib share/scilab/modules/tclsci/macros/lib share/scilab/modules/texmacs/macros/lib share/scilab/modules/time/macros/lib share/scilab/modules/xcos/macros/lib share/scilab/modules/xpad/macros/lib -----Message d'origine----- De : Sylvestre Ledru [mailto:sylvestre.ledru at scilab.org] Envoy? : mercredi 23 d?cembre 2009 16:37 ? : dev at lists.scilab.org Objet : Re: [Scilab-Dev] Scilab-5.2.0 :: modules/core/macros/lib file no created Hello, Le mercredi 23 d?cembre 2009 ? 16:27 +0100, Vergnes Nicolas a ?crit : > Hi, > > (I'm on a x86_64 with RHE4 64b) > I can start scilab with -nogui but I have this message : > > Startup execution: > loading initial environment > load('SCI/modules/core/macros/lib'); > !--error 241 > File "SCI/modules/core/macros/lib" does not exist or read access > denied. > > at line 21 of exec file called by : > > exec("SCI/modules/"+modules(i)+"/etc/"+modules(i)+".start",-1); > at line 95 of exec file called by : > exec('SCI/etc/scilab.start',-1);; > > > Sure, SCI/modules/core/macros/lib is not present > > I tried $ make clean-macros && make macros && make install without > change > > > If I copy SCI/share/scilab/modules/core/macros/lib from the > precompiled version of scilab-5.2.0-beta-1.bin.linux-x86_64.tar.gz > > scilab -nogui start without error > > How can I generate this file from the sources please ? make macros (sorry) It is a weird problem. Do you have it when you call Scilab with: scilab-cli scilab-adv-cli scilab -nwni or scilab -nw ? Thanks Sylvestre -- Sylvestre Ledru ------------------------- The Scilab Consortium Digiteo Domaine de Voluceau Rocquencourt - B.P. 105 78153 Le Chesnay Cedex France From sylvestre.ledru at scilab.org Wed Dec 23 16:57:48 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Wed, 23 Dec 2009 16:57:48 +0100 Subject: [Scilab-Dev] Build Scilab-5.2.0 :: Conflict with 2 includes In-Reply-To: References: Message-ID: <1261583868.3469.6003.camel@korcula.inria.fr> > (I'm on a x86_64 with RHE4 64b ) > I have 2 errors during compilation in 2 files > ./modules/shell/src/c/others/zzledt.c and > ./modules/shell/src/c/scilines.c > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../modul[...] > src/c/scilines.c [...] > In file included from src/c/scilines.c:35: > /usr/include/term.h:772: error: conflicting types for 'tgetstr' > /usr/include/termcap.h:46: error: previous declaration of 'tgetstr' was > here > /usr/include/term.h:774: error: conflicting types for 'tgetent' > /usr/include/termcap.h:43: error: previous declaration of 'tgetent' was > here > [...] > make: *** [all-recursive] Error 1 This is not normal. Could you open a bug report? Thanks Sylvestre From nicolas.vergnes at steria.cnes.fr Wed Dec 23 17:43:47 2009 From: nicolas.vergnes at steria.cnes.fr (Vergnes Nicolas) Date: Wed, 23 Dec 2009 17:43:47 +0100 Subject: Build Scilab-5.2.0 :: starting in graphic mode In-Reply-To: Message-ID: Hi I use scilab on a linux server x86_64 with RHE4 64b and using it in remote session on my Windows Desktop with puttyssh+cygwin Xorg server . - With the precompiled scilab-5.2.0 32bits I can now mix uicontrols and plot() with the alert message, but it works. With scilab-5.1.1 it wasn't. - The precompiled scilab-5.2.0 64bits dont working, when I launch scilab on my shell nothing appends , no msg, no exit , nothing. - I'm trying to build scilab 64b from sources and I have the same comportment than precompiled scilab-5.2.0 64bits. My environnement : I build scilab and all dependancies in the $SCI520 directory except for atlas. Non standard location for gcc 4.3 , jdk 1.5 , ant 1.7 and antlr, the environment is correctly configured for them. I build all dependancies in the $SCI520 directory except atlas, in order : pcre-8.00, tcl 8.5.8, tk 8.5.8, matio-1.3.3, hdf5-1.6.10, hdf-java-2.5, ocaml-3.11.1, fftw-3.2.2, atlas-3.9.20, lapack-3.2.1 And for scilab-5.2.0 : I decompress scilab-5.2.0 sources and prerequirements-x86_64 archives And I remove the /bin/libjhdf5.so I modify 2 files ( see "Build Scilab-5.2.0 :: Conflict with 2 includes" ) $... configure .... && make -j3 & make install After make install I move "thirdparty" directory in $SCI520/share/scilab/ And I copy /bin/ libgluegen-rt.so libjogl.so libjogl_awt.so libjogl_cg.so on a directory in LD_LIBRARY_PATH. I think I need to build libgluegen-rt.so libjogl.so libjogl_awt.so and libjogl_cg.so to see if scilab starts better.. $ ldd on them : libjawt.so => not found libCg.so => not found libCgGL.so => not found I dont know these libraries and they are not in the system. antlr is in classpath but not identified ( because the filename is ant-antlr.jar ? ) $ make check is actually running and is ok until now except for atoms ( behind proxy ) $SCI520/bin/scilab -nogui works $SCI520/bin/scilab does nothing If I CTRL+C few seconds after the launching : no message If I CTRL+C after some minutes there is always this message : Could not create a Scilab main class. Error: Exception in thread "main" java.lang.ExceptionInInitializerError at org.flexdock.docking.props.RootDockablePropertySet.(RootDockable PropertySet.java:17) at org.flexdock.docking.props.ScopedDockablePropertySet.(ScopedDock ablePropertySet.java:18) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:164) at org.flexdock.docking.props.PropertyManager.class$(PropertyManager.java:2 8) at org.flexdock.docking.props.PropertyManager.(PropertyManager.java :32) at org.flexdock.docking.defaults.DefaultDockingPort.getDockingProperties(De faultDockingPort.java:1851) at org.flexdock.docking.defaults.DefaultDockingPort.(DefaultDockingPo rt.java:306) at org.flexdock.docking.defaults.DefaultDockingPort.(DefaultDockingPo rt.java:287) at org.scilab.modules.gui.bridge.window.SwingScilabWindow.(Unknown Source) at org.scilab.modules.gui.window.ScilabWindowBridge.createWindow(Unknown Source) at org.scilab.modules.gui.bridge.ScilabBridge.createWindow(Unknown Source) at org.scilab.modules.gui.window.ScilabWindow.(Unknown Source) at org.scilab.modules.gui.window.ScilabWindow.createWindow(Unknown Source) at org.scilab.modules.jvm.Scilab.(Unknown Source) Caused by: java.lang.IllegalStateException: Shutdown in progress at java.lang.Shutdown.add(Shutdown.java:81) at java.lang.Runtime.addShutdownHook(Runtime.java:190) at org.flexdock.docking.DockingManager.init(DockingManager.java:231) at org.flexdock.docking.DockingManager.(DockingManager.java:147) ... 15 more Scilab cannot create Scilab Java Main-Class (we have not been able to find the main Scilab class. Check if the Scilab and thirdparty packages are available). If somebody have an idea ... thank you Nicolas Vergnes Configure result == Host system type : x86_64-unknown-linux-gnu Option Value ------------------------------------------------------------------------ - Shared libraries....... --enable-shared=yes yes Static libraries....... --enable-static=no no GNU ld................. --with-gnu-ld=yes yes Enable debug .......... --enable-debug=no no Enable debug C......... --enable-debug-C=no no Enable debug C++....... --enable-debug-CXX=no no Enable debug Java...... --enable-debug-java= Enable debug Fortran... --enable-debug-fortran=no no Enable stop on warning. --enable-stop-on-warning= Compiler Configuration: Intel (--with-intelcompilers) .... = GNU gcc (--with-gcc) ............. = GNU Fortran 77 (--with-g77) ...... = GNU Fortran 95 (--with-gfortran) . = yes Options: Use PVM (--without-pvm) .......................... = no PVM include (--with-pvm-include) ................. = PVM library (--with-pvm-library) ................. = Compile with Ocaml (--without-ocaml) ............. = Do not use TCL/TK (--without-tk) ................. = TCL include (--with-tcl-include) ................. = /tmp/vergnesn/sci64/include TCL library (--with-tcl-library) ................. = /tmp/vergnesn/sci64/lib TK include (--with-tk-include) ................... = /tmp/vergnesn/sci64/include TK library (--with-tk-library) ................... = /tmp/vergnesn/sci64/lib Install XML Help (--with-install-help-xml) ....... = Make the package relocatable (--enable-relocatable)= no Use FFTW (--without-fftw) ........................ = Use MATIO (--without-matio) ...................... = Scicos enable Ocaml Configuration (for Modelica compiler): OCAMLC ............. = ocamlc OCAMLOPT ........... = ocamlopt OCAMLDEP ........... = ocamldep Not using PVM FFTW Configuration: FFTW LIBS .......... = -L/tmp/vergnesn/sci64/lib -lfftw3 FFTW CFLAGS ........ = -I/tmp/vergnesn/sci64/include MATIO Configuration: MATIO LIBS .......... = -L/tmp/vergnesn/sci64/lib -lmatio -lz MATIO CFLAGS ........ = -I/tmp/vergnesn/sci64/include Not using UMFPACK BLAS/LAPACK/ATLAS Configuration: BLAS LIBS ............. = -lcblas -lf77blas -latlas BLAS TYPE ............. = Atlas LAPACK LIBS ........... = -llapack LAPACK TYPE ........... = Library -llapack Gettext/localization configuration: xgettext ............... = /usr/bin/xgettext msgfmt ................ = /usr/bin/msgfmt msgfmt_opts ............ = msgcat ................ = /usr/bin/msgcat Documentation building configuration: Docbook XSL path ....... = /tmp/vergnesn/scilab-5.2.0/thirdparty/docbook/ Batik (SVG) ............ = /tmp/vergnesn/scilab-5.2.0/thirdparty/batik-all-1.7.jar Saxon XSLT ............. = /tmp/vergnesn/scilab-5.2.0/thirdparty/saxon.jar FOP (XML => PDF) ....... = /tmp/vergnesn/scilab-5.2.0/thirdparty/fop.jar Jeuclid (MathML) ....... = /tmp/vergnesn/scilab-5.2.0/thirdparty/jeuclid-core.jar Commons I/O ............ = /tmp/vergnesn/scilab-5.2.0/thirdparty/commons-io.jar XML graphics commons ... = /tmp/vergnesn/scilab-5.2.0/thirdparty/xmlgraphics-commons-1.3.1.jar XML commons external ... = /tmp/vergnesn/scilab-5.2.0/thirdparty/xml-apis-ext.jar Java Configuration: JAVA_HOME ........... = /Produits/publics/x86_64.Linux.2.6.9/jdk/1.5.0 JAVAC ............... = /Produits/publics/x86_64.Linux.2.6.9/jdk/1.5.0/bin/javac JAVA_CLASSPATH ...... = :/Produits/publics/x86_64.Linux.2.6.9/ant/1.7.0/lib/ant-antlr.jar JAVA_VERSION ........ = 1.5 JAVAC_FLAGS ......... = -g JAVA_JNI_INCLUDE .... = -I/Produits/publics/x86_64.Linux.2.6.9/jdk/1.5.0/include -I/Produits/publics/x86_64.Linux.2.6.9/jdk/1.5.0/include/linux JAVA_JNI_LIBS ....... = -L/Produits/publics/x86_64.Linux.2.6.9/jdk/1.5.0/jre/lib/amd64 -ljava -lverify -L/Produits/publics/x86_64.Linux.2.6.9/jdk/1.5.0/jre/lib/amd64/server -ljvm JAVA_JNI_LIBS_PRELOAD = JAVA ................ = /Produits/publics/x86_64.Linux.2.6.9/jdk/1.5.0/bin/java JAR ................. = /Produits/publics/x86_64.Linux.2.6.9/jdk/1.5.0/bin/jar ANT ................. = /Produits/publics/x86_64.Linux.2.6.9/ant/1.7.0/bin/ant Java dependencies: Flexdock ............ = /tmp/vergnesn/scilab-5.2.0/thirdparty/flexdock-0.5.1.jar JOGL ................ = /tmp/vergnesn/scilab-5.2.0/thirdparty/jogl.jar JOGL LIBS (JNI) ..... = -ljogl Gluegen ............. = /tmp/vergnesn/scilab-5.2.0/thirdparty/gluegen-rt.jar Gluegen LIBS (JNI) .. = -lgluegen-rt Jhall .............. = /tmp/vergnesn/scilab-5.2.0/thirdparty/jhall.jar Jrosetta (API) ...... = /tmp/vergnesn/scilab-5.2.0/thirdparty/jrosetta-API.jar Jrosetta (Engine) ... = /tmp/vergnesn/scilab-5.2.0/thirdparty/jrosetta-engine.jar Commons Logging ..... = /tmp/vergnesn/scilab-5.2.0/thirdparty/commons-logging.jar JGraph X ............ = /tmp/vergnesn/scilab-5.2.0/thirdparty/jgraphx.jar Code quality (optional): Checkstyle .......... = Commons-beanutils ... = Antlr ............... = splint .............. = /usr/bin/splint TCL/TK configuration: TK_INC_PATH ........ = -I/tmp/vergnesn/sci64/include TCL_INC_PATH ....... = -I/tmp/vergnesn/sci64/include TCLTK_LIBS ......... = -L/tmp/vergnesn/sci64/lib -ltk8.5 -L/tmp/vergnesn/sci64/lib -ltcl8.5 -ldl TCL_SERIAL_VERSION . = 8.5.8 TK_SERIAL_VERSION .. = 8.5.8 XML configuration: XML_FLAGS .......... = -I/usr/include/libxml2 XML_LIBS ........... = -lxml2 -lz -lpthread -lm XML_VERSION ........ = 2.6.16 HDF5 configuration: HDF5 CFLAGS ......... = -I/tmp/vergnesn/sci64/include HDF5 LIBS ........... = -L/tmp/vergnesn/sci64/lib -lhdf5 HDF5 Java ........... = /tmp/vergnesn/scilab-5.2.0/thirdparty/jhdf5.jar JHDF5 LIBS (JNI) .... = -ljhdf5 PCRE configuration: PCRE_CFLAGS ........ = -I/tmp/vergnesn/sci64/include PCRE_LIBS .......... = -L/tmp/vergnesn/sci64/lib -lpcreposix -lpcre PCRE_VERSION ....... = 8.00 SWIG Configuration: SWIG generation disabled GIWS Configuration: GIWS generation disabled Libtool config: objext .............. = o libext (static) ..... = a shrext_cmds ......... = .so exeext .............. = Compilation paths: srcdir .............. = . srcdir_full ......... = /tmp/vergnesn/scilab-5.2.0 builddir ............ = /tmp/vergnesn/scilab-5.2.0 Platform informations: host ........... = x86_64-unknown-linux-gnu host_cpu ....... = x86_64 host_vendor .... = unknown host_os ... .... = linux-gnu hostname ....... = toto CPU 64 bits .... = true Options used to compile and link: prefix ......... = /tmp/vergnesn/sci01 localedir ...... = ${datarootdir}/locale VERSION ........ = 5 CC ............. = gcc CFLAGS ......... = -g -O2 -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ PCFLAGS ........ = DEFS ........... = -DHAVE_CONFIG_H LD ............. = /usr/bin/ld -m elf_x86_64 LDFLAGS ........ = -L/tmp/vergnesn/atlas/lib -L/tmp/vergnesn/sci64/lib -L/tmp/vergnesn/sci64/lib.ext -lGL LIBS ........... = -ldl -lcurses CXX ............ = g++ CXXFLAGS ....... = -g -O2 -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ F77 ............ = gfortran FFLAGS ......... = -g -O2 -DNDEBUG -m64 -fPIC -I$(top_srcdir)/modules/core/includes/ F77_LDFLAGS .... = TERMCAP_LIB .... = no From BlanchardJ at ieee.org Wed Dec 23 20:49:14 2009 From: BlanchardJ at ieee.org (Jonathan Blanchard) Date: Wed, 23 Dec 2009 15:49:14 -0400 Subject: File open errors during test run. Message-ID: Hi, I get a weird error on solaris when trying to do the test run. -->test_run([],[], "no_check_error_output") TMPDIR = /tmp/SD_2203_ 001/1732 - [api_scilab] common_function.......................... !--error 999 mputl: Cannot open file /opt/csw/scilab/share/scilab//modules/api_scilab/tests/unit_tests/common_function.dia.at line 33 of function mputl called by : at line 364 of function st_run called by : at line 36 of function testsuite_run called by : at line 275 of function test_run called by : test_run([],[], "no_check_error_output") Every test with dia.ref file will fail in the same way. The files are at the correct place but that malformed path name is somewhat suspicious. Either it's missing it's .ref or it's looking at the wrong place for the result file. Any insight? Jonathan Blanchard From sylvestre.ledru at scilab.org Fri Dec 25 20:19:19 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Fri, 25 Dec 2009 20:19:19 +0100 Subject: [Scilab-Dev] Build Scilab-5.2.0 :: Conflict with 2 includes In-Reply-To: References: Message-ID: <1261768759.5359.8.camel@zlarin> Hello Nicolas, > Hello, > > (I'm on a x86_64 with RHE4 64b ) > I have 2 errors during compilation in 2 files > ./modules/shell/src/c/others/zzledt.c and > ./modules/shell/src/c/scilines.c > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../modul[...] > src/c/scilines.c [...] > In file included from src/c/scilines.c:35: > /usr/include/term.h:772: error: conflicting types for 'tgetstr' > /usr/include/termcap.h:46: error: previous declaration of 'tgetstr' was > here > /usr/include/term.h:774: error: conflicting types for 'tgetent' > /usr/include/termcap.h:43: error: previous declaration of 'tgetent' was > here > [...] > make: *** [all-recursive] Error 1 The attached patches should fix it. Thanks for reporting the issue. Sylvestre -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Switch-the-order-of-the-include.-Caused-issues-under.patch Type: text/x-patch Size: 2203 bytes Desc: not available URL: From sylvestre.ledru at scilab.org Fri Dec 25 20:27:30 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Fri, 25 Dec 2009 20:27:30 +0100 Subject: [Scilab-Dev] Build Scilab-5.2.0 :: starting in graphic mode In-Reply-To: References: Message-ID: <1261769251.5359.16.camel@zlarin> Le mercredi 23 d?cembre 2009 ? 17:43 +0100, Vergnes Nicolas a ?crit : > Hi > > I use scilab on a linux server x86_64 with RHE4 64b and using it in > remote session on my Windows Desktop with puttyssh+cygwin Xorg server . > - With the precompiled scilab-5.2.0 32bits I can now mix uicontrols and > plot() with the alert message, but it works. With scilab-5.1.1 it > wasn't. Good to know ;) > - The precompiled scilab-5.2.0 64bits dont working, when I launch scilab > on my shell nothing appends , no msg, no exit , nothing. Could you start Scilab through a strace to see if anything interesting appears in the trace ? What happens if you try: scilab-adv-cli -e plot3d Does it fail to ? > - I'm trying to build scilab 64b from sources and I have the same > comportment than precompiled scilab-5.2.0 64bits. > > > My environnement : > I build scilab and all dependancies in the $SCI520 directory except for > atlas. > Non standard location for gcc 4.3 , jdk 1.5 , ant 1.7 and antlr, the > environment is correctly configured for them. > > I build all dependancies in the $SCI520 directory except atlas, in order > : pcre-8.00, tcl 8.5.8, tk 8.5.8, matio-1.3.3, hdf5-1.6.10, > hdf-java-2.5, ocaml-3.11.1, fftw-3.2.2, atlas-3.9.20, lapack-3.2.1 > > And for scilab-5.2.0 : > I decompress scilab-5.2.0 sources and prerequirements-x86_64 archives > And I remove the /bin/libjhdf5.so > I modify 2 files ( see "Build Scilab-5.2.0 :: Conflict with 2 includes" > ) > > $... configure .... && make -j3 & make install > > After make install I move "thirdparty" directory in > $SCI520/share/scilab/ > And I copy /bin/ libgluegen-rt.so libjogl.so > libjogl_awt.so libjogl_cg.so on a directory in LD_LIBRARY_PATH. > > I think I need to build libgluegen-rt.so libjogl.so libjogl_awt.so and > libjogl_cg.so to see if scilab starts better.. > $ ldd on them : > libjawt.so => not found > libCg.so => not found > libCgGL.so => not found > > I dont know these libraries and they are not in the system. I don't think they are mandatory (I am sure about libCg/libCgGL). > antlr is in classpath but not identified ( because the filename is > ant-antlr.jar ? ) antlr is not used anywhere is the build process of Scilab (it is a jogl dependency) > $ make check is actually running and is ok until now except for atoms ( > behind proxy ) > > > > > $SCI520/bin/scilab -nogui works > > $SCI520/bin/scilab does nothing > > If I CTRL+C few seconds after the launching : no message > > If I CTRL+C after some minutes there is always this message : > Could not create a Scilab main class. Error: > Exception in thread "main" java.lang.ExceptionInInitializerError > at > org.flexdock.docking.props.RootDockablePropertySet.(RootDockable > PropertySet.java:17) > at First time that I see this exception. It is reproducible each time ? If it is the case, could you open a bug report ? Sylvestre