From sylvestre.ledru at inria.fr Thu Jan 1 17:13:15 2009 From: sylvestre.ledru at inria.fr (Sylvestre Ledru) Date: Thu, 01 Jan 2009 17:13:15 +0100 Subject: [Scilab-Dev] Blank graphic windows... In-Reply-To: References: Message-ID: <1230826395.4402.8.camel@zlarin> Hello Jonathan, Le mercredi 31 d?cembre 2008 ? 16:10 -0400, Jonathan Blanchard a ?crit : > Hi, > > I'm trying to create a Solaris package for Scilab Great, I like this idea! Don't hesitate if you need help on this. > and everything work > except I get a blank window when plotting. Java raise no exceptions > which mean that all the required libraries are found. I get a blank > window if I try a plot command once, If I do the plot command again > without closing the window the curve get displayed but not the axis. > If and only if I resize the graphic windows and then hit redraw the > full graphic get displayed. > > Any insight on this situation? Seems to ben an OpenGL issue. I will try to reproduce this issue next week on my Solaris. Maybe Solaris needs the graphic to be refreshed. Sylvestre From yjlee123 at gmail.com Thu Jan 1 17:38:29 2009 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Fri, 2 Jan 2009 00:38:29 +0800 Subject: Another reason for message "Scilab cannot create Scilab Java Main-Class" Message-ID: <9371b4280901010838w7e4659a6y5880eab45473cc1e@mail.gmail.com> Hi all, One of the reasons for the error message "Scilab cannot create Scilab Java Main-Class" is the environment variables used in Scilab (TMP,SCI,PATH) contain characters not recognized by Scilab. This usually occurred for Windows with installed path name in chinese or when user login with chinese name (this affect "TMP" variable). But I suspect that , under Windows, if installed path name or login user name contain characters like '?' '?' or '?' (ASCII code>127) , Scilab may also fail to start with the same message. Can any one here check this? Yung-Jang Lee -------------- next part -------------- An HTML attachment was scrubbed... URL: From sylvestre.ledru at inria.fr Thu Jan 1 17:54:17 2009 From: sylvestre.ledru at inria.fr (Sylvestre Ledru) Date: Thu, 01 Jan 2009 17:54:17 +0100 Subject: [Scilab-Dev] Another reason for message "Scilab cannot create Scilab Java Main-Class" In-Reply-To: <9371b4280901010838w7e4659a6y5880eab45473cc1e@mail.gmail.com> References: <9371b4280901010838w7e4659a6y5880eab45473cc1e@mail.gmail.com> Message-ID: <1230828857.4402.30.camel@zlarin> Hello, Le vendredi 02 janvier 2009 ? 00:38 +0800, Yung-Jang Lee a ?crit : > Hi all, > > One of the reasons for the error message "Scilab cannot create Scilab > Java Main-Class" is the environment variables used in Scilab > (TMP,SCI,PATH) contain characters not recognized by Scilab. > > This usually occurred for Windows with installed path name in chinese > or when user login with chinese name (this affect "TMP" variable). Hmhm, very interesting idea. This could explain pretty well some issues experienced by users. Is it tight to getenv issue you reported me ? S > From yjlee123 at gmail.com Thu Jan 1 17:57:02 2009 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Fri, 2 Jan 2009 00:57:02 +0800 Subject: [Scilab-Dev] Another reason for message "Scilab cannot create Scilab Java Main-Class" In-Reply-To: <1230828857.4402.30.camel@zlarin> References: <9371b4280901010838w7e4659a6y5880eab45473cc1e@mail.gmail.com> <1230828857.4402.30.camel@zlarin> Message-ID: <9371b4280901010857s19dcbf90n7c582130df59d0a3@mail.gmail.com> Yes, it is the same issue I believe. Yung-Jang Lee 2009/1/2 Sylvestre Ledru > Hello, > > > Le vendredi 02 janvier 2009 ? 00:38 +0800, Yung-Jang Lee a ?crit : > > Hi all, > > > > One of the reasons for the error message "Scilab cannot create Scilab > > Java Main-Class" is the environment variables used in Scilab > > (TMP,SCI,PATH) contain characters not recognized by Scilab. > > > > This usually occurred for Windows with installed path name in chinese > > or when user login with chinese name (this affect "TMP" variable). > Hmhm, very interesting idea. This could explain pretty well some issues > experienced by users. > Is it tight to getenv issue you reported me ? > > S > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From fvogelnew1 at free.fr Thu Jan 1 22:41:18 2009 From: fvogelnew1 at free.fr (=?ISO-8859-1?Q?Fran=E7ois_Vogel?=) Date: Thu, 01 Jan 2009 22:41:18 +0100 Subject: SEP#12: Scipad - Add support for encodings In-Reply-To: <4950C67A.1010501@free.fr> References: <4946D491.3050004@free.fr> <4950C67A.1010501@free.fr> Message-ID: <495D387E.6020607@free.fr> Hi all, Happy new year to all. Please find attached version 2.0 of SEP#12 dealing with encodings support in Scipad. I think it addresses all the recent topics discussed in the field recently, more precisely: - usability: add an MRU list of encodings - auto-detection of encoding in XML files Please try the attachments, check that the proposed coverage fits your needs and comment at will. Francois -------------- next part -------------- A non-text attachment was scrubbed... Name: SEP_12_scipad_encoding_support_V2_0.pdf Type: application/pdf Size: 199640 bytes Desc: not available URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: SEP_12_V2_0_diff.txt URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: MRUlist.tcl URL: From top at tpett.com Thu Jan 1 22:36:33 2009 From: top at tpett.com (=?UTF-8?B?VG9yYmrDuHJuIFBldHRlcnNlbg==?=) Date: Thu, 01 Jan 2009 22:36:33 +0100 Subject: [Scilab-Dev] Another reason for message "Scilab cannot create Scilab Java Main-Class" In-Reply-To: <9371b4280901010838w7e4659a6y5880eab45473cc1e@mail.gmail.com> References: <9371b4280901010838w7e4659a6y5880eab45473cc1e@mail.gmail.com> Message-ID: <495D3761.8060406@tpett.com> Yung-Jang Lee skrev: > Hi all, > > One of the reasons for the error message "Scilab cannot create Scilab > Java Main-Class" is the environment variables used in Scilab > (TMP,SCI,PATH) contain characters not recognized by Scilab. > > This usually occurred for Windows with installed path name in chinese > or when user login with chinese name (this affect "TMP" variable). > > But I suspect that , under Windows, if installed path name or login > user name contain characters like '?' '?' or '?' (ASCII code>127) , > Scilab may also fail to start with the same message. Under Windows XP, and with Scilab 5.0.3 I've never experienced that scilab failed to start from the directory C:\Documents and Settings\Torbj?rn Pettersen\My Documents\scilab However, the bug http://bugzilla.scilab.org/show_bug.cgi?id=3089 is still present in version 5.0.3, but from the comments in bugzilla it seems to it may be fixed for higher versions of Scilab. -Torbj?rn. > > Can any one here check this? > > > Yung-Jang Lee > From yjlee123 at gmail.com Fri Jan 2 05:43:42 2009 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Fri, 2 Jan 2009 12:43:42 +0800 Subject: [Scilab-Dev] Another reason for message "Scilab cannot create Scilab Java Main-Class" In-Reply-To: <495D3761.8060406@tpett.com> References: <9371b4280901010838w7e4659a6y5880eab45473cc1e@mail.gmail.com> <495D3761.8060406@tpett.com> Message-ID: <9371b4280901012043u523e8dd4ka528e2a862174398@mail.gmail.com> > >> Under Windows XP, and with Scilab 5.0.3 I've never experienced that > scilab failed to start from the directory C:\Documents and Settings\Torbj?rn > Pettersen\My Documents\scilab > Can you check your SCI and TMP variables SCI getenv('TMP') to see if Windows's short name make '?' hidden. If this is the case, then change 'Torbj?rn' to 'T?rbjorn' may produce the error message. > > However, the bug http://bugzilla.scilab.org/show_bug.cgi?id=3089 is still > present in version 5.0.3, but from the comments in bugzilla it seems to it > may be fixed for higher versions of Scilab. > This bug should already been fixed in current GIT master http://gitweb.scilab.org/?p=scilab;a=commit;h=08c6212e3b3579343a63d53d2fc073bc84bcb6ec Yung-Jang Lee -------------- next part -------------- An HTML attachment was scrubbed... URL: From yjlee123 at gmail.com Fri Jan 2 08:47:07 2009 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Fri, 2 Jan 2009 15:47:07 +0800 Subject: [Scilab-Dev] Another reason for message "Scilab cannot create Scilab Java Main-Class" In-Reply-To: <9371b4280901012043u523e8dd4ka528e2a862174398@mail.gmail.com> References: <9371b4280901010838w7e4659a6y5880eab45473cc1e@mail.gmail.com> <495D3761.8060406@tpett.com> <9371b4280901012043u523e8dd4ka528e2a862174398@mail.gmail.com> Message-ID: <9371b4280901012347q4cdadaacgad31d34be6c0aa3f@mail.gmail.com> Sylvestre,Torbj?rn : As to the commit http://gitweb.scilab.org/?p=scilab;a=commit;h=08c6212e3b3579343a63d53d2fc073bc84bcb6ec I found one more bug for my patch in core/src/c/cluni0.c that will make project BuildMacros fail to build. Sylvestre, please commit this fix. Yung-Jang Lee 2009/1/2 Yung-Jang Lee > >>> >> Under Windows XP, and with Scilab 5.0.3 I've never experienced that scilab failed to start from the directory C:\Documents and Settings\Torbj?rn Pettersen\My Documents\scilab > > Can you check your SCI and TMP variables > > SCI > getenv('TMP') > > to see if Windows's short name make '?' hidden. If this is the case, then change 'Torbj?rn' to 'T?rbjorn' may produce the error message. > > >> >> However, the bug http://bugzilla.scilab.org/show_bug.cgi?id=3089 is still present in version 5.0.3, but from the comments in bugzilla it seems to it may be fixed for higher versions of Scilab. > > This bug should already been fixed in current GIT master http://gitweb.scilab.org/?p=scilab;a=commit;h=08c6212e3b3579343a63d53d2fc073bc84bcb6ec > > Yung-Jang Lee > -------------- next part -------------- A non-text attachment was scrubbed... Name: cluni0.c Type: application/octet-stream Size: 3168 bytes Desc: not available URL: From top at tpett.com Fri Jan 2 09:10:06 2009 From: top at tpett.com (=?UTF-8?B?VG9yYmrDuHJuIFBldHRlcnNlbg==?=) Date: Fri, 02 Jan 2009 09:10:06 +0100 Subject: [Scilab-Dev] Another reason for message "Scilab cannot create Scilab Java Main-Class" In-Reply-To: <9371b4280901012043u523e8dd4ka528e2a862174398@mail.gmail.com> References: <9371b4280901010838w7e4659a6y5880eab45473cc1e@mail.gmail.com> <495D3761.8060406@tpett.com> <9371b4280901012043u523e8dd4ka528e2a862174398@mail.gmail.com> Message-ID: <495DCBDE.8010803@tpett.com> Yung-Jang Lee skrev: > > > Under Windows XP, and with Scilab 5.0.3 I've never experienced > that scilab failed to start from the directory C:\Documents and > Settings\Torbj?rn Pettersen\My Documents\scilab > > > Can you check your SCI and TMP variables > > SCI > getenv('TMP') > > to see if Windows's short name make '?' hidden. If this is the case, > then change 'Torbj?rn' to 'T?rbjorn' may produce the error message. Yes you are right in that the short name hides the ? letter.. SCI = C:/PROGRA~1/SCILAB~1.3 and getenv('TMP') returns C:\DOCUME~1\TORBJR~1\LOCALS~1\Temp I opened a cmd shell and ran md c:\??? set TMP=c:\??? and started scilab from this shell: "c:\Program Files\scilab-5.0.3\bin\WScilex.exe" Scilab starts without problem and getenv('TMP') returns c:\??? as it should. So does the TMPDIR variable ( c:\???\SCI_TMP_3860_ ). The fun part is that running chdir(TMPDIR) works: -->TMPDIR TMPDIR = c:\???\SCI_TMP_3860_ -->chdir(TMPDIR) ans = T -->pwd ans = c:\???\SCI_TMP_3860_ BUT this command does not work: -->chdir('c:\???\SCI_TMP_3860_') Can't go to directory c:\???\SCI_TMP_3860_. ans = F -Torbj?rn. > > > > > However, the bug http://bugzilla.scilab.org/show_bug.cgi?id=3089 > is still present in version 5.0.3, but from the comments in > bugzilla it seems to it may be fixed for higher versions of Scilab. > > > This bug should already been fixed in current GIT master > http://gitweb.scilab.org/?p=scilab;a=commit;h=08c6212e3b3579343a63d53d2fc073bc84bcb6ec > > Yung-Jang Lee > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sylvestre.ledru at scilab.org Fri Jan 2 11:21:41 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Fri, 02 Jan 2009 11:21:41 +0100 Subject: [Scilab-Dev] Another reason for message "Scilab cannot create Scilab Java Main-Class" In-Reply-To: <9371b4280901012347q4cdadaacgad31d34be6c0aa3f@mail.gmail.com> References: <9371b4280901010838w7e4659a6y5880eab45473cc1e@mail.gmail.com> <495D3761.8060406@tpett.com> <9371b4280901012043u523e8dd4ka528e2a862174398@mail.gmail.com> <9371b4280901012347q4cdadaacgad31d34be6c0aa3f@mail.gmail.com> Message-ID: <1230891701.4402.62.camel@zlarin> Le vendredi 02 janvier 2009 ? 15:47 +0800, Yung-Jang Lee a ?crit : > Sylvestre,Torbj?rn : > > As to the commit > http://gitweb.scilab.org/?p=scilab;a=commit;h=08c6212e3b3579343a63d53d2fc073bc84bcb6ec > > I found one more bug for my patch in core/src/c/cluni0.c that will > make project BuildMacros fail to build. > > Sylvestre, please commit this fix. Done. Commit 68fe0b1b8af498fa95ccf9898397aa849cbf4368 Thanks Sylvestre From fvogelnew1 at free.fr Fri Jan 2 12:02:38 2009 From: fvogelnew1 at free.fr (=?UTF-8?B?RnJhbsOnb2lzIFZvZ2Vs?=) Date: Fri, 02 Jan 2009 12:02:38 +0100 Subject: SEP#12: Scipad - Add support for encodings In-Reply-To: <9371b4280901020030j330d7c8cy82a43d0e71eef578@mail.gmail.com> References: <4946D491.3050004@free.fr> <4950C67A.1010501@free.fr> <495D387E.6020607@free.fr> <9371b4280901020030j330d7c8cy82a43d0e71eef578@mail.gmail.com> Message-ID: <495DF44E.7070407@free.fr> Yung-Jang Lee said on 02/01/2009 09:30: > Fran?ois, > > I have applied the patch and begin to use it. Thank you again. > > On more thing, can you accept "UTF8" or "utf8" as a valid encoding > attribute in XML files? While this is incorrect and should be avoided, > most agents such as browsers can understand this. > > Yung-Jang Lee Sure it is possible. However, does this case happen within the Scilab source codebase? In principle I would be inclined to limit the number of special cases. Francois From sylvestre.ledru at inria.fr Fri Jan 2 12:22:36 2009 From: sylvestre.ledru at inria.fr (Sylvestre Ledru) Date: Fri, 02 Jan 2009 12:22:36 +0100 Subject: [Scilab-Dev] Re: SEP#12: Scipad - Add support for encodings In-Reply-To: <495DF44E.7070407@free.fr> References: <4946D491.3050004@free.fr> <4950C67A.1010501@free.fr> <495D387E.6020607@free.fr> <9371b4280901020030j330d7c8cy82a43d0e71eef578@mail.gmail.com> <495DF44E.7070407@free.fr> Message-ID: <1230895356.4402.64.camel@zlarin> Le vendredi 02 janvier 2009 ? 12:02 +0100, Fran?ois Vogel a ?crit : > Yung-Jang Lee said on 02/01/2009 09:30: > > Fran?ois, > > > > I have applied the patch and begin to use it. Thank you again. > > > > On more thing, can you accept "UTF8" or "utf8" as a valid encoding > > attribute in XML files? While this is incorrect and should be avoided, > > most agents such as browsers can understand this. Usually, in XML, UTF-8 & UTF8 are accepted. (lower & upper cases) Sylvestre From fvogelnew1 at free.fr Fri Jan 2 12:56:39 2009 From: fvogelnew1 at free.fr (=?UTF-8?B?RnJhbsOnb2lzIFZvZ2Vs?=) Date: Fri, 02 Jan 2009 12:56:39 +0100 Subject: [Scilab-Dev] Re: SEP#12: Scipad - Add support for encodings In-Reply-To: <1230895356.4402.64.camel@zlarin> References: <4946D491.3050004@free.fr> <4950C67A.1010501@free.fr> <495D387E.6020607@free.fr> <9371b4280901020030j330d7c8cy82a43d0e71eef578@mail.gmail.com> <495DF44E.7070407@free.fr> <1230895356.4402.64.camel@zlarin> Message-ID: <495E00F7.6000500@free.fr> Sylvestre Ledru said on 02/01/2009 12:22: > Le vendredi 02 janvier 2009 ? 12:02 +0100, Fran?ois Vogel a ?crit : >> Yung-Jang Lee said on 02/01/2009 09:30: >>> Fran?ois, >>> >>> I have applied the patch and begin to use it. Thank you again. >>> >>> On more thing, can you accept "UTF8" or "utf8" as a valid encoding >>> attribute in XML files? While this is incorrect and should be avoided, >>> most agents such as browsers can understand this. > > Usually, in XML, UTF-8 & UTF8 are accepted. (lower & upper cases) OK, OK, you'll have it. Anything else to add to the discussion about this encoding feature, or can I consider there is now consensus for acceptance? Francois From yjlee123 at gmail.com Fri Jan 2 14:16:48 2009 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Fri, 2 Jan 2009 21:16:48 +0800 Subject: [Scilab-Dev] Another reason for message "Scilab cannot create Scilab Java Main-Class" In-Reply-To: <495DCBDE.8010803@tpett.com> References: <9371b4280901010838w7e4659a6y5880eab45473cc1e@mail.gmail.com> <495D3761.8060406@tpett.com> <9371b4280901012043u523e8dd4ka528e2a862174398@mail.gmail.com> <495DCBDE.8010803@tpett.com> Message-ID: <9371b4280901020516w38302384r414aaed0c7e4c189@mail.gmail.com> > I opened a cmd shell and ran > md c:\??? > set TMP=c:\??? > and started scilab from this shell: > "c:\Program Files\scilab-5.0.3\bin\WScilex.exe" > > Scilab starts without problem and getenv('TMP') returns c:\??? as it should. > So does the TMPDIR variable ( c:\???\SCI_TMP_3860_ ). > > The fun part is that running chdir(TMPDIR) works: > > -->TMPDIR > TMPDIR = > > c:\???\SCI_TMP_3860_ > > -->chdir(TMPDIR) > ans = > > T > > -->pwd > ans = > > c:\???\SCI_TMP_3860_ > > BUT this command does not work: > > -->chdir('c:\???\SCI_TMP_3860_') > Can't go to directory c:\???\SCI_TMP_3860_. Thanks. Errors about filename/path name already be fixed in current GIT master. And I am now working on get/set environment variables between OS/C/Java/TCL because I find it need encoding conversion, hope this will resolve the problem. Yung-Jang Lee From yjlee123 at gmail.com Fri Jan 2 15:30:03 2009 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Fri, 2 Jan 2009 22:30:03 +0800 Subject: PATCH for set/get environment variables Message-ID: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> Sylvestre , This is a patch to fix bug in set/get system environment variables, please take a look to see if it need further modifications. Yung-Jang Lee --------------test script ------------------------ specialName='??' ;// for CP950, BIG5 //specialName='???'; // for fr_FR with character code > 127 setenv('env',specialName) getenv('env')==specialName ------------------------------------------------------ -------------- next part -------------- A non-text attachment was scrubbed... Name: setgetenv.diff Type: text/x-patch Size: 7795 bytes Desc: not available URL: From sylvestre.ledru at scilab.org Fri Jan 2 18:07:47 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Fri, 02 Jan 2009 18:07:47 +0100 Subject: [Scilab-Dev] PATCH for set/get environment variables In-Reply-To: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> References: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> Message-ID: <1230916067.4402.89.camel@zlarin> Hello, Thanks for the patch. Interesting point, with or without your patch, when LANG=fr_FR , under Linux, in the mode GUI, NW & NWNI, they all return: -->setenv('env',specialName) ans = T -->getenv('env')==specialName ans = T but when I try with LANG=C, I am getting: -->setenv('env',specialName) ans = T -->getenv('env')==specialName ans = F Do you have an idea why ? Do you know if both are working under Windows ? Sylvestre Le vendredi 02 janvier 2009 ? 22:30 +0800, Yung-Jang Lee a ?crit : > Sylvestre , > > This is a patch to fix bug in set/get system environment variables, > please take a look to see if it need further modifications. > > Yung-Jang Lee > > --------------test script ------------------------ > specialName='??' ;// for CP950, BIG5 > //specialName='???'; // for fr_FR with character code > 127 > setenv('env',specialName) > getenv('env')==specialName > ------------------------------------------------------ From yjlee123 at gmail.com Fri Jan 2 18:41:31 2009 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Sat, 3 Jan 2009 01:41:31 +0800 Subject: [Scilab-Dev] PATCH for set/get environment variables In-Reply-To: <1230916067.4402.89.camel@zlarin> References: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> <1230916067.4402.89.camel@zlarin> Message-ID: <9371b4280901020941q18e43c77h2e9ecc2605b665b4@mail.gmail.com> > > Interesting point, with or without your patch, when LANG=fr_FR , under > Linux, in the mode GUI, NW & NWNI, they all return: > > -->setenv('env',specialName) > ans = > > T > > -->getenv('env')==specialName > ans = > > T > This patch have no effect on UTF-8 locale. If you test it under Linux with LANG=fr_FR.utf-8 , it should make no difference with or without this patch. Test it with locale iso-8859-1 to see if there are any differences. Under Windows with fr_FR, it should show difference with or without my patch. > but when I try with LANG=C, I am getting: > > -->setenv('env',specialName) > ans = > > T > > -->getenv('env')==specialName > ans = > > F > > Do you have an idea why ? I have no idea about the meaning of LANG=C. But I just move to Fedora to test this patch, I can jump into this problem in the next few days. But I need some hints about "LANG=C". > > Do you know if both are working under Windows ? I had tested it under WinXp, lang=zh_TW. With 5.0.3 or un-patched GIT master , it get wrong ans, but fixed with this patch. You may test with lang=fr_FR to see if it works for WinXp. Yung-Jang Lee From sylvestre.ledru at inria.fr Fri Jan 2 18:47:54 2009 From: sylvestre.ledru at inria.fr (Sylvestre Ledru) Date: Fri, 02 Jan 2009 18:47:54 +0100 Subject: [Scilab-Dev] PATCH for set/get environment variables In-Reply-To: <9371b4280901020941q18e43c77h2e9ecc2605b665b4@mail.gmail.com> References: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> <1230916067.4402.89.camel@zlarin> <9371b4280901020941q18e43c77h2e9ecc2605b665b4@mail.gmail.com> Message-ID: <1230918474.4402.96.camel@zlarin> > This patch have no effect on UTF-8 locale. If you test it under Linux > with LANG=fr_FR.utf-8 , it should make no difference with or without > this patch. Test it with locale iso-8859-1 to see if there are any > differences. > > Under Windows with fr_FR, it should show difference with or without my patch. You are right, fr_FR.UTF-8 is OK but not fr_FR which use an iso encoding > > > > > Do you have an idea why ? > > I have no idea about the meaning of LANG=C. But I just move to Fedora > to test this patch, I can jump into this problem in the next few > days. But I need some hints about "LANG=C". Sorry, lang is the default language of the application... Usually english ;) Sylvestre From yjlee123 at gmail.com Sat Jan 3 13:44:54 2009 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Sat, 3 Jan 2009 20:44:54 +0800 Subject: [Scilab-Dev] PATCH for set/get environment variables In-Reply-To: <1230918474.4402.96.camel@zlarin> References: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> <1230916067.4402.89.camel@zlarin> <9371b4280901020941q18e43c77h2e9ecc2605b665b4@mail.gmail.com> <1230918474.4402.96.camel@zlarin> Message-ID: <9371b4280901030444x36928b73w4687fa563cac8d57@mail.gmail.com> 2009/1/3 Sylvestre Ledru : > >> >> Under Windows with fr_FR, it should show difference with or without my patch. > You are right, fr_FR.UTF-8 is OK but not fr_FR which use an iso encoding In current GIT , encoding for LANG=fr_FR is "UTF-8" rather than "iso-8859-1", that is the reason the test script don't pass for LANG=fr_FR. I have change encoding of fr_FR to "iso-8859-1" in my working copy, and it pass the script now. I will send a patch a few days latter. >> > >> > Do you have an idea why ? >> >> I have no idea about the meaning of LANG=C. But I just move to Fedora >> to test this patch, I can jump into this problem in the next few >> days. But I need some hints about "LANG=C". > Sorry, lang is the default language of the application... Usually english ;) > Since UTF characters '??' or '??? can not map to english, it look reasonable that the test don't pass for "LANG=C" . Yung-Jang Lee From yjlee123 at gmail.com Sat Jan 3 13:57:31 2009 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Sat, 3 Jan 2009 20:57:31 +0800 Subject: [Scilab-Dev] PATCH for set/get environment variables In-Reply-To: <9371b4280901030444x36928b73w4687fa563cac8d57@mail.gmail.com> References: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> <1230916067.4402.89.camel@zlarin> <9371b4280901020941q18e43c77h2e9ecc2605b665b4@mail.gmail.com> <1230918474.4402.96.camel@zlarin> <9371b4280901030444x36928b73w4687fa563cac8d57@mail.gmail.com> Message-ID: <9371b4280901030457j1b230099s769eebcb27aa2647@mail.gmail.com> 2009/1/3 Yung-Jang Lee : > 2009/1/3 Sylvestre Ledru : >> >>> >>> Under Windows with fr_FR, it should show difference with or without my patch. >> You are right, fr_FR.UTF-8 is OK but not fr_FR which use an iso encoding > > In current GIT , encoding for LANG=fr_FR is "UTF-8" rather than > "iso-8859-1", that is the reason the test script don't pass for > LANG=fr_FR. > > I have change encoding of fr_FR to "iso-8859-1" in my working copy, > and it pass the script now. I will send a patch a few days latter. > > >>> > >>> > Do you have an idea why ? >>> >>> I have no idea about the meaning of LANG=C. But I just move to Fedora >>> to test this patch, I can jump into this problem in the next few >>> days. But I need some hints about "LANG=C". >> Sorry, lang is the default language of the application... Usually english ;) >> > > Since UTF characters '??' or '??? can not map to english, it look > reasonable that the test don't pass for "LANG=C" . > > > Yung-Jang Lee > From yjlee123 at gmail.com Sat Jan 3 14:15:39 2009 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Sat, 3 Jan 2009 21:15:39 +0800 Subject: [Scilab-Dev] PATCH for set/get environment variables In-Reply-To: <9371b4280901030444x36928b73w4687fa563cac8d57@mail.gmail.com> References: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> <1230916067.4402.89.camel@zlarin> <9371b4280901020941q18e43c77h2e9ecc2605b665b4@mail.gmail.com> <1230918474.4402.96.camel@zlarin> <9371b4280901030444x36928b73w4687fa563cac8d57@mail.gmail.com> Message-ID: <9371b4280901030515n2180b72btb5eb8599ae4c1d98@mail.gmail.com> May be encoding for "LANG=C" should also map to "iso-8859-1" , such that characters '???' is a valid string ? In short, if I don't have further information about encoding maping, I will set following maps in my next patch fr_FR.UTF-8-->UTF-8 fr_FR -----> iso-8859-1 en_EN.UTF-8-->UTF-8 C -------->iso-8859-1 en_EN---->iso-8859-1 zh_TW.UTF-8-->UTF-8 zh_TW--->big5 zh_CN.UTF-8-->UTF-8 zh_CN--->gb2312 ru_RU.UTF-8-->UTF-8 ru_RU--->ISO-8859-5 Yung-Jang Lee 2009/1/3 Yung-Jang Lee : > 2009/1/3 Sylvestre Ledru : >> >>> >>> Under Windows with fr_FR, it should show difference with or without my patch. >> You are right, fr_FR.UTF-8 is OK but not fr_FR which use an iso encoding > > In current GIT , encoding for LANG=fr_FR is "UTF-8" rather than > "iso-8859-1", that is the reason the test script don't pass for > LANG=fr_FR. > > I have change encoding of fr_FR to "iso-8859-1" in my working copy, > and it pass the script now. I will send a patch a few days latter. > > >>> > >>> > Do you have an idea why ? >>> >>> I have no idea about the meaning of LANG=C. But I just move to Fedora >>> to test this patch, I can jump into this problem in the next few >>> days. But I need some hints about "LANG=C". >> Sorry, lang is the default language of the application... Usually english ;) >> > > Since UTF characters '??' or '??? can not map to english, it look > reasonable that the test don't pass for "LANG=C" . > > > Yung-Jang Lee > From yjlee123 at gmail.com Sat Jan 3 16:40:03 2009 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Sat, 3 Jan 2009 23:40:03 +0800 Subject: [Scilab-Dev] PATCH for set/get environment variables In-Reply-To: <9371b4280901030515n2180b72btb5eb8599ae4c1d98@mail.gmail.com> References: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> <1230916067.4402.89.camel@zlarin> <9371b4280901020941q18e43c77h2e9ecc2605b665b4@mail.gmail.com> <1230918474.4402.96.camel@zlarin> <9371b4280901030444x36928b73w4687fa563cac8d57@mail.gmail.com> <9371b4280901030515n2180b72btb5eb8599ae4c1d98@mail.gmail.com> Message-ID: <9371b4280901030740r560b41ecw910818555bf6d8dc@mail.gmail.com> Sylvestre, Attach is the modified patch for getenv/setenv, please take a look to see if the problems you mentioned been solved or not. In this patch, if the system encoding is not explicitly given (for examples, fr_FR, C) the encoding is set to ISO8859-1 rather than UTF-8, with following exceptions zh_TW ----> BIG5 //chinese traditional zh_CN -----> GB2312 ) //chinese simplified ru_RU -----> ISO-8859-5 //russian ja_JP, jp_JP ---->eucJP // japaness ko,ko_KR ----->eucKR // korean And I have tested it under Linux with follwing script, ----------------------------------------------------------------------------------------------- specialName='??' ; // for CP950, BIG5,zh_TW, zh_TW.utf-8, zh_CN,zh_CN.utf-8 or specialName='?????'; // russian LANG=ru_RU, ru_RU.utf-8 or specialName='????'; // Japaness LANG=ja_JP , or specialName='????'; // korean LANG=ko_KR, ko_KR=utf-8 or specialName='???'; // LANG=fr_FR,C,en_US, and fr_FR.utf setenv('env',specialName) getenv('env')==specialName ----------------------------------------------------------------------------------------- And it pass for all different LANG setting. Yung-Jang Lee -------------- next part -------------- A non-text attachment was scrubbed... Name: setgetenv2.diff Type: text/x-patch Size: 8589 bytes Desc: not available URL: From ycollette at free.fr Sun Jan 4 15:24:00 2009 From: ycollette at free.fr (Collette Yann) Date: Sun, 04 Jan 2009 15:24:00 +0100 Subject: How to set an environment variable Message-ID: <4960C680.2060502@free.fr> Hello, I am trying to set an environment variable in the "parent shell" (the one in which scilab has been launched) via scilab. It does not work yet. I have tried: -->setenv('PYTHONPATH','/home/collette') -->unix('export PYTHONPATH=/home/collette:$PYTHONPATH') But when I do an 'export' in my bash shell, the PYTHONPATH is not set. I think this is because when I launched 'scilab', an inner shell is launched and then the environment variable is set is this shell, but I wanted to set the PYTHONPATH in the shell I used to launch scilab. Happy new year, YC From bruno.jofret at scilab.org Mon Jan 5 10:46:06 2009 From: bruno.jofret at scilab.org (Bruno JOFRET) Date: Mon, 05 Jan 2009 10:46:06 +0100 Subject: [Scilab-Dev] Blank graphic windows... In-Reply-To: <1230826395.4402.8.camel@zlarin> References: <1230826395.4402.8.camel@zlarin> Message-ID: <4961D6DE.9020809@scilab.org> Sylvestre Ledru a ?crit : > Hello Jonathan, > > Le mercredi 31 d?cembre 2008 ? 16:10 -0400, Jonathan Blanchard a ?crit : >> Hi, >> >> I'm trying to create a Solaris package for Scilab > Great, I like this idea! Don't hesitate if you need help on this. > >> and everything work >> except I get a blank window when plotting. Java raise no exceptions >> which mean that all the required libraries are found. I get a blank >> window if I try a plot command once, If I do the plot command again >> without closing the window the curve get displayed but not the axis. >> If and only if I resize the graphic windows and then hit redraw the >> full graphic get displayed. >> >> Any insight on this situation? > Seems to ben an OpenGL issue. > I will try to reproduce this issue next week on my Solaris. > Maybe Solaris needs the graphic to be refreshed. > > Sylvestre > > Hi Jonathan, We are using a "GLJPanel" (a swing openGL component) to display scilab graphics : plot3d, plot ... Unfortunately this component uses some high level OpenGL primitives that are not fully supported depending on the OS / Video Card / ... you are using. There is an alternative component "GLCanvas" (AWT + OpenGL) you can use to render Scilab graphics. You can dynamically activate this component through Scilab using "usecanvas" --> usecanvas(%t) Will force the use of "GLCanvas" for plot rendering. --> usecanvas(%f) (default) Will use "GLJPanel" for rendering if it's not in our "black list" architecture. _BUT_ the use of the "GLCanvas" will disable some capabilities such as mixing plots and uicontrol for instance. That's why it's not the default behavior. Please try this option and let us know if it solve your issue. Moreover we are pretty interested in some further information on your platform such as your video card model, OS version, window manager, the scilab version you are using, a.s.o ... Thanks for Using Scilab ;-) -- Bruno JOFRET Software Designer ___ SCILAB - DIGITEO ___ Tel : (+33/0)1.39.63.58.63 Mailto : bruno.jofret at scilab.org http://www.scilab.org http://www.digiteo.fr From BlanchardJ at ieee.org Mon Jan 5 13:25:55 2009 From: BlanchardJ at ieee.org (Jonathan Blanchard) Date: Mon, 5 Jan 2009 08:25:55 -0400 Subject: [Scilab-Dev] Blank graphic windows... In-Reply-To: <4961D6DE.9020809@scilab.org> References: <1230826395.4402.8.camel@zlarin> <4961D6DE.9020809@scilab.org> Message-ID: Hi thanks for the reply, First usecanvas is not defined inside my build of scilab I get the usual undefined variable error when trying to call it. Secondly, I get this issue with the plain 5.0.3 source and also with one of the recent nightlies. 1230639640 to be exact. I know plotting used to work in 5.0.2 and would like to compile it again to double check, do you keep your old release somewhere? (I do not seem to be able to access the old svn repository to get it) System info : Opensolaris 2008.11 64 Bits Nvidia Xorg driver 177.80 server version 11.0 Nvidia Quadro NVS 110M Jonathan Blanchard On Mon, Jan 5, 2009 at 5:46 AM, Bruno JOFRET wrote: > Sylvestre Ledru a ?crit : >> >> Hello Jonathan, >> >> Le mercredi 31 d?cembre 2008 ? 16:10 -0400, Jonathan Blanchard a ?crit : >>> >>> Hi, >>> >>> I'm trying to create a Solaris package for Scilab >> >> Great, I like this idea! Don't hesitate if you need help on this. >> >>> and everything work >>> except I get a blank window when plotting. Java raise no exceptions >>> which mean that all the required libraries are found. I get a blank >>> window if I try a plot command once, If I do the plot command again >>> without closing the window the curve get displayed but not the axis. >>> If and only if I resize the graphic windows and then hit redraw the >>> full graphic get displayed. >>> >>> Any insight on this situation? >> >> Seems to ben an OpenGL issue. I will try to reproduce this issue next week >> on my Solaris. >> Maybe Solaris needs the graphic to be refreshed. >> >> Sylvestre >> >> > Hi Jonathan, > > We are using a "GLJPanel" (a swing openGL component) to display scilab > graphics : plot3d, plot ... > Unfortunately this component uses some high level OpenGL primitives that are > not fully supported depending on the OS / Video Card / ... you are using. > > There is an alternative component "GLCanvas" (AWT + OpenGL) you can use to > render Scilab graphics. You can dynamically activate this component through > Scilab using "usecanvas" > > > --> usecanvas(%t) > Will force the use of "GLCanvas" for plot rendering. > > --> usecanvas(%f) > (default) Will use "GLJPanel" for rendering if it's not in our "black list" > architecture. > > > _BUT_ the use of the "GLCanvas" will disable some capabilities such as > mixing plots and uicontrol for instance. That's why it's not the default > behavior. > > Please try this option and let us know if it solve your issue. > > Moreover we are pretty interested in some further information on your > platform such as your video card model, OS version, window manager, the > scilab version you are using, a.s.o ... > > Thanks for Using Scilab ;-) > > -- > Bruno JOFRET > > Software Designer > ___ SCILAB - DIGITEO ___ > Tel : (+33/0)1.39.63.58.63 > Mailto : bruno.jofret at scilab.org > http://www.scilab.org > http://www.digiteo.fr > From whalesuit at gmail.com Tue Jan 6 04:51:12 2009 From: whalesuit at gmail.com (Eric E) Date: Mon, 5 Jan 2009 22:51:12 -0500 Subject: [scilab-Users] Mac OS 10.5 Compilation issue In-Reply-To: <1231149124.4280.6.camel@korcula.inria.fr> References: <7426fe270901030632s6ca996far5c5b0a3f9285976c@mail.gmail.com> <1231040641.4402.154.camel@zlarin> <7426fe270901041252u48e40d3cua51645b3b6ddb9c1@mail.gmail.com> <1231102950.4463.33.camel@zlarin> <7426fe270901041519m714d33aara294eeecb43f8094@mail.gmail.com> <1231149124.4280.6.camel@korcula.inria.fr> Message-ID: <7426fe270901051951p56725865xc16967a54314ee47@mail.gmail.com> Hi Sylvestre, Here's the Makefile... Dunno if this would work, but it occurred to me that I could try using an alias in .bashrc to alias install -D to install -d or some such. I'll let you know if that works. I also ran scilab with and with the -nw flag. When I ran it without -nw, I got: Localization: setlocale didn't exist on the computer used to compile Scilab ! This is abnormal ! No localization will be working for this distribution of Scilab. and that is indeed the error that appears in all the error files from make check. Running scilab normally (i.e., without the -nw flag) brings up the standard Scilab command screen, which appears to work but won't accept any input from the keyboard. Setlocale is present on my machine (or at least configure thinks so: checking for setlocale... yes Some initial googling about setlocale indicates that there may be some weirdness about Apple's X11 implementation and setlocale. When I run scilab with the -nw flag, the command window doesn't appear. Am I correct or incorrect to guess that -nw is like -nw for Emacs: don't use X windows or something like that? In any event, with the -nw flag, issuing the plot command causes a window to appear and then the following exception appears: terminate called after throwing an instance of 'GiwsException::JniCallMethodException' what(): Exception when calling Java method : no jogl in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1753) .... and the app crashes shortly thereafter. I do have jogl in the same directory as all the other jars. Is any of this making sense to you, or pointing to a common problem? Thanks again, Eric On Mon, Jan 5, 2009 at 4:52 AM, Sylvestre Ledru wrote: > > > Le dimanche 04 janvier 2009 ? 18:19 -0500, Eric E a ?crit : >> > Well, depends what you mean by "tests of the build", if you want to >> > check the creation of the binary itself, "make macros" is calling Scilab >> > to build our macros. >> > If you want to test Scilab features, "make check" is your friend. > >> 315/1152 - [fileio] >> dir..........................................failed : error_output >> not empty >> >> Is this standard, or should I look into the outputs of make check? > The output are probably just warnings. > Try to run Scilab like ./bin/scilab -nw. You should not get any output; > if you do, it is what is causing the "error_output not empty". > >> > In the root directory of the source tree, what is the result of >> > $ grep -E "(^INSTALL =|^INSTALL_DATA =)" Makefile >> > ? >> >Under Linux, I get: >> >INSTALL = /usr/bin/install -c >> >INSTALL_DATA = ${INSTALL} -m 644 >> >> I get the same thing as you do: >> INSTALL = /usr/bin/install -c >> INSTALL_DATA = ${INSTALL} -m 644 > Funny, could you send the modules/core/Makefile file ? > > Thx. > Sylvestre > PS: if you are registered to the dev mailing list, we could switch on > this mailing list since it is quite technical questions. > > > -------------- next part -------------- A non-text attachment was scrubbed... Name: Makefile Type: application/octet-stream Size: 232403 bytes Desc: not available URL: From sylvestre.ledru at scilab.org Tue Jan 6 12:07:47 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Tue, 06 Jan 2009 12:07:47 +0100 Subject: [Scilab-Dev] Re: [scilab-Users] Mac OS 10.5 Compilation issue In-Reply-To: <7426fe270901051951p56725865xc16967a54314ee47@mail.gmail.com> References: <7426fe270901030632s6ca996far5c5b0a3f9285976c@mail.gmail.com> <1231040641.4402.154.camel@zlarin> <7426fe270901041252u48e40d3cua51645b3b6ddb9c1@mail.gmail.com> <1231102950.4463.33.camel@zlarin> <7426fe270901041519m714d33aara294eeecb43f8094@mail.gmail.com> <1231149124.4280.6.camel@korcula.inria.fr> <7426fe270901051951p56725865xc16967a54314ee47@mail.gmail.com> Message-ID: <1231240067.4280.89.camel@korcula.inria.fr> Le lundi 05 janvier 2009 ? 22:51 -0500, Eric E a ?crit : > Hi Sylvestre, > Here's the Makefile... Dunno if this would work, but it occurred to > me that I could try using an alias in .bashrc to alias install -D to > install -d or some such. I'll let you know if that works. OK, thanks. I don't see any reference of a -D option used with install :| > I also ran scilab with and with the -nw flag. When I ran it without -nw, I got: > Localization: setlocale didn't exist on the computer used to compile > Scilab ! This is abnormal ! No localization will be working for this > distribution of Scilab. > and that is indeed the error that appears in all the error files from > make check. Running scilab normally (i.e., without the -nw flag) > brings up the standard Scilab command screen, which appears to work > but won't accept any input from the keyboard. OK, it is also my current status in the Mac OS X portage. Everything is working but the input (unfortunately, it is a *bit* important). > Setlocale is present on > my machine (or at least configure thinks so: > checking for setlocale... yes > Some initial googling about setlocale indicates that there may be some > weirdness about Apple's X11 implementation and setlocale. Yep, I am aware of this. For now, I put some dirty hack. I have to see what is the way under MacOSX. > When I run scilab with the -nw flag, the command window doesn't > appear. Am I correct or incorrect to guess that -nw is like -nw for > Emacs: don't use X windows or something like that? nw is: console in the terminal + graphic capabilities nwni is: console without any graphic capabilities and without any link to the Java > > terminate called after throwing an instance of > 'GiwsException::JniCallMethodException' > what(): Exception when calling Java method : no jogl in java.library.path > at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1753) > .... > > Is any of this making sense to you, or pointing to a common problem? It does. That means that the java engine cannot file the JNI lib libjogl.jnilib. You have to add the path to the directory where is the lib in etc/librarypath.xml Sylvestre From whalesuit at gmail.com Tue Jan 6 16:58:33 2009 From: whalesuit at gmail.com (Eric E) Date: Tue, 6 Jan 2009 10:58:33 -0500 Subject: [Scilab-Dev] Re: [scilab-Users] Mac OS 10.5 Compilation issue In-Reply-To: <1231240067.4280.89.camel@korcula.inria.fr> References: <7426fe270901030632s6ca996far5c5b0a3f9285976c@mail.gmail.com> <1231040641.4402.154.camel@zlarin> <7426fe270901041252u48e40d3cua51645b3b6ddb9c1@mail.gmail.com> <1231102950.4463.33.camel@zlarin> <7426fe270901041519m714d33aara294eeecb43f8094@mail.gmail.com> <1231149124.4280.6.camel@korcula.inria.fr> <7426fe270901051951p56725865xc16967a54314ee47@mail.gmail.com> <1231240067.4280.89.camel@korcula.inria.fr> Message-ID: <7426fe270901060758l1b3249cai3d2811de22b29cb@mail.gmail.com> On Tue, Jan 6, 2009 at 6:07 AM, Sylvestre Ledru wrote: > Le lundi 05 janvier 2009 ? 22:51 -0500, Eric E a ?crit : >> Hi Sylvestre, >> Here's the Makefile... Dunno if this would work, but it occurred to >> me that I could try using an alias in .bashrc to alias install -D to >> install -d or some such. I'll let you know if that works. > OK, thanks. > I don't see any reference of a -D option used with install :| Yeah, I couldn't find anything with grep myself. I'll see if that shell alias thing might work. >> I also ran scilab with and with the -nw flag. When I ran it without -nw, I got: >> Localization: setlocale didn't exist on the computer used to compile >> Scilab ! This is abnormal ! No localization will be working for this >> distribution of Scilab. >> and that is indeed the error that appears in all the error files from >> make check. Running scilab normally (i.e., without the -nw flag) >> brings up the standard Scilab command screen, which appears to work >> but won't accept any input from the keyboard. > OK, it is also my current status in the Mac OS X portage. Everything is > working but the input (unfortunately, it is a *bit* important). Hmmm... sounds like I've reached approximately the point you've reached. >> Setlocale is present on >> my machine (or at least configure thinks so: >> checking for setlocale... yes >> Some initial googling about setlocale indicates that there may be some >> weirdness about Apple's X11 implementation and setlocale. > Yep, I am aware of this. For now, I put some dirty hack. I have to see what is the way under MacOSX. Ok, makes sense - I guess I'll ignore those warnings for now. >> When I run scilab with the -nw flag, the command window doesn't >> appear. Am I correct or incorrect to guess that -nw is like -nw for >> Emacs: don't use X windows or something like that? > nw is: console in the terminal + graphic capabilities > nwni is: console without any graphic capabilities and without any link > to the Java So it sounds like if I resolve this path issue for the jars, the port should be more or less functional in nw mode? I think I can work with that and with the Windows version for a bit until the Mac port advances a bit more. > That means that the java engine cannot file the JNI lib libjogl.jnilib. > You have to add the path to the directory where is the lib in > etc/librarypath.xml Aha - I'll have a look for that. Thanks again for all the help, Eric From sylvestre.ledru at scilab.org Tue Jan 6 17:02:46 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Tue, 06 Jan 2009 17:02:46 +0100 Subject: [Scilab-Dev] Re: [scilab-Users] Mac OS 10.5 Compilation issue In-Reply-To: <7426fe270901060758l1b3249cai3d2811de22b29cb@mail.gmail.com> References: <7426fe270901030632s6ca996far5c5b0a3f9285976c@mail.gmail.com> <1231040641.4402.154.camel@zlarin> <7426fe270901041252u48e40d3cua51645b3b6ddb9c1@mail.gmail.com> <1231102950.4463.33.camel@zlarin> <7426fe270901041519m714d33aara294eeecb43f8094@mail.gmail.com> <1231149124.4280.6.camel@korcula.inria.fr> <7426fe270901051951p56725865xc16967a54314ee47@mail.gmail.com> <1231240067.4280.89.camel@korcula.inria.fr> <7426fe270901060758l1b3249cai3d2811de22b29cb@mail.gmail.com> Message-ID: <1231257766.4280.150.camel@korcula.inria.fr> > So it sounds like if I resolve this path issue for the jars, the port > should be more or less functional in nw mode? I think I can work with > that and with the Windows version for a bit until the Mac port > advances a bit more. Yep, it will answer to most of your needs. > > That means that the java engine cannot file the JNI lib libjogl.jnilib. > > You have to add the path to the directory where is the lib in > > etc/librarypath.xml > Aha - I'll have a look for that. I updated the error message in the master about that issue. It is a very FAQ. In the master, you will get: "An error occurred when Scilab tried to open a Canvas: Could not initialize class org.scilab.modules.gui.bridge.canvas.SwingScilabCanvas If an exception about java.lang.UnsatisfiedLinkError has been thrown, check if etc/librarypath.xml contains the path to gluegen and jogl libraries" Which is, I believe, much more explicit. (I will merge the master branch to the macosx one). Sylvestre From jarausch at igpm.rwth-aachen.de Thu Jan 8 16:19:47 2009 From: jarausch at igpm.rwth-aachen.de (Helmut Jarausch) Date: Thu, 08 Jan 2009 16:19:47 +0100 (CET) Subject: scilab build/install problem Message-ID: First, thanks Sylvestre for your help. Probably I did something wrong: I unpacked scilab-5.0.3-src.tar.gz and prerequirements-scilab-5.0.3-src.tar.gz to the same directory xxx/scilab-5.0.3 I used the following configure CC=/usr/bin/gcc F77=/usr/bin/gfortran \ JAVA_HOME=/opt/java PVM_ROOT=/usr/share/pvm3 \ configure --prefix=/usr/local --with-gfortran --with-gcc \ --with-fftw --with-pcre --with-jdk=/opt/java \ --enable-build-help --enable-build-localization \ --with-umfpack make make doc make install Now I have 2 problems - I had to copy xxx/scilab-5.0.3/bin/*.so to /usr/local/lib/scilab (why isn't this done by make install ?) - more severely, the installed scilab keeps a reference to xxx/scilab-5.0.3/thirdparty which is not inteded by me. Where should I put this directory and what file has to be updated then? Thanks for your help, Helmut. -- Helmut Jarausch Lehrstuhl fuer Numerische Mathematik RWTH - Aachen University D 52056 Aachen, Germany From ycollet at freesurf.fr Thu Jan 8 20:09:35 2009 From: ycollet at freesurf.fr (Collette Yann) Date: Thu, 08 Jan 2009 20:09:35 +0100 Subject: Fortran / C files Message-ID: <49664F6F.7000406@freesurf.fr> Hello, I am currently looking at the 'write' function. I would like to rewrite it in C/C++. I've got a question: How do I translate a fortran file descriptor (unit ...) into a C file descriptor. YC From ycollet at freesurf.fr Thu Jan 8 20:12:09 2009 From: ycollet at freesurf.fr (Collette Yann) Date: Thu, 08 Jan 2009 20:12:09 +0100 Subject: Using XMLEditor Message-ID: <49665009.40300@freesurf.fr> Hello again, I have installed XML editor version 4.2.0 to write some help pages. I have followed the steps described here, http://wiki.scilab.org/howto/scilab_documentation_kit#head-e32b315c21f35ac2ca4ddd32fe11959425f59fd6 But when I try to install a plugin, I can't see any reference to scilab ?? What do I miss ? YC From BlanchardJ at ieee.org Thu Jan 8 21:15:04 2009 From: BlanchardJ at ieee.org (Jonathan Blanchard) Date: Thu, 8 Jan 2009 16:15:04 -0400 Subject: [Scilab-Dev] Blank graphic windows... In-Reply-To: References: <1230826395.4402.8.camel@zlarin> <4961D6DE.9020809@scilab.org> Message-ID: Some additional informations about this issue. Only build using Sun Studio 12 are affected. When using gcc plotting work correctly but not win Sun Studio. Also from running Scilab inside mdb I can see that something in or around the jni calls silently crash(seg faults). Jonathan Blanchard On Mon, Jan 5, 2009 at 8:25 AM, Jonathan Blanchard wrote: > Hi thanks for the reply, > > First usecanvas is not defined inside my build of scilab I get the > usual undefined variable error when trying to call it. > > Secondly, I get this issue with the plain 5.0.3 source and also with > one of the recent nightlies. 1230639640 to be exact. > > I know plotting used to work in 5.0.2 and would like to compile it > again to double check, do you keep your old release somewhere? (I do > not seem to be able to access the old svn repository to get it) > > System info : > > Opensolaris 2008.11 64 Bits > Nvidia Xorg driver 177.80 server version 11.0 > Nvidia Quadro NVS 110M > > > Jonathan Blanchard > > > > On Mon, Jan 5, 2009 at 5:46 AM, Bruno JOFRET wrote: >> Sylvestre Ledru a ?crit : >>> >>> Hello Jonathan, >>> >>> Le mercredi 31 d?cembre 2008 ? 16:10 -0400, Jonathan Blanchard a ?crit : >>>> >>>> Hi, >>>> >>>> I'm trying to create a Solaris package for Scilab >>> >>> Great, I like this idea! Don't hesitate if you need help on this. >>> >>>> and everything work >>>> except I get a blank window when plotting. Java raise no exceptions >>>> which mean that all the required libraries are found. I get a blank >>>> window if I try a plot command once, If I do the plot command again >>>> without closing the window the curve get displayed but not the axis. >>>> If and only if I resize the graphic windows and then hit redraw the >>>> full graphic get displayed. >>>> >>>> Any insight on this situation? >>> >>> Seems to ben an OpenGL issue. I will try to reproduce this issue next week >>> on my Solaris. >>> Maybe Solaris needs the graphic to be refreshed. >>> >>> Sylvestre >>> >>> >> Hi Jonathan, >> >> We are using a "GLJPanel" (a swing openGL component) to display scilab >> graphics : plot3d, plot ... >> Unfortunately this component uses some high level OpenGL primitives that are >> not fully supported depending on the OS / Video Card / ... you are using. >> >> There is an alternative component "GLCanvas" (AWT + OpenGL) you can use to >> render Scilab graphics. You can dynamically activate this component through >> Scilab using "usecanvas" >> >> >> --> usecanvas(%t) >> Will force the use of "GLCanvas" for plot rendering. >> >> --> usecanvas(%f) >> (default) Will use "GLJPanel" for rendering if it's not in our "black list" >> architecture. >> >> >> _BUT_ the use of the "GLCanvas" will disable some capabilities such as >> mixing plots and uicontrol for instance. That's why it's not the default >> behavior. >> >> Please try this option and let us know if it solve your issue. >> >> Moreover we are pretty interested in some further information on your >> platform such as your video card model, OS version, window manager, the >> scilab version you are using, a.s.o ... >> >> Thanks for Using Scilab ;-) >> >> -- >> Bruno JOFRET >> >> Software Designer >> ___ SCILAB - DIGITEO ___ >> Tel : (+33/0)1.39.63.58.63 >> Mailto : bruno.jofret at scilab.org >> http://www.scilab.org >> http://www.digiteo.fr >> > From sylvestre.ledru at inria.fr Thu Jan 8 21:49:22 2009 From: sylvestre.ledru at inria.fr (Sylvestre Ledru) Date: Thu, 08 Jan 2009 21:49:22 +0100 Subject: [Scilab-Dev] scilab build/install problem In-Reply-To: References: Message-ID: <1231447762.5735.73.camel@zlarin> > - I had to copy xxx/scilab-5.0.3/bin/*.so to /usr/local/lib/scilab > (why isn't this done by make install ?) Because make install will just install Scilab, not the dependencies. Usually, you would install packages provided by the distrib. Thirdparty is provided to help to develop Scilab (and by us to produce the binary). > - more severely, > the installed scilab keeps a reference to xxx/scilab-5.0.3/thirdparty > which is not inteded by me. > Where should I put this directory and what file has to be updated > then? You have to update librarypath.xml & classpath.xml to update the paths. Sylvestre From ycollette at free.fr Thu Jan 8 19:37:41 2009 From: ycollette at free.fr (Collette Yann) Date: Thu, 08 Jan 2009 19:37:41 +0100 Subject: problems with 'make doc' Message-ID: <496647F5.8030306@free.fr> Hello, With the last doc commit come some build problems. I've caught the build messages and sum them up to the errors: -- Building documentation (English) -- LANG=C SCI_DISABLE_TK=1 DOCBOOK_ROOT=/home/collette/scilab-dev/scilab/scilab/thirdparty/docbook/ ./bin/scilab -nb -nouserstartup -nw -e "xmltojar();exit;" Building the Scicos manual master document for en_US. *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/Branching_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/CLKFROM_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/CLKFROM_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/CLKGOTO_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/CLKGOTO_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/CLKGotoTagVisibility_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/CLKGotoTagVisibility_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/DEMUX_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/DEMUX_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/DEMUX_img5_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/EDGE_TRIGGER_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/EDGE_TRIGGER_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/EDGE_TRIGGER_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/ESELECT_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/ESELECT_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/EXTRACTOR_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/EXTRACTOR_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/Extract_Activation_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/Extract_Activation_img2_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/FROM_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/FROM_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/FROMMO_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/FROMMO_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/GOTO_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/GOTO_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/GOTOMO_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/GOTOMO_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/GotoTagVisibility_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/GotoTagVisibility_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/GotoTagVisibilityMO_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/GotoTagVisibilityMO_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/IFTHEL_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/IFTHEL_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/ISELECT_m_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/ISELECT_m_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/MUX_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/MUX_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/M_SWITCH_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/M_SWITCH_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/NRMSOM_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/NRMSOM_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/RELAY_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/RELAY_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/SCALAR2VECTOR_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/SCALAR2VECTOR_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/SELECT_m_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/SELECT_m_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/SWITCH2_m_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/SWITCH2_m_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/SWITCH2_m_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/SWITCH_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/SWITCH_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/demoblocks_pal/images/BOUNCE_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/demoblocks_pal/images/BOUNCE_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/demoblocks_pal/images/BOUNCEXY_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/demoblocks_pal/images/BOUNCEXY_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/demoblocks_pal/images/BPLATFORM_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/demoblocks_pal/images/BPLATFORM_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/demoblocks_pal/images/DemoBlocks_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/CCS_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/CVS_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Capacitor_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Capacitor_img5_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Capacitor_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/ConstantVoltage_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/ConstantVoltage_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/CurrentSensor_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Diode_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Diode_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Diode_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Electrical_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Ground_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Gyrator_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Gyrator_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/IdealTransformer_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/IdealTransformer_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Inductor_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Inductor_img5_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Inductor_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/NMOS_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/NMOS_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/NPN_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/NPN_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/OpAmp_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/PMOS_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/PMOS_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/PNP_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/PNP_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/PotentialSensor_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Resistor_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Resistor_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Resistor_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/SineVoltage_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/SineVoltage_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Switch_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Switch_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/VVsourceAC_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/VVsourceAC_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/VariableResistor_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/VariableResistor_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/VoltageSensor_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/VoltageSensor_img2_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/VsourceAC_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/VsourceAC_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/ANDBLK_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/ANDBLK_img2_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/ANDLOG_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/CLKSOMV_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/CLOCK_c_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/CLOCK_c_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/CLOCK_c_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/EVTDLY_c_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/EVTDLY_c_img2_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/EVTDLY_c_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/EVTDLY_c_img4_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/EVTDLY_c_img5_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/EVTDLY_c_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/EVTDLY_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/EVTDLY_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/EVTGEN_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/EVTGEN_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/EVTVARDLY_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/EVTVARDLY_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/Events_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/HALT_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/HALT_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/MFCLCK_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/MFCLCK_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/M_freq_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/M_freq_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/SampleCLK_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/SampleCLK_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/freq_div_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/freq_div_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/freq_div_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/BITCLEAR_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/BITCLEAR_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/BITSET_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/BITSET_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/CONVERT_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/CONVERT_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/DFLIPFLOP_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/DFLIPFLOP_img2_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/DLATCH_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/DLATCH_img2_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/EXTRACTBITS_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/EXTRACTBITS_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/INTMUL_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/INTMUL_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/Integer_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/JKFLIPFLOP_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/JKFLIPFLOP_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/JKFLIPFLOP_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/LOGIC_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/LOGIC_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/SHIFT_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/SHIFT_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/SRFLIPFLOP_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/SRFLIPFLOP_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/SRFLIPFLOP_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/CLINDUMMY_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/CLR_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/CLR_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/CLSS_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/CLSS_img2_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/CLSS_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/CLSS_img4_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/CLSS_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/CLSS_img6_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/CLSS_img7_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/CLSS_img8_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/CLSS_img9_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/DERIV_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/DERIV_img2_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/DLR_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/DLR_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/DLSS_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/DLSS_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/DLSS_img5_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/DLSS_img6_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/DLSS_img7_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/DLSS_img8_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/DOLLAR_m_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/DOLLAR_m_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/GAINBLK_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/GAINBLK_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/INTEGRAL_m_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/INTEGRAL_m_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/Linear_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/PID_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/PID_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/PID_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/REGISTER_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/REGISTER_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/SAMPHOLD_m_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/SAMPHOLD_m_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/SUMMATION_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/SUMMATION_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/SUM_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/TCLSS_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/TCLSS_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/TCLSS_img5_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/TCLSS_img6_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/TCLSS_img7_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/TCLSS_img8_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/TIME_DELAY_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/TIME_DELAY_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/VARIABLE_DELAY_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/VARIABLE_DELAY_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/CUMSUM_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/CUMSUM_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/EXTRACT_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/EXTRACT_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/EXTTRI_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/EXTTRI_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATBKSL_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATBKSL_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATCATH_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATCATH_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATCATV_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATCATV_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATDET_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATDET_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATDIAG_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATDIAG_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATDIV_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATDIV_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATEIG_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATEIG_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATEXPM_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATEXPM_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATINV_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATINV_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATLU_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATLU_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATMAGPHI_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATMAGPHI_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATMUL_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATMUL_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATPINV_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATPINV_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATRESH_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATRESH_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATSING_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATSING_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATSUM_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATSUM_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATTRAN_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATTRAN_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATZCONJ_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATZREIM_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATZREIM_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/Matrix_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/RICC_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/RICC_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/ROOTCOEF_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/ROOTCOEF_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/SQRT_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/SQRT_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/SUBMAT_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/SUBMAT_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/ABS_VALUE_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/ABS_VALUE_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/EXPBLK_m_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/EXPBLK_m_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/EXPRESSION_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/EXPRESSION_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/INTRP2BLK_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/INTRP2BLK_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/INTRP2BLK_f_img9_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/INTRPLBLK_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/INTRPLBLK_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/INTRPLBLK_f_img2_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/INVBLK_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/LOGBLK_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/LOGBLK_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/LOOKUP_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/MAXMIN_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/MAXMIN_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/Non_linear_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/POWBLK_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/POWBLK_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/PRODUCT_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/PRODUCT_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/PROD_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/QUANT_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/QUANT_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/SATURATION_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/SATURATION_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/SIGNUM_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/SIGNUM_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/TrigFun_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/TrigFun_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img2_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img17_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img18_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img19_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img2_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img2_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img20_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img21_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img7_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img23_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img24_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img7_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img23_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img9_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img23_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img25_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img25_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img20_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img25_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/BACKLASH_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/BACKLASH_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/CBLOCK_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/CBLOCK_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/CBLOCK_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/CBLOCK_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/CONSTRAINT_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/CONSTRAINT_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/DEADBAND_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/DEADBAND_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/DEBUG_SCICOS_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/ENDBLK_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/ENDBLK_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/ENDBLK_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/END_c_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/END_c_img2_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/END_c_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/HYSTHERESIS_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/HYSTHERESIS_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/LOGICAL_OP_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/LOGICAL_OP_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/MBLOCK_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/MBLOCK_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/Others_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/PDE_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/PDE_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/RATELIMITER_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/RATELIMITER_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/RELATIONALOP_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/RELATIONALOP_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/SUPER_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/TEXT_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/TEXT_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/c_block_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/c_block_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/fortran_block_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/fortran_block_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/generic_block3_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/generic_block3_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/scifunc_block_m_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/scifunc_block_m_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/AFFICH_m_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/AFFICH_m_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CANIMXY_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CANIMXY_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CANIMXY_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CANIMXY_img4_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CANIMXY3D_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CANIMXY3D_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CANIMXY3D_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CANIMXY3D_img4_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CEVENTSCOPE_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CEVENTSCOPE_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CEVENTSCOPE_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CEVENTSCOPE_img4_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CEVENTSCOPE_img5_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CEVENTSCOPE_img4_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CFSCOPE_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CFSCOPE_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CFSCOPE_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CFSCOPE_img4_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CLKOUTV_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CLKOUTV_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CMAT3D_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CMAT3D_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CMAT3D_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CMATVIEW_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CMATVIEW_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CMATVIEW_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CMSCOPE_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CMSCOPE_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CMSCOPE_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CMSCOPE_img4_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CSCOPE_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CSCOPE_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CSCOPE_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CSCOPE_img4_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CSCOPXY_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CSCOPXY_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CSCOPXY_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CSCOPXY_img4_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CSCOPXY3D_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CSCOPXY3D_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CSCOPXY3D_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CSCOPXY3D_img4_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/FROMWS_c_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/FROMWS_c_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/OUTIMPL_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/OUTIMPL_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/OUT_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/OUT_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/Sinks_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/TOWS_c_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/TOWS_c_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/WFILE_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/WFILE_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/WFILE_f_img6_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/WRITEAU_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/WRITEAU_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/WRITEC_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/WRITEC_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/CLKINV_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/CLKINV_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/CONST_m_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/CONST_m_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/CURV_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/Counter_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/Counter_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_img4_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_img5_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_img6_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_img7_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_img8_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_img7_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_img8_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_img13_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_img14_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_img15_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/GENSIN_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/GENSIN_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/GENSQR_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/GENSQR_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/GENSQR_f_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/INIMPL_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/INIMPL_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/IN_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/IN_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/Modulo_Count_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/Modulo_Count_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/RAMP_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/RAMP_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/RAND_m_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/RAND_m_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/READAU_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/READAU_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/READC_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/READC_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/READC_f_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/READC_f_img4_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/READC_f_img5_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/RFILE_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/RFILE_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/RFILE_f_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/RFILE_f_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/RFILE_f_img4_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/RFILE_f_img5_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/RFILE_f_img6_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/SAWTOOTH_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/STEP_FUNCTION_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/STEP_FUNCTION_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/STEP_FUNCTION_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/Sigbuilder_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/Sigbuilder_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/Sigbuilder_img3_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/Sources_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/TIME_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/TKSCALE_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/TKSCALE_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/Bache_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/Bache_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/PerteDP_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/PerteDP_img2_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/PerteDP_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/PuitsP_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/PuitsP_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/SourceP_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/SourceP_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/ThermoHydraulics_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/VanneReglante_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/VanneReglante_img2_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/VanneReglante_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/threshold_pal/images/NEGTOPOS_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/threshold_pal/images/POSTONEG_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/threshold_pal/images/Threshold_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/threshold_pal/images/ZCROSS_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/threshold_pal/images/ZCROSS_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/programming_scicos_blocks/c_computational_functions/images/C_struct_img6_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/programming_scicos_blocks/c_computational_functions/images/C_struct_img7_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/programming_scicos_blocks/c_computational_functions/images/C_struct_img8_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/programming_scicos_blocks/utilities_functions/images/getscicosvars_img1_eng.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/programming_scicos_blocks/utilities_functions/images/getscicosvars_img1_eng.gif' not found Error: no ID for constraint linkend: OldBlocks_pal. xmltoformat: The javaHelp files are up-to-date.-- Building documentation (French) -- SCI_DISABLE_TK=1 DOCBOOK_ROOT=/home/collette/scilab-dev/scilab/scilab/thirdparty/docbook/ ./bin/scilab -nb -nouserstartup -nw -e "setlanguage('fr'); xmltojar();exit;" Building the Scicos manual master document for fr_FR. *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/Branching_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/CLKFROM_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/CLKFROM_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/CLKGOTO_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/CLKGOTO_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/CLKGotoTagVisibility_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/CLKGotoTagVisibility_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/DEMUX_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/DEMUX_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/EDGE_TRIGGER_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/EDGE_TRIGGER_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/EDGE_TRIGGER_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/ESELECT_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/ESELECT_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/EXTRACTOR_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/EXTRACTOR_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/Extract_Activation_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/Extract_Activation_img2_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/FROM_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/FROM_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/FROMMO_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/FROMMO_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/GOTO_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/GOTO_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/GOTOMO_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/GOTOMO_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/GotoTagVisibility_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/GotoTagVisibility_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/GotoTagVisibilityMO_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/GotoTagVisibilityMO_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/IFTHEL_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/IFTHEL_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/ISELECT_m_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/ISELECT_m_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/MUX_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/MUX_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/M_SWITCH_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/M_SWITCH_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/NRMSOM_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/NRMSOM_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/RELAY_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/RELAY_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/SCALAR2VECTOR_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/SCALAR2VECTOR_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/SELECT_m_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/SELECT_m_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/SWITCH2_m_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/SWITCH2_m_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/SWITCH2_m_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/SWITCH_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/SWITCH_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/demoblocks_pal/images/BOUNCE_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/demoblocks_pal/images/BOUNCE_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/demoblocks_pal/images/BOUNCEXY_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/demoblocks_pal/images/BOUNCEXY_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/demoblocks_pal/images/BPLATFORM_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/demoblocks_pal/images/BPLATFORM_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/demoblocks_pal/images/DemoBlocks_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/CCS_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/CVS_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Capacitor_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Capacitor_img2_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Capacitor_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Capacitor_img4_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Capacitor_img5_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Capacitor_img6_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Capacitor_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/ConstantVoltage_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/ConstantVoltage_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/CurrentSensor_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Diode_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Diode_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Diode_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Electrical_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Ground_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Gyrator_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Gyrator_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/IdealTransformer_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/IdealTransformer_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Inductor_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Inductor_img5_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Inductor_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/NMOS_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/NMOS_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/NPN_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/NPN_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/OpAmp_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/PMOS_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/PMOS_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/PNP_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/PNP_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/PotentialSensor_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Resistor_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Resistor_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Resistor_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/SineVoltage_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/SineVoltage_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Switch_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Switch_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/VVsourceAC_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/VVsourceAC_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/VariableResistor_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/VariableResistor_img2_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/VoltageSensor_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/VsourceAC_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/VsourceAC_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/ANDBLK_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/ANDBLK_img2_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/ANDLOG_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/CLKSOMV_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/CLOCK_c_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/CLOCK_c_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/CLOCK_c_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/EVTDLY_c_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/EVTDLY_c_img2_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/EVTDLY_c_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/EVTDLY_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/EVTDLY_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/EVTGEN_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/EVTGEN_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/EVTVARDLY_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/EVTVARDLY_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/Events_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/HALT_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/HALT_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/MFCLCK_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/MFCLCK_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/M_freq_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/M_freq_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/SampleCLK_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/SampleCLK_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/freq_div_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/freq_div_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/freq_div_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/BITCLEAR_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/BITCLEAR_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/BITSET_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/BITSET_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/CONVERT_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/CONVERT_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/DFLIPFLOP_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/DFLIPFLOP_img2_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/DLATCH_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/DLATCH_img2_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/EXTRACTBITS_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/EXTRACTBITS_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/INTMUL_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/INTMUL_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/Integer_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/JKFLIPFLOP_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/JKFLIPFLOP_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/JKFLIPFLOP_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/LOGIC_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/LOGIC_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/SHIFT_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/SHIFT_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/SRFLIPFLOP_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/SRFLIPFLOP_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/SRFLIPFLOP_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/CLINDUMMY_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/CLR_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/CLR_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/CLSS_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/CLSS_img2_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/CLSS_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/CLSS_img4_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/CLSS_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/CLSS_img6_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/CLSS_img7_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/CLSS_img8_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/CLSS_img9_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/DERIV_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/DERIV_img2_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/DLR_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/DLR_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/DLSS_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/DLSS_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/DLSS_img5_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/DLSS_img6_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/DLSS_img7_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/DLSS_img8_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/DOLLAR_m_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/DOLLAR_m_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/GAINBLK_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/GAINBLK_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/INTEGRAL_m_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/INTEGRAL_m_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/Linear_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/PID_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/PID_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/PID_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/REGISTER_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/REGISTER_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/SAMPHOLD_m_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/SAMPHOLD_m_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/SUMMATION_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/SUMMATION_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/SUM_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/TCLSS_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/TCLSS_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/TCLSS_img5_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/TCLSS_img6_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/TCLSS_img7_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/TCLSS_img8_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/TIME_DELAY_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/TIME_DELAY_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/VARIABLE_DELAY_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/VARIABLE_DELAY_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/CUMSUM_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/CUMSUM_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/EXTRACT_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/EXTRACT_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/EXTTRI_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/EXTTRI_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATBKSL_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATBKSL_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATCATH_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATCATH_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATCATV_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATCATV_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATDET_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATDET_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATDIAG_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATDIAG_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATDIV_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATDIV_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATEIG_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATEIG_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATEXPM_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATEXPM_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATINV_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATINV_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATLU_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATLU_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATMAGPHI_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATMAGPHI_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATMUL_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATMUL_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATPINV_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATPINV_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATRESH_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATRESH_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATSING_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATSING_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATSUM_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATSUM_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATTRAN_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATTRAN_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATZCONJ_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATZREIM_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATZREIM_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/Matrix_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/RICC_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/RICC_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/ROOTCOEF_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/ROOTCOEF_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/SQRT_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/SQRT_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/SUBMAT_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/SUBMAT_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/ABS_VALUE_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/ABS_VALUE_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/EXPBLK_m_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/EXPBLK_m_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/EXPRESSION_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/EXPRESSION_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/INTRP2BLK_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/INTRP2BLK_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/INTRPLBLK_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/INTRPLBLK_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/INTRPLBLK_f_img2_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/INVBLK_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/LOGBLK_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/LOGBLK_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/LOOKUP_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/MAXMIN_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/MAXMIN_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/Non_linear_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/POWBLK_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/POWBLK_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/PRODUCT_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/PRODUCT_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/PROD_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/QUANT_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/QUANT_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/SATURATION_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/SATURATION_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/SIGNUM_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/SIGNUM_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/TrigFun_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/TrigFun_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img2_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img17_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img18_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img19_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img2_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img2_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img20_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img21_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img7_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img23_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img24_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img7_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img23_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img9_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img23_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img25_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img25_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img20_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img25_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/BACKLASH_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/BACKLASH_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/CBLOCK_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/CBLOCK_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/CBLOCK_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/CBLOCK_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/CONSTRAINT_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/CONSTRAINT_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/DEADBAND_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/DEADBAND_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/DEBUG_SCICOS_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/ENDBLK_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/ENDBLK_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/ENDBLK_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/END_c_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/END_c_img2_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/END_c_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/HYSTHERESIS_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/HYSTHERESIS_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/LOGICAL_OP_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/LOGICAL_OP_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/MBLOCK_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/MBLOCK_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/Others_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/PDE_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/PDE_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/RATELIMITER_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/RATELIMITER_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/RELATIONALOP_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/RELATIONALOP_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/SUPER_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/TEXT_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/TEXT_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/c_block_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/c_block_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/fortran_block_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/fortran_block_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/generic_block3_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/generic_block3_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/generic_block3_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/generic_block3_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/scifunc_block_m_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/scifunc_block_m_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/scifunc_block_m_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/scifunc_block_m_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/AFFICH_m_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/AFFICH_m_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CANIMXY_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CANIMXY_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CANIMXY_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CANIMXY_img4_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CANIMXY3D_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CANIMXY3D_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CANIMXY3D_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CANIMXY3D_img4_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CEVENTSCOPE_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CEVENTSCOPE_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CEVENTSCOPE_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CEVENTSCOPE_img4_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CEVENTSCOPE_img5_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CEVENTSCOPE_img4_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CFSCOPE_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CFSCOPE_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CFSCOPE_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CFSCOPE_img4_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CLKOUTV_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CLKOUTV_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CMAT3D_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CMAT3D_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CMAT3D_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CMATVIEW_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CMATVIEW_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CMATVIEW_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CMSCOPE_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CMSCOPE_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CMSCOPE_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CMSCOPE_img4_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CSCOPE_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CSCOPE_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CSCOPE_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CSCOPE_img4_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CSCOPXY_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CSCOPXY_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CSCOPXY_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CSCOPXY_img4_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CSCOPXY3D_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CSCOPXY3D_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CSCOPXY3D_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CSCOPXY3D_img4_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/FROMWS_c_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/FROMWS_c_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/OUTIMPL_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/OUTIMPL_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/OUT_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/OUT_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/Sinks_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/TOWS_c_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/TOWS_c_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/WFILE_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/WFILE_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/WFILE_f_img7_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/WRITEAU_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/WRITEAU_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/WRITEC_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/WRITEC_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/CLKINV_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/CLKINV_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/CONST_m_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/CONST_m_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/CURV_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/Counter_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/Counter_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_img4_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_img5_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_img6_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_img7_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_img8_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_img7_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_img8_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_img13_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_img14_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_img15_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/GENSIN_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/GENSIN_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/GENSIN_f_img4_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/GENSIN_f_img5_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/GENSIN_f_img6_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/GENSQR_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/GENSQR_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/INIMPL_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/INIMPL_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/IN_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/IN_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/Modulo_Count_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/Modulo_Count_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/RAMP_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/RAMP_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/RAND_m_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/RAND_m_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/READAU_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/READAU_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/READC_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/READC_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/READC_f_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/READC_f_img4_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/READC_f_img5_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/READC_f_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/RFILE_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/RFILE_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/RFILE_f_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/RFILE_f_img4_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/RFILE_f_img5_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/RFILE_f_img6_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/RFILE_f_img7_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/RFILE_f_img8_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/SAWTOOTH_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/STEP_FUNCTION_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/STEP_FUNCTION_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/STEP_FUNCTION_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/Sigbuilder_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/Sigbuilder_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/Sigbuilder_img3_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/Sources_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/TIME_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/TKSCALE_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/TKSCALE_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/thermohydraulics_pal/images/Bache_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/thermohydraulics_pal/images/Bache_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/thermohydraulics_pal/images/PerteDP_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/thermohydraulics_pal/images/PerteDP_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/thermohydraulics_pal/images/PuitsP_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/thermohydraulics_pal/images/PuitsP_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/thermohydraulics_pal/images/SourceP_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/thermohydraulics_pal/images/SourceP_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/thermohydraulics_pal/images/ThermoHydraulics_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/thermohydraulics_pal/images/VanneReglante_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/thermohydraulics_pal/images/VanneReglante_img2_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/thermohydraulics_pal/images/VanneReglante_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/threshold_pal/images/NEGTOPOS_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/threshold_pal/images/POSTONEG_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/threshold_pal/images/Threshold_pal_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/threshold_pal/images/ZCROSS_f_blk.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/threshold_pal/images/ZCROSS_f_gui.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/programming_scicos_blocks/c_computational_functions/images/C_struct_img6_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/programming_scicos_blocks/c_computational_functions/images/C_struct_img7_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/programming_scicos_blocks/c_computational_functions/images/C_struct_img8_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/programming_scicos_blocks/utilities_functions/images/getscicosvars_img1_fr.gif' not found *** error: '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/programming_scicos_blocks/utilities_functions/images/getscicosvars_img1_fr.gif' not found Error: no ID for constraint linkend: OldBlocks_pal. xmltoformat: The javaHelp files are up-to-date. From sylvestre.ledru at inria.fr Thu Jan 8 23:39:05 2009 From: sylvestre.ledru at inria.fr (Sylvestre Ledru) Date: Thu, 08 Jan 2009 23:39:05 +0100 Subject: [Scilab-Dev] Blank graphic windows... In-Reply-To: References: <1230826395.4402.8.camel@zlarin> <4961D6DE.9020809@scilab.org> Message-ID: <1231454345.5735.89.camel@zlarin> Le jeudi 08 janvier 2009 ? 16:15 -0400, Jonathan Blanchard a ?crit : > Some additional informations about this issue. > > Only build using Sun Studio 12 are affected. When using gcc plotting > work correctly but not win Sun Studio. > > Also from running Scilab inside mdb I can see that something in or > around the jni calls silently crash(seg faults). If it is like with gdb, it is just """"normal"""" seg fault in some java thread. Just continue and it should work (usually, we get 4 or 5 seg faults) Sylvestre From BlanchardJ at ieee.org Fri Jan 9 03:34:04 2009 From: BlanchardJ at ieee.org (Jonathan Blanchard) Date: Thu, 8 Jan 2009 22:34:04 -0400 Subject: [Scilab-Dev] Blank graphic windows... In-Reply-To: <1231454345.5735.89.camel@zlarin> References: <1230826395.4402.8.camel@zlarin> <4961D6DE.9020809@scilab.org> <1231454345.5735.89.camel@zlarin> Message-ID: I filed Bug 3915 on this issue with all the information I found to date. Including the fact that plot3d work fine. Thanks everyone for your help on this issue. Jonathan Blanchard From vincent.couvert at scilab.org Fri Jan 9 09:04:03 2009 From: vincent.couvert at scilab.org (Vincent COUVERT) Date: Fri, 09 Jan 2009 09:04:03 +0100 Subject: [Scilab-Dev] problems with 'make doc' In-Reply-To: <496647F5.8030306@free.fr> References: <496647F5.8030306@free.fr> Message-ID: <496704F3.8070700@scilab.org> Hi Yann, Problems with images are fixed now, can you try ? Vincent Collette Yann a ?crit : > Hello, > > With the last doc commit come some build problems. > > I've caught the build messages and sum them up to the errors: > > -- Building documentation (English) -- > LANG=C SCI_DISABLE_TK=1 > DOCBOOK_ROOT=/home/collette/scilab-dev/scilab/scilab/thirdparty/docbook/ > ./bin/scilab -nb -nouserstartup -nw -e "xmltojar();exit;" > > Building the Scicos manual master document for en_US. > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/Branching_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/CLKFROM_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/CLKFROM_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/CLKGOTO_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/CLKGOTO_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/CLKGotoTagVisibility_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/CLKGotoTagVisibility_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/DEMUX_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/DEMUX_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/DEMUX_img5_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/EDGE_TRIGGER_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/EDGE_TRIGGER_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/EDGE_TRIGGER_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/ESELECT_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/ESELECT_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/EXTRACTOR_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/EXTRACTOR_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/Extract_Activation_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/Extract_Activation_img2_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/FROM_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/FROM_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/FROMMO_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/FROMMO_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/GOTO_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/GOTO_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/GOTOMO_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/GOTOMO_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/GotoTagVisibility_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/GotoTagVisibility_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/GotoTagVisibilityMO_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/GotoTagVisibilityMO_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/IFTHEL_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/IFTHEL_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/ISELECT_m_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/ISELECT_m_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/MUX_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/MUX_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/M_SWITCH_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/M_SWITCH_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/NRMSOM_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/NRMSOM_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/RELAY_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/RELAY_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/SCALAR2VECTOR_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/SCALAR2VECTOR_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/SELECT_m_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/SELECT_m_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/SWITCH2_m_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/SWITCH2_m_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/SWITCH2_m_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/SWITCH_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/branching_pal/images/SWITCH_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/demoblocks_pal/images/BOUNCE_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/demoblocks_pal/images/BOUNCE_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/demoblocks_pal/images/BOUNCEXY_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/demoblocks_pal/images/BOUNCEXY_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/demoblocks_pal/images/BPLATFORM_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/demoblocks_pal/images/BPLATFORM_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/demoblocks_pal/images/DemoBlocks_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/CCS_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/CVS_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Capacitor_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Capacitor_img5_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Capacitor_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/ConstantVoltage_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/ConstantVoltage_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/CurrentSensor_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Diode_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Diode_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Diode_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Electrical_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Ground_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Gyrator_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Gyrator_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/IdealTransformer_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/IdealTransformer_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Inductor_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Inductor_img5_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Inductor_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/NMOS_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/NMOS_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/NPN_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/NPN_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/OpAmp_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/PMOS_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/PMOS_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/PNP_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/PNP_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/PotentialSensor_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Resistor_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Resistor_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Resistor_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/SineVoltage_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/SineVoltage_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Switch_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/Switch_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/VVsourceAC_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/VVsourceAC_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/VariableResistor_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/VariableResistor_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/VoltageSensor_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/VoltageSensor_img2_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/VsourceAC_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/electrical_pal/images/VsourceAC_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/ANDBLK_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/ANDBLK_img2_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/ANDLOG_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/CLKSOMV_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/CLOCK_c_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/CLOCK_c_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/CLOCK_c_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/EVTDLY_c_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/EVTDLY_c_img2_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/EVTDLY_c_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/EVTDLY_c_img4_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/EVTDLY_c_img5_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/EVTDLY_c_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/EVTDLY_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/EVTDLY_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/EVTGEN_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/EVTGEN_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/EVTVARDLY_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/EVTVARDLY_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/Events_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/HALT_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/HALT_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/MFCLCK_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/MFCLCK_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/M_freq_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/M_freq_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/SampleCLK_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/SampleCLK_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/freq_div_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/freq_div_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/events_pal/images/freq_div_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/BITCLEAR_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/BITCLEAR_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/BITSET_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/BITSET_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/CONVERT_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/CONVERT_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/DFLIPFLOP_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/DFLIPFLOP_img2_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/DLATCH_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/DLATCH_img2_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/EXTRACTBITS_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/EXTRACTBITS_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/INTMUL_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/INTMUL_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/Integer_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/JKFLIPFLOP_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/JKFLIPFLOP_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/JKFLIPFLOP_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/LOGIC_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/LOGIC_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/SHIFT_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/SHIFT_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/SRFLIPFLOP_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/SRFLIPFLOP_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/integer_pal/images/SRFLIPFLOP_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/CLINDUMMY_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/CLR_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/CLR_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/CLSS_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/CLSS_img2_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/CLSS_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/CLSS_img4_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/CLSS_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/CLSS_img6_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/CLSS_img7_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/CLSS_img8_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/CLSS_img9_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/DERIV_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/DERIV_img2_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/DLR_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/DLR_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/DLSS_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/DLSS_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/DLSS_img5_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/DLSS_img6_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/DLSS_img7_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/DLSS_img8_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/DOLLAR_m_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/DOLLAR_m_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/GAINBLK_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/GAINBLK_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/INTEGRAL_m_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/INTEGRAL_m_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/Linear_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/PID_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/PID_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/PID_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/REGISTER_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/REGISTER_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/SAMPHOLD_m_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/SAMPHOLD_m_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/SUMMATION_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/SUMMATION_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/SUM_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/TCLSS_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/TCLSS_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/TCLSS_img5_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/TCLSS_img6_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/TCLSS_img7_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/TCLSS_img8_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/TIME_DELAY_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/TIME_DELAY_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/VARIABLE_DELAY_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/linear_pal/images/VARIABLE_DELAY_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/CUMSUM_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/CUMSUM_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/EXTRACT_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/EXTRACT_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/EXTTRI_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/EXTTRI_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATBKSL_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATBKSL_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATCATH_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATCATH_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATCATV_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATCATV_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATDET_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATDET_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATDIAG_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATDIAG_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATDIV_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATDIV_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATEIG_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATEIG_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATEXPM_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATEXPM_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATINV_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATINV_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATLU_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATLU_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATMAGPHI_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATMAGPHI_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATMUL_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATMUL_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATPINV_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATPINV_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATRESH_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATRESH_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATSING_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATSING_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATSUM_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATSUM_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATTRAN_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATTRAN_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATZCONJ_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATZREIM_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/MATZREIM_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/Matrix_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/RICC_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/RICC_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/ROOTCOEF_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/ROOTCOEF_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/SQRT_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/SQRT_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/SUBMAT_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/matrix_pal/images/SUBMAT_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/ABS_VALUE_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/ABS_VALUE_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/EXPBLK_m_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/EXPBLK_m_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/EXPRESSION_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/EXPRESSION_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/INTRP2BLK_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/INTRP2BLK_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/INTRP2BLK_f_img9_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/INTRPLBLK_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/INTRPLBLK_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/INTRPLBLK_f_img2_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/INVBLK_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/LOGBLK_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/LOGBLK_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/LOOKUP_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/MAXMIN_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/MAXMIN_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/Non_linear_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/POWBLK_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/POWBLK_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/PRODUCT_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/PRODUCT_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/PROD_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/QUANT_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/QUANT_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/SATURATION_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/SATURATION_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/SIGNUM_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/SIGNUM_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/TrigFun_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/non_linear_pal/images/TrigFun_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img2_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img17_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img18_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img19_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img2_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img2_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img20_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img21_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img7_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img23_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img24_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img7_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img23_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img9_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img23_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img25_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img25_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img20_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/AUTOMAT_img25_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/BACKLASH_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/BACKLASH_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/CBLOCK_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/CBLOCK_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/CBLOCK_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/CBLOCK_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/CONSTRAINT_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/CONSTRAINT_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/DEADBAND_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/DEADBAND_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/DEBUG_SCICOS_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/ENDBLK_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/ENDBLK_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/ENDBLK_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/END_c_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/END_c_img2_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/END_c_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/HYSTHERESIS_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/HYSTHERESIS_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/LOGICAL_OP_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/LOGICAL_OP_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/MBLOCK_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/MBLOCK_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/Others_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/PDE_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/PDE_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/RATELIMITER_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/RATELIMITER_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/RELATIONALOP_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/RELATIONALOP_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/SUPER_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/TEXT_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/TEXT_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/c_block_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/c_block_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/fortran_block_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/fortran_block_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/generic_block3_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/generic_block3_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/scifunc_block_m_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/others_pal/images/scifunc_block_m_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/AFFICH_m_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/AFFICH_m_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CANIMXY_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CANIMXY_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CANIMXY_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CANIMXY_img4_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CANIMXY3D_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CANIMXY3D_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CANIMXY3D_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CANIMXY3D_img4_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CEVENTSCOPE_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CEVENTSCOPE_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CEVENTSCOPE_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CEVENTSCOPE_img4_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CEVENTSCOPE_img5_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CEVENTSCOPE_img4_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CFSCOPE_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CFSCOPE_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CFSCOPE_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CFSCOPE_img4_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CLKOUTV_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CLKOUTV_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CMAT3D_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CMAT3D_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CMAT3D_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CMATVIEW_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CMATVIEW_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CMATVIEW_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CMSCOPE_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CMSCOPE_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CMSCOPE_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CMSCOPE_img4_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CSCOPE_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CSCOPE_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CSCOPE_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CSCOPE_img4_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CSCOPXY_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CSCOPXY_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CSCOPXY_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CSCOPXY_img4_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CSCOPXY3D_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CSCOPXY3D_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CSCOPXY3D_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/CSCOPXY3D_img4_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/FROMWS_c_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/FROMWS_c_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/OUTIMPL_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/OUTIMPL_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/OUT_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/OUT_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/Sinks_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/TOWS_c_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/TOWS_c_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/WFILE_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/WFILE_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/WFILE_f_img6_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/WRITEAU_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/WRITEAU_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/WRITEC_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sinks_pal/images/WRITEC_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/CLKINV_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/CLKINV_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/CONST_m_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/CONST_m_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/CURV_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/Counter_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/Counter_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_img4_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_img5_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_img6_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_img7_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_img8_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_img7_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_img8_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_img13_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_img14_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/FROMWSB_img15_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/GENSIN_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/GENSIN_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/GENSQR_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/GENSQR_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/GENSQR_f_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/INIMPL_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/INIMPL_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/IN_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/IN_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/Modulo_Count_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/Modulo_Count_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/RAMP_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/RAMP_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/RAND_m_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/RAND_m_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/READAU_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/READAU_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/READC_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/READC_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/READC_f_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/READC_f_img4_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/READC_f_img5_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/RFILE_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/RFILE_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/RFILE_f_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/RFILE_f_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/RFILE_f_img4_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/RFILE_f_img5_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/RFILE_f_img6_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/SAWTOOTH_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/STEP_FUNCTION_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/STEP_FUNCTION_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/STEP_FUNCTION_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/Sigbuilder_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/Sigbuilder_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/Sigbuilder_img3_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/Sources_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/TIME_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/TKSCALE_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/sources_pal/images/TKSCALE_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/Bache_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/Bache_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/PerteDP_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/PerteDP_img2_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/PerteDP_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/PuitsP_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/PuitsP_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/SourceP_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/SourceP_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/ThermoHydraulics_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/VanneReglante_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/VanneReglante_img2_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/thermohydraulics_pal/images/VanneReglante_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/threshold_pal/images/NEGTOPOS_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/threshold_pal/images/POSTONEG_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/threshold_pal/images/Threshold_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/threshold_pal/images/ZCROSS_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/blocks/threshold_pal/images/ZCROSS_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/programming_scicos_blocks/c_computational_functions/images/C_struct_img6_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/programming_scicos_blocks/c_computational_functions/images/C_struct_img7_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/programming_scicos_blocks/c_computational_functions/images/C_struct_img8_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/programming_scicos_blocks/utilities_functions/images/getscicosvars_img1_eng.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/en_US/programming_scicos_blocks/utilities_functions/images/getscicosvars_img1_eng.gif' > not found > Error: no ID for constraint linkend: OldBlocks_pal. > > xmltoformat: The javaHelp files are up-to-date.-- Building > documentation (French) -- > SCI_DISABLE_TK=1 > DOCBOOK_ROOT=/home/collette/scilab-dev/scilab/scilab/thirdparty/docbook/ > ./bin/scilab -nb -nouserstartup -nw -e "setlanguage('fr'); > xmltojar();exit;" > > Building the Scicos manual master document for fr_FR. > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/Branching_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/CLKFROM_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/CLKFROM_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/CLKGOTO_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/CLKGOTO_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/CLKGotoTagVisibility_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/CLKGotoTagVisibility_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/DEMUX_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/DEMUX_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/EDGE_TRIGGER_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/EDGE_TRIGGER_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/EDGE_TRIGGER_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/ESELECT_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/ESELECT_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/EXTRACTOR_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/EXTRACTOR_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/Extract_Activation_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/Extract_Activation_img2_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/FROM_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/FROM_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/FROMMO_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/FROMMO_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/GOTO_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/GOTO_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/GOTOMO_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/GOTOMO_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/GotoTagVisibility_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/GotoTagVisibility_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/GotoTagVisibilityMO_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/GotoTagVisibilityMO_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/IFTHEL_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/IFTHEL_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/ISELECT_m_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/ISELECT_m_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/MUX_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/MUX_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/M_SWITCH_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/M_SWITCH_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/NRMSOM_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/NRMSOM_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/RELAY_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/RELAY_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/SCALAR2VECTOR_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/SCALAR2VECTOR_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/SELECT_m_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/SELECT_m_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/SWITCH2_m_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/SWITCH2_m_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/SWITCH2_m_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/SWITCH_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/branching_pal/images/SWITCH_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/demoblocks_pal/images/BOUNCE_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/demoblocks_pal/images/BOUNCE_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/demoblocks_pal/images/BOUNCEXY_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/demoblocks_pal/images/BOUNCEXY_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/demoblocks_pal/images/BPLATFORM_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/demoblocks_pal/images/BPLATFORM_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/demoblocks_pal/images/DemoBlocks_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/CCS_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/CVS_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Capacitor_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Capacitor_img2_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Capacitor_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Capacitor_img4_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Capacitor_img5_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Capacitor_img6_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Capacitor_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/ConstantVoltage_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/ConstantVoltage_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/CurrentSensor_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Diode_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Diode_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Diode_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Electrical_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Ground_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Gyrator_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Gyrator_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/IdealTransformer_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/IdealTransformer_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Inductor_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Inductor_img5_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Inductor_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/NMOS_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/NMOS_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/NPN_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/NPN_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/OpAmp_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/PMOS_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/PMOS_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/PNP_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/PNP_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/PotentialSensor_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Resistor_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Resistor_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Resistor_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/SineVoltage_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/SineVoltage_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Switch_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/Switch_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/VVsourceAC_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/VVsourceAC_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/VariableResistor_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/VariableResistor_img2_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/VoltageSensor_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/VsourceAC_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/electrical_pal/images/VsourceAC_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/ANDBLK_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/ANDBLK_img2_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/ANDLOG_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/CLKSOMV_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/CLOCK_c_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/CLOCK_c_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/CLOCK_c_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/EVTDLY_c_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/EVTDLY_c_img2_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/EVTDLY_c_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/EVTDLY_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/EVTDLY_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/EVTGEN_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/EVTGEN_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/EVTVARDLY_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/EVTVARDLY_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/Events_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/HALT_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/HALT_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/MFCLCK_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/MFCLCK_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/M_freq_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/M_freq_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/SampleCLK_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/SampleCLK_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/freq_div_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/freq_div_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/events_pal/images/freq_div_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/BITCLEAR_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/BITCLEAR_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/BITSET_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/BITSET_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/CONVERT_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/CONVERT_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/DFLIPFLOP_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/DFLIPFLOP_img2_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/DLATCH_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/DLATCH_img2_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/EXTRACTBITS_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/EXTRACTBITS_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/INTMUL_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/INTMUL_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/Integer_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/JKFLIPFLOP_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/JKFLIPFLOP_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/JKFLIPFLOP_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/LOGIC_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/LOGIC_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/SHIFT_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/SHIFT_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/SRFLIPFLOP_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/SRFLIPFLOP_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/integer_pal/images/SRFLIPFLOP_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/CLINDUMMY_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/CLR_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/CLR_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/CLSS_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/CLSS_img2_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/CLSS_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/CLSS_img4_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/CLSS_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/CLSS_img6_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/CLSS_img7_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/CLSS_img8_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/CLSS_img9_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/DERIV_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/DERIV_img2_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/DLR_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/DLR_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/DLSS_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/DLSS_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/DLSS_img5_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/DLSS_img6_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/DLSS_img7_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/DLSS_img8_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/DOLLAR_m_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/DOLLAR_m_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/GAINBLK_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/GAINBLK_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/INTEGRAL_m_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/INTEGRAL_m_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/Linear_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/PID_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/PID_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/PID_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/REGISTER_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/REGISTER_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/SAMPHOLD_m_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/SAMPHOLD_m_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/SUMMATION_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/SUMMATION_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/SUM_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/TCLSS_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/TCLSS_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/TCLSS_img5_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/TCLSS_img6_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/TCLSS_img7_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/TCLSS_img8_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/TIME_DELAY_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/TIME_DELAY_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/VARIABLE_DELAY_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/linear_pal/images/VARIABLE_DELAY_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/CUMSUM_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/CUMSUM_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/EXTRACT_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/EXTRACT_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/EXTTRI_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/EXTTRI_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATBKSL_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATBKSL_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATCATH_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATCATH_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATCATV_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATCATV_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATDET_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATDET_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATDIAG_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATDIAG_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATDIV_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATDIV_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATEIG_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATEIG_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATEXPM_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATEXPM_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATINV_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATINV_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATLU_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATLU_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATMAGPHI_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATMAGPHI_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATMUL_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATMUL_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATPINV_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATPINV_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATRESH_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATRESH_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATSING_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATSING_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATSUM_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATSUM_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATTRAN_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATTRAN_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATZCONJ_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATZREIM_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/MATZREIM_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/Matrix_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/RICC_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/RICC_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/ROOTCOEF_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/ROOTCOEF_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/SQRT_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/SQRT_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/SUBMAT_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/matrix_pal/images/SUBMAT_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/ABS_VALUE_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/ABS_VALUE_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/EXPBLK_m_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/EXPBLK_m_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/EXPRESSION_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/EXPRESSION_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/INTRP2BLK_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/INTRP2BLK_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/INTRPLBLK_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/INTRPLBLK_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/INTRPLBLK_f_img2_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/INVBLK_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/LOGBLK_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/LOGBLK_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/LOOKUP_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/MAXMIN_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/MAXMIN_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/Non_linear_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/POWBLK_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/POWBLK_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/PRODUCT_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/PRODUCT_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/PROD_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/QUANT_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/QUANT_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/SATURATION_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/SATURATION_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/SIGNUM_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/SIGNUM_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/TrigFun_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/non_linear_pal/images/TrigFun_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img2_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img17_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img18_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img19_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img2_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img2_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img20_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img21_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img7_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img23_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img24_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img7_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img23_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img9_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img23_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img25_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img25_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img20_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/AUTOMAT_img25_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/BACKLASH_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/BACKLASH_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/CBLOCK_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/CBLOCK_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/CBLOCK_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/CBLOCK_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/CONSTRAINT_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/CONSTRAINT_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/DEADBAND_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/DEADBAND_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/DEBUG_SCICOS_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/ENDBLK_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/ENDBLK_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/ENDBLK_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/END_c_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/END_c_img2_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/END_c_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/HYSTHERESIS_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/HYSTHERESIS_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/LOGICAL_OP_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/LOGICAL_OP_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/MBLOCK_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/MBLOCK_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/Others_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/PDE_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/PDE_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/RATELIMITER_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/RATELIMITER_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/RELATIONALOP_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/RELATIONALOP_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/SUPER_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/TEXT_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/TEXT_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/c_block_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/c_block_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/fortran_block_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/fortran_block_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/generic_block3_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/generic_block3_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/generic_block3_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/generic_block3_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/scifunc_block_m_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/scifunc_block_m_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/scifunc_block_m_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/others_pal/images/scifunc_block_m_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/AFFICH_m_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/AFFICH_m_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CANIMXY_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CANIMXY_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CANIMXY_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CANIMXY_img4_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CANIMXY3D_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CANIMXY3D_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CANIMXY3D_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CANIMXY3D_img4_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CEVENTSCOPE_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CEVENTSCOPE_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CEVENTSCOPE_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CEVENTSCOPE_img4_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CEVENTSCOPE_img5_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CEVENTSCOPE_img4_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CFSCOPE_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CFSCOPE_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CFSCOPE_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CFSCOPE_img4_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CLKOUTV_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CLKOUTV_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CMAT3D_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CMAT3D_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CMAT3D_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CMATVIEW_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CMATVIEW_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CMATVIEW_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CMSCOPE_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CMSCOPE_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CMSCOPE_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CMSCOPE_img4_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CSCOPE_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CSCOPE_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CSCOPE_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CSCOPE_img4_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CSCOPXY_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CSCOPXY_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CSCOPXY_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CSCOPXY_img4_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CSCOPXY3D_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CSCOPXY3D_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CSCOPXY3D_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/CSCOPXY3D_img4_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/FROMWS_c_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/FROMWS_c_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/OUTIMPL_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/OUTIMPL_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/OUT_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/OUT_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/Sinks_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/TOWS_c_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/TOWS_c_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/WFILE_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/WFILE_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/WFILE_f_img7_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/WRITEAU_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/WRITEAU_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/WRITEC_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sinks_pal/images/WRITEC_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/CLKINV_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/CLKINV_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/CONST_m_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/CONST_m_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/CURV_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/Counter_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/Counter_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_img4_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_img5_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_img6_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_img7_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_img8_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_img7_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_img8_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_img13_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_img14_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/FROMWSB_img15_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/GENSIN_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/GENSIN_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/GENSIN_f_img4_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/GENSIN_f_img5_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/GENSIN_f_img6_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/GENSQR_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/GENSQR_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/INIMPL_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/INIMPL_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/IN_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/IN_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/Modulo_Count_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/Modulo_Count_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/RAMP_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/RAMP_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/RAND_m_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/RAND_m_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/READAU_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/READAU_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/READC_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/READC_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/READC_f_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/READC_f_img4_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/READC_f_img5_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/READC_f_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/RFILE_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/RFILE_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/RFILE_f_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/RFILE_f_img4_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/RFILE_f_img5_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/RFILE_f_img6_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/RFILE_f_img7_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/RFILE_f_img8_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/SAWTOOTH_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/STEP_FUNCTION_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/STEP_FUNCTION_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/STEP_FUNCTION_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/Sigbuilder_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/Sigbuilder_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/Sigbuilder_img3_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/Sources_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/TIME_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/TKSCALE_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/sources_pal/images/TKSCALE_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/thermohydraulics_pal/images/Bache_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/thermohydraulics_pal/images/Bache_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/thermohydraulics_pal/images/PerteDP_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/thermohydraulics_pal/images/PerteDP_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/thermohydraulics_pal/images/PuitsP_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/thermohydraulics_pal/images/PuitsP_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/thermohydraulics_pal/images/SourceP_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/thermohydraulics_pal/images/SourceP_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/thermohydraulics_pal/images/ThermoHydraulics_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/thermohydraulics_pal/images/VanneReglante_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/thermohydraulics_pal/images/VanneReglante_img2_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/thermohydraulics_pal/images/VanneReglante_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/threshold_pal/images/NEGTOPOS_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/threshold_pal/images/POSTONEG_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/threshold_pal/images/Threshold_pal_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/threshold_pal/images/ZCROSS_f_blk.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/blocks/threshold_pal/images/ZCROSS_f_gui.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/programming_scicos_blocks/c_computational_functions/images/C_struct_img6_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/programming_scicos_blocks/c_computational_functions/images/C_struct_img7_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/programming_scicos_blocks/c_computational_functions/images/C_struct_img8_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/programming_scicos_blocks/utilities_functions/images/getscicosvars_img1_fr.gif' > not found > *** error: > '/home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/programming_scicos_blocks/utilities_functions/images/getscicosvars_img1_fr.gif' > not found > > Error: no ID for constraint linkend: OldBlocks_pal. > > xmltoformat: The javaHelp files are up-to-date. > -- ============================================== Vincent COUVERT Responsable du d?veloppement ------ Fondation DIGITEO - Consortium Scilab Domaine de Voluceau - B.P. 105 78153 Le Chesnay Cedex B?timent 23 - Bureau 22 ------ Email : vincent.couvert at scilab.org T?l : +33 (0)1 39 63 54 46 Fax : +33 (0)1 39 63 55 94 ============================================== From ycollet at freesurf.fr Fri Jan 9 09:23:08 2009 From: ycollet at freesurf.fr (ycollet at freesurf.fr) Date: Fri, 09 Jan 2009 09:23:08 +0100 Subject: [Scilab-Dev] problems with 'make doc' In-Reply-To: <496704F3.8070700@scilab.org> References: <496647F5.8030306@free.fr> <496704F3.8070700@scilab.org> Message-ID: <7efbffc1d054fbc64c0e882b5c7ec462@freesurf.fr> Hello, I will try tonight. Thanks. YC On Fri, 09 Jan 2009 09:04:03 +0100, Vincent COUVERT wrote: > Hi Yann, > > Problems with images are fixed now, can you try ? > > Vincent > > From ycollet at freesurf.fr Fri Jan 9 09:57:05 2009 From: ycollet at freesurf.fr (ycollet at freesurf.fr) Date: Fri, 09 Jan 2009 09:57:05 +0100 Subject: Accessing the stack Message-ID: <5db46ae5bee2e01549a9734c2d5cfc6a@freesurf.fr> Hello, I have some questions related to how to access the stack. I would like to create a function which takes a mlist as parameters and returns a pointers to one element of the list. Something like: GetRhsVar(1, "m", &m_list, &n_list, &l_list); GetListVar(1, &m_list, &n_list, &l_list, 2, "d", &m_param_2, &n_param_2, &l_param_2); And now, I am able to access to the element 2 of the mlist like a normal scilab variable. I needed such a function to be able to access / create mlist in mlist. So my questions are related to the functions used to access the stack. iadr(pos): returns a "scilab pointer" to an int variable stored at position pos on the stack ? sard(pos): returns a "scilab pointer" to a double variable stored at position pos on the stack ? card(pos): returns a "scilab pointer" to a char variable stored at position pos on the stack ? Lstk(pos): returns a generic "scilab pointer" to a variable stored at position pos on the stack ? What are the use of the vstk, com and iop stack structure ? The document "scilab internal" is a little bit hard to understand / read for such questions. Now, let's try to create manually a vector of doubles: >From the wiki: Type 32 bits 1 integer from Scilab Internal Datatypes Lines 32 bits 1 integer, number of lines in the matrix, for a single number, Scilab store it like a matrix [1,1] Columns 32 bits 1 integer, number of columns in the matrix, for a single number, Scilab store it like a matrix [1,1] Complex 32 bits 1 integer, 0 for real number, 1 for complex number Real part n * 64 bits Each real part is store in a double Imaginary part n * 64 bits Each imaginary part is store in a double // My var is at position 1 *istk(iadr(1)) = 1; // For a vector of double *istk(iadr(1)+1) = 2; *istk(iadr(1)+2) = 3; // So we have a 2x3 matrix *istk(iadr(1)+3) = 0: // and it's a real matrix for(i=0;i<6;i++) *istk(iadr(1)+4+2*i+0) = 1.0; Am I accessing the double vector structure correctly ? YC From antoine.elias at scilab.org Fri Jan 9 11:08:53 2009 From: antoine.elias at scilab.org (Antoine ELIAS) Date: Fri, 09 Jan 2009 11:08:53 +0100 Subject: [Scilab-Dev] Accessing the stack In-Reply-To: <5db46ae5bee2e01549a9734c2d5cfc6a@freesurf.fr> References: <5db46ae5bee2e01549a9734c2d5cfc6a@freesurf.fr> Message-ID: <49672235.8000700@scilab.org> Hi Yann, I think you are fluent in stack language :D So I wrote some functions to "abstract" the complexity of the stack structures but these functions aren't available in the git master branch (only in YaSp branch). I don't have enough time for the moment to make all tests to validate them but I hope you can find information for your stack problem ... modules/core/includes/stack3.h: http://gitweb.scilab.org/?p=scilab;a=blob;f=scilab/modules/core/includes/stack3.h;h=315fbeb8cd85bd0f83e84b90637e8e359ac4eaaf;hb=refs/heads/YaSp ( line 134 to the EOF ) and modules/core/src/c/stack3.c : http://gitweb.scilab.org/?p=scilab;a=blob;f=scilab/modules/core/src/c/stack3.c;h=ee1dcab2a5ec276e21fd34d5a8169a54df608d71;hb=refs/heads/YaSp ( line 1272 to EOF ) In your case: *istk(iadr(1)) = 1; // For a vector of double I think iadr(1) must be replaced by iadr(*Lstk(VariablePosition)) with Lstk macro, you get the "Scilab address" of the variable in the stack via vstk.lstk array and after translate this "Scilab address" to a real pointer ( int* ) with iadr ( easy ! ) Sample : int iAddr = iadr(*Lstk(Top - Rhs + YourNewVarPosition)); int* piAddr = istk(iAddr); piAddr[0] = 1; //sci_matrix piAddr[1] = 2; //Rows piAddr[2] = 3; //Cols piAddr[3] = 0; //Real double *pdblRealData = (double*)(_piAddr + 4); for(i = 0 ; i < 6 ; i++) { pdblRealData[i] = 1.0; } I hope you can resolve your problem, don't hesitate to ask me, here or directly, if you have any questions about the stack. ELIAS Antoine antoine.elias at scilab.org ycollet at freesurf.fr a ?crit : > Hello, > > I have some questions related to how to access the stack. > I would like to create a function which takes a mlist as parameters and > returns a pointers to one element of the list. Something like: > > GetRhsVar(1, "m", &m_list, &n_list, &l_list); > GetListVar(1, &m_list, &n_list, &l_list, 2, "d", &m_param_2, &n_param_2, > &l_param_2); > > And now, I am able to access to the element 2 of the mlist like a normal > scilab variable. > I needed such a function to be able to access / create mlist in mlist. > > So my questions are related to the functions used to access the stack. > > iadr(pos): returns a "scilab pointer" to an int variable stored at position > pos on the stack ? > sard(pos): returns a "scilab pointer" to a double variable stored at > position pos on the stack ? > card(pos): returns a "scilab pointer" to a char variable stored at position > pos on the stack ? > > Lstk(pos): returns a generic "scilab pointer" to a variable stored at > position pos on the stack ? > > What are the use of the vstk, com and iop stack structure ? > > The document "scilab internal" is a little bit hard to understand / read > for such questions. > > Now, let's try to create manually a vector of doubles: > > From the wiki: > > Type 32 bits 1 integer from Scilab Internal Datatypes > Lines 32 bits 1 integer, number of lines in the matrix, for a > single number, Scilab store it like a matrix [1,1] > Columns 32 bits 1 integer, number of columns in the matrix, for > a single number, Scilab store it like a matrix [1,1] > Complex 32 bits 1 integer, 0 for real number, 1 for complex > number > Real part n * 64 bits Each real part is store in a double > Imaginary part n * 64 bits Each imaginary part is store in a double > > // My var is at position 1 > > *istk(iadr(1)) = 1; // For a vector of double > *istk(iadr(1)+1) = 2; > *istk(iadr(1)+2) = 3; // So we have a 2x3 matrix > *istk(iadr(1)+3) = 0: // and it's a real matrix > for(i=0;i<6;i++) *istk(iadr(1)+4+2*i+0) = 1.0; > > Am I accessing the double vector structure correctly ? > > YC > > From ycollet at freesurf.fr Fri Jan 9 11:11:13 2009 From: ycollet at freesurf.fr (ycollet at freesurf.fr) Date: Fri, 09 Jan 2009 11:11:13 +0100 Subject: [Scilab-Dev] Accessing the stack In-Reply-To: <49672235.8000700@scilab.org> References: <5db46ae5bee2e01549a9734c2d5cfc6a@freesurf.fr> <49672235.8000700@scilab.org> Message-ID: Thanks a lot. I will try all these functions and, If I find some time, I will add some examples on the wiki page. YC On Fri, 09 Jan 2009 11:08:53 +0100, Antoine ELIAS wrote: > Hi Yann, > I think you are fluent in stack language :D > > So I wrote some functions to "abstract" the complexity of the stack > structures but these functions aren't available in the git master branch > (only in YaSp branch). > I don't have enough time for the moment to make all tests to validate > them but I hope you can find information for your stack problem ... > > modules/core/includes/stack3.h: > http://gitweb.scilab.org/?p=scilab;a=blob;f=scilab/modules/core/includes/stack3.h;h=315fbeb8cd85bd0f83e84b90637e8e359ac4eaaf;hb=refs/heads/YaSp > > ( line 134 to the EOF ) and > modules/core/src/c/stack3.c : > http://gitweb.scilab.org/?p=scilab;a=blob;f=scilab/modules/core/src/c/stack3.c;h=ee1dcab2a5ec276e21fd34d5a8169a54df608d71;hb=refs/heads/YaSp > > ( line 1272 to EOF ) > > In your case: > > *istk(iadr(1)) = 1; // For a vector of double > I think iadr(1) must be replaced by iadr(*Lstk(VariablePosition)) > > with Lstk macro, you get the "Scilab address" of the variable in the > stack via vstk.lstk array and after translate this "Scilab address" to a > real pointer ( int* ) with iadr ( easy ! ) > > Sample : > int iAddr = iadr(*Lstk(Top - Rhs + YourNewVarPosition)); > int* piAddr = istk(iAddr); > > piAddr[0] = 1; //sci_matrix > piAddr[1] = 2; //Rows > piAddr[2] = 3; //Cols > piAddr[3] = 0; //Real > > double *pdblRealData = (double*)(_piAddr + 4); > > for(i = 0 ; i < 6 ; i++) > { > pdblRealData[i] = 1.0; > } > > I hope you can resolve your problem, don't hesitate to ask me, here or > directly, if you have any questions about the stack. > > > ELIAS Antoine > antoine.elias at scilab.org > > ycollet at freesurf.fr a ?crit : >> Hello, >> >> I have some questions related to how to access the stack. >> I would like to create a function which takes a mlist as parameters and >> returns a pointers to one element of the list. Something like: >> >> GetRhsVar(1, "m", &m_list, &n_list, &l_list); >> GetListVar(1, &m_list, &n_list, &l_list, 2, "d", &m_param_2, &n_param_2, >> &l_param_2); >> >> And now, I am able to access to the element 2 of the mlist like a normal >> scilab variable. >> I needed such a function to be able to access / create mlist in mlist. >> >> So my questions are related to the functions used to access the stack. >> >> iadr(pos): returns a "scilab pointer" to an int variable stored at >> position >> pos on the stack ? >> sard(pos): returns a "scilab pointer" to a double variable stored at >> position pos on the stack ? >> card(pos): returns a "scilab pointer" to a char variable stored at >> position >> pos on the stack ? >> >> Lstk(pos): returns a generic "scilab pointer" to a variable stored at >> position pos on the stack ? >> >> What are the use of the vstk, com and iop stack structure ? >> >> The document "scilab internal" is a little bit hard to understand / read >> for such questions. >> >> Now, let's try to create manually a vector of doubles: >> >> From the wiki: >> >> Type 32 bits 1 integer from Scilab Internal Datatypes >> Lines 32 bits 1 integer, number of lines in the matrix, for >> a >> single number, Scilab store it like a matrix [1,1] >> Columns 32 bits 1 integer, number of columns in the matrix, >> for >> a single number, Scilab store it like a matrix [1,1] >> Complex 32 bits 1 integer, 0 for real number, 1 for complex >> number >> Real part n * 64 bits Each real part is store in a double >> Imaginary part n * 64 bits Each imaginary part is store in a double >> >> // My var is at position 1 >> >> *istk(iadr(1)) = 1; // For a vector of double >> *istk(iadr(1)+1) = 2; >> *istk(iadr(1)+2) = 3; // So we have a 2x3 matrix >> *istk(iadr(1)+3) = 0: // and it's a real matrix >> for(i=0;i<6;i++) *istk(iadr(1)+4+2*i+0) = 1.0; >> >> Am I accessing the double vector structure correctly ? >> >> YC >> >> > From Serge.Steer at scilab.org Fri Jan 9 15:59:26 2009 From: Serge.Steer at scilab.org (Serge Steer) Date: Fri, 09 Jan 2009 15:59:26 +0100 Subject: [Scilab-Dev] Fortran / C files In-Reply-To: <49664F6F.7000406@freesurf.fr> References: <49664F6F.7000406@freesurf.fr> Message-ID: <4967664E.3020005@scilab.org> Collette Yann a ?crit : > Hello, > > I am currently looking at the 'write' function. I would like to > rewrite it in C/C++. > I've got a question: How do I translate a fortran file descriptor > (unit ...) into a C file descriptor. > > YC > This what is done by f2c using a specific library. I do not know if this library is portable or not. The unit is not the only problem there is also format, Input/output line handling, binary and direct access... The reason for translating such kind of code to C is not clear for me... Serge Steer From sylvestre.ledru at scilab.org Fri Jan 9 16:10:08 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Fri, 09 Jan 2009 16:10:08 +0100 Subject: Job offers Message-ID: <1231513808.4144.172.camel@korcula.inria.fr> Hello, I won't present Scilab here. It would be a waste of time ! As we are quickly growing, we need to hire more people. These positions are available on the campus of Rocquencourt next to Versailles and Paris. * Java developer with skills in visualization (OpenGL, VTK...) and if possible knowledge in distributed systems. This work would be done in the Coll at viz project financed by the ANR (French Agency of Research). http://www.scilab.org/job/fr/Fiche_de_poste_ingenieur_dev-collaviz_cdd.pdf * Two good developers to work on the new kernel of Scilab. Mainly C/C++, parallel computing and other interesting things. http://www.scilab.org/job/fr/Fiche_de_poste_ingenieur_dev_cdi.pdf http://www.scilab.org/job/fr/Fiche_de_poste_ingenieur_dev_cdd.pdf * Two engineers to work with and on Scicos on the field of simulation and dynamical system modeling. http://www.scilab.org/job/fr/Fiche_de_poste_ingenieur_scicos_cdi.pdf http://www.scilab.org/job/fr/Fiche_de_poste_ingenieur_scicos_cdd.pdf Offers are in french because a small knowledge of french is (almost) a requirement. Sylvestre PS: CDD = Temporary contract CDI = Permanent contract From sylvestre.ledru at scilab.org Fri Jan 9 19:20:31 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Fri, 09 Jan 2009 19:20:31 +0100 Subject: Running issue with Mac OS X [Was: Mac OS 10.5 Compilation issue] In-Reply-To: <7426fe270901051951p56725865xc16967a54314ee47@mail.gmail.com> References: <7426fe270901030632s6ca996far5c5b0a3f9285976c@mail.gmail.com> <1231040641.4402.154.camel@zlarin> <7426fe270901041252u48e40d3cua51645b3b6ddb9c1@mail.gmail.com> <1231102950.4463.33.camel@zlarin> <7426fe270901041519m714d33aara294eeecb43f8094@mail.gmail.com> <1231149124.4280.6.camel@korcula.inria.fr> <7426fe270901051951p56725865xc16967a54314ee47@mail.gmail.com> Message-ID: <1231525231.4144.229.camel@korcula.inria.fr> Hello, Le lundi 05 janvier 2009 ? 22:51 -0500, Eric E a ?crit : > Running scilab normally (i.e., without the -nw flag) > brings up the standard Scilab command screen, which appears to work > but won't accept any input from the keyboard. I have been able to identify the reason of this bug. It is caused by the Apple implementation of the Java Virtual Machine when the JVM is started from a Native Code. I reported a bug on Apple's bug tracker. It is filled as #6484319 - https://bugreport.apple.com/cgi-bin/WebObjects/RadarWeb.woa/77/wo/oOaYNwDxPwitXjOIvr5AFg/16.34 You need an account to be able to see it. To reproduce the issue: 1) Download http://developer.apple.com/samplecode/simpleJavaLauncher/simpleJavaLauncher.zip 2) unpack it 3) in the directory, create a file JTextAreaDemo.java with the following code: ---- import java.awt.*; import java.awt.event.*; import javax.swing.*; public class JTextAreaDemo extends JFrame implements ActionListener { JTextField jtfInput; public JTextAreaDemo() { createGui(); } public void createGui() { jtfInput = new JTextField(20); jtfInput.addActionListener(this); GridBagLayout gridBag = new GridBagLayout(); Container contentPane = getContentPane(); contentPane.setLayout(gridBag); GridBagConstraints gridCons1 = new GridBagConstraints(); gridCons1.gridwidth = GridBagConstraints.REMAINDER; gridCons1.fill = GridBagConstraints.HORIZONTAL; contentPane.add(jtfInput, gridCons1); } public void actionPerformed(ActionEvent evt) { String text = jtfInput.getText(); jtfInput.selectAll(); } public static void main(String[] args) { JTextAreaDemo jtfTfDemo = new JTextAreaDemo(); jtfTfDemo.pack(); jtfTfDemo.addWindowListener(new WindowAdapter() { public void windowClosing(WindowEvent e) { System.exit(0); } }); jtfTfDemo.setVisible(true); } } ---- 4) Compile it javac JTextAreaDemo.java 5) As test, run it java JTextAreaDemo You will notice that you can input some text in the JTextArea. 6) Compile the simpleJavaLauncher application gcc -o simpleJavaLauncher simple.c utils.c -L/System/Library/Frameworks/JavaVM.framework/Home/../Libraries -L/System/Library/Frameworks/JavaVM.framework/Home/jre/lib/i386/server -ljvm -L/sw/lib -framework CoreFoundation -framework IOKit -lclient -lserver -framework JavaVM 7) Run the same class but this time with the loader itself; ie: ./simpleJavaLauncher JTextAreaDemo 8) Please note that it is possible to input anything in the JTextArea. Note that the equivalent (ie without Cocoa) is working under both GNU/Linux and Microsoft Windows. Cheers, Sylvestre From Gerard.Henry at cmi.univ-mrs.fr Fri Jan 9 19:42:26 2009 From: Gerard.Henry at cmi.univ-mrs.fr (Gerard Henry) Date: Fri, 09 Jan 2009 19:42:26 +0100 Subject: scilab-5.0.3 segfault on solaris: strlen() Message-ID: <49679A92.9020907@cmi.univ-mrs.fr> hello all, after successfully compiling scilab on opensolaris, i did the same job on solaris 10, make went fine, but when i execute, it segfaults. Looking with the debugger, i got: Program received signal SIGSEGV, Segmentation fault. 0xfa855891 in strlen () from /usr/lib/libc.so.1 (gdb) where #0 0xfa855891 in strlen () from /usr/lib/libc.so.1 #1 0xfac62160 in callFunctionFromGateway () from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 #2 0xfd297571 in gw_io () from /local/apps/src/scilab-5.0.3/modules/io/.libs/libsciio.so.5 #3 0xfac51df3 in callinterf_ () from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 #4 0xfac5ef42 in scirun_ () from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 #5 0xfac4d54b in realmain () from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 #6 0xfd242ad0 in mainscic () from /local/apps/src/scilab-5.0.3/modules/shell/.libs/libscishell.so.5 #7 0x08050d7d in main () even a "make clean" becomes impossible, because: devel1 at nemo:~/src/scilab-5.0.3$ make clean ./bin/scilab: line 453: 13413 Segmentation Fault (core dumped) "$SCILABBIN" "$@" ./bin/scilab: line 453: 13439 Segmentation Fault (core dumped) "$SCILABBIN" "$@" make: *** [clean-doc] Error 139 Any idea? thanks in advance for help, gerard PS: some notes in french: http://www.latp.univ-mrs.fr/support/doku.php?id=scilab -- Gerard HENRY LATP UMR6632 39, rue F. Joliot Curie 13453 MARSEILLE Cedex 13 Tel.: 04 91 11 35 53 Fax.: 04 91 11 35 52 From ycollet at freesurf.fr Fri Jan 9 22:24:35 2009 From: ycollet at freesurf.fr (Collette Yann) Date: Fri, 09 Jan 2009 22:24:35 +0100 Subject: [Scilab-Dev] problems with 'make doc' In-Reply-To: <496704F3.8070700@scilab.org> References: <496647F5.8030306@free.fr> <496704F3.8070700@scilab.org> Message-ID: <4967C093.6040102@freesurf.fr> OK, thanks, doc now compiles and install correctly. I now have a problem when I do 'help scicos' (it's the same with other keywords): Exception in thread "main" java.lang.NullPointerException at org.scilab.modules.gui.bridge.helpbrowser.SwingScilabHelpBrowser.(Unknown Source) at org.scilab.modules.gui.helpbrowser.ScilabHelpBrowserBridge.createHelpBrowser(Unknown Source) at org.scilab.modules.gui.bridge.ScilabBridge.createHelpBrowser(Unknown Source) at org.scilab.modules.gui.helpbrowser.ScilabHelpBrowser.(Unknown Source) at org.scilab.modules.gui.helpbrowser.ScilabHelpBrowser.createHelpBrowser(Unknown Source) at org.scilab.modules.gui.bridge.CallScilabBridge.searchKeyword(Unknown Source) I will fill a bug report. YC Vincent COUVERT a ?crit : > Hi Yann, > > Problems with images are fixed now, can you try ? > > Vincent > From Gerard.Henry at cmi.univ-mrs.fr Sat Jan 10 21:12:25 2009 From: Gerard.Henry at cmi.univ-mrs.fr (Gerard Henry) Date: Sat, 10 Jan 2009 21:12:25 +0100 Subject: [Scilab-Dev] scilab-5.0.3 segfault on solaris: strlen() In-Reply-To: <49679A92.9020907@cmi.univ-mrs.fr> References: <49679A92.9020907@cmi.univ-mrs.fr> Message-ID: <49690129.9060107@cmi.univ-mrs.fr> Gerard Henry wrote: > hello all, > after successfully compiling scilab on opensolaris, i did the same job > on solaris 10, make went fine, but when i execute, it segfaults. Looking > with the debugger, i got: > Program received signal SIGSEGV, Segmentation fault. > 0xfa855891 in strlen () from /usr/lib/libc.so.1 > (gdb) where > #0 0xfa855891 in strlen () from /usr/lib/libc.so.1 > #1 0xfac62160 in callFunctionFromGateway () > from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 > #2 0xfd297571 in gw_io () > from /local/apps/src/scilab-5.0.3/modules/io/.libs/libsciio.so.5 > #3 0xfac51df3 in callinterf_ () > from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 > #4 0xfac5ef42 in scirun_ () > from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 > #5 0xfac4d54b in realmain () > from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 > #6 0xfd242ad0 in mainscic () > from /local/apps/src/scilab-5.0.3/modules/shell/.libs/libscishell.so.5 > #7 0x08050d7d in main () > > even a "make clean" becomes impossible, because: > devel1 at nemo:~/src/scilab-5.0.3$ make clean > ./bin/scilab: line 453: 13413 Segmentation Fault (core dumped) > "$SCILABBIN" "$@" > ./bin/scilab: line 453: 13439 Segmentation Fault (core dumped) > "$SCILABBIN" "$@" > make: *** [clean-doc] Error 139 > > Any idea? > > thanks in advance for help, > > gerard > > PS: some notes in french: > http://www.latp.univ-mrs.fr/support/doku.php?id=scilab > after recompiling with -g, i have more information: t at 1 (l at 1) program terminated by signal SEGV (no mapping at the fault address) 0xfa705891: strlen+0x0031: cmpb $0x00000000,(%eax) Current function is callFunctionFromGateway 36 if (*(Tab[Fin-1].f) != NULL) (*(Tab[Fin-1].f)) (Tab[Fin-1].name,(unsigned long)strlen(Tab[Fin-1].name)); (dbx) where current thread: t at 1 [1] strlen(0xe, 0x0), at 0xfa705891 =>[2] callFunctionFromGateway(Tab = 0xfd2be908), line 36 in "callFunctionFromGateway.c" [3] gw_io(), line 102 in "gw_io.c" [4] callinterf_(k = 0xfab07b04), line 155 in "callinterf.c" [5] scirun_(startupCode = 0x8081358 "exec('modules/functions/scripts/buildmacros/buildmacros.sce',-1)", startupCode_len = 64), line 147 in "scirun.c" [6] realmain(no_startup_flag_l = 1, initial_script = 0x8046f3f "modules/functions/scripts/buildmacros/buildmacros.sce", initial_script_type = SCILAB_SCRIPT, memory = 180000), line 145 in "realmain.c" [7] mainscic(argc = 5, argv = 0x8046e00), line 132 in "mainscic.c" [8] main(argc = 5, argv = 0x8046e00), line 26 in "main_linux.c" is it possible that the value of Fin is out of range? Who set the value of Fin? thanks for help, gerard -- Gerard HENRY LATP UMR6632 39, rue F. Joliot Curie 13453 MARSEILLE Cedex 13 Tel.: 04 91 11 35 53 Fax.: 04 91 11 35 52 From BlanchardJ at ieee.org Sun Jan 11 04:37:32 2009 From: BlanchardJ at ieee.org (Jonathan Blanchard) Date: Sat, 10 Jan 2009 23:37:32 -0400 Subject: [Scilab-Dev] scilab-5.0.3 segfault on solaris: strlen() In-Reply-To: <49690129.9060107@cmi.univ-mrs.fr> References: <49679A92.9020907@cmi.univ-mrs.fr> <49690129.9060107@cmi.univ-mrs.fr> Message-ID: Ah the joys of Scilab on Solaris. I remember having a similar issue quite a while ago. If I remember correctly it was something about localization. Either enabling or disabling it kind of fixed the problem. Jonathan Blanchard On Sat, Jan 10, 2009 at 4:12 PM, Gerard Henry wrote: > Gerard Henry wrote: >> >> hello all, >> after successfully compiling scilab on opensolaris, i did the same job >> on solaris 10, make went fine, but when i execute, it segfaults. Looking >> with the debugger, i got: >> Program received signal SIGSEGV, Segmentation fault. >> 0xfa855891 in strlen () from /usr/lib/libc.so.1 >> (gdb) where >> #0 0xfa855891 in strlen () from /usr/lib/libc.so.1 >> #1 0xfac62160 in callFunctionFromGateway () >> from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 >> #2 0xfd297571 in gw_io () >> from /local/apps/src/scilab-5.0.3/modules/io/.libs/libsciio.so.5 >> #3 0xfac51df3 in callinterf_ () >> from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 >> #4 0xfac5ef42 in scirun_ () >> from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 >> #5 0xfac4d54b in realmain () >> from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 >> #6 0xfd242ad0 in mainscic () >> from /local/apps/src/scilab-5.0.3/modules/shell/.libs/libscishell.so.5 >> #7 0x08050d7d in main () >> >> even a "make clean" becomes impossible, because: >> devel1 at nemo:~/src/scilab-5.0.3$ make clean >> ./bin/scilab: line 453: 13413 Segmentation Fault (core dumped) >> "$SCILABBIN" "$@" >> ./bin/scilab: line 453: 13439 Segmentation Fault (core dumped) >> "$SCILABBIN" "$@" >> make: *** [clean-doc] Error 139 >> >> Any idea? >> >> thanks in advance for help, >> >> gerard >> >> PS: some notes in french: >> http://www.latp.univ-mrs.fr/support/doku.php?id=scilab >> > > after recompiling with -g, i have more information: > t at 1 (l at 1) program terminated by signal SEGV (no mapping at the fault > address) > 0xfa705891: strlen+0x0031: cmpb $0x00000000,(%eax) > Current function is callFunctionFromGateway > 36 if (*(Tab[Fin-1].f) != NULL) (*(Tab[Fin-1].f)) > (Tab[Fin-1].name,(unsigned long)strlen(Tab[Fin-1].name)); > > (dbx) where > current thread: t at 1 > [1] strlen(0xe, 0x0), at 0xfa705891 > =>[2] callFunctionFromGateway(Tab = 0xfd2be908), line 36 in > "callFunctionFromGateway.c" > [3] gw_io(), line 102 in "gw_io.c" > [4] callinterf_(k = 0xfab07b04), line 155 in "callinterf.c" > [5] scirun_(startupCode = 0x8081358 > "exec('modules/functions/scripts/buildmacros/buildmacros.sce',-1)", > startupCode_len = 64), line 147 in "scirun.c" > [6] realmain(no_startup_flag_l = 1, initial_script = 0x8046f3f > "modules/functions/scripts/buildmacros/buildmacros.sce", initial_script_type > = SCILAB_SCRIPT, memory = 180000), line 145 in "realmain.c" > [7] mainscic(argc = 5, argv = 0x8046e00), line 132 in "mainscic.c" > [8] main(argc = 5, argv = 0x8046e00), line 26 in "main_linux.c" > > > is it possible that the value of Fin is out of range? Who set the value of > Fin? > > thanks for help, > > gerard > > -- > Gerard HENRY > LATP UMR6632 > 39, rue F. Joliot Curie > 13453 MARSEILLE Cedex 13 > Tel.: 04 91 11 35 53 Fax.: 04 91 11 35 52 > From fvogelnew1 at free.fr Sun Jan 11 11:55:55 2009 From: fvogelnew1 at free.fr (=?UTF-8?B?RnJhbsOnb2lzIFZvZ2Vs?=) Date: Sun, 11 Jan 2009 11:55:55 +0100 Subject: [Scilab-Dev] Re: SEP#12: Scipad - Add support for encodings In-Reply-To: <495E00F7.6000500@free.fr> References: <4946D491.3050004@free.fr> <4950C67A.1010501@free.fr> <495D387E.6020607@free.fr> <9371b4280901020030j330d7c8cy82a43d0e71eef578@mail.gmail.com> <495DF44E.7070407@free.fr> <1230895356.4402.64.camel@zlarin> <495E00F7.6000500@free.fr> Message-ID: <4969D03B.9080400@free.fr> Fran?ois Vogel said on 02/01/2009 12:56: > Anything else to add to the discussion about this encoding feature, or > can I consider there is now consensus for acceptance? We're now 8 days after my prompt for last word above and I have received no further comment nor red flag. SEP#12 is therefore fully accepted in its current state. I have made a small change which is actually a bug fix: encoding system must not be changed, otherwise various problems happen with some encodings (for instance the $env array gets mangled in Tcl). The updated SEP is V2.1 (attached). I have now committed the implementation corresponding to SEP#12_V2.1 in the master branch. The feature is included in Scipad 7.14. Enjoy and don't hesitate to report bugs to the bugzilla. Francois -------------- next part -------------- A non-text attachment was scrubbed... Name: SEP_12_scipad_encoding_support_V2_1.pdf Type: application/pdf Size: 203507 bytes Desc: not available URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: SEP_12_V2_1_diff.txt URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: MRUlist.tcl URL: From sylvestre.ledru at inria.fr Sun Jan 11 12:00:14 2009 From: sylvestre.ledru at inria.fr (Sylvestre Ledru) Date: Sun, 11 Jan 2009 12:00:14 +0100 Subject: [Scilab-Dev] Re: SEP#12: Scipad - Add support for encodings In-Reply-To: <4969D03B.9080400@free.fr> References: <4946D491.3050004@free.fr> <4950C67A.1010501@free.fr> <495D387E.6020607@free.fr> <9371b4280901020030j330d7c8cy82a43d0e71eef578@mail.gmail.com> <495DF44E.7070407@free.fr> <1230895356.4402.64.camel@zlarin> <495E00F7.6000500@free.fr> <4969D03B.9080400@free.fr> Message-ID: <1231671614.1752.41.camel@zlarin> Le dimanche 11 janvier 2009 ? 11:55 +0100, Fran?ois Vogel a ?crit : > Fran?ois Vogel said on 02/01/2009 12:56: > > Anything else to add to the discussion about this encoding feature, or > > can I consider there is now consensus for acceptance? > > We're now 8 days after my prompt for last word above and I have > received no further comment nor red flag. > > SEP#12 is therefore fully accepted in its current state. Good! As said in the SEP#12, do you need me to regenerate the Makefile.in for MRUlist.tcl ? Sylvestre From fvogelnew1 at free.fr Sun Jan 11 12:00:47 2009 From: fvogelnew1 at free.fr (=?UTF-8?B?RnJhbsOnb2lzIFZvZ2Vs?=) Date: Sun, 11 Jan 2009 12:00:47 +0100 Subject: [Scilab-Dev] Re: SEP#12: Scipad - Add support for encodings In-Reply-To: <4969D03B.9080400@free.fr> References: <4946D491.3050004@free.fr> <4950C67A.1010501@free.fr> <495D387E.6020607@free.fr> <9371b4280901020030j330d7c8cy82a43d0e71eef578@mail.gmail.com> <495DF44E.7070407@free.fr> <1230895356.4402.64.camel@zlarin> <495E00F7.6000500@free.fr> <4969D03B.9080400@free.fr> Message-ID: <4969D15F.5080705@free.fr> Sorry, I forgot to mention. Please someone pay attention to the remaining part of work to be done for the linux side: "Regenerate makefile.in since the new file MRUlist.tcl has been added in makefile.am" Could someone do this for me please? Thanks, Francois Fran?ois Vogel said on 11/01/2009 11:55: > Fran?ois Vogel said on 02/01/2009 12:56: >> Anything else to add to the discussion about this encoding feature, or >> can I consider there is now consensus for acceptance? > > We're now 8 days after my prompt for last word above and I have received > no further comment nor red flag. > > SEP#12 is therefore fully accepted in its current state. > > I have made a small change which is actually a bug fix: encoding system > must not be changed, otherwise various problems happen with some > encodings (for instance the $env array gets mangled in Tcl). The updated > SEP is V2.1 (attached). > > I have now committed the implementation corresponding to SEP#12_V2.1 in > the master branch. > > The feature is included in Scipad 7.14. > > Enjoy and don't hesitate to report bugs to the bugzilla. > Francois > From sylvestre.ledru at inria.fr Sun Jan 11 12:10:23 2009 From: sylvestre.ledru at inria.fr (Sylvestre Ledru) Date: Sun, 11 Jan 2009 12:10:23 +0100 Subject: [Scilab-Dev] Re: SEP#12: Scipad - Add support for encodings In-Reply-To: <4969D15F.5080705@free.fr> References: <4946D491.3050004@free.fr> <4950C67A.1010501@free.fr> <495D387E.6020607@free.fr> <9371b4280901020030j330d7c8cy82a43d0e71eef578@mail.gmail.com> <495DF44E.7070407@free.fr> <1230895356.4402.64.camel@zlarin> <495E00F7.6000500@free.fr> <4969D03B.9080400@free.fr> <4969D15F.5080705@free.fr> Message-ID: <1231672223.1752.45.camel@zlarin> Le dimanche 11 janvier 2009 ? 12:00 +0100, Fran?ois Vogel a ?crit : > Sorry, I forgot to mention. > > Please someone pay attention to the remaining part of work to be done > for the linux side: > > "Regenerate makefile.in since the new file MRUlist.tcl has been added > in makefile.am" > > Could someone do this for me please? Done S From fvogelnew1 at free.fr Sun Jan 11 17:50:56 2009 From: fvogelnew1 at free.fr (=?ISO-8859-1?Q?Fran=E7ois_Vogel?=) Date: Sun, 11 Jan 2009 17:50:56 +0100 Subject: Line numbers now physical in setbpt ? Message-ID: <496A2370.8020303@free.fr> Hi, I'm slowly realizing that apparently in Scilab 5 all line numbers are now physical line numbers while they were logical line numbers up to Scilab 4.1.2. I think it's now clear from bug 3407 that line numbers reported in error messages and in lasterror() are now physical (were logical in Scilab 4.x). What I'm now realizing is that also what is managed by setbpt/delbpt must now be physical and no more logical. Could Serge please confirm this statement? Example (run it in Scilab 4.1.2 and in Scilab recent master to compare): function pllines disp("line 2 2"); // logical physical disp("line 3 3") disp("line 4 4") disp("line 5 5") disp.. ("line 6 7") disp("line 7 8") disp("line 8 9") disp("line 9 10") endfunction setbpt("pllines",6) pllines Scilab 4.1.2 ends with: line 6 7 Stop after row 6 in function pllines : -1-> I.e. Scilab 4.1.2 executed the full continued logical line 6 before stopping. Compare with the output in Scilab 5: line 5 5 Stop after row 6 in function pllines. Type 'resume' or 'abort' to return to standard level prompt. -1-> Here we can see that it does NOT executed logical line 6 completely, thus stopping in the middle of it. However, it nevertheless states that it stopped after execution of line 6. Further observation: add setbpt("pllines",10) and you'll see it stops in Scilab 5, meaning line 10 is still in function pllines. In Scilab 4.1.2 it doesn't stop because line 10 is after the end of the function pllines definition. Thanks for clarifying this. If setbpt/delbpt are now really supposed to deal with physical line numbers, then I'll have to make changes in the Scipad debugger for Scilab 5. Francois From vincent.couvert at scilab.org Mon Jan 12 18:37:46 2009 From: vincent.couvert at scilab.org (Vincent COUVERT) Date: Mon, 12 Jan 2009 18:37:46 +0100 Subject: [Scilab-Dev] problems with 'make doc' In-Reply-To: <4967C093.6040102@freesurf.fr> References: <496647F5.8030306@free.fr> <496704F3.8070700@scilab.org> <4967C093.6040102@freesurf.fr> Message-ID: <496B7FEA.4000602@scilab.org> Hi, Nobody here in the opteam can reproduce this bug with an up-to-date version. Can you try again ? Vincent Collette Yann a ?crit : > OK, thanks, doc now compiles and install correctly. > > I now have a problem when I do 'help scicos' (it's the same with other > keywords): > > Exception in thread "main" java.lang.NullPointerException > at > org.scilab.modules.gui.bridge.helpbrowser.SwingScilabHelpBrowser.(Unknown > Source) > at > org.scilab.modules.gui.helpbrowser.ScilabHelpBrowserBridge.createHelpBrowser(Unknown > Source) > at > org.scilab.modules.gui.bridge.ScilabBridge.createHelpBrowser(Unknown > Source) > at > org.scilab.modules.gui.helpbrowser.ScilabHelpBrowser.(Unknown > Source) > at > org.scilab.modules.gui.helpbrowser.ScilabHelpBrowser.createHelpBrowser(Unknown > Source) > at > org.scilab.modules.gui.bridge.CallScilabBridge.searchKeyword(Unknown > Source) > > > I will fill a bug report. > > YC > > Vincent COUVERT a ?crit : >> Hi Yann, >> >> Problems with images are fixed now, can you try ? >> >> Vincent >> > -- ============================================== Vincent COUVERT Responsable du d?veloppement ------ Fondation DIGITEO - Consortium Scilab Domaine de Voluceau - B.P. 105 78153 Le Chesnay Cedex B?timent 23 - Bureau 22 ------ Email : vincent.couvert at scilab.org T?l : +33 (0)1 39 63 54 46 Fax : +33 (0)1 39 63 55 94 ============================================== From Gerard.Henry at cmi.univ-mrs.fr Mon Jan 12 20:31:18 2009 From: Gerard.Henry at cmi.univ-mrs.fr (Gerard Henry) Date: Mon, 12 Jan 2009 20:31:18 +0100 Subject: [Scilab-Dev] scilab-5.0.3 segfault on solaris: strlen() In-Reply-To: References: <49679A92.9020907@cmi.univ-mrs.fr> <49690129.9060107@cmi.univ-mrs.fr> Message-ID: <496B9A86.1000406@cmi.univ-mrs.fr> i tried, by adding: --enable-build-localization and now, the make hangs here: ./bin/scilab -ns -nwni -f modules/functions/scripts/buildmacros/buildmacros.sce Warning: Localization issue: Error while binding the domain from /local/apps/src/scilab-5.0.3/../locale/ or /local/apps/src/scilab-5.0.3/locale/: Switch to the default language (English). the debugger sais that there is a thread waiting: Attached to process 12493 with 3 LWPs t at 1 (l at 1) stopped in __lwp_park at 0xfa9a47fb 0xfa9a47fb: __lwp_park+0x000b: jae __lwp_park+0x19 [ 0xfa9a4809, .+0xe ] Current function is basin 34 call zzledt(string,len(string),lline,status,menusflag,0) (dbx) lwp l at 2 t at 2 (l at 2) stopped in _read at 0xfa9a52a7 0xfa9a52a7: _read+0x0007: jae _read+0x13 [ 0xfa9a52b3, .+0xc ] (dbx) list dbx: warning: No source file (dbx) where =>[1] _read(0x0, 0xfa9d680c, 0x1), at 0xfa9a52a7 [2] __filbuf(0xfa9d1c10, 0xfd287c44, 0xfa57efb8, 0xfd273ed8), at 0xfa9881a4 [3] gchar_no_echo(0x0, 0x0, 0x0, 0x0, 0x0, 0x0), at 0xfd273f00 [4] TermReadAndProcess(0xfa470200, 0xfd287c44, 0xfa57efd8, 0xfd27247a, 0xfa470200, 0xfa9ce000), at 0xfd272c6c [5] getCommandLine(0xfa470200, 0xfa9ce000, 0xfa57efec), at 0xfd272398 [6] watchGetCommandLine(0x0), at 0xfd27247a [7] _thr_setup(0xfa470200), at 0xfa9a44b7 [8] _lwp_start(0x0, 0xfa9d680c, 0x1, 0xfd288174, 0x0, 0xfd287c44), at 0xfa9a47a0 (dbx) kill Why does it hang on a read? what's the meaning of the read in this context? When i kill the lwp 2, the make finishes, and i can launch scilab, but it is unusable: > ./bin/scilab -nogui !--error 42 Incompatible input argument. Jonathan Blanchard wrote: > Ah the joys of Scilab on Solaris. > > I remember having a similar issue quite a while ago. If I remember > correctly it was something about localization. Either enabling or > disabling it kind of fixed the problem. > > Jonathan Blanchard > > > > On Sat, Jan 10, 2009 at 4:12 PM, Gerard Henry > wrote: >> Gerard Henry wrote: >>> hello all, >>> after successfully compiling scilab on opensolaris, i did the same job >>> on solaris 10, make went fine, but when i execute, it segfaults. Looking >>> with the debugger, i got: >>> Program received signal SIGSEGV, Segmentation fault. >>> 0xfa855891 in strlen () from /usr/lib/libc.so.1 >>> (gdb) where >>> #0 0xfa855891 in strlen () from /usr/lib/libc.so.1 >>> #1 0xfac62160 in callFunctionFromGateway () >>> from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 >>> #2 0xfd297571 in gw_io () >>> from /local/apps/src/scilab-5.0.3/modules/io/.libs/libsciio.so.5 >>> #3 0xfac51df3 in callinterf_ () >>> from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 >>> #4 0xfac5ef42 in scirun_ () >>> from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 >>> #5 0xfac4d54b in realmain () >>> from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 >>> #6 0xfd242ad0 in mainscic () >>> from /local/apps/src/scilab-5.0.3/modules/shell/.libs/libscishell.so.5 >>> #7 0x08050d7d in main () >>> >>> even a "make clean" becomes impossible, because: >>> devel1 at nemo:~/src/scilab-5.0.3$ make clean >>> ./bin/scilab: line 453: 13413 Segmentation Fault (core dumped) >>> "$SCILABBIN" "$@" >>> ./bin/scilab: line 453: 13439 Segmentation Fault (core dumped) >>> "$SCILABBIN" "$@" >>> make: *** [clean-doc] Error 139 >>> >>> Any idea? >>> >>> thanks in advance for help, >>> >>> gerard >>> >>> PS: some notes in french: >>> http://www.latp.univ-mrs.fr/support/doku.php?id=scilab >>> >> after recompiling with -g, i have more information: >> t at 1 (l at 1) program terminated by signal SEGV (no mapping at the fault >> address) >> 0xfa705891: strlen+0x0031: cmpb $0x00000000,(%eax) >> Current function is callFunctionFromGateway >> 36 if (*(Tab[Fin-1].f) != NULL) (*(Tab[Fin-1].f)) >> (Tab[Fin-1].name,(unsigned long)strlen(Tab[Fin-1].name)); >> >> (dbx) where >> current thread: t at 1 >> [1] strlen(0xe, 0x0), at 0xfa705891 >> =>[2] callFunctionFromGateway(Tab = 0xfd2be908), line 36 in >> "callFunctionFromGateway.c" >> [3] gw_io(), line 102 in "gw_io.c" >> [4] callinterf_(k = 0xfab07b04), line 155 in "callinterf.c" >> [5] scirun_(startupCode = 0x8081358 >> "exec('modules/functions/scripts/buildmacros/buildmacros.sce',-1)", >> startupCode_len = 64), line 147 in "scirun.c" >> [6] realmain(no_startup_flag_l = 1, initial_script = 0x8046f3f >> "modules/functions/scripts/buildmacros/buildmacros.sce", initial_script_type >> = SCILAB_SCRIPT, memory = 180000), line 145 in "realmain.c" >> [7] mainscic(argc = 5, argv = 0x8046e00), line 132 in "mainscic.c" >> [8] main(argc = 5, argv = 0x8046e00), line 26 in "main_linux.c" >> >> >> is it possible that the value of Fin is out of range? Who set the value of >> Fin? >> >> thanks for help, >> >> gerard >> >> -- >> Gerard HENRY >> LATP UMR6632 >> 39, rue F. Joliot Curie >> 13453 MARSEILLE Cedex 13 >> Tel.: 04 91 11 35 53 Fax.: 04 91 11 35 52 >> -- Gerard HENRY LATP UMR6632 39, rue F. Joliot Curie 13453 MARSEILLE Cedex 13 Tel.: 04 91 11 35 53 Fax.: 04 91 11 35 52 From BlanchardJ at ieee.org Mon Jan 12 20:41:03 2009 From: BlanchardJ at ieee.org (Jonathan Blanchard) Date: Mon, 12 Jan 2009 15:41:03 -0400 Subject: [Scilab-Dev] scilab-5.0.3 segfault on solaris: strlen() In-Reply-To: <496B9A86.1000406@cmi.univ-mrs.fr> References: <49679A92.9020907@cmi.univ-mrs.fr> <49690129.9060107@cmi.univ-mrs.fr> <496B9A86.1000406@cmi.univ-mrs.fr> Message-ID: Oups sorry I forgot to mention that you might also need to build Scilab inside another local. If your using a build script defining LANG="C" will help. Well it fixed my problem as Scilab was always failing to build in my en_CA local. Jonathan Blanchard On Mon, Jan 12, 2009 at 3:31 PM, Gerard Henry wrote: > i tried, by adding: > --enable-build-localization > > and now, the make hangs here: > ./bin/scilab -ns -nwni -f > modules/functions/scripts/buildmacros/buildmacros.sce > Warning: Localization issue: Error while binding the domain from > /local/apps/src/scilab-5.0.3/../locale/ or > /local/apps/src/scilab-5.0.3/locale/: Switch to the default language > (English). > > > the debugger sais that there is a thread waiting: > Attached to process 12493 with 3 LWPs > t at 1 (l at 1) stopped in __lwp_park at 0xfa9a47fb > 0xfa9a47fb: __lwp_park+0x000b: jae __lwp_park+0x19 [ > 0xfa9a4809, .+0xe ] > Current function is basin > 34 call > zzledt(string,len(string),lline,status,menusflag,0) > > (dbx) lwp l at 2 > t at 2 (l at 2) stopped in _read at 0xfa9a52a7 > 0xfa9a52a7: _read+0x0007: jae _read+0x13 [ 0xfa9a52b3, .+0xc > ] > (dbx) list > dbx: warning: No source file > (dbx) where > =>[1] _read(0x0, 0xfa9d680c, 0x1), at 0xfa9a52a7 > [2] __filbuf(0xfa9d1c10, 0xfd287c44, 0xfa57efb8, 0xfd273ed8), at 0xfa9881a4 > [3] gchar_no_echo(0x0, 0x0, 0x0, 0x0, 0x0, 0x0), at 0xfd273f00 > [4] TermReadAndProcess(0xfa470200, 0xfd287c44, 0xfa57efd8, 0xfd27247a, > 0xfa470200, 0xfa9ce000), at 0xfd272c6c > [5] getCommandLine(0xfa470200, 0xfa9ce000, 0xfa57efec), at 0xfd272398 > [6] watchGetCommandLine(0x0), at 0xfd27247a > [7] _thr_setup(0xfa470200), at 0xfa9a44b7 > [8] _lwp_start(0x0, 0xfa9d680c, 0x1, 0xfd288174, 0x0, 0xfd287c44), at > 0xfa9a47a0 > (dbx) kill > > Why does it hang on a read? what's the meaning of the read in this context? > When i kill the lwp 2, the make finishes, and i can launch scilab, but it is > unusable: >> ./bin/scilab -nogui > !--error 42 > Incompatible input argument. > > > > Jonathan Blanchard wrote: >> >> Ah the joys of Scilab on Solaris. >> >> I remember having a similar issue quite a while ago. If I remember >> correctly it was something about localization. Either enabling or >> disabling it kind of fixed the problem. >> >> Jonathan Blanchard >> >> >> >> On Sat, Jan 10, 2009 at 4:12 PM, Gerard Henry >> wrote: >>> >>> Gerard Henry wrote: >>>> >>>> hello all, >>>> after successfully compiling scilab on opensolaris, i did the same job >>>> on solaris 10, make went fine, but when i execute, it segfaults. Looking >>>> with the debugger, i got: >>>> Program received signal SIGSEGV, Segmentation fault. >>>> 0xfa855891 in strlen () from /usr/lib/libc.so.1 >>>> (gdb) where >>>> #0 0xfa855891 in strlen () from /usr/lib/libc.so.1 >>>> #1 0xfac62160 in callFunctionFromGateway () >>>> from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 >>>> #2 0xfd297571 in gw_io () >>>> from /local/apps/src/scilab-5.0.3/modules/io/.libs/libsciio.so.5 >>>> #3 0xfac51df3 in callinterf_ () >>>> from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 >>>> #4 0xfac5ef42 in scirun_ () >>>> from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 >>>> #5 0xfac4d54b in realmain () >>>> from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 >>>> #6 0xfd242ad0 in mainscic () >>>> from /local/apps/src/scilab-5.0.3/modules/shell/.libs/libscishell.so.5 >>>> #7 0x08050d7d in main () >>>> >>>> even a "make clean" becomes impossible, because: >>>> devel1 at nemo:~/src/scilab-5.0.3$ make clean >>>> ./bin/scilab: line 453: 13413 Segmentation Fault (core dumped) >>>> "$SCILABBIN" "$@" >>>> ./bin/scilab: line 453: 13439 Segmentation Fault (core dumped) >>>> "$SCILABBIN" "$@" >>>> make: *** [clean-doc] Error 139 >>>> >>>> Any idea? >>>> >>>> thanks in advance for help, >>>> >>>> gerard >>>> >>>> PS: some notes in french: >>>> http://www.latp.univ-mrs.fr/support/doku.php?id=scilab >>>> >>> after recompiling with -g, i have more information: >>> t at 1 (l at 1) program terminated by signal SEGV (no mapping at the fault >>> address) >>> 0xfa705891: strlen+0x0031: cmpb $0x00000000,(%eax) >>> Current function is callFunctionFromGateway >>> 36 if (*(Tab[Fin-1].f) != NULL) (*(Tab[Fin-1].f)) >>> (Tab[Fin-1].name,(unsigned long)strlen(Tab[Fin-1].name)); >>> >>> (dbx) where >>> current thread: t at 1 >>> [1] strlen(0xe, 0x0), at 0xfa705891 >>> =>[2] callFunctionFromGateway(Tab = 0xfd2be908), line 36 in >>> "callFunctionFromGateway.c" >>> [3] gw_io(), line 102 in "gw_io.c" >>> [4] callinterf_(k = 0xfab07b04), line 155 in "callinterf.c" >>> [5] scirun_(startupCode = 0x8081358 >>> "exec('modules/functions/scripts/buildmacros/buildmacros.sce',-1)", >>> startupCode_len = 64), line 147 in "scirun.c" >>> [6] realmain(no_startup_flag_l = 1, initial_script = 0x8046f3f >>> "modules/functions/scripts/buildmacros/buildmacros.sce", >>> initial_script_type >>> = SCILAB_SCRIPT, memory = 180000), line 145 in "realmain.c" >>> [7] mainscic(argc = 5, argv = 0x8046e00), line 132 in "mainscic.c" >>> [8] main(argc = 5, argv = 0x8046e00), line 26 in "main_linux.c" >>> >>> >>> is it possible that the value of Fin is out of range? Who set the value >>> of >>> Fin? >>> >>> thanks for help, >>> >>> gerard >>> >>> -- >>> Gerard HENRY >>> LATP UMR6632 >>> 39, rue F. Joliot Curie >>> 13453 MARSEILLE Cedex 13 >>> Tel.: 04 91 11 35 53 Fax.: 04 91 11 35 52 >>> > > > -- > Gerard HENRY > LATP UMR6632 > 39, rue F. Joliot Curie > 13453 MARSEILLE Cedex 13 > Tel.: 04 91 11 35 53 Fax.: 04 91 11 35 52 > From Gerard.Henry at cmi.univ-mrs.fr Mon Jan 12 20:47:08 2009 From: Gerard.Henry at cmi.univ-mrs.fr (Gerard Henry) Date: Mon, 12 Jan 2009 20:47:08 +0100 Subject: [Scilab-Dev] scilab-5.0.3 segfault on solaris: strlen() In-Reply-To: References: <49679A92.9020907@cmi.univ-mrs.fr> <49690129.9060107@cmi.univ-mrs.fr> <496B9A86.1000406@cmi.univ-mrs.fr> Message-ID: <496B9E3C.4020406@cmi.univ-mrs.fr> thanks for your reply. But i'm pessimist, because, i've already: > locale LANG= LC_CTYPE="C" LC_NUMERIC="C" LC_TIME="C" LC_COLLATE="C" LC_MONETARY="C" LC_MESSAGES="C" LC_ALL= perhaps, if i set LANG=C, i don't need to add: --enable-build-localization ? Jonathan Blanchard wrote: > Oups sorry I forgot to mention that you might also need to build > Scilab inside another local. If your using a build script defining > LANG="C" will help. Well it fixed my problem as Scilab was always > failing to build in my en_CA local. > > Jonathan Blanchard > > > > On Mon, Jan 12, 2009 at 3:31 PM, Gerard Henry > wrote: >> i tried, by adding: >> --enable-build-localization >> >> and now, the make hangs here: >> ./bin/scilab -ns -nwni -f >> modules/functions/scripts/buildmacros/buildmacros.sce >> Warning: Localization issue: Error while binding the domain from >> /local/apps/src/scilab-5.0.3/../locale/ or >> /local/apps/src/scilab-5.0.3/locale/: Switch to the default language >> (English). >> >> >> the debugger sais that there is a thread waiting: >> Attached to process 12493 with 3 LWPs >> t at 1 (l at 1) stopped in __lwp_park at 0xfa9a47fb >> 0xfa9a47fb: __lwp_park+0x000b: jae __lwp_park+0x19 [ >> 0xfa9a4809, .+0xe ] >> Current function is basin >> 34 call >> zzledt(string,len(string),lline,status,menusflag,0) >> >> (dbx) lwp l at 2 >> t at 2 (l at 2) stopped in _read at 0xfa9a52a7 >> 0xfa9a52a7: _read+0x0007: jae _read+0x13 [ 0xfa9a52b3, .+0xc >> ] >> (dbx) list >> dbx: warning: No source file >> (dbx) where >> =>[1] _read(0x0, 0xfa9d680c, 0x1), at 0xfa9a52a7 >> [2] __filbuf(0xfa9d1c10, 0xfd287c44, 0xfa57efb8, 0xfd273ed8), at 0xfa9881a4 >> [3] gchar_no_echo(0x0, 0x0, 0x0, 0x0, 0x0, 0x0), at 0xfd273f00 >> [4] TermReadAndProcess(0xfa470200, 0xfd287c44, 0xfa57efd8, 0xfd27247a, >> 0xfa470200, 0xfa9ce000), at 0xfd272c6c >> [5] getCommandLine(0xfa470200, 0xfa9ce000, 0xfa57efec), at 0xfd272398 >> [6] watchGetCommandLine(0x0), at 0xfd27247a >> [7] _thr_setup(0xfa470200), at 0xfa9a44b7 >> [8] _lwp_start(0x0, 0xfa9d680c, 0x1, 0xfd288174, 0x0, 0xfd287c44), at >> 0xfa9a47a0 >> (dbx) kill >> >> Why does it hang on a read? what's the meaning of the read in this context? >> When i kill the lwp 2, the make finishes, and i can launch scilab, but it is >> unusable: >>> ./bin/scilab -nogui >> !--error 42 >> Incompatible input argument. >> >> >> >> Jonathan Blanchard wrote: >>> Ah the joys of Scilab on Solaris. >>> >>> I remember having a similar issue quite a while ago. If I remember >>> correctly it was something about localization. Either enabling or >>> disabling it kind of fixed the problem. >>> >>> Jonathan Blanchard >>> >>> >>> >>> On Sat, Jan 10, 2009 at 4:12 PM, Gerard Henry >>> wrote: >>>> Gerard Henry wrote: >>>>> hello all, >>>>> after successfully compiling scilab on opensolaris, i did the same job >>>>> on solaris 10, make went fine, but when i execute, it segfaults. Looking >>>>> with the debugger, i got: >>>>> Program received signal SIGSEGV, Segmentation fault. >>>>> 0xfa855891 in strlen () from /usr/lib/libc.so.1 >>>>> (gdb) where >>>>> #0 0xfa855891 in strlen () from /usr/lib/libc.so.1 >>>>> #1 0xfac62160 in callFunctionFromGateway () >>>>> from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 >>>>> #2 0xfd297571 in gw_io () >>>>> from /local/apps/src/scilab-5.0.3/modules/io/.libs/libsciio.so.5 >>>>> #3 0xfac51df3 in callinterf_ () >>>>> from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 >>>>> #4 0xfac5ef42 in scirun_ () >>>>> from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 >>>>> #5 0xfac4d54b in realmain () >>>>> from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 >>>>> #6 0xfd242ad0 in mainscic () >>>>> from /local/apps/src/scilab-5.0.3/modules/shell/.libs/libscishell.so.5 >>>>> #7 0x08050d7d in main () >>>>> >>>>> even a "make clean" becomes impossible, because: >>>>> devel1 at nemo:~/src/scilab-5.0.3$ make clean >>>>> ./bin/scilab: line 453: 13413 Segmentation Fault (core dumped) >>>>> "$SCILABBIN" "$@" >>>>> ./bin/scilab: line 453: 13439 Segmentation Fault (core dumped) >>>>> "$SCILABBIN" "$@" >>>>> make: *** [clean-doc] Error 139 >>>>> >>>>> Any idea? >>>>> >>>>> thanks in advance for help, >>>>> >>>>> gerard >>>>> >>>>> PS: some notes in french: >>>>> http://www.latp.univ-mrs.fr/support/doku.php?id=scilab >>>>> >>>> after recompiling with -g, i have more information: >>>> t at 1 (l at 1) program terminated by signal SEGV (no mapping at the fault >>>> address) >>>> 0xfa705891: strlen+0x0031: cmpb $0x00000000,(%eax) >>>> Current function is callFunctionFromGateway >>>> 36 if (*(Tab[Fin-1].f) != NULL) (*(Tab[Fin-1].f)) >>>> (Tab[Fin-1].name,(unsigned long)strlen(Tab[Fin-1].name)); >>>> >>>> (dbx) where >>>> current thread: t at 1 >>>> [1] strlen(0xe, 0x0), at 0xfa705891 >>>> =>[2] callFunctionFromGateway(Tab = 0xfd2be908), line 36 in >>>> "callFunctionFromGateway.c" >>>> [3] gw_io(), line 102 in "gw_io.c" >>>> [4] callinterf_(k = 0xfab07b04), line 155 in "callinterf.c" >>>> [5] scirun_(startupCode = 0x8081358 >>>> "exec('modules/functions/scripts/buildmacros/buildmacros.sce',-1)", >>>> startupCode_len = 64), line 147 in "scirun.c" >>>> [6] realmain(no_startup_flag_l = 1, initial_script = 0x8046f3f >>>> "modules/functions/scripts/buildmacros/buildmacros.sce", >>>> initial_script_type >>>> = SCILAB_SCRIPT, memory = 180000), line 145 in "realmain.c" >>>> [7] mainscic(argc = 5, argv = 0x8046e00), line 132 in "mainscic.c" >>>> [8] main(argc = 5, argv = 0x8046e00), line 26 in "main_linux.c" >>>> >>>> >>>> is it possible that the value of Fin is out of range? Who set the value >>>> of >>>> Fin? >>>> >>>> thanks for help, >>>> >>>> gerard >>>> >>>> -- >>>> Gerard HENRY >>>> LATP UMR6632 >>>> 39, rue F. Joliot Curie >>>> 13453 MARSEILLE Cedex 13 >>>> Tel.: 04 91 11 35 53 Fax.: 04 91 11 35 52 >>>> >> >> -- >> Gerard HENRY >> LATP UMR6632 >> 39, rue F. Joliot Curie >> 13453 MARSEILLE Cedex 13 >> Tel.: 04 91 11 35 53 Fax.: 04 91 11 35 52 >> -- Gerard HENRY LATP UMR6632 39, rue F. Joliot Curie 13453 MARSEILLE Cedex 13 Tel.: 04 91 11 35 53 Fax.: 04 91 11 35 52 From fvogelnew1 at free.fr Mon Jan 12 20:59:55 2009 From: fvogelnew1 at free.fr (=?ISO-8859-1?Q?Fran=E7ois_Vogel?=) Date: Mon, 12 Jan 2009 20:59:55 +0100 Subject: [Fwd: [TCLCORE] Ropes] Message-ID: <496BA13B.9080807@free.fr> FYI. For potential consideration of the idea, or not, for Scilab 6. Francois -------- Message original -------- Sujet : [TCLCORE] Ropes Date : Mon, 12 Jan 2009 16:39:17 +0100 (CET) De : fredericbonnet at free.fr Pour : tcl9-cloverfield at lists.sourceforge.net, tcl-core at lists.sourceforge.net Hi all, First, happy new year! Following the discussions we've had a while back about string representations, Unicode, Tcl9, Cloverfield and the like, I've been working during the past weeks on a rope package. You can find it here on the Tcl9 project on Sourceforge: http://sourceforge.net/project/showfiles.php?group_id=216988 The implementation is a materialization of several ideas I've developed over the years, with some borrowed from the seminal paper on Cedar Ropes by Hans Boehm et. al., available here: http://www.cs.ubc.ca/local/reading/proceedings/spe91-95/spe/vol25/issue12/spe986.pdf Ropes are string structures where data is not stored in flat NUL-terminated arrays but in self-balancing binary trees, allowing for fast insertion/removal of arbitrarily long strings. The package is built around a dedicated memory allocator based on fixed-size cells, coupled with a generational, exact, mark-and-sweep garbage collector. Data structures: ================ Ropes are made of chunks of Unicode string data that can use either fixed-width formats (native C strings, UCS 1, 2 or 4 bytes) or UTF-8. Such string data chunks can take a variable number of cells; if the provided data is larger than the maximum size (here 63 cells, i.e. 1008 bytes minus the 4 or 8 byte header), it is split into several chunks and assembled transparently. Ropes can be made of chunks having different representations, thus allowing maximum compacity when mixing e.g. typically 7-bit Tcl code and foreign language data. Moreover, native NUL-terminated C strings are recognized as valid ropes from C code. Basic string chunks are assembled by concatenation to form larger ropes. Small strings are transparently merged into flat leaves, whereas larger ones use a self-balancing binary tree made of concat nodes. Substrings can also be extracted, and form either flat leaves for the smallest ones, or use a substr node for larger ones. The combination of both techniques allows for easy handling of arbitrarily large strings with minimal duplication and maximal sharing of raw string data. Apart from strings, all nodes are designed to fit into one single cell, thus providing maximum allocation performances and minimal memory impact. Indexing is O(1) for flat fixed-width ropes, O(n) for UTF-8 (as with Tcl), and O(logn) in general for complex ropes. The fact that basic string chunk size is limited also means that very large UTF-8 strings have better performances than flat UTF-8 strings (such as those used by Tcl) thanks to the intermediary indexing levels. Memory management: ================== The dedicated memory allocator is based on fixed-size cells (16 bytes on 32-bit architectures) within page-aligned memory. Each page contains a bitmask that indicates the cell status. For 1024-byte pages, this gives 64 16-byte cells, of which one is reserved. This results in a very small overhead (2 bit per cell) and a very good memory locality, both improving the performances dramatically (more on that below) on modern architectures compared to a traditional allocator (which typically uses linked list structures). This choice has been made because, with the exception of pure string data, rope nodes are typically small and easily fit within a 16-byte cell. Moreover, this allocator is coupled with a generational, exact (as opposed to conservative), mark-and-sweep garbage collector that again provides a huge speedup compared to manual free() calls. The only needed action is root declaration for all ropes that are externally referenced, using a simple reference counting scheme. The GC process is fully controllable in the sense that sections of code can be protected by pausing and resuming the automatic collection. Generational GC means that older ropes (having survived several GC cycles) are promoted to older pools that are collected less frequently; this limits the CPU impact of collections. Other features: =============== The package provides iterator structures and procedures, so porting existing code should be easy. I'm thinking especially about the regexp engine, which needs flat Unicode strings. Iterators abstract the whole stuff into a random-access model. Direct traversal of the string is O(1). A custom rope is available for extensions. Typical use would be for example memory-mapping of potentially very large datasets, even on memory-constrained systems (e.g. mobile platforms). Another use case would be programmatically generated data. Or it could be used to wrap malloc'd strings into ropes. Connections with Tcl: ===================== Tcl currently uses UTF-8 flat strings as its string representation. There have been some discussions about the format that future versions should use. One such proposal was augmented strings, where flat strings would be supplemented by additional information (indexing of UTF-8 strings for instance). Another concern was memory consumption needed for the support of UCS4 (32-bit chars). I think ropes provides a good solution to all this problems. Ropes are immutable strings, which fit the Tcl model perfectly. One can mix several formats transparently, making byte arrays unnecessary and removing a prominent cause of shimmering. And as complex types such as lists build their string representations from those of their elements, maximum reuse of existing strings is ensured and limits the memory impact even further. Last, the impact on client code is minimal thanks to the automatic garbage collector and the backward compatibility with C strings. For these reasons I think that ropes would be a good choice as a native string representation for future versions of Tcl. Performances: ============= Of course there are lies, damn lies and benchmarks, but the first performance test I've run on my system are very satisfactory. On a Core 2 Duo P8400 2.26GHz WinXP SP3 with 2GB RAM I get the following results (from test.c): (figures in ms) --------------------------------------------------------------------- testAlloc: ropes vs. malloc raw allocation performances Ropes: 40000000 12-byte ropes = 480000000 data bytes ... 1859 create + 610 GC = 2469 malloc: 40000000 12-byte C strings = 480000000 data bytes ... 6718 malloc + memcpy + 7922 free = 14640 Ropes: 20000000 28-byte ropes = 560000000 data bytes ... 1453 create + 625 GC = 2078 malloc: 20000000 28-byte C strings = 560000000 data bytes ... 3813 malloc + memcpy + 3828 free = 7641 Ropes: 15000000 44-byte ropes = 660000000 data bytes ... 1375 create + 703 GC = 2078 malloc: 15000000 44-byte C strings = 660000000 data bytes ... 3016 malloc + memcpy + 2953 free = 5969* Ropes: 1000000 1000-byte ropes = 1000000000 data bytes ... 1062 create + 1000 GC = 2062 malloc: 1000000 1000-byte C strings = 1000000000 data bytes ... 1047 malloc + memcpy + 391 free = 1438 --------------------------------------------------------------------- This shows that the allocator+GC performs usually faster than malloc+free, mostly because of the GC performances compared to free(). The malloc version outperforms the ropes only in the case of a large number of large strings. So this benchmark shows the real benefits of automatic memory management even on the simplest cases; in the general real-world case where a lot of small structure are allocated and freed during the lifetime of the application, the malloc version would perform closer to the worst case above, and maybe worse because of memory fragmentation. The following test is closer to a real world application: it runs several (10,000) cycles during which 80 large strings are allocated and preserved. --------------------------------------------------------------------- testGeneration: With all ropes preserved: 10000 x 80 988-byte ropes + roots = 790400000 data bytes : 16953 With no more than 10000 ropes preserved: 10000 x 80 988-byte ropes + roots = 790400000 data bytes : 4406 --------------------------------------------------------------------- This shows the generational properties of the GC: older ropes will be promoted to older pools and thus traversed less often by the collector. A real world application during its lifetime would typically store a fairly constant number of stable objects (global or static data, business models) and allocate a larger number of short-lived objects (input, output and temporary values). Generational GC ensures that the latter get collected more often than the former, and let stable objects percolate to deeper layers. Conclusion: =========== The package needs some polish (test suite, docs, etc.) but I think the code is fairly usable in its current state. At present it only works on 32-bit architectures, but a port to 64-bit should be straightforward. Moreover, as the custom allocator needs page-aligned memory, I've only implemented a Win32 version based on VirtualAlloc(). Posix systems would need posix_memalign() or something more suitable to get the same result (it uses a 1024-byte boundary on 32-bit systems). I plan to design a similar package but for objects, especially lists since they are very similar to strings, and integrate both closely. Comments welcome! ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ Tcl-Core mailing list Tcl-Core at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tcl-core From ycollet at freesurf.fr Mon Jan 12 21:49:45 2009 From: ycollet at freesurf.fr (Collette Yann) Date: Mon, 12 Jan 2009 21:49:45 +0100 Subject: [Scilab-Dev] problems with 'make doc' In-Reply-To: <496B7FEA.4000602@scilab.org> References: <496647F5.8030306@free.fr> <496704F3.8070700@scilab.org> <4967C093.6040102@freesurf.fr> <496B7FEA.4000602@scilab.org> Message-ID: <496BACE9.6080101@freesurf.fr> I will try on my laptop. I think it's again a problem related to my rotten java 64 bits under mandriva 2009 (I still have a problem with fonts which are not shipped by default - and there are no package which ship these fonts - I filled a mandriva bug !!!!). YC Vincent COUVERT a ?crit : > Hi, > > Nobody here in the opteam can reproduce this bug with an up-to-date > version. Can you try again ? > > Vincent > > Collette Yann a ?crit : >> OK, thanks, doc now compiles and install correctly. >> >> I now have a problem when I do 'help scicos' (it's the same with >> other keywords): >> >> Exception in thread "main" java.lang.NullPointerException >> at >> org.scilab.modules.gui.bridge.helpbrowser.SwingScilabHelpBrowser.(Unknown >> Source) >> at >> org.scilab.modules.gui.helpbrowser.ScilabHelpBrowserBridge.createHelpBrowser(Unknown >> Source) >> at >> org.scilab.modules.gui.bridge.ScilabBridge.createHelpBrowser(Unknown >> Source) >> at >> org.scilab.modules.gui.helpbrowser.ScilabHelpBrowser.(Unknown >> Source) >> at >> org.scilab.modules.gui.helpbrowser.ScilabHelpBrowser.createHelpBrowser(Unknown >> Source) >> at >> org.scilab.modules.gui.bridge.CallScilabBridge.searchKeyword(Unknown >> Source) >> >> >> I will fill a bug report. >> >> YC >> >> Vincent COUVERT a ?crit : >>> Hi Yann, >>> >>> Problems with images are fixed now, can you try ? >>> >>> Vincent >>> >> > > From BlanchardJ at ieee.org Mon Jan 12 22:06:07 2009 From: BlanchardJ at ieee.org (Jonathan Blanchard) Date: Mon, 12 Jan 2009 17:06:07 -0400 Subject: [Scilab-Dev] scilab-5.0.3 segfault on solaris: strlen() In-Reply-To: <496B9E3C.4020406@cmi.univ-mrs.fr> References: <49679A92.9020907@cmi.univ-mrs.fr> <49690129.9060107@cmi.univ-mrs.fr> <496B9A86.1000406@cmi.univ-mrs.fr> <496B9E3C.4020406@cmi.univ-mrs.fr> Message-ID: I don't know really. But on a side note I had some success running the Scilab package I'm working on under Solaris 10 even if it was built on OpenSolaris. Maybe you should try building it on OpenSolaris and just copy everything in Solaris 10. Jonathan Blanchard On Mon, Jan 12, 2009 at 3:47 PM, Gerard Henry wrote: > thanks for your reply. But i'm pessimist, because, i've already: >> locale > LANG= > LC_CTYPE="C" > LC_NUMERIC="C" > LC_TIME="C" > LC_COLLATE="C" > LC_MONETARY="C" > LC_MESSAGES="C" > LC_ALL= > > perhaps, if i set LANG=C, i don't need to add: > --enable-build-localization > > ? > > > Jonathan Blanchard wrote: >> >> Oups sorry I forgot to mention that you might also need to build >> Scilab inside another local. If your using a build script defining >> LANG="C" will help. Well it fixed my problem as Scilab was always >> failing to build in my en_CA local. >> >> Jonathan Blanchard >> >> >> >> On Mon, Jan 12, 2009 at 3:31 PM, Gerard Henry >> wrote: >>> >>> i tried, by adding: >>> --enable-build-localization >>> >>> and now, the make hangs here: >>> ./bin/scilab -ns -nwni -f >>> modules/functions/scripts/buildmacros/buildmacros.sce >>> Warning: Localization issue: Error while binding the domain from >>> /local/apps/src/scilab-5.0.3/../locale/ or >>> /local/apps/src/scilab-5.0.3/locale/: Switch to the default language >>> (English). >>> >>> >>> the debugger sais that there is a thread waiting: >>> Attached to process 12493 with 3 LWPs >>> t at 1 (l at 1) stopped in __lwp_park at 0xfa9a47fb >>> 0xfa9a47fb: __lwp_park+0x000b: jae __lwp_park+0x19 [ >>> 0xfa9a4809, .+0xe ] >>> Current function is basin >>> 34 call >>> zzledt(string,len(string),lline,status,menusflag,0) >>> >>> (dbx) lwp l at 2 >>> t at 2 (l at 2) stopped in _read at 0xfa9a52a7 >>> 0xfa9a52a7: _read+0x0007: jae _read+0x13 [ 0xfa9a52b3, >>> .+0xc >>> ] >>> (dbx) list >>> dbx: warning: No source file >>> (dbx) where >>> =>[1] _read(0x0, 0xfa9d680c, 0x1), at 0xfa9a52a7 >>> [2] __filbuf(0xfa9d1c10, 0xfd287c44, 0xfa57efb8, 0xfd273ed8), at >>> 0xfa9881a4 >>> [3] gchar_no_echo(0x0, 0x0, 0x0, 0x0, 0x0, 0x0), at 0xfd273f00 >>> [4] TermReadAndProcess(0xfa470200, 0xfd287c44, 0xfa57efd8, 0xfd27247a, >>> 0xfa470200, 0xfa9ce000), at 0xfd272c6c >>> [5] getCommandLine(0xfa470200, 0xfa9ce000, 0xfa57efec), at 0xfd272398 >>> [6] watchGetCommandLine(0x0), at 0xfd27247a >>> [7] _thr_setup(0xfa470200), at 0xfa9a44b7 >>> [8] _lwp_start(0x0, 0xfa9d680c, 0x1, 0xfd288174, 0x0, 0xfd287c44), at >>> 0xfa9a47a0 >>> (dbx) kill >>> >>> Why does it hang on a read? what's the meaning of the read in this >>> context? >>> When i kill the lwp 2, the make finishes, and i can launch scilab, but it >>> is >>> unusable: >>>> >>>> ./bin/scilab -nogui >>> >>> !--error 42 >>> Incompatible input argument. >>> >>> >>> >>> Jonathan Blanchard wrote: >>>> >>>> Ah the joys of Scilab on Solaris. >>>> >>>> I remember having a similar issue quite a while ago. If I remember >>>> correctly it was something about localization. Either enabling or >>>> disabling it kind of fixed the problem. >>>> >>>> Jonathan Blanchard >>>> >>>> >>>> >>>> On Sat, Jan 10, 2009 at 4:12 PM, Gerard Henry >>>> wrote: >>>>> >>>>> Gerard Henry wrote: >>>>>> >>>>>> hello all, >>>>>> after successfully compiling scilab on opensolaris, i did the same job >>>>>> on solaris 10, make went fine, but when i execute, it segfaults. >>>>>> Looking >>>>>> with the debugger, i got: >>>>>> Program received signal SIGSEGV, Segmentation fault. >>>>>> 0xfa855891 in strlen () from /usr/lib/libc.so.1 >>>>>> (gdb) where >>>>>> #0 0xfa855891 in strlen () from /usr/lib/libc.so.1 >>>>>> #1 0xfac62160 in callFunctionFromGateway () >>>>>> from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 >>>>>> #2 0xfd297571 in gw_io () >>>>>> from /local/apps/src/scilab-5.0.3/modules/io/.libs/libsciio.so.5 >>>>>> #3 0xfac51df3 in callinterf_ () >>>>>> from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 >>>>>> #4 0xfac5ef42 in scirun_ () >>>>>> from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 >>>>>> #5 0xfac4d54b in realmain () >>>>>> from /local/apps/src/scilab-5.0.3/modules/core/.libs/libscicore.so.5 >>>>>> #6 0xfd242ad0 in mainscic () >>>>>> from >>>>>> /local/apps/src/scilab-5.0.3/modules/shell/.libs/libscishell.so.5 >>>>>> #7 0x08050d7d in main () >>>>>> >>>>>> even a "make clean" becomes impossible, because: >>>>>> devel1 at nemo:~/src/scilab-5.0.3$ make clean >>>>>> ./bin/scilab: line 453: 13413 Segmentation Fault (core dumped) >>>>>> "$SCILABBIN" "$@" >>>>>> ./bin/scilab: line 453: 13439 Segmentation Fault (core dumped) >>>>>> "$SCILABBIN" "$@" >>>>>> make: *** [clean-doc] Error 139 >>>>>> >>>>>> Any idea? >>>>>> >>>>>> thanks in advance for help, >>>>>> >>>>>> gerard >>>>>> >>>>>> PS: some notes in french: >>>>>> http://www.latp.univ-mrs.fr/support/doku.php?id=scilab >>>>>> >>>>> after recompiling with -g, i have more information: >>>>> t at 1 (l at 1) program terminated by signal SEGV (no mapping at the fault >>>>> address) >>>>> 0xfa705891: strlen+0x0031: cmpb $0x00000000,(%eax) >>>>> Current function is callFunctionFromGateway >>>>> 36 if (*(Tab[Fin-1].f) != NULL) (*(Tab[Fin-1].f)) >>>>> (Tab[Fin-1].name,(unsigned long)strlen(Tab[Fin-1].name)); >>>>> >>>>> (dbx) where >>>>> current thread: t at 1 >>>>> [1] strlen(0xe, 0x0), at 0xfa705891 >>>>> =>[2] callFunctionFromGateway(Tab = 0xfd2be908), line 36 in >>>>> "callFunctionFromGateway.c" >>>>> [3] gw_io(), line 102 in "gw_io.c" >>>>> [4] callinterf_(k = 0xfab07b04), line 155 in "callinterf.c" >>>>> [5] scirun_(startupCode = 0x8081358 >>>>> "exec('modules/functions/scripts/buildmacros/buildmacros.sce',-1)", >>>>> startupCode_len = 64), line 147 in "scirun.c" >>>>> [6] realmain(no_startup_flag_l = 1, initial_script = 0x8046f3f >>>>> "modules/functions/scripts/buildmacros/buildmacros.sce", >>>>> initial_script_type >>>>> = SCILAB_SCRIPT, memory = 180000), line 145 in "realmain.c" >>>>> [7] mainscic(argc = 5, argv = 0x8046e00), line 132 in "mainscic.c" >>>>> [8] main(argc = 5, argv = 0x8046e00), line 26 in "main_linux.c" >>>>> >>>>> >>>>> is it possible that the value of Fin is out of range? Who set the value >>>>> of >>>>> Fin? >>>>> >>>>> thanks for help, >>>>> >>>>> gerard >>>>> >>>>> -- >>>>> Gerard HENRY >>>>> LATP UMR6632 >>>>> 39, rue F. Joliot Curie >>>>> 13453 MARSEILLE Cedex 13 >>>>> Tel.: 04 91 11 35 53 Fax.: 04 91 11 35 52 >>>>> >>> >>> -- >>> Gerard HENRY >>> LATP UMR6632 >>> 39, rue F. Joliot Curie >>> 13453 MARSEILLE Cedex 13 >>> Tel.: 04 91 11 35 53 Fax.: 04 91 11 35 52 >>> > > > -- > Gerard HENRY > LATP UMR6632 > 39, rue F. Joliot Curie > 13453 MARSEILLE Cedex 13 > Tel.: 04 91 11 35 53 Fax.: 04 91 11 35 52 > From pierre.marechal at scilab.org Tue Jan 13 09:40:16 2009 From: pierre.marechal at scilab.org (Pierre MARECHAL) Date: Tue, 13 Jan 2009 09:40:16 +0100 Subject: New GIT Branch : 5.1 Message-ID: <496C5370.1030905@scilab.org> Hello, A new GIT branch (5.1) has been created from the master to release next versions of Scilab : scilab-5.1.x. Pierre [1] http://gitweb.scilab.org -- ============================================== Pierre MARECHAL ------ Fondation DIGITEO - Consortium Scilab Domaine de Voluceau - B.P. 105 78153 Le Chesnay Cedex B?timent 23 - Bureau 24 ------ Mailto : pierre.marechal at scilab.org T?l : +33 (0)1 39 63 56 81 Fax : +33 (0)1 39 63 55 94 ------ http://www.scilab.org http://www.digiteo.fr ============================================== From sylvestre.ledru at scilab.org Tue Jan 13 10:23:01 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Tue, 13 Jan 2009 10:23:01 +0100 Subject: [Scilab-Dev] Running issue with Mac OS X [Was: Mac OS 10.5 Compilation issue] In-Reply-To: <1231525231.4144.229.camel@korcula.inria.fr> References: <7426fe270901030632s6ca996far5c5b0a3f9285976c@mail.gmail.com> <1231040641.4402.154.camel@zlarin> <7426fe270901041252u48e40d3cua51645b3b6ddb9c1@mail.gmail.com> <1231102950.4463.33.camel@zlarin> <7426fe270901041519m714d33aara294eeecb43f8094@mail.gmail.com> <1231149124.4280.6.camel@korcula.inria.fr> <7426fe270901051951p56725865xc16967a54314ee47@mail.gmail.com> <1231525231.4144.229.camel@korcula.inria.fr> Message-ID: <1231838581.4144.352.camel@korcula.inria.fr> Le vendredi 09 janvier 2009 ? 19:20 +0100, Sylvestre Ledru a ?crit : > Hello, > > Le lundi 05 janvier 2009 ? 22:51 -0500, Eric E a ?crit : > > Running scilab normally (i.e., without the -nw flag) > > brings up the standard Scilab command screen, which appears to work > > but won't accept any input from the keyboard. > I have been able to identify the reason of this bug. It is caused by the > Apple implementation of the Java Virtual Machine when the JVM is started > from a Native Code. Thanks to the Apple's Java mailing list. I have been able to fix this issue. The reason & the workaround are detailed here by Mike Swingler : http://lists.apple.com/archives/Java-dev/2009/Jan/msg00062.html And the patch: http://gitweb.scilab.org/?p=scilab;a=commitdiff;h=2e89314c21daa142ad605437beb3428f12acc05e This is fixing the issue. There are a few remaining issues but nothing blocking. Btw, Francois & other Tcl/Tk masters, do you know if X11 is mandatory for Tk under Mac OS X ? Cheers, Sylvestre From stephane.mottelet at utc.fr Tue Jan 13 10:27:17 2009 From: stephane.mottelet at utc.fr (=?UTF-8?B?U3TDqXBoYW5lIE1vdHRlbGV0?=) Date: Tue, 13 Jan 2009 10:27:17 +0100 Subject: [Scilab-Dev] Running issue with Mac OS X [Was: Mac OS 10.5 Compilation issue] In-Reply-To: <1231838581.4144.352.camel@korcula.inria.fr> References: <7426fe270901030632s6ca996far5c5b0a3f9285976c@mail.gmail.com> <1231040641.4402.154.camel@zlarin> <7426fe270901041252u48e40d3cua51645b3b6ddb9c1@mail.gmail.com> <1231102950.4463.33.camel@zlarin> <7426fe270901041519m714d33aara294eeecb43f8094@mail.gmail.com> <1231149124.4280.6.camel@korcula.inria.fr> <7426fe270901051951p56725865xc16967a54314ee47@mail.gmail.com> <1231525231.4144.229.camel@korcula.inria.fr> <1231838581.4144.352.camel@korcula.inria.fr> Message-ID: <496C5E75.7090709@utc.fr> Sylvestre Ledru a ?crit : > Le vendredi 09 janvier 2009 ? 19:20 +0100, Sylvestre Ledru a ?crit : > >> Hello, >> >> Le lundi 05 janvier 2009 ? 22:51 -0500, Eric E a ?crit : >> >>> Running scilab normally (i.e., without the -nw flag) >>> brings up the standard Scilab command screen, which appears to work >>> but won't accept any input from the keyboard. >>> >> I have been able to identify the reason of this bug. It is caused by the >> Apple implementation of the Java Virtual Machine when the JVM is started >> from a Native Code. >> > Thanks to the Apple's Java mailing list. I have been able to fix this > issue. > > The reason & the workaround are detailed here by Mike Swingler : > http://lists.apple.com/archives/Java-dev/2009/Jan/msg00062.html > > And the patch: > http://gitweb.scilab.org/?p=scilab;a=commitdiff;h=2e89314c21daa142ad605437beb3428f12acc05e > > This is fixing the issue. > > There are a few remaining issues but nothing blocking. > > Btw, Francois & other Tcl/Tk masters, do you know if X11 is mandatory > for Tk under Mac OS X ? > No. It should be possible to use Tcl/Tk/Aqua instead of X11 version. S. > Cheers, > Sylvestre > -- St?phane Mottelet Laboratoire de Math?matiques Appliqu?es Universit? de Technologie de Compi?gne http://www.lmac.utc.fr/~mottelet -------------- next part -------------- An HTML attachment was scrubbed... URL: From fvogelnew1 at free.fr Tue Jan 13 11:17:58 2009 From: fvogelnew1 at free.fr (fvogelnew1 at free.fr) Date: Tue, 13 Jan 2009 11:17:58 +0100 Subject: [Scilab-Dev] Running issue with Mac OS X [Was: Mac OS 10.5 Compilation issue] In-Reply-To: <496C5E75.7090709@utc.fr> References: <7426fe270901030632s6ca996far5c5b0a3f9285976c@mail.gmail.com> <1231040641.4402.154.camel@zlarin> <7426fe270901041252u48e40d3cua51645b3b6ddb9c1@mail.gmail.com> <1231102950.4463.33.camel@zlarin> <7426fe270901041519m714d33aara294eeecb43f8094@mail.gmail.com> <1231149124.4280.6.camel@korcula.inria.fr> <7426fe270901051951p56725865xc16967a54314ee47@mail.gmail.com> <1231525231.4144.229.camel@korcula.inria.fr> <1231838581.4144.352.camel@korcula.inria.fr> <496C5E75.7090709@utc.fr> Message-ID: <1231841878.496c6a565a20d@imp.free.fr> Selon St??phane Mottelet : > > Btw, Francois & other Tcl/Tk masters, do you know if X11 is mandatory > > for Tk under Mac OS X ? > > > No. It should be possible to use Tcl/Tk/Aqua instead of X11 version. It is. Pointers here: http://wiki.tcl.tk/3753 Francois From jarausch at igpm.rwth-aachen.de Tue Jan 13 12:05:37 2009 From: jarausch at igpm.rwth-aachen.de (Helmut Jarausch) Date: Tue, 13 Jan 2009 12:05:37 +0100 (CET) Subject: install question Message-ID: Hi, I've configure Scilab with --prefix=/usr/local I (had to) copy the dynamic libraries to /usr/local/scilab/ but - when running - Scilab looks at /usr/local/share/scilab//modules/optimization/.libs How can I change this (I don't like hidden directories for standard stuff) Many thanks for a hint, Helmut Jarausch Lehrstuhl fuer Numerische Mathematik RWTH - Aachen University D 52056 Aachen, Germany From sylvestre.ledru at scilab.org Tue Jan 13 12:09:55 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Tue, 13 Jan 2009 12:09:55 +0100 Subject: [Scilab-Dev] install question In-Reply-To: References: Message-ID: <1231844995.4144.394.camel@korcula.inria.fr> Le mardi 13 janvier 2009 ? 12:05 +0100, Helmut Jarausch a ?crit : > Hi, > > I've configure Scilab with --prefix=/usr/local > > I (had to) copy the dynamic libraries to /usr/local/scilab/ "make install" will do it for you. > but - when running - Scilab looks at > /usr/local/share/scilab//modules/optimization/.libs Yep, it is just a convenient way for us to work on both source tree and binary. These directories should be empty; they are declared in /usr/local/share/scilab/etc/librarypath.xml, after the make install, you can comment all the lines which contains /.libs/ Sylvestre From vincent.couvert at scilab.org Tue Jan 13 16:59:11 2009 From: vincent.couvert at scilab.org (Vincent COUVERT) Date: Tue, 13 Jan 2009 16:59:11 +0100 Subject: [Scilab-Dev] problems with 'make doc' In-Reply-To: <496BACE9.6080101@freesurf.fr> References: <496647F5.8030306@free.fr> <496704F3.8070700@scilab.org> <4967C093.6040102@freesurf.fr> <496B7FEA.4000602@scilab.org> <496BACE9.6080101@freesurf.fr> Message-ID: <496CBA4F.70308@scilab.org> This problem is probably related to the fact the Scilab help files were not compiled/found on your system. I add a check to avoid this exception. Vincent Collette Yann a ?crit : > I will try on my laptop. I think it's again a problem related to my > rotten java 64 bits under mandriva 2009 (I still have a problem with > fonts which are not shipped by default - and there are no package > which ship these fonts - I filled a mandriva bug !!!!). > > YC > > Vincent COUVERT a ?crit : >> Hi, >> >> Nobody here in the opteam can reproduce this bug with an up-to-date >> version. Can you try again ? >> >> Vincent >> >> Collette Yann a ?crit : >>> OK, thanks, doc now compiles and install correctly. >>> >>> I now have a problem when I do 'help scicos' (it's the same with >>> other keywords): >>> >>> Exception in thread "main" java.lang.NullPointerException >>> at >>> org.scilab.modules.gui.bridge.helpbrowser.SwingScilabHelpBrowser.(Unknown >>> Source) >>> at >>> org.scilab.modules.gui.helpbrowser.ScilabHelpBrowserBridge.createHelpBrowser(Unknown >>> Source) >>> at >>> org.scilab.modules.gui.bridge.ScilabBridge.createHelpBrowser(Unknown >>> Source) >>> at >>> org.scilab.modules.gui.helpbrowser.ScilabHelpBrowser.(Unknown >>> Source) >>> at >>> org.scilab.modules.gui.helpbrowser.ScilabHelpBrowser.createHelpBrowser(Unknown >>> Source) >>> at >>> org.scilab.modules.gui.bridge.CallScilabBridge.searchKeyword(Unknown >>> Source) >>> >>> >>> I will fill a bug report. >>> >>> YC >>> >>> Vincent COUVERT a ?crit : >>>> Hi Yann, >>>> >>>> Problems with images are fixed now, can you try ? >>>> >>>> Vincent >>>> >>> >> >> > -- ============================================== Vincent COUVERT Responsable du d?veloppement ------ Fondation DIGITEO - Consortium Scilab Domaine de Voluceau - B.P. 105 78153 Le Chesnay Cedex B?timent 23 - Bureau 22 ------ Email : vincent.couvert at scilab.org T?l : +33 (0)1 39 63 54 46 Fax : +33 (0)1 39 63 55 94 ============================================== From ycollet at freesurf.fr Tue Jan 13 17:03:39 2009 From: ycollet at freesurf.fr (ycollet at freesurf.fr) Date: Tue, 13 Jan 2009 17:03:39 +0100 Subject: [Scilab-Dev] problems with 'make doc' In-Reply-To: <496CBA4F.70308@scilab.org> References: <496647F5.8030306@free.fr> <496704F3.8070700@scilab.org> <4967C093.6040102@freesurf.fr> <496B7FEA.4000602@scilab.org> <496BACE9.6080101@freesurf.fr> <496CBA4F.70308@scilab.org> Message-ID: <731e52ac3bdc977014b5a095f559dfe0@freesurf.fr> That's strange because I always do a make install after a make doc. Maybe the problem was due to the first time you commit the scicos doc. A this moment, the make doc hangs and maybe I have some "parasitic" files in my install directory. I will do a clean install tonight to see if this solve the problem. Thanks, YC On Tue, 13 Jan 2009 16:59:11 +0100, Vincent COUVERT wrote: > This problem is probably related to the fact the Scilab help files were > not compiled/found on your system. I add a check to avoid this exception. > > Vincent > From ycollet at freesurf.fr Tue Jan 13 21:56:14 2009 From: ycollet at freesurf.fr (Collette Yann) Date: Tue, 13 Jan 2009 21:56:14 +0100 Subject: [Scilab-Dev] problems with 'make doc' In-Reply-To: <496CBA4F.70308@scilab.org> References: <496647F5.8030306@free.fr> <496704F3.8070700@scilab.org> <4967C093.6040102@freesurf.fr> <496B7FEA.4000602@scilab.org> <496BACE9.6080101@freesurf.fr> <496CBA4F.70308@scilab.org> Message-ID: <496CFFEE.10800@freesurf.fr> OK, with a clean install, it worked. Thanks, YC Vincent COUVERT a ?crit : > This problem is probably related to the fact the Scilab help files > were not compiled/found on your system. I add a check to avoid this > exception. > > Vincent > > Collette Yann a ?crit : >> I will try on my laptop. I think it's again a problem related to my >> rotten java 64 bits under mandriva 2009 (I still have a problem with >> fonts which are not shipped by default - and there are no package >> which ship these fonts - I filled a mandriva bug !!!!). >> >> YC From ycollet at freesurf.fr Tue Jan 13 23:01:41 2009 From: ycollet at freesurf.fr (Collette Yann) Date: Tue, 13 Jan 2009 23:01:41 +0100 Subject: [Scilab-Dev] Fortran / C files In-Reply-To: <4967664E.3020005@scilab.org> References: <49664F6F.7000406@freesurf.fr> <4967664E.3020005@scilab.org> Message-ID: <496D0F45.9070603@freesurf.fr> Hello, I was working on a C++ class which handles fortran format descriptor. This class is nearly working. The reason I would like to translate this function into C was first to allow write to support multiple format (currently, either you print an interger or a float or a char, but you can't mix). And for such function, I feel C is more "readable" than fortran. Fortran is really efficient, but mostly for numerical computation (that's my point of view :-)). Maybe the best approach is to write another "write" function to see what can be done in C ... YC Serge Steer a ?crit : > Collette Yann a ?crit : > >> Hello, >> >> I am currently looking at the 'write' function. I would like to >> rewrite it in C/C++. >> I've got a question: How do I translate a fortran file descriptor >> (unit ...) into a C file descriptor. >> >> YC >> >> > This what is done by f2c using a specific library. I do not know if this > library is portable or not. > The unit is not the only problem there is also format, Input/output line > handling, binary and direct access... > > The reason for translating such kind of code to C is not clear for me... > > Serge Steer > > From emmanuel_mayssat at lynceantech.com Wed Jan 14 00:40:25 2009 From: emmanuel_mayssat at lynceantech.com (Emmanuel Mayssat) Date: Tue, 13 Jan 2009 15:40:25 -0800 Subject: Java library issue on FC8 after 5.0.3 install Message-ID: <1231890025.2676.22.camel@clark> Hello, I compiled scilab 5.0.3 from source ./configure --enable-build-help --without-ocaml --without-matio --with-jdk=/usr/local/src/scilab-5.03/java/jdk/ --with-ant=/usr/local/src/scilab-5.0.3/java/ant/ --prefix=/usr/local make make doc make install 1/ scilab Warning: Localization issue: Error while binding the domain from /usr/local/share/scilab//../locale/ or /usr/local/share/scilab//locale/: Switch to the default language (English). Warning: Could not find Java package '/usr/local/share/scilab//thirdparty/'. Warning: Could not find Java package '/usr/local/share/scilab//modules/helptools/jar/org.scilab.modules.helptools.jar'. Some problems during the loading of the Java libraries occured. This could lead to inconsistent behaviours. Please check SCI/etc/classpath.xml. How can I get ride of the helptools.jar warning? The jar file is not build in the scilab building process. How do I build this jar file? 2/ In scilab I enter the command 'figure' (Note JAVA_HOME is not set in the environment) Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: no gluegen-rt in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1700) at java.lang.Runtime.loadLibrary0(Runtime.java:841) at java.lang.System.loadLibrary(System.java:1067) at com.sun.gluegen.runtime.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:102) at com.sun.gluegen.runtime.NativeLibLoader.access $000(NativeLibLoader.java:51) at com.sun.gluegen.runtime.NativeLibLoader $1.run(NativeLibLoader.java:70) at java.security.AccessController.doPrivileged(Native Method) at com.sun.gluegen.runtime.NativeLibLoader.loadGlueGenRT(NativeLibLoader.java:68) at com.sun.gluegen.runtime.NativeLibrary.ensureNativeLibLoaded(NativeLibrary.java:399) at com.sun.gluegen.runtime.NativeLibrary.open(NativeLibrary.java:163) at com.sun.gluegen.runtime.NativeLibrary.open(NativeLibrary.java:129) at com.sun.opengl.impl.x11.DRIHack.begin(DRIHack.java:109) at com.sun.opengl.impl.x11.X11GLDrawableFactory.(X11GLDrawableFactory.java:99) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:187) at javax.media.opengl.GLDrawableFactory.getFactory(GLDrawableFactory.java:111) at javax.media.opengl.GLJPanel.initialize(GLJPanel.java:889) at javax.media.opengl.GLJPanel.paintComponent(GLJPanel.java:488) at javax.swing.JComponent.paint(JComponent.java:1039) at javax.swing.JComponent.paintChildren(JComponent.java:876) at javax.swing.JComponent.paint(JComponent.java:1048) at javax.swing.JViewport.paint(JViewport.java:765) at javax.swing.JComponent.paintChildren(JComponent.java:876) at javax.swing.JComponent.paint(JComponent.java:1048) at javax.swing.JComponent.paintChildren(JComponent.java:876) at javax.swing.JComponent.paint(JComponent.java:1048) at javax.swing.JComponent.paintChildren(JComponent.java:876) at javax.swing.JComponent.paint(JComponent.java:1048) at org.flexdock.docking.defaults.DefaultDockingPort.paint(DefaultDockingPort.java:1976) at javax.swing.JComponent.paintChildren(JComponent.java:876) at javax.swing.JComponent.paint(JComponent.java:1048) at javax.swing.JComponent.paintChildren(JComponent.java:876) at javax.swing.JComponent.paint(JComponent.java:1048) at javax.swing.JLayeredPane.paint(JLayeredPane.java:582) at javax.swing.JComponent.paintChildren(JComponent.java:876) at javax.swing.JComponent.paintToOffscreen(JComponent.java:5166) at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:303) at javax.swing.RepaintManager.paint(RepaintManager.java:1146) at javax.swing.JComponent.paint(JComponent.java:1025) at java.awt.GraphicsCallback $PaintCallback.run(GraphicsCallback.java:39) at sun.awt.SunGraphicsCallback.runOneComponent(SunGraphicsCallback.java:78) at sun.awt.SunGraphicsCallback.runComponents(SunGraphicsCallback.java:115) at java.awt.Container.paint(Container.java:1849) at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:752) at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:697) at javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:677) at javax.swing.RepaintManager.access$700(RepaintManager.java:58) [....] Any clue? -- Emmanuel Mayssat From sylvestre.ledru at inria.fr Wed Jan 14 01:26:01 2009 From: sylvestre.ledru at inria.fr (Sylvestre Ledru) Date: Wed, 14 Jan 2009 01:26:01 +0100 Subject: [Scilab-Dev] Java library issue on FC8 after 5.0.3 install In-Reply-To: <1231890025.2676.22.camel@clark> References: <1231890025.2676.22.camel@clark> Message-ID: <1231892761.4402.5.camel@zlarin> Hello > > Warning: Localization issue: Error while binding the domain > from /usr/local/share/scilab//../locale/ > or /usr/local/share/scilab//locale/: Switch to the default language > (English). add the option --enable-build-localization > Warning: Could not find Java package > '/usr/local/share/scilab//thirdparty/'. > Warning: Could not find Java package > '/usr/local/share/scilab//modules/helptools/jar/org.scilab.modules.helptools.jar'. > Some problems during the loading of the Java libraries occured. > This could lead to inconsistent behaviours. > Please check SCI/etc/classpath.xml. > > How can I get ride of the helptools.jar warning? > The jar file is not build in the scilab building process. > How do I build this jar file? add the option --enable-build-help Note that in the future version of Scilab, enable-build-help will be enabled by default (and I should to the same with enable-build-localization) > > > 2/ > In scilab > I enter the command 'figure' > (Note JAVA_HOME is not set in the environment) > > Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: > no gluegen-rt in java.library.path Add the path to the libgluegen-rt.so library in the etc/librarypath.xml Same here, I updated the error message in the next version of Scilab to something more explict and userfriendly. Sylvestre From ycollette at free.fr Wed Jan 14 17:42:09 2009 From: ycollette at free.fr (Collette Yann) Date: Wed, 14 Jan 2009 17:42:09 +0100 Subject: make doc problem - another one Message-ID: <496E15E1.2090408@free.fr> Since today, I meet another make doc problem. SCI/modules/parameters/help/fr_FR/../en_US SCI/modules/matio/help/fr_FR/../en_US SCI/modules/scicos/help/fr_FR/../en_US !--error 999 mputl: Cannot open file /home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/.list_fr_FR.at line 39 of function mputl called by : line 38 of function complete_with_df_lang called by : line 321 of function xmltoformat called by : line 9 of function xmltojar called by : exec('SCI/etc/scilab.start',-1);;setlanguage('fr'); xmltojar();exit;; I have a file .list_fr_FR in modules/scicos/help/fr_FR which contains "About Scicos". YC From emmanuel_mayssat at lynceantech.com Wed Jan 14 21:46:40 2009 From: emmanuel_mayssat at lynceantech.com (Emmanuel Mayssat) Date: Wed, 14 Jan 2009 12:46:40 -0800 Subject: [Scilab-Dev] Java library issue on FC8 after 5.0.3 install In-Reply-To: <1231892761.4402.5.camel@zlarin> References: <1231890025.2676.22.camel@clark> <1231892761.4402.5.camel@zlarin> Message-ID: <1231966001.2676.53.camel@clark> Additional steps I went trough are : Now due to localization, I launch scilab I get the warning: "Could not file localization file for LC_MESSAGES Switch back to the default language en_US" even when export LC_MESSAGES=fr_FR which correctly switch the console to French !!! Also, I modified the librarypath.xml in the build (/usr/local/src/scilab-5.0.3 in my case) directory. make install updated the file in /usr/local/share/scilab/etc/librarypath.xml I also removed the $SCILAB/thirdparty entry in classpath.xml to remove another annoying warnings FYI -- Emmanuel On Wed, 2009-01-14 at 01:26 +0100, Sylvestre Ledru wrote:Could not file > Hello > > > > Warning: Localization issue: Error while binding the domain > > from /usr/local/share/scilab//../locale/ > > or /usr/local/share/scilab//locale/: Switch to the default language > > (English). > add the option --enable-build-localization > > > Warning: Could not find Java package > > '/usr/local/share/scilab//thirdparty/'. > > Warning: Could not find Java package > > '/usr/local/share/scilab//modules/helptools/jar/org.scilab.modules.helptools.jar'. > > Some problems during the loading of the Java libraries occured. > > This could lead to inconsistent behaviours. > > Please check SCI/etc/classpath.xml. > > > > How can I get ride of the helptools.jar warning? > > The jar file is not build in the scilab building process. > > How do I build this jar file? > add the option --enable-build-help > > Note that in the future version of Scilab, enable-build-help will be > enabled by default (and I should to the same with > enable-build-localization) > > > > > > > 2/ > > In scilab > > I enter the command 'figure' > > (Note JAVA_HOME is not set in the environment) > > > > Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: > > no gluegen-rt in java.library.path > Add the path to the libgluegen-rt.so library in the etc/librarypath.xml > Same here, I updated the error message in the next version of Scilab to > something more explict and userfriendly. > > Sylvestre > > From ycollet at freesurf.fr Wed Jan 14 21:57:19 2009 From: ycollet at freesurf.fr (Collette Yann) Date: Wed, 14 Jan 2009 21:57:19 +0100 Subject: [Scilab-Dev] make doc problem - another one In-Reply-To: <496E15E1.2090408@free.fr> References: <496E15E1.2090408@free.fr> Message-ID: <496E51AF.2000204@freesurf.fr> I finally solved the problem: by mistake, I made a scilab compilation as a root user. To correct my mistake, I do a make distclean, but the files in the scicos modules (modules/scicos/help/fr_FR/scilab_fr_FR_help) where not removed by distclean. So, when I launched the make doc, the build process was not able to overwrite the root owned files. So, I went into this directory, do some ch{own,grp,mod} on these files and now everything is fine. YC Collette Yann a ?crit : > Since today, I meet another make doc problem. > > > SCI/modules/parameters/help/fr_FR/../en_US > SCI/modules/matio/help/fr_FR/../en_US > SCI/modules/scicos/help/fr_FR/../en_US > !--error 999 > mputl: Cannot open file > /home/collette/scilab-dev/scilab/scilab/modules/scicos/help/fr_FR/.list_fr_FR.at > line 39 of function mputl called by : > line 38 of function complete_with_df_lang called by : > line 321 of function xmltoformat called by : > line 9 of function xmltojar called by : > exec('SCI/etc/scilab.start',-1);;setlanguage('fr'); xmltojar();exit;; > > > > I have a file .list_fr_FR in modules/scicos/help/fr_FR which contains > "About Scicos". > > YC > From ycollet at freesurf.fr Wed Jan 14 21:59:15 2009 From: ycollet at freesurf.fr (Collette Yann) Date: Wed, 14 Jan 2009 21:59:15 +0100 Subject: [Scilab-Dev] Java library issue on FC8 after 5.0.3 install In-Reply-To: <1231966001.2676.53.camel@clark> References: <1231890025.2676.22.camel@clark> <1231892761.4402.5.camel@zlarin> <1231966001.2676.53.camel@clark> Message-ID: <496E5223.3000509@freesurf.fr> Do you add the configure option --enable-build-localization ? It was not clear is the last message that this option was required for enabling the compilation of the localization part. YC Emmanuel Mayssat a ?crit > Additional steps I went trough are : > > Now due to localization, I launch scilab I get the warning: > "Could not file localization file for LC_MESSAGES > Switch back to the default language en_US" > even when > export LC_MESSAGES=fr_FR > which correctly switch the console to French !!! > > > Also, I modified the librarypath.xml in the build > (/usr/local/src/scilab-5.0.3 in my case) directory. > make install > updated the file in /usr/local/share/scilab/etc/librarypath.xml > > > I also removed the $SCILAB/thirdparty entry in classpath.xml > to remove another annoying warnings > > FYI > > -- > Emmanuel > > > On Wed, 2009-01-14 at 01:26 +0100, Sylvestre Ledru wrote:Could not file > >> Hello >> >>> Warning: Localization issue: Error while binding the domain >>> from /usr/local/share/scilab//../locale/ >>> or /usr/local/share/scilab//locale/: Switch to the default language >>> (English). >>> >> add the option --enable-build-localization >> >> >>> Warning: Could not find Java package >>> '/usr/local/share/scilab//thirdparty/'. >>> Warning: Could not find Java package >>> '/usr/local/share/scilab//modules/helptools/jar/org.scilab.modules.helptools.jar'. >>> Some problems during the loading of the Java libraries occured. >>> This could lead to inconsistent behaviours. >>> Please check SCI/etc/classpath.xml. >>> >>> How can I get ride of the helptools.jar warning? >>> The jar file is not build in the scilab building process. >>> How do I build this jar file? >>> >> add the option --enable-build-help >> >> Note that in the future version of Scilab, enable-build-help will be >> enabled by default (and I should to the same with >> enable-build-localization) >> >> >>> 2/ >>> In scilab >>> I enter the command 'figure' >>> (Note JAVA_HOME is not set in the environment) >>> >>> Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: >>> no gluegen-rt in java.library.path >>> >> Add the path to the libgluegen-rt.so library in the etc/librarypath.xml >> Same here, I updated the error message in the next version of Scilab to >> something more explict and userfriendly. >> >> Sylvestre >> >> >> > > From emmanuel_mayssat at lynceantech.com Wed Jan 14 23:19:46 2009 From: emmanuel_mayssat at lynceantech.com (Emmanuel Mayssat) Date: Wed, 14 Jan 2009 14:19:46 -0800 Subject: [Scilab-Dev] Java library issue on FC8 after 5.0.3 install In-Reply-To: <496E5223.3000509@freesurf.fr> References: <1231890025.2676.22.camel@clark> <1231892761.4402.5.camel@zlarin> <1231966001.2676.53.camel@clark> <496E5223.3000509@freesurf.fr> Message-ID: <1231971586.2676.57.camel@clark> I did ./configure --enable-build-localization --enable-build-help --without-ocaml --without-matio --with-jdk=${BUILD_DIR}/java/jdk/ --with-ant=${BUILD_DIR}/java/ant/ --prefix=${INSTALL_DIR} on a fresh scilab-5.0.3 source tree. Regards, -- E On Wed, 2009-01-14 at 21:59 +0100, Collette Yann wrote: > Do you add the configure option --enable-build-localization ? It was not > clear is the last message that this option was required for enabling the > compilation of the localization part. > > YC From sylvestre.ledru at scilab.org Fri Jan 16 15:08:26 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Fri, 16 Jan 2009 15:08:26 +0100 Subject: [Scilab-Dev] Scilab packages for Debian & Ubuntu In-Reply-To: <1227290114.5910.219.camel@korcula.inria.fr> References: <1227290114.5910.219.camel@korcula.inria.fr> Message-ID: <1232114906.10391.159.camel@korcula.inria.fr> Le vendredi 21 novembre 2008 ? 18:55 +0100, Sylvestre Ledru a ?crit : > Hello, > > To simplify the diffusion of Scilab, I have been working to produce > Debian (sid/experimental) & Ubuntu (intrepid) packages. Scilab under Ubuntu Hardy 32 bits (and all the dependencies) are also now available. echo " deb http://www.scilab.org/team/sylvestre.ledru/repository/ubuntu.hardy/ hardy main " >> /etc/apt/sources.list Sylvestre From ycollet at freesurf.fr Fri Jan 16 19:00:31 2009 From: ycollet at freesurf.fr (Collette Yann) Date: Fri, 16 Jan 2009 19:00:31 +0100 Subject: XXE configuration Message-ID: <4970CB3F.4050501@freesurf.fr> Hello, Just a question: is the web page at http://www.scilab.org/download/index_download.php?page=related_tool related to the configuration of XXE up to date ? I have tested the wiki steps but without success too. YC From fvogelnew1 at free.fr Sun Jan 18 22:18:01 2009 From: fvogelnew1 at free.fr (=?ISO-8859-1?Q?Fran=E7ois_Vogel?=) Date: Sun, 18 Jan 2009 22:18:01 +0100 Subject: Line numbers now physical in setbpt ? In-Reply-To: <496A2370.8020303@free.fr> References: <496A2370.8020303@free.fr> Message-ID: <49739C89.4020709@free.fr> Hi all, I have seen no reply to my message below, could Serge please tell me what's the situation on this subject? Thanks. Francois Fran?ois Vogel said on 11/01/2009 17:50: > Hi, > > I'm slowly realizing that apparently in Scilab 5 all line numbers are > now physical line numbers while they were logical line numbers up to > Scilab 4.1.2. > > I think it's now clear from bug 3407 that line numbers reported in error > messages and in lasterror() are now physical (were logical in Scilab 4.x). > > What I'm now realizing is that also what is managed by setbpt/delbpt > must now be physical and no more logical. > > Could Serge please confirm this statement? > > > Example (run it in Scilab 4.1.2 and in Scilab recent master to compare): > > function pllines > disp("line 2 2"); // logical physical > disp("line 3 3") > disp("line 4 4") > disp("line 5 5") > disp.. > ("line 6 7") > disp("line 7 8") > disp("line 8 9") > disp("line 9 10") > endfunction > > setbpt("pllines",6) > pllines > > > Scilab 4.1.2 ends with: > > line 6 7 > Stop after row 6 in function pllines : > > > -1-> > > I.e. Scilab 4.1.2 executed the full continued logical line 6 before > stopping. > > Compare with the output in Scilab 5: > > line 5 5 > Stop after row 6 in function pllines. > > > Type 'resume' or 'abort' to return to standard level prompt. > > -1-> > > Here we can see that it does NOT executed logical line 6 completely, > thus stopping in the middle of it. However, it nevertheless states that > it stopped after execution of line 6. > > > Further observation: add setbpt("pllines",10) and you'll see it stops in > Scilab 5, meaning line 10 is still in function pllines. In Scilab 4.1.2 > it doesn't stop because line 10 is after the end of the function pllines > definition. > > > Thanks for clarifying this. If setbpt/delbpt are now really supposed to > deal with physical line numbers, then I'll have to make changes in the > Scipad debugger for Scilab 5. > > Francois From fvogelnew1 at free.fr Sun Jan 18 22:43:31 2009 From: fvogelnew1 at free.fr (=?ISO-8859-1?Q?Fran=E7ois_Vogel?=) Date: Sun, 18 Jan 2009 22:43:31 +0100 Subject: [Scilab-Dev] Using XMLEditor In-Reply-To: <49665009.40300@freesurf.fr> References: <49665009.40300@freesurf.fr> Message-ID: <4973A283.9050705@free.fr> Collette Yann said on 08/01/2009 20:12: > I have installed XML editor version 4.2.0 to write some help pages. > I have followed the steps described here, > http://wiki.scilab.org/howto/scilab_documentation_kit#head-e32b315c21f35ac2ca4ddd32fe11959425f59fd6 > > But when I try to install a plugin, I can't see any reference to scilab ?? > What do I miss ? No idea. I tried the same as you but at no avail. I too would be highly interested in the answer from the opteam. Francois From Serge.Steer at inria.fr Mon Jan 19 14:25:27 2009 From: Serge.Steer at inria.fr (Serge Steer) Date: Mon, 19 Jan 2009 14:25:27 +0100 Subject: [Scilab-Dev] Re: Line numbers now physical in setbpt ? In-Reply-To: <49739C89.4020709@free.fr> References: <496A2370.8020303@free.fr> <49739C89.4020709@free.fr> Message-ID: <49747F47.2060509@inria.fr> Fran?ois Vogel a ?crit : > Hi all, > > I have seen no reply to my message below, could Serge please tell me > what's the situation on this subject? > Sorry for the answer delay. I confirm that I have tried to make line numbering deal with physical line numbers in all cases. In the exemple you mentioned, the execution is not stopped in the middle of line 6, The logical line formed by line 6 and 7 is supposed to be in the line 7 while line 6 is supposed to be empty. The function foo below function foo a=1 disp(a),.. disp('ok') endfunction is then equivalent to function foo a=1 disp(a),disp('ok') endfunction This is done this way because continuation marks can be put anywhere even inside an expression ans in the silly example below function foo y.. =sin(.. 1+.. 2.. ) endfunction Serge > Thanks. > Francois > > > Fran?ois Vogel said on 11/01/2009 17:50: >> Hi, >> >> I'm slowly realizing that apparently in Scilab 5 all line numbers are >> now physical line numbers while they were logical line numbers up to >> Scilab 4.1.2. >> >> I think it's now clear from bug 3407 that line numbers reported in >> error messages and in lasterror() are now physical (were logical in >> Scilab 4.x). >> >> What I'm now realizing is that also what is managed by setbpt/delbpt >> must now be physical and no more logical. >> >> Could Serge please confirm this statement? >> >> >> Example (run it in Scilab 4.1.2 and in Scilab recent master to compare): >> >> function pllines >> disp("line 2 2"); // logical physical >> disp("line 3 3") >> disp("line 4 4") >> disp("line 5 5") >> disp.. >> ("line 6 7") >> disp("line 7 8") >> disp("line 8 9") >> disp("line 9 10") >> endfunction >> >> setbpt("pllines",6) >> pllines >> >> >> Scilab 4.1.2 ends with: >> >> line 6 7 >> Stop after row 6 in function pllines : >> >> >> -1-> >> >> I.e. Scilab 4.1.2 executed the full continued logical line 6 before >> stopping. >> >> Compare with the output in Scilab 5: >> >> line 5 5 >> Stop after row 6 in function pllines. >> >> >> Type 'resume' or 'abort' to return to standard level prompt. >> >> -1-> >> >> Here we can see that it does NOT executed logical line 6 completely, >> thus stopping in the middle of it. However, it nevertheless states >> that it stopped after execution of line 6. >> >> >> Further observation: add setbpt("pllines",10) and you'll see it stops >> in Scilab 5, meaning line 10 is still in function pllines. In Scilab >> 4.1.2 it doesn't stop because line 10 is after the end of the >> function pllines definition. >> >> >> Thanks for clarifying this. If setbpt/delbpt are now really supposed >> to deal with physical line numbers, then I'll have to make changes in >> the Scipad debugger for Scilab 5. >> >> Francois > > From vincent.couvert at scilab.org Mon Jan 19 14:51:10 2009 From: vincent.couvert at scilab.org (Vincent COUVERT) Date: Mon, 19 Jan 2009 14:51:10 +0100 Subject: [Scilab-Dev] Using XMLEditor In-Reply-To: <4973A283.9050705@free.fr> References: <49665009.40300@freesurf.fr> <4973A283.9050705@free.fr> Message-ID: <4974854E.4070206@scilab.org> Hi all, Please find attached an updated version of Scilab configuration files for XXE 4.2.0. We will update our Web pages soon. Vincent Fran?ois Vogel a ?crit : > Collette Yann said on 08/01/2009 20:12: >> I have installed XML editor version 4.2.0 to write some help pages. >> I have followed the steps described here, >> http://wiki.scilab.org/howto/scilab_documentation_kit#head-e32b315c21f35ac2ca4ddd32fe11959425f59fd6 >> >> But when I try to install a plugin, I can't see any reference to >> scilab ?? >> What do I miss ? > > No idea. I tried the same as you but at no avail. > > I too would be highly interested in the answer from the opteam. > > Francois -- ============================================== Vincent COUVERT Responsable du d?veloppement ------ Fondation DIGITEO - Consortium Scilab Domaine de Voluceau - B.P. 105 78153 Le Chesnay Cedex B?timent 23 - Bureau 22 ------ Email : vincent.couvert at scilab.org T?l : +33 (0)1 39 63 54 46 Fax : +33 (0)1 39 63 55 94 ============================================== -------------- next part -------------- A non-text attachment was scrubbed... Name: xxe_scilab_config-1.1.0.zip Type: application/zip Size: 46615 bytes Desc: not available URL: From ycollet at freesurf.fr Mon Jan 19 14:59:19 2009 From: ycollet at freesurf.fr (ycollet at freesurf.fr) Date: Mon, 19 Jan 2009 14:59:19 +0100 Subject: [Scilab-Dev] Using XMLEditor In-Reply-To: <4974854E.4070206@scilab.org> References: <49665009.40300@freesurf.fr> <4973A283.9050705@free.fr> <4974854E.4070206@scilab.org> Message-ID: <44a093bcfd965174e93368d235b2b1f5@freesurf.fr> Thanks a lot. I love emacs, but for these kind of files (xml things), I feel that a wysiwyg tool is great (sorry sylvestre :-)). I will try this tonight. YC On Mon, 19 Jan 2009 14:51:10 +0100, Vincent COUVERT wrote: > Hi all, > > Please find attached an updated version of Scilab configuration files > for XXE 4.2.0. > > We will update our Web pages soon. > > Vincent > > > Fran?ois Vogel a ?crit : >> Collette Yann said on 08/01/2009 20:12: >>> I have installed XML editor version 4.2.0 to write some help pages. >>> I have followed the steps described here, >>> http://wiki.scilab.org/howto/scilab_documentation_kit#head-e32b315c21f35ac2ca4ddd32fe11959425f59fd6 >>> >>> >>> But when I try to install a plugin, I can't see any reference to >>> scilab ?? >>> What do I miss ? >> >> No idea. I tried the same as you but at no avail. >> >> I too would be highly interested in the answer from the opteam. >> >> Francois > > > -- > ============================================== > Vincent COUVERT > Responsable du d?veloppement > ------ > Fondation DIGITEO - Consortium Scilab > Domaine de Voluceau - B.P. 105 > 78153 Le Chesnay Cedex > B?timent 23 - Bureau 22 > --- From sylvestre.ledru at scilab.org Mon Jan 19 15:10:35 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Mon, 19 Jan 2009 15:10:35 +0100 Subject: [Scilab-Dev] Using XMLEditor In-Reply-To: <44a093bcfd965174e93368d235b2b1f5@freesurf.fr> References: <49665009.40300@freesurf.fr> <4973A283.9050705@free.fr> <4974854E.4070206@scilab.org> <44a093bcfd965174e93368d235b2b1f5@freesurf.fr> Message-ID: <1232374235.10391.279.camel@korcula.inria.fr> Le lundi 19 janvier 2009 ? 14:59 +0100, ycollet at freesurf.fr a ?crit : > Thanks a lot. I love emacs, but for these kind of files (xml things), I > feel that a wysiwyg tool is great (sorry sylvestre :-)). Indeed, you can be sorry !!! ;) Sylvestre From sylvestre.ledru at scilab.org Mon Jan 19 16:20:44 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Mon, 19 Jan 2009 16:20:44 +0100 Subject: [Scilab-Dev] Java library issue on FC8 after 5.0.3 install In-Reply-To: <1231892761.4402.5.camel@zlarin> References: <1231890025.2676.22.camel@clark> <1231892761.4402.5.camel@zlarin> Message-ID: <1232378445.10391.285.camel@korcula.inria.fr> Le mercredi 14 janvier 2009 ? 01:26 +0100, Sylvestre Ledru a ?crit : > Hello > > > > Warning: Localization issue: Error while binding the domain > > from /usr/local/share/scilab//../locale/ > > or /usr/local/share/scilab//locale/: Switch to the default language > > (English). > add the option --enable-build-localization > > > Warning: Could not find Java package > > '/usr/local/share/scilab//thirdparty/'. > > Warning: Could not find Java package > > '/usr/local/share/scilab//modules/helptools/jar/org.scilab.modules.helptools.jar'. > > Some problems during the loading of the Java libraries occured. > > This could lead to inconsistent behaviours. > > Please check SCI/etc/classpath.xml. > > > > How can I get ride of the helptools.jar warning? > > The jar file is not build in the scilab building process. > > How do I build this jar file? > add the option --enable-build-help > > Note that in the future version of Scilab, enable-build-help will be > enabled by default (and I should to the same with > enable-build-localization) I just made this change. --enable-build-localization is now automatic in the configure and can be disabled by --disable-build-localization. Sylvestre From fvogelnew1 at free.fr Mon Jan 19 21:59:58 2009 From: fvogelnew1 at free.fr (=?ISO-8859-1?Q?Fran=E7ois_Vogel?=) Date: Mon, 19 Jan 2009 21:59:58 +0100 Subject: [Scilab-Dev] Using XMLEditor In-Reply-To: <4974854E.4070206@scilab.org> References: <49665009.40300@freesurf.fr> <4973A283.9050705@free.fr> <4974854E.4070206@scilab.org> Message-ID: <4974E9CE.3030902@free.fr> Vincent COUVERT said on 19/01/2009 14:51: > Please find attached an updated version of Scilab configuration files > for XXE 4.2.0. Works for me, thanks for the quick update. I can now see the additional scilab menu in XXE. > We will update our Web pages soon. I see it's done for your website. What about the wiki? Are those instructions still supposed to be valid? Francois From BlanchardJ at ieee.org Mon Jan 19 22:11:26 2009 From: BlanchardJ at ieee.org (Jonathan Blanchard) Date: Mon, 19 Jan 2009 17:11:26 -0400 Subject: [Scilab-Dev] Using XMLEditor In-Reply-To: <4974E9CE.3030902@free.fr> References: <49665009.40300@freesurf.fr> <4973A283.9050705@free.fr> <4974854E.4070206@scilab.org> <4974E9CE.3030902@free.fr> Message-ID: Thanks for the updated version it's a bit easier to deal with writing docs now. Jonathan Blanchard From sylvestre.ledru at inria.fr Mon Jan 19 22:16:18 2009 From: sylvestre.ledru at inria.fr (Sylvestre Ledru) Date: Mon, 19 Jan 2009 22:16:18 +0100 Subject: [Scilab-Dev] Using XMLEditor In-Reply-To: References: <49665009.40300@freesurf.fr> <4973A283.9050705@free.fr> <4974854E.4070206@scilab.org> <4974E9CE.3030902@free.fr> Message-ID: <1232399778.4729.20.camel@zlarin> Le lundi 19 janvier 2009 ? 17:11 -0400, Jonathan Blanchard a ?crit : > Thanks for the updated version it's a bit easier to deal with writing docs now. Btw, maybe it is obvious in XXE but we handle Mathml in the doc without any problem. Sylvestre From fvogelnew1 at free.fr Mon Jan 19 22:44:00 2009 From: fvogelnew1 at free.fr (=?ISO-8859-1?Q?Fran=E7ois_Vogel?=) Date: Mon, 19 Jan 2009 22:44:00 +0100 Subject: [Scilab-Dev] Line numbers now physical in setbpt ? In-Reply-To: <49747F47.2060509@inria.fr> References: <496A2370.8020303@free.fr> <49739C89.4020709@free.fr> <49747F47.2060509@inria.fr> Message-ID: <4974F420.4060005@free.fr> Serge Steer said on 19/01/2009 14:25: > I confirm that I have tried to make line numbering deal with physical > line numbers in all cases. OK, now clear. Up to Scilab 4.x, setbpt et al. were receiving logical line numbers. I'll sprinkle in the help files that setbpt, lasterror, etc. now use physical line numbers, which is a design change. Besides, I will assess what needs to be done in the Scipad debugger to make it work together with this design change, without loosing compatibility with Scilab 4.x series. All this in preparation for the day that will see bug 2789 fixed. Francois From vincent.couvert at scilab.org Tue Jan 20 09:13:36 2009 From: vincent.couvert at scilab.org (Vincent COUVERT) Date: Tue, 20 Jan 2009 09:13:36 +0100 Subject: [Scilab-Dev] Using XMLEditor In-Reply-To: <4974E9CE.3030902@free.fr> References: <49665009.40300@freesurf.fr> <4973A283.9050705@free.fr> <4974854E.4070206@scilab.org> <4974E9CE.3030902@free.fr> Message-ID: <497587B0.5040206@scilab.org> Fran?ois Vogel a ?crit : > Vincent COUVERT said on 19/01/2009 14:51: >> Please find attached an updated version of Scilab configuration files >> for XXE 4.2.0. > > Works for me, thanks for the quick update. I can now see the > additional scilab menu in XXE. > >> We will update our Web pages soon. > > I see it's done for your website. What about the wiki? Are those > instructions still supposed to be valid? You're right the Wiki must be updated too, we'll do it soon. Vincent > > Francois -- ============================================== Vincent COUVERT Responsable du d?veloppement ------ Fondation DIGITEO - Consortium Scilab Domaine de Voluceau - B.P. 105 78153 Le Chesnay Cedex B?timent 23 - Bureau 22 ------ Email : vincent.couvert at scilab.org T?l : +33 (0)1 39 63 54 46 Fax : +33 (0)1 39 63 55 94 ============================================== From sylvestre.ledru at scilab.org Wed Jan 21 12:28:09 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Wed, 21 Jan 2009 12:28:09 +0100 Subject: [Scilab-Dev] PATCH for set/get environment variables In-Reply-To: <9371b4280901030740r560b41ecw910818555bf6d8dc@mail.gmail.com> References: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> <1230916067.4402.89.camel@zlarin> <9371b4280901020941q18e43c77h2e9ecc2605b665b4@mail.gmail.com> <1230918474.4402.96.camel@zlarin> <9371b4280901030444x36928b73w4687fa563cac8d57@mail.gmail.com> <9371b4280901030515n2180b72btb5eb8599ae4c1d98@mail.gmail.com> <9371b4280901030740r560b41ecw910818555bf6d8dc@mail.gmail.com> Message-ID: <1232537289.30531.75.camel@korcula.inria.fr> Hello, First, please apologise for the delay ... I have been playing if your modifications and writing tests and everything seems to be OK to me under Linux. Thanks for your work. I pushed all the modification in the master & branch 5.1. However, it seems to fail under Windows: http://bugzilla.scilab.org/show_bug.cgi?id=4003 Can you have a look ? Thanks! Sylvestre Le samedi 03 janvier 2009 ? 23:40 +0800, Yung-Jang Lee a ?crit : > Sylvestre, > > Attach is the modified patch for getenv/setenv, please take a look to > see if the problems you mentioned been solved or not. > > > In this patch, if the system encoding is not explicitly given (for > examples, fr_FR, C) the encoding is set to ISO8859-1 rather than > UTF-8, with following exceptions > > > zh_TW ----> BIG5 //chinese traditional > zh_CN -----> GB2312 ) //chinese simplified > ru_RU -----> ISO-8859-5 //russian > ja_JP, jp_JP ---->eucJP // japaness > ko,ko_KR ----->eucKR // korean > > > And I have tested it under Linux with follwing script, > > ----------------------------------------------------------------------------------------------- > specialName='??' ; // for CP950, BIG5,zh_TW, zh_TW.utf-8, zh_CN,zh_CN.utf-8 > or > specialName='?????'; // russian LANG=ru_RU, ru_RU.utf-8 > or > specialName='????'; // Japaness LANG=ja_JP , > or > specialName='????'; // korean LANG=ko_KR, ko_KR=utf-8 > or > specialName='???'; // LANG=fr_FR,C,en_US, and fr_FR.utf > > > setenv('env',specialName) > getenv('env')==specialName > ----------------------------------------------------------------------------------------- > > And it pass for all different LANG setting. > > > Yung-Jang Lee From yjlee123 at gmail.com Wed Jan 21 14:20:27 2009 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Wed, 21 Jan 2009 21:20:27 +0800 Subject: [Scilab-Dev] PATCH for set/get environment variables In-Reply-To: <1232537289.30531.75.camel@korcula.inria.fr> References: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> <1230916067.4402.89.camel@zlarin> <9371b4280901020941q18e43c77h2e9ecc2605b665b4@mail.gmail.com> <1230918474.4402.96.camel@zlarin> <9371b4280901030444x36928b73w4687fa563cac8d57@mail.gmail.com> <9371b4280901030515n2180b72btb5eb8599ae4c1d98@mail.gmail.com> <9371b4280901030740r560b41ecw910818555bf6d8dc@mail.gmail.com> <1232537289.30531.75.camel@korcula.inria.fr> Message-ID: <9371b4280901210520k49a58658x6d8c4fcd8a7c2b68@mail.gmail.com> > I pushed all the modification in the master & branch 5.1. > > However, it seems to fail under Windows: > http://bugzilla.scilab.org/show_bug.cgi?id=40 3 Under Windows, if you system code page is not "CP1251" the russian characters '?????' wouldn't be accepted as environment variable and that is reasonable. ------------------------setgetenv.tst----------------- specialName='??' ; // for CP950, BIG5,zh_TW, zh_TW.utf-8, zh_CN,zh_CN.utf-8 setenv('env',specialName); if getenv('env') <> specialName then pause, end specialName='?????'; // russian LANG=ru_RU, ru_RU.utf-8 setenv('env',specialName); if getenv('env') <> specialName then pause, end specialName='????'; // Japaness LANG=ja_JP , setenv('env',specialName); if getenv('env') <> specialName then pause, end specialName='????'; // korean LANG=ko_KR, ko_KR=utf-8 setenv('env',specialName); if getenv('env') <> specialName then pause, end specialName='???'; // LANG=fr_FR,C,en_US, and fr_FR.utf setenv('env',specialName); if getenv('env') <> specialName then pause, end -------------------------------------------------------- It means we can only test part of 'setgetenv.tst' for each languages (chinese,russian,japaness,korean,french) under Windows. So, if you are testing 'setgetenv.tst' not in "CP1251" code page under Windows, then message of the report http://bugzilla.scilab.org/show_bug.cgi?id=4003 shouldn't be considered as a bug. Yung-Jang Lee From sylvestre.ledru at scilab.org Wed Jan 21 14:46:34 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Wed, 21 Jan 2009 14:46:34 +0100 Subject: [Scilab-Dev] PATCH for set/get environment variables In-Reply-To: <9371b4280901210520k49a58658x6d8c4fcd8a7c2b68@mail.gmail.com> References: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> <1230916067.4402.89.camel@zlarin> <9371b4280901020941q18e43c77h2e9ecc2605b665b4@mail.gmail.com> <1230918474.4402.96.camel@zlarin> <9371b4280901030444x36928b73w4687fa563cac8d57@mail.gmail.com> <9371b4280901030515n2180b72btb5eb8599ae4c1d98@mail.gmail.com> <9371b4280901030740r560b41ecw910818555bf6d8dc@mail.gmail.com> <1232537289.30531.75.camel@korcula.inria.fr> <9371b4280901210520k49a58658x6d8c4fcd8a7c2b68@mail.gmail.com> Message-ID: <1232545594.30531.110.camel@korcula.inria.fr> Le mercredi 21 janvier 2009 ? 21:20 +0800, Yung-Jang Lee a ?crit : > > I pushed all the modification in the master & branch 5.1. > > > > However, it seems to fail under Windows: > > http://bugzilla.scilab.org/show_bug.cgi?id=40 3 > > > Under Windows, if you system code page is not "CP1251" the russian > characters '?????' wouldn't be accepted as environment variable and > that is reasonable. > > ------------------------setgetenv.tst----------------- [...] > -------------------------------------------------------- > > It means we can only test part of 'setgetenv.tst' for each languages > (chinese,russian,japaness,korean,french) under Windows. > > So, if you are testing 'setgetenv.tst' not in "CP1251" code page > under Windows, then message of the report > > http://bugzilla.scilab.org/show_bug.cgi?id=4003 > > shouldn't be considered as a bug. I am not sure to understand your point. This stuff is working under Linux and we should be able to reach this goal under Windows too. Allan is going to try to install a 100% Chinese Windows Btw, could you make a small change on the function localeToUTF ? For now, it has a limitation about the string we can return (max size: MAXPRINTF/bsiz). Sylvestre From allan.cornet at scilab.org Wed Jan 21 16:08:20 2009 From: allan.cornet at scilab.org (Allan CORNET) Date: Wed, 21 Jan 2009 16:08:20 +0100 Subject: [Scilab-Dev] PATCH for set/get environment variables In-Reply-To: <1232545594.30531.110.camel@korcula.inria.fr> References: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> <1230916067.4402.89.camel@zlarin> <9371b4280901020941q18e43c77h2e9ecc2605b665b4@mail.gmail.com> <1230918474.4402.96.camel@zlarin> <9371b4280901030444x36928b73w4687fa563cac8d57@mail.gmail.com> <9371b4280901030515n2180b72btb5eb8599ae4c1d98@mail.gmail.com> <9371b4280901030740r560b41ecw910818555bf6d8dc@mail.gmail.com> <1232537289.30531.75.camel@korcula.inria.fr> <9371b4280901210520k49a58658x6d8c4fcd8a7c2b68@mail.gmail.com> <1232545594.30531.110.camel@korcula.inria.fr> Message-ID: <001d01c97bda$19173c90$4b45b5b0$@cornet@scilab.org> Hi, I installed a Windows XP chinese (simplified). I install scilab 5.1-1232475767 http://www.scilab.org/download/dailyDownload.php?filename=scilab-branches-5.1-1232475767.exe&date=2009-01-21 I will install tomorrow scilab (nightly) with your modification about getenv & setenv and I will check your test. I have a problem with menus. Some menus of the main console are grayed. But graphics menus are enabled. Have you got a idea about this problem ? English & French mode work I have also this problem on Vista Multilanguage with Chinese and Russian :'( Best Regards Allan :) -----Message d'origine----- De : Sylvestre Ledru [mailto:sylvestre.ledru at scilab.org] Envoy? : mercredi 21 janvier 2009 14:47 ? : dev at lists.scilab.org Objet : Re: [Scilab-Dev] PATCH for set/get environment variables Le mercredi 21 janvier 2009 ? 21:20 +0800, Yung-Jang Lee a ?crit : > > I pushed all the modification in the master & branch 5.1. > > > > However, it seems to fail under Windows: > > http://bugzilla.scilab.org/show_bug.cgi?id=40 3 > > > Under Windows, if you system code page is not "CP1251" the russian > characters '?????' wouldn't be accepted as environment variable and > that is reasonable. > > ------------------------setgetenv.tst----------------- [...] > -------------------------------------------------------- > > It means we can only test part of 'setgetenv.tst' for each languages > (chinese,russian,japaness,korean,french) under Windows. > > So, if you are testing 'setgetenv.tst' not in "CP1251" code page > under Windows, then message of the report > > http://bugzilla.scilab.org/show_bug.cgi?id=4003 > > shouldn't be considered as a bug. I am not sure to understand your point. This stuff is working under Linux and we should be able to reach this goal under Windows too. Allan is going to try to install a 100% Chinese Windows Btw, could you make a small change on the function localeToUTF ? For now, it has a limitation about the string we can return (max size: MAXPRINTF/bsiz). Sylvestre -------------- next part -------------- A non-text attachment was scrubbed... Name: XP Chinois-2009-01-21-15-57-29.png Type: image/png Size: 165781 bytes Desc: not available URL: From yjlee123 at gmail.com Wed Jan 21 17:09:51 2009 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Thu, 22 Jan 2009 00:09:51 +0800 Subject: [Scilab-Dev] PATCH for set/get environment variables In-Reply-To: <1232545594.30531.110.camel@korcula.inria.fr> References: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> <1230916067.4402.89.camel@zlarin> <9371b4280901020941q18e43c77h2e9ecc2605b665b4@mail.gmail.com> <1230918474.4402.96.camel@zlarin> <9371b4280901030444x36928b73w4687fa563cac8d57@mail.gmail.com> <9371b4280901030515n2180b72btb5eb8599ae4c1d98@mail.gmail.com> <9371b4280901030740r560b41ecw910818555bf6d8dc@mail.gmail.com> <1232537289.30531.75.camel@korcula.inria.fr> <9371b4280901210520k49a58658x6d8c4fcd8a7c2b68@mail.gmail.com> <1232545594.30531.110.camel@korcula.inria.fr> Message-ID: <9371b4280901210809l789238fpfa1b0416efc53f9b@mail.gmail.com> > > This stuff is working under Linux and we should be able to reach this > goal under Windows too. Under Windows, if you are using language 'fr_FR' , encoding code page is 'CP1252', http://en.wikipedia.org/wiki/Windows-1252 A Russian character like '?' can not map to system allowable character under your 'fr_FR' environment. For Chinese Windows with 'CP950' (Chinese-traditional http://www.microsoft.com/globaldev/reference/dbcs/950.mspx ) or 'CP936' ( Chinese-simpified http://www.microsoft.com/globaldev/reference/dbcs/936.mspx) character '?' also is not allowable according to the character mapping table. Only Russian Windows with code page 'CP1251' (http://en.wikipedia.org/wiki/CP1251) can accept character '?' . For the same reason, if you are going to test Chinese Windows, you can only execute the chinese part of the test script and should bypass other parts, -------------------------this part only for Chinese Windows ---------------------- specialName='??' ; // for CP950, BIG5,zh_TW, zh_TW.utf-8, zh_CN,zh_CN.utf-8 setenv('env',specialName); if getenv('env') <> specialName then pause, end ---------------------------------------------- > Btw, could you make a small change on the function localeToUTF ? > For now, it has a limitation about the string we can return (max size: > MAXPRINTF/bsiz). Right now, I use static buffers for the reason of converting speed. And I avoid to dynamically allocate memories because that may complicate things. I was thinking once to create a C++ class to store the converting strings. Yes , I myself was not satisfied about this limitation and was looking for a better alternative. Do you have any suggestion ? From yjlee123 at gmail.com Wed Jan 21 17:33:51 2009 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Thu, 22 Jan 2009 00:33:51 +0800 Subject: [Scilab-Dev] PATCH for set/get environment variables In-Reply-To: <-3395506283369642098@unknownmsgid> References: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> <9371b4280901020941q18e43c77h2e9ecc2605b665b4@mail.gmail.com> <1230918474.4402.96.camel@zlarin> <9371b4280901030444x36928b73w4687fa563cac8d57@mail.gmail.com> <9371b4280901030515n2180b72btb5eb8599ae4c1d98@mail.gmail.com> <9371b4280901030740r560b41ecw910818555bf6d8dc@mail.gmail.com> <1232537289.30531.75.camel@korcula.inria.fr> <9371b4280901210520k49a58658x6d8c4fcd8a7c2b68@mail.gmail.com> <1232545594.30531.110.camel@korcula.inria.fr> <-3395506283369642098@unknownmsgid> Message-ID: <9371b4280901210833m29a62c43kee9164ba939dd970@mail.gmail.com> > > I will install tomorrow scilab (nightly) with your modification about getenv & setenv and I will check your test. Remember that for Chinese Windows, you can only test chinese characters, ----------------------------------- specialName='??' ; // for CP950, BIG5,zh_TW, zh_TW.utf-8, zh_CN,zh_CN.utf-8 setenv('env',specialName); if getenv('env') <> specialName then pause, end ------------------------------------ The following strings are not allowable for Chinese Windows specialName='?????'; // russian LANG=ru_RU, ru_RU.utf-8 specialName='????'; // Japaness LANG=ja_JP , specialName='????'; // korean LANG=ko_KR, ko_KR=utf-8 specialName='???'; // LANG=fr_FR > I have a problem with menus. Some menus of the main console are grayed. > But graphics menus are enabled. > It look like the same situation as I reported before ("Startup execution:" and " loading initial environment" messages missing) http://lists.scilab.org/cgi-bin/ezmlm-browse?list=localization&cmd=showmsg&msgnum=83 Yung-Jang Lee > > -----Message d'origine----- > De : Sylvestre Ledru [mailto:sylvestre.ledru at scilab.org] > Envoy? : mercredi 21 janvier 2009 14:47 > ? : dev at lists.scilab.org > Objet : Re: [Scilab-Dev] PATCH for set/get environment variables > > Le mercredi 21 janvier 2009 ? 21:20 +0800, Yung-Jang Lee a ?crit : >> > I pushed all the modification in the master & branch 5.1. >> > >> > However, it seems to fail under Windows: >> > http://bugzilla.scilab.org/show_bug.cgi?id=40 3 >> >> >> Under Windows, if you system code page is not "CP1251" the russian >> characters '?????' wouldn't be accepted as environment variable and >> that is reasonable. >> >> ------------------------setgetenv.tst----------------- > [...] > >> -------------------------------------------------------- >> >> It means we can only test part of 'setgetenv.tst' for each languages >> (chinese,russian,japaness,korean,french) under Windows. >> >> So, if you are testing 'setgetenv.tst' not in "CP1251" code page >> under Windows, then message of the report >> >> http://bugzilla.scilab.org/show_bug.cgi?id=4003 >> >> shouldn't be considered as a bug. > I am not sure to understand your point. > > This stuff is working under Linux and we should be able to reach this > goal under Windows too. > Allan is going to try to install a 100% Chinese Windows > > Btw, could you make a small change on the function localeToUTF ? > For now, it has a limitation about the string we can return (max size: > MAXPRINTF/bsiz). > > Sylvestre > > > From yjlee123 at gmail.com Thu Jan 22 09:03:53 2009 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Thu, 22 Jan 2009 16:03:53 +0800 Subject: [Scilab-Dev] PATCH for set/get environment variables In-Reply-To: <-3395506283369642098@unknownmsgid> References: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> <9371b4280901020941q18e43c77h2e9ecc2605b665b4@mail.gmail.com> <1230918474.4402.96.camel@zlarin> <9371b4280901030444x36928b73w4687fa563cac8d57@mail.gmail.com> <9371b4280901030515n2180b72btb5eb8599ae4c1d98@mail.gmail.com> <9371b4280901030740r560b41ecw910818555bf6d8dc@mail.gmail.com> <1232537289.30531.75.camel@korcula.inria.fr> <9371b4280901210520k49a58658x6d8c4fcd8a7c2b68@mail.gmail.com> <1232545594.30531.110.camel@korcula.inria.fr> <-3395506283369642098@unknownmsgid> Message-ID: <9371b4280901220003m650586bi891c5171e7558a50@mail.gmail.com> Allan : > > I have a problem with menus. Some menus of the main console are grayed. > But graphics menus are enabled. > > Have you got a idea about this problem ? > English & French mode work > > I have also this problem on Vista Multilanguage with Chinese and Russian :'( > I just update my working copy from GIT and rebuild Scilab today. Under my Chinese-Traditional Windows, menus of the main console is OK. But I noticed that your Scilab version is different from mine, maybe your localization files is not up to day. I send you contents of "scilab/locale" built with my Chinese-Windows to see if these files can make your Scilab happy. Or should I get Scilab-branch-5.1 for testing ? Best regards, Yung-Jang Lee -------------- next part -------------- A non-text attachment was scrubbed... Name: zh_TWBranchMaster.png Type: image/png Size: 28093 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: locale.zip Type: application/zip Size: 554979 bytes Desc: not available URL: From yjlee123 at gmail.com Thu Jan 22 09:40:14 2009 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Thu, 22 Jan 2009 16:40:14 +0800 Subject: [Scilab-Dev] PATCH for set/get environment variables In-Reply-To: <-3395506283369642098@unknownmsgid> References: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> <9371b4280901020941q18e43c77h2e9ecc2605b665b4@mail.gmail.com> <1230918474.4402.96.camel@zlarin> <9371b4280901030444x36928b73w4687fa563cac8d57@mail.gmail.com> <9371b4280901030515n2180b72btb5eb8599ae4c1d98@mail.gmail.com> <9371b4280901030740r560b41ecw910818555bf6d8dc@mail.gmail.com> <1232537289.30531.75.camel@korcula.inria.fr> <9371b4280901210520k49a58658x6d8c4fcd8a7c2b68@mail.gmail.com> <1232545594.30531.110.camel@korcula.inria.fr> <-3395506283369642098@unknownmsgid> Message-ID: <9371b4280901220040l7a39c87aq713905450322baaf@mail.gmail.com> 2009/1/21 Allan CORNET : > Hi, > > I installed a Windows XP chinese (simplified). > > I install scilab 5.1-1232475767 > http://www.scilab.org/download/dailyDownload.php?filename=scilab-branches-5.1-1232475767.exe&date=2009-01-21 I just download 'scilab-branches-5.1-1232475767.exe' to test. This build has problems with my Chinese Windows, it can not detect language I use and always startup with 'en_US' language. Menus of main console is therefore in english. But source from today's GIT master works fine for me, I can build a chinese version without problems. Regargs, Yung-Jang Lee From allan.cornet at scilab.org Thu Jan 22 09:47:33 2009 From: allan.cornet at scilab.org (Allan CORNET) Date: Thu, 22 Jan 2009 09:47:33 +0100 Subject: [Scilab-Dev] PATCH for set/get environment variables In-Reply-To: <9371b4280901220040l7a39c87aq713905450322baaf@mail.gmail.com> References: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> <9371b4280901020941q18e43c77h2e9ecc2605b665b4@mail.gmail.com> <1230918474.4402.96.camel@zlarin> <9371b4280901030444x36928b73w4687fa563cac8d57@mail.gmail.com> <9371b4280901030515n2180b72btb5eb8599ae4c1d98@mail.gmail.com> <9371b4280901030740r560b41ecw910818555bf6d8dc@mail.gmail.com> <1232537289.30531.75.camel@korcula.inria.fr> <9371b4280901210520k49a58658x6d8c4fcd8a7c2b68@mail.gmail.com> <1232545594.30531.110.camel@korcula.inria.fr> <-3395506283369642098@unknownmsgid> <9371b4280901220040l7a39c87aq713905450322baaf@mail.gmail.com> Message-ID: <000f01c97c6e$119453b0$34bcfb10$@cornet@scilab.org> Hi, Launch scilab and setdefaultlanguage('zh_CN') Allan -----Message d'origine----- De : Yung-Jang Lee [mailto:yjlee123 at gmail.com] Envoy? : jeudi 22 janvier 2009 09:40 ? : dev at lists.scilab.org Objet : Re: [Scilab-Dev] PATCH for set/get environment variables 2009/1/21 Allan CORNET : > Hi, > > I installed a Windows XP chinese (simplified). > > I install scilab 5.1-1232475767 > http://www.scilab.org/download/dailyDownload.php?filename=scilab-branches-5.1-1232475767.exe&date=2009-01-21 I just download 'scilab-branches-5.1-1232475767.exe' to test. This build has problems with my Chinese Windows, it can not detect language I use and always startup with 'en_US' language. Menus of main console is therefore in english. But source from today's GIT master works fine for me, I can build a chinese version without problems. Regargs, Yung-Jang Lee From yjlee123 at gmail.com Thu Jan 22 10:43:17 2009 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Thu, 22 Jan 2009 17:43:17 +0800 Subject: [Scilab-Dev] PATCH for set/get environment variables In-Reply-To: <6577910815907726808@unknownmsgid> References: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> <9371b4280901030444x36928b73w4687fa563cac8d57@mail.gmail.com> <9371b4280901030515n2180b72btb5eb8599ae4c1d98@mail.gmail.com> <9371b4280901030740r560b41ecw910818555bf6d8dc@mail.gmail.com> <1232537289.30531.75.camel@korcula.inria.fr> <9371b4280901210520k49a58658x6d8c4fcd8a7c2b68@mail.gmail.com> <1232545594.30531.110.camel@korcula.inria.fr> <-3395506283369642098@unknownmsgid> <9371b4280901220040l7a39c87aq713905450322baaf@mail.gmail.com> <6577910815907726808@unknownmsgid> Message-ID: <9371b4280901220143l2ca91530qc655eae216f596ee@mail.gmail.com> Hi, > > Launch scilab and setdefaultlanguage('zh_CN') Under my Chinee-Traditional (language 'zh_TW') Windows, and set setdefaultlanguage('zh_TW') setdefaultlanguage('zh_CN) setdefaultlanguage('fr_FR') setdefaultlanguage('ru_RU') for test, menus for 'zh_TW' and 'zh_CN' is OK, but with gray menu for 'fr_FR' and 'ru_RU' . I think it dependents on the code page of the Windows system currently used. And it is not a serious bug since most users don't set default language not compatible with system encoding. If we want to resolve this bug, may be we should add a encoding argument to 'setdefaultlanguage' for example, setdefaultlanguage('zh_TW','BIG5') or setdefaultlanguage('ru_RU','CP1251') Regards, Yung-Jang Lee -------------- next part -------------- A non-text attachment was scrubbed... Name: zh_TW.png Type: image/png Size: 28093 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: zh_CN.png Type: image/png Size: 10048 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: fr_FR.png Type: image/png Size: 10074 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ru_RU.png Type: image/png Size: 10231 bytes Desc: not available URL: From allan.cornet at scilab.org Thu Jan 22 11:39:00 2009 From: allan.cornet at scilab.org (Allan CORNET) Date: Thu, 22 Jan 2009 11:39:00 +0100 Subject: [Scilab-Dev] PATCH for set/get environment variables In-Reply-To: <9371b4280901220143l2ca91530qc655eae216f596ee@mail.gmail.com> References: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> <9371b4280901030444x36928b73w4687fa563cac8d57@mail.gmail.com> <9371b4280901030515n2180b72btb5eb8599ae4c1d98@mail.gmail.com> <9371b4280901030740r560b41ecw910818555bf6d8dc@mail.gmail.com> <1232537289.30531.75.camel@korcula.inria.fr> <9371b4280901210520k49a58658x6d8c4fcd8a7c2b68@mail.gmail.com> <1232545594.30531.110.camel@korcula.inria.fr> <-3395506283369642098@unknownmsgid> <9371b4280901220040l7a39c87aq713905450322baaf@mail.gmail.com> <6577910815907726808@unknownmsgid> <9371b4280901220143l2ca91530qc655eae216f596ee@mail.gmail.com> Message-ID: <002901c97c7d$a32fe0f0$e98fa2d0$@cornet@scilab.org> Hi, I do some tests about localization , on a windows XP Multilanguage : I set "Regional and Language options" in control panel Windows: 1] Macau , scilab language zh_CN --> Menus enabled 2] P.R.C , scilab language zh_CN --> Menus disabled 3] Singapore , scilab language zh_CN --> Menus disabled 4] Hong Kong , scilab language zh_CN --> Menus enabled 5] Taiwan , scilab language zh_CN --> Menus enabled 6] Taiwan , scilab language zh_TW --> Menus disabled Why 2] and 6] do not work ? Allan -----Message d'origine----- De : Yung-Jang Lee [mailto:yjlee123 at gmail.com] Envoy? : jeudi 22 janvier 2009 10:43 ? : dev at lists.scilab.org Objet : Re: [Scilab-Dev] PATCH for set/get environment variables Hi, > > Launch scilab and setdefaultlanguage('zh_CN') Under my Chinee-Traditional (language 'zh_TW') Windows, and set setdefaultlanguage('zh_TW') setdefaultlanguage('zh_CN) setdefaultlanguage('fr_FR') setdefaultlanguage('ru_RU') for test, menus for 'zh_TW' and 'zh_CN' is OK, but with gray menu for 'fr_FR' and 'ru_RU' . I think it dependents on the code page of the Windows system currently used. And it is not a serious bug since most users don't set default language not compatible with system encoding. If we want to resolve this bug, may be we should add a encoding argument to 'setdefaultlanguage' for example, setdefaultlanguage('zh_TW','BIG5') or setdefaultlanguage('ru_RU','CP1251') Regards, Yung-Jang Lee -------------- next part -------------- A non-text attachment was scrubbed... Name: XP Chinois - Macau.png Type: image/png Size: 215124 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: XP Chinois - PRC.png Type: image/png Size: 213899 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: XP Chinois - Singapore.png Type: image/png Size: 214416 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: XP Chinois - Hong Kong (S.A.R).png Type: image/png Size: 214118 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: XP Chinois - Taiwan.png Type: image/png Size: 213426 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Language Taiwan - Scilab zh_TW.png Type: image/png Size: 216704 bytes Desc: not available URL: From yjlee123 at gmail.com Thu Jan 22 15:22:21 2009 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Thu, 22 Jan 2009 22:22:21 +0800 Subject: [Scilab-Dev] PATCH for set/get environment variables In-Reply-To: <-2382531821834692170@unknownmsgid> References: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> <9371b4280901030740r560b41ecw910818555bf6d8dc@mail.gmail.com> <1232537289.30531.75.camel@korcula.inria.fr> <9371b4280901210520k49a58658x6d8c4fcd8a7c2b68@mail.gmail.com> <1232545594.30531.110.camel@korcula.inria.fr> <-3395506283369642098@unknownmsgid> <9371b4280901220040l7a39c87aq713905450322baaf@mail.gmail.com> <6577910815907726808@unknownmsgid> <9371b4280901220143l2ca91530qc655eae216f596ee@mail.gmail.com> <-2382531821834692170@unknownmsgid> Message-ID: <9371b4280901220622s70ce8082n2a1c10353e159d98@mail.gmail.com> Hi, Since Macau, Hong Kong and Taiwan regions use chinese-traditional characters , you can only test 'zh_TW' in these regions. P.R.C and Singapore use chinese-simplified characters in these region, users will most likely only select 'zh_CN'. So, we must have 1] Macau , scilab language zh_TW --> Menus enabled 2] P.R.C , scilab language zh_CN --> Menus disabled 3] Singapore , scilab language zh_CN --> Menus disabled 4] Hong Kong , scilab language zh_TW --> Menus enabled 5] Taiwan , scilab language zh_TW --> Menus enabled Other combinations may work, but is not necessary. On my machine 1]-5] just works as I expected. But your testing of 'Taiwan ,zh_TW' is unexpected and different from mine. Maybe you need set 'advanced' option on the "Regional and Language options" to test chinese. Regards, Yung-Jang Lee 2009/1/22 Allan CORNET : > Hi, > > I do some tests about localization , on a windows XP Multilanguage : > > I set "Regional and Language options" in control panel Windows: > > 1] Macau , scilab language zh_CN --> Menus enabled > > 2] P.R.C , scilab language zh_CN --> Menus disabled > > 3] Singapore , scilab language zh_CN --> Menus disabled > > 4] Hong Kong , scilab language zh_CN --> Menus enabled > > 5] Taiwan , scilab language zh_CN --> Menus enabled > > 6] Taiwan , scilab language zh_TW --> Menus disabled > > > Why 2] and 6] do not work ? > > Allan > > > -----Message d'origine----- > De : Yung-Jang Lee [mailto:yjlee123 at gmail.com] > Envoy? : jeudi 22 janvier 2009 10:43 > ? : dev at lists.scilab.org > Objet : Re: [Scilab-Dev] PATCH for set/get environment variables > > Hi, > >> >> Launch scilab and setdefaultlanguage('zh_CN') > > Under my Chinee-Traditional (language 'zh_TW') Windows, and set > > setdefaultlanguage('zh_TW') > setdefaultlanguage('zh_CN) > setdefaultlanguage('fr_FR') > setdefaultlanguage('ru_RU') > > for test, menus for 'zh_TW' and 'zh_CN' is OK, but with gray menu for 'fr_FR' and 'ru_RU' . > > I think it dependents on the code page of the Windows system currently used. And it is not a serious bug since most users don't set default language not compatible with system encoding. > > If we want to resolve this bug, may be we should add a encoding argument to 'setdefaultlanguage' for example, > > > setdefaultlanguage('zh_TW','BIG5') > > or > > setdefaultlanguage('ru_RU','CP1251') > > > Regards, > > Yung-Jang Lee > -------------- next part -------------- A non-text attachment was scrubbed... Name: regional.png Type: image/png Size: 9172 bytes Desc: not available URL: From yjlee123 at gmail.com Thu Jan 22 15:30:04 2009 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Thu, 22 Jan 2009 22:30:04 +0800 Subject: [Scilab-Dev] PATCH for set/get environment variables In-Reply-To: <9371b4280901220622s70ce8082n2a1c10353e159d98@mail.gmail.com> References: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> <1232537289.30531.75.camel@korcula.inria.fr> <9371b4280901210520k49a58658x6d8c4fcd8a7c2b68@mail.gmail.com> <1232545594.30531.110.camel@korcula.inria.fr> <-3395506283369642098@unknownmsgid> <9371b4280901220040l7a39c87aq713905450322baaf@mail.gmail.com> <6577910815907726808@unknownmsgid> <9371b4280901220143l2ca91530qc655eae216f596ee@mail.gmail.com> <-2382531821834692170@unknownmsgid> <9371b4280901220622s70ce8082n2a1c10353e159d98@mail.gmail.com> Message-ID: <9371b4280901220630w3529bf0cmbb807678c33d7ce1@mail.gmail.com> Hi, Sorry for the "cut and paste" error of my last mail. 2] and 4] need to change to 'Menus enabled' > 1] Macau , scilab language zh_TW --> Menus enabled > 2] P.R.C , scilab language zh_CN --> Menus enabled //<------cut and paste error in last mail > 3] Singapore , scilab language zh_CN --> Menus enabled > 4] Hong Kong , scilab language zh_TW --> Menus enabled //<--cut and paste error in last mail > 5] Taiwan , scilab language zh_TW --> Menus enabled Yung-Jang Lee 2009/1/22 Yung-Jang Lee : > Hi, > > Since Macau, Hong Kong and Taiwan regions use chinese-traditional characters , > you can only test 'zh_TW' in these regions. > > P.R.C and Singapore use chinese-simplified characters in these region, > users will most likely only select 'zh_CN'. > > So, we must have > > 1] Macau , scilab language zh_TW --> Menus enabled > 2] P.R.C , scilab language zh_CN --> Menus disabled > 3] Singapore , scilab language zh_CN --> Menus disabled > 4] Hong Kong , scilab language zh_TW --> Menus enabled > 5] Taiwan , scilab language zh_TW --> Menus enabled > > Other combinations may work, but is not necessary. > > On my machine 1]-5] just works as I expected. But your testing of > 'Taiwan ,zh_TW' is unexpected and different from mine. Maybe you need > set 'advanced' option on the "Regional and Language options" to test > chinese. > > > Regards, > > > Yung-Jang Lee > > > > > > 2009/1/22 Allan CORNET : >> Hi, >> >> I do some tests about localization , on a windows XP Multilanguage : >> >> I set "Regional and Language options" in control panel Windows: >> >> 1] Macau , scilab language zh_CN --> Menus enabled >> >> 2] P.R.C , scilab language zh_CN --> Menus disabled >> >> 3] Singapore , scilab language zh_CN --> Menus disabled >> >> 4] Hong Kong , scilab language zh_CN --> Menus enabled >> >> 5] Taiwan , scilab language zh_CN --> Menus enabled >> >> 6] Taiwan , scilab language zh_TW --> Menus disabled >> >> >> Why 2] and 6] do not work ? >> >> Allan >> >> >> -----Message d'origine----- >> De : Yung-Jang Lee [mailto:yjlee123 at gmail.com] >> Envoy? : jeudi 22 janvier 2009 10:43 >> ? : dev at lists.scilab.org >> Objet : Re: [Scilab-Dev] PATCH for set/get environment variables >> >> Hi, >> >>> >>> Launch scilab and setdefaultlanguage('zh_CN') >> >> Under my Chinee-Traditional (language 'zh_TW') Windows, and set >> >> setdefaultlanguage('zh_TW') >> setdefaultlanguage('zh_CN) >> setdefaultlanguage('fr_FR') >> setdefaultlanguage('ru_RU') >> >> for test, menus for 'zh_TW' and 'zh_CN' is OK, but with gray menu for 'fr_FR' and 'ru_RU' . >> >> I think it dependents on the code page of the Windows system currently used. And it is not a serious bug since most users don't set default language not compatible with system encoding. >> >> If we want to resolve this bug, may be we should add a encoding argument to 'setdefaultlanguage' for example, >> >> >> setdefaultlanguage('zh_TW','BIG5') >> >> or >> >> setdefaultlanguage('ru_RU','CP1251') >> >> >> Regards, >> >> Yung-Jang Lee >> > From yjlee123 at gmail.com Thu Jan 22 17:17:06 2009 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Fri, 23 Jan 2009 00:17:06 +0800 Subject: [Scilab-Dev] PATCH for set/get environment variables In-Reply-To: <9371b4280901220630w3529bf0cmbb807678c33d7ce1@mail.gmail.com> References: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> <9371b4280901210520k49a58658x6d8c4fcd8a7c2b68@mail.gmail.com> <1232545594.30531.110.camel@korcula.inria.fr> <-3395506283369642098@unknownmsgid> <9371b4280901220040l7a39c87aq713905450322baaf@mail.gmail.com> <6577910815907726808@unknownmsgid> <9371b4280901220143l2ca91530qc655eae216f596ee@mail.gmail.com> <-2382531821834692170@unknownmsgid> <9371b4280901220622s70ce8082n2a1c10353e159d98@mail.gmail.com> <9371b4280901220630w3529bf0cmbb807678c33d7ce1@mail.gmail.com> Message-ID: <9371b4280901220817s7552bfdbxf65a16fb2b536184@mail.gmail.com> Allan, To test Chinese, It seems that advanced settings of "Regional and Language options" must be set for * Language for non-Unicode programs This setting should be same as the language you select for the 'Regional option'. But it is fine if they belong to same code page. There are two code page for chinese , for two groups of region, Code page 'CP950', Chinese-Traditional : for regions Macau ,Taiwan ,Hong Kong, must use scilab 'zh_TW' language setting. and Code page 'CP936', Chinese-Simplified : for regions P.R.C,Singapore , must use scilab 'zh_CN' language setting. Scilab menu may disabled if language setting of 'Regional option" and 'Advanced' belong to different group. Yung-Jang Lee From BlanchardJ at ieee.org Thu Jan 22 17:36:40 2009 From: BlanchardJ at ieee.org (Jonathan Blanchard) Date: Thu, 22 Jan 2009 12:36:40 -0400 Subject: Scilab need a way to track variable deletion. Message-ID: Hi all, While working on a toolbox for using multi precision numbers in Scilab it as become clear that a way of tracking Scilab variable destruction would be ideal. Why is it needed is when a Scilab variable has some anonymous memory( i.e. not in the scilab stack) associated with it. Especially useful would be a way to hook against variable removal or overwrite with a custom function for the structure. Would it be possible to see such function in a future version of Scilab? Jonathan Blanchard From BlanchardJ at ieee.org Thu Jan 22 19:23:18 2009 From: BlanchardJ at ieee.org (Jonathan Blanchard) Date: Thu, 22 Jan 2009 14:23:18 -0400 Subject: OpenSolaris experimental build. Message-ID: I've created an experimental build of Scilab 5.0.3 for OpenSolaris. You may find this package at : http://jblopen.com/scilab/scilabdownload.shtml It's of the type extract and run much like the main Linux distribution of Scilab. If anyone tried it I would be happy to have some feedback on it as I had limited time to test the build. Thank you, Jonathan Blanchard From antoine.elias at scilab.org Fri Jan 23 11:08:55 2009 From: antoine.elias at scilab.org (Antoine ELIAS) Date: Fri, 23 Jan 2009 11:08:55 +0100 Subject: [Scilab-Dev] Scilab need a way to track variable deletion. In-Reply-To: References: Message-ID: <49799737.9090202@scilab.org> Hi Jonathan, My understanding : a = your_custom_function_returns_pointer_to_scilab(); //this function allocates custom data and returns a pointer typeof(a) ans = pointer //... //do something //... a = 1; At this moment you want to be inform of data removal for delete your data ? I don't see any way to "overload" data removal mechanism in Scilab 5.x. For the new kernel, we can keep in mind this feature to provide mechanism to delete "external data". Regards, ELIAS Antoine antoine.elias at scilab.org Jonathan Blanchard a ?crit : > Hi all, > > While working on a toolbox for using multi precision numbers in Scilab > it as become clear that a way of tracking Scilab variable destruction > would be ideal. > > Why is it needed is when a Scilab variable has some anonymous memory( > i.e. not in the scilab stack) associated with it. > > Especially useful would be a way to hook against variable removal or > overwrite with a custom function for the structure. > > Would it be possible to see such function in a future version of Scilab? > > > Jonathan Blanchard > From BlanchardJ at ieee.org Fri Jan 23 14:38:11 2009 From: BlanchardJ at ieee.org (Jonathan Blanchard) Date: Fri, 23 Jan 2009 09:38:11 -0400 Subject: [Scilab-Dev] Scilab need a way to track variable deletion. In-Reply-To: <49799737.9090202@scilab.org> References: <49799737.9090202@scilab.org> Message-ID: Thanks for your reply, I was indeed talking about the new kernel, as a replacement I'm currently using some sort of crude garbage collection. Jonathan Blanchard On Fri, Jan 23, 2009 at 6:08 AM, Antoine ELIAS wrote: > Hi Jonathan, > > My understanding : > > a = your_custom_function_returns_pointer_to_scilab(); > //this function allocates custom data and returns a pointer > typeof(a) > ans = > > pointer > > //... > //do something > //... > a = 1; > > At this moment you want to be inform of data removal for delete your data ? > > I don't see any way to "overload" data removal mechanism in Scilab 5.x. > For the new kernel, we can keep in mind this feature to provide mechanism to > delete "external data". > > Regards, > ELIAS Antoine > antoine.elias at scilab.org > > Jonathan Blanchard a ?crit : >> >> Hi all, >> >> While working on a toolbox for using multi precision numbers in Scilab >> it as become clear that a way of tracking Scilab variable destruction >> would be ideal. >> >> Why is it needed is when a Scilab variable has some anonymous memory( >> i.e. not in the scilab stack) associated with it. >> >> Especially useful would be a way to hook against variable removal or >> overwrite with a custom function for the structure. >> >> Would it be possible to see such function in a future version of Scilab? >> >> >> Jonathan Blanchard >> > > From fvogelnew1 at free.fr Mon Jan 26 11:09:35 2009 From: fvogelnew1 at free.fr (fvogelnew1 at free.fr) Date: Mon, 26 Jan 2009 11:09:35 +0100 Subject: English help files in fr_Fr dir Message-ID: <1232964575.497d8bdfc42e3@imp.free.fr> Hi, I have noticed that several English help files were committed recently in some fr_FR directories. These files are : - identical to the corresponding ones in en_US (in particular: they use English language) - erased by the build help process, at least with VS2008, thus producing a non empty git status on them The concerned files are all help files in simulated_annealing and genetic_algorithm modules. Shouldn't these files in fr_FR be removed? Besides, graphics/help/fr_FR/graphics_fonts.xml is removed by the VS2008 build help process, also providing a non empty git status on this file. This one however shouldn't be removed because it seems to contain help in French language. Bug of the help building process, perhaps? Francois From ycollet at freesurf.fr Mon Jan 26 11:30:14 2009 From: ycollet at freesurf.fr (ycollet at freesurf.fr) Date: Mon, 26 Jan 2009 11:30:14 +0100 Subject: [Scilab-Dev] English help files in =?UTF-8?Q?fr=5FFr=20dir?= In-Reply-To: <1232964575.497d8bdfc42e3@imp.free.fr> References: <1232964575.497d8bdfc42e3@imp.free.fr> Message-ID: <93c7b40b43def0489a5edc130aeddee5@freesurf.fr> Hello, It's my fault (for simulated_annealing and genetic_algorithms). I modified the xml files in the en_US directory and realised that some files where also in the fr_FR side. So, I copied the modified en_US files into the fr_FR files. I have planned to translated these helps files (modules simulated_annealing, genetic_algorithms, parameters) but in the mean time, I will remove these files tonight. Sorry for the inconvenience. YC On Mon, 26 Jan 2009 11:09:35 +0100, fvogelnew1 at free.fr wrote: > Hi, > > I have noticed that several English help files were committed recently in > some > fr_FR directories. > > These files are : > - identical to the corresponding ones in en_US (in particular: they use > English language) > - erased by the build help process, at least with VS2008, thus producing > a non > empty git status on them > > The concerned files are all help files in simulated_annealing and > genetic_algorithm modules. > > Shouldn't these files in fr_FR be removed? > > > Besides, graphics/help/fr_FR/graphics_fonts.xml is removed by the VS2008 > build > help process, also providing a non empty git status on this file. This one > however shouldn't be removed because it seems to contain help in French > language. Bug of the help building process, perhaps? > > Francois > From sylvestre.ledru at scilab.org Mon Jan 26 16:44:48 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Mon, 26 Jan 2009 16:44:48 +0100 Subject: [Scilab-Dev] PATCH for set/get environment variables In-Reply-To: <9371b4280901220817s7552bfdbxf65a16fb2b536184@mail.gmail.com> References: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> <9371b4280901210520k49a58658x6d8c4fcd8a7c2b68@mail.gmail.com> <1232545594.30531.110.camel@korcula.inria.fr> <-3395506283369642098@unknownmsgid> <9371b4280901220040l7a39c87aq713905450322baaf@mail.gmail.com> <6577910815907726808@unknownmsgid> <9371b4280901220143l2ca91530qc655eae216f596ee@mail.gmail.com> <-2382531821834692170@unknownmsgid> <9371b4280901220622s70ce8082n2a1c10353e159d98@mail.gmail.com> <9371b4280901220630w3529bf0cmbb807678c33d7ce1@mail.gmail.com> <9371b4280901220817s7552bfdbxf65a16fb2b536184@mail.gmail.com> Message-ID: <1232984688.26300.145.camel@korcula.inria.fr> Le vendredi 23 janvier 2009 ? 00:17 +0800, Yung-Jang Lee a ?crit : > Allan, > > To test Chinese, It seems that advanced settings of "Regional and > Language options" must be set for > > * Language for non-Unicode programs > > This setting should be same as the language you select for the > 'Regional option'. But it is fine if they belong to same code page. > There are two code page for chinese , for two groups of region, > > Code page 'CP950', Chinese-Traditional : for regions Macau ,Taiwan > ,Hong Kong, must use scilab 'zh_TW' language setting. > > and > > Code page 'CP936', Chinese-Simplified : for regions P.R.C,Singapore , > must use scilab 'zh_CN' language setting. > > Scilab menu may disabled if language setting of 'Regional option" and > 'Advanced' belong to different group. I don't know how much it is related but yesterday, I pushed a change about the localization. In the version 5.0, the localization was performed in the native code (C) and in the Java by two different ways (both handled by gettext but still...). Now, the Java is calling the native code in order to retrieve the right localized string. Sylvestre [1] The code: http://gitweb.scilab.org/?p=scilab;a=commitdiff;h=7c4255abc485b557f610370ff0530b75b5cc5e69 Note that there are many automatically generated code. From sylvestre.ledru at scilab.org Mon Jan 26 17:07:05 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Mon, 26 Jan 2009 17:07:05 +0100 Subject: [Scilab-Dev] OpenSolaris experimental build. In-Reply-To: References: Message-ID: <1232986025.26300.163.camel@korcula.inria.fr> Le jeudi 22 janvier 2009 ? 14:23 -0400, Jonathan Blanchard a ?crit : > I've created an experimental build of Scilab 5.0.3 for OpenSolaris. > > You may find this package at : http://jblopen.com/scilab/scilabdownload.shtml Wahou, excellent work! I am happy to see that! > It's of the type extract and run much like the main Linux distribution > of Scilab. > > If anyone tried it I would be happy to have some feedback on it as I > had limited time to test the build. I have a opensolaris, I am going to test that asap. About the "known issues": * The crash, do you have a execution stack from gdb/equivalent ? * About the non english help files, it is because you don't have the french locales on your computer, therefor, Scilab switches back to english and is not able to build the french help. This bug has been reported here: http://bugzilla.scilab.org/show_bug.cgi?id=3918 And we believed we fixed in the version 5.1 of Scilab. I am going to try to see if I can backport into Scilab 5.0.X (I have the same issue with Debian/Ubuntu). * Localization issues, I pushed some stuff about that yesterday (going to be release in the version 5.1 of Scilab). It might fix some issues you have. Once again, congratulation for your work. Sylvestre From BlanchardJ at ieee.org Mon Jan 26 17:12:15 2009 From: BlanchardJ at ieee.org (Jonathan Blanchard) Date: Mon, 26 Jan 2009 12:12:15 -0400 Subject: [Scilab-Dev] OpenSolaris experimental build. In-Reply-To: <1232986025.26300.163.camel@korcula.inria.fr> References: <1232986025.26300.163.camel@korcula.inria.fr> Message-ID: Thanks for your feedback. If all goes well an nobody report major damage from using the build I will try to keep it as current as possible. I will also try myself a build from the new 5.1 tree. Concerning the crash I haven't had time to check it but I believe it might be linked to the usage of sun studio versus gcc. I'm not sure It happen with the current build. I'll look into this further. Jonathan Blanchard On Mon, Jan 26, 2009 at 12:07 PM, Sylvestre Ledru wrote: > Le jeudi 22 janvier 2009 ? 14:23 -0400, Jonathan Blanchard a ?crit : >> I've created an experimental build of Scilab 5.0.3 for OpenSolaris. >> >> You may find this package at : http://jblopen.com/scilab/scilabdownload.shtml > Wahou, excellent work! I am happy to see that! > >> It's of the type extract and run much like the main Linux distribution >> of Scilab. >> >> If anyone tried it I would be happy to have some feedback on it as I >> had limited time to test the build. > I have a opensolaris, I am going to test that asap. > > About the "known issues": > > * The crash, do you have a execution stack from gdb/equivalent ? > > * About the non english help files, it is because you don't have the > french locales on your computer, therefor, Scilab switches back to > english and is not able to build the french help. > This bug has been reported here: > http://bugzilla.scilab.org/show_bug.cgi?id=3918 > And we believed we fixed in the version 5.1 of Scilab. > I am going to try to see if I can backport into Scilab 5.0.X (I have the > same issue with Debian/Ubuntu). > > * Localization issues, I pushed some stuff about that yesterday (going > to be release in the version 5.1 of Scilab). It might fix some issues > you have. > > Once again, congratulation for your work. > Sylvestre > > > From yjlee123 at gmail.com Mon Jan 26 18:39:07 2009 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Tue, 27 Jan 2009 01:39:07 +0800 Subject: [Scilab-Dev] PATCH for set/get environment variables In-Reply-To: <1232984688.26300.145.camel@korcula.inria.fr> References: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> <-3395506283369642098@unknownmsgid> <9371b4280901220040l7a39c87aq713905450322baaf@mail.gmail.com> <6577910815907726808@unknownmsgid> <9371b4280901220143l2ca91530qc655eae216f596ee@mail.gmail.com> <-2382531821834692170@unknownmsgid> <9371b4280901220622s70ce8082n2a1c10353e159d98@mail.gmail.com> <9371b4280901220630w3529bf0cmbb807678c33d7ce1@mail.gmail.com> <9371b4280901220817s7552bfdbxf65a16fb2b536184@mail.gmail.com> <1232984688.26300.145.camel@korcula.inria.fr> Message-ID: <9371b4280901260939s37591606hecb8dd3174decef2@mail.gmail.com> Allan, Sylvestre : Behavior of native 'gettext' may not in usual way in Allan's testing of Chinese-Windows. And this cause the failure of testing, I think. Usually, string return from native 'gettext' is in system encoding rather than UTF8. But from tracing the problems Allan reported in this thread, I find that if "Language for non-Unicode programs" of "Advanced option" is not compatible with the region selected with "Regional option" of ""Regional and Language options" in control panel Windows, return string of 'gettext' is in UTF8 instead of system encoding. To resolve this problem, we need cover two prototypes of 'gettext' case 1. system_locale_string gettext(char *key) and case 2. UTF8_string gettext(char *key) Case 1 is for most Windows environment and being handled by current Scialb5.X implementation. Case 2 only occur for multilanguage environment when user change the region with "Regional option" but not change the "Language for non-Unicode programs" of "Advanced option". If it is what I expected, current implementation still works for most single language environment. Therefore , to test Scilab localization , it need single language environment for each language. Case 2 is quite unusual. I suggest wait for next few releases to fix it when additional information are gathered. As to Sylvestre recent change of about localization, http://gitweb.scilab.org/?p=scilab;a=commitdiff;h=7c4255abc485b557f610370ff0530b75b5cc5e6 It look fine and seems not related with Allan's reports in this thread. But from the comments you put on file 'localizatioJava.h' ----------------------------------------localizatioJava.h----------------------------------- /* This piece of code has been written because of the bug #4005 * in version 5.0, we were using two localization system (native and * Java). * Now, only the native one is used. * However, for an unknown reason, gettext() is not working. Only * dgettext is */ #define scigettext(String1) dgettext(NAMELOCALIZATIONDOMAIN,String1) ----------------------------------------------------------------------------- I would suggest you replace macros 'scigettext' with #define scigettext(String1) localeToUTF(gettext(String1)) just like macros _(String) in localozation.h --------------------------------------------------------------------------- #define _(String) localeToUTF(gettext(String))/** for console message*/ -------------------------------------------------------------------------- Regards, Yung-Jang Lee From allan.cornet at scilab.org Tue Jan 27 08:21:28 2009 From: allan.cornet at scilab.org (Allan CORNET) Date: Tue, 27 Jan 2009 08:21:28 +0100 Subject: [Scilab-Dev] PATCH for set/get environment variables In-Reply-To: <9371b4280901260939s37591606hecb8dd3174decef2@mail.gmail.com> References: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> <-3395506283369642098@unknownmsgid> <9371b4280901220040l7a39c87aq713905450322baaf@mail.gmail.com> <6577910815907726808@unknownmsgid> <9371b4280901220143l2ca91530qc655eae216f596ee@mail.gmail.com> <-2382531821834692170@unknownmsgid> <9371b4280901220622s70ce8082n2a1c10353e159d98@mail.gmail.com> <9371b4280901220630w3529bf0cmbb807678c33d7ce1@mail.gmail.com> <9371b4280901220817s7552bfdbxf65a16fb2b536184@mail.gmail.com> <1232984688.26300.145.camel@korcula.inria.fr> <9371b4280901260939s37591606hecb8dd3174decef2@mail.gmail.com> Message-ID: <000301c9804f$df1e81e0$9d5b85a0$@cornet@scilab.org> Hi, First , i checked your test about setgetenv for each language. If language configuration of your Windows is correct, it works :) Problem is that this test is "system dependant", we need to split this test to check if it is correct on a current system. I would prefer to have a only test which works everywhere. Yes , there are 2 cases for windows like you describe. Case 2 is VERY important because Vista is Multilanguage and XP too. And if it works with case 2 , it will work for case 1. If I try Scilab 5.0.3 with setdefaultlanguage('zh_CN') on my vista (French,english,chinese), localization seems to be correct (menus enabled and strings). Now, if I try current version of scilab (branch 5.1 or master) result is not correct (menus grayed, incorrect string). With a chinese O.S , it works. Can we consider this, like a regression or not ? Best regards Allan :) -----Message d'origine----- De : Yung-Jang Lee [mailto:yjlee123 at gmail.com] Envoy? : lundi 26 janvier 2009 18:39 ? : Scilab dev list; Allan CORNET; Sylvestre Ledru Objet : Re: [Scilab-Dev] PATCH for set/get environment variables Allan, Sylvestre : Behavior of native 'gettext' may not in usual way in Allan's testing of Chinese-Windows. And this cause the failure of testing, I think. Usually, string return from native 'gettext' is in system encoding rather than UTF8. But from tracing the problems Allan reported in this thread, I find that if "Language for non-Unicode programs" of "Advanced option" is not compatible with the region selected with "Regional option" of ""Regional and Language options" in control panel Windows, return string of 'gettext' is in UTF8 instead of system encoding. To resolve this problem, we need cover two prototypes of 'gettext' case 1. system_locale_string gettext(char *key) and case 2. UTF8_string gettext(char *key) Case 1 is for most Windows environment and being handled by current Scialb5.X implementation. Case 2 only occur for multilanguage environment when user change the region with "Regional option" but not change the "Language for non-Unicode programs" of "Advanced option". If it is what I expected, current implementation still works for most single language environment. Therefore , to test Scilab localization , it need single language environment for each language. Case 2 is quite unusual. I suggest wait for next few releases to fix it when additional information are gathered. As to Sylvestre recent change of about localization, http://gitweb.scilab.org/?p=scilab;a=commitdiff;h=7c4255abc485b557f610370ff0530b75b5cc5e6 It look fine and seems not related with Allan's reports in this thread. But from the comments you put on file 'localizatioJava.h' ----------------------------------------localizatioJava.h----------------------------------- /* This piece of code has been written because of the bug #4005 * in version 5.0, we were using two localization system (native and * Java). * Now, only the native one is used. * However, for an unknown reason, gettext() is not working. Only * dgettext is */ #define scigettext(String1) dgettext(NAMELOCALIZATIONDOMAIN,String1) ----------------------------------------------------------------------------- I would suggest you replace macros 'scigettext' with #define scigettext(String1) localeToUTF(gettext(String1)) just like macros _(String) in localozation.h --------------------------------------------------------------------------- #define _(String) localeToUTF(gettext(String))/** for console message*/ -------------------------------------------------------------------------- Regards, Yung-Jang Lee -------------- next part -------------- A non-text attachment was scrubbed... Name: diff-zh_CN.JPG Type: image/jpeg Size: 106738 bytes Desc: not available URL: From sylvestre.ledru at scilab.org Tue Jan 27 14:03:33 2009 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Tue, 27 Jan 2009 14:03:33 +0100 Subject: SEP #14 OS Tag added in the JVM options configuration file Message-ID: <1233061413.26300.194.camel@korcula.inria.fr> The subject and the doc explain all (at least, I hope). Sylvestre PS: Maybe the ugly serie of #ifdef could be moved in a dedicated function or include. -------------- next part -------------- A non-text attachment was scrubbed... Name: SEP_14_OS_tag_added_in_jvm_options.odt Type: application/vnd.oasis.opendocument.text Size: 21601 bytes Desc: not available URL: From yjlee123 at gmail.com Tue Jan 27 14:49:57 2009 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Tue, 27 Jan 2009 21:49:57 +0800 Subject: [Scilab-Dev] PATCH for set/get environment variables In-Reply-To: <-9017761982499429677@unknownmsgid> References: <9371b4280901020630m3bda2fb1j6fc9d51d04a87f33@mail.gmail.com> <6577910815907726808@unknownmsgid> <9371b4280901220143l2ca91530qc655eae216f596ee@mail.gmail.com> <-2382531821834692170@unknownmsgid> <9371b4280901220622s70ce8082n2a1c10353e159d98@mail.gmail.com> <9371b4280901220630w3529bf0cmbb807678c33d7ce1@mail.gmail.com> <9371b4280901220817s7552bfdbxf65a16fb2b536184@mail.gmail.com> <1232984688.26300.145.camel@korcula.inria.fr> <9371b4280901260939s37591606hecb8dd3174decef2@mail.gmail.com> <-9017761982499429677@unknownmsgid> Message-ID: <9371b4280901270549s176d70f8m45b127dfc01b66c8@mail.gmail.com> Hi, > First , i checked your test about setgetenv for each language. > If language configuration of your Windows is correct, it works :) > Problem is that this test is "system dependant", we need to split this test to check if it is correct on a current system. > I would prefer to have a only test which works everywhere. > Agreed. But how to test different encoding with only one environment in Scilab ? It might be easy for language all base on one encoding (fr_FR.utf-8, zh_TW.utf-8,...*.utf-8) under LINUX, but not easy for NON-UNICODE encoding environment,especially under Windows. And patch for 'setenv' and 'getenv' is basically a fix for NON-UNICODE encoding. > Yes , there are 2 cases for windows like you describe. > Case 2 is VERY important because Vista is Multilanguage and XP too. > And if it works with case 2 , it will work for case 1. No, case 2 and case 1 is independent. Gettext's behavior is totally different in this two cases. Must users use Scilab in case 1situation under Vista and XP. Case 2 is important for "advanced users" who may switch languages for Scilab. But testing based on Case 2 can not ensure Scilab will function well for most users, because their environment is in case 1. > > If I try Scilab 5.0.3 with setdefaultlanguage('zh_CN') on my vista (French,english,chinese), localization seems to be correct (menus enabled and strings). > Now, if I try current version of scilab (branch 5.1 or master) result is not correct (menus grayed, incorrect string). > With a chinese O.S , it works. > Before this discussion, I have little experience with 'Case 2', therefore the design of encoding converting of either 5.0.3 or 5.1 only kept 'Case 1' in my mind. So, in principle, Scilab 5.0.3 (or branch 5.1 or master) shouldn't work for 'Case 2', because it failed to convert string in function 'localeToTUF' for most "other" languages. However , since localeToUTF return the unconverted input text (an UTF8 sting) if it fails to convert and that were just fine for CASE 2. This is the reason why CASE 2 also works for Scilab 5.0.3 in your Chinese ('zh_CN') test. But this feature is unreliable, and should not be considered as normal situation. --------------------------------function : localeToUTF----------------------------------- ....... if (iconv (localeToUTFConvert, (const char**)&inPtr,&inbytesleft, &outPtr, &outbytesleft) == (size_t)(-1)) { fprintf(stderr, "Error during call to localeToUTF: %s\n", strerror(errno)); fprintf(stderr, "String Input: %s\n", inPtr); return buffer; // return unconverted text <------------------ Retrun here for CASE 2 } ..... ------------------------------------------------------------------ In short, localization looks correct for CASE 2 is just an "accident" for Scilab 5.03 or 5.1 master. I need additional works to cover CASE 2. TO COVER CASE 2, I MUST 1. Detect current prototypes of 'gettext'. If we can get information about setting of "Language for non-Unicode programs" by Win API will make things happy. Otherwise, a simple test message for function 'iconv' may act as a check for prototypes. 2. Change the wrap of gettext , such as _(String) in localization.h, to cover CASE 2 in #define _(String) localeToUTF(gettext(String)) <---- for CASE 1 and #define _(String) gettext(String) <---- for CASE 2 We must ensure that in both case, macro "_(String)" , return an valid UTF8 string. I will try to give a patch to cover CASE2 after period of Chinese New Year. What is deadline of Scilab 5.1 release ? Regards, Yung-Jang Lee From ycollette at free.fr Wed Jan 28 08:55:52 2009 From: ycollette at free.fr (Collette Yann) Date: Wed, 28 Jan 2009 08:55:52 +0100 Subject: Documentation problems Message-ID: <49800F88.7080209@free.fr> Hello, Since a couple of days, I see some error messages while building the documentation. Here is an extract of the messages: -- Building documentation (English) -- LANG=C SCI_DISABLE_TK=1 DOCBOOK_ROOT=/home/collette/scilab-dev/scilab/scilab/thirdparty/docbook/ ./bin/scilab -nb -nouserstartup -nw -e "xmltojar([],[],'en_US');exit;" Building the Scilab manual master document for en_US. Building the master document: Scicos Building the scilab manual file [javaHelp] (Please wait building ... this can take a while) Writing /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn01re01.html for refentry(tilda) Error: no ID for constraint linkend: error. Writing /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn01re02.html for refentry(warning) Writing /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn01.html for reference(category_scilab) Error: no ID for constraint linkend: dnaupd. Writing /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn02re03.html for refentry(dsaupd) Writing /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn02re04.html for refentry(dseupd) Writing /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn02.html for reference(category_arnoldi_package) Error: no ID for constraint linkend: boolean. Writing /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn03re05.html for refentry(bool2s) Error: no ID for constraint linkend: boolean. Error: no ID for constraint linkend: extraction. Error: no ID for constraint linkend: insertion. Error: no ID for constraint linkend: vectorfind. Writing /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn03re06.html for refentry(find) Writing /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn03.html for reference(category_boolean) YC From vincent.couvert at scilab.org Wed Jan 28 13:35:28 2009 From: vincent.couvert at scilab.org (Vincent COUVERT) Date: Wed, 28 Jan 2009 13:35:28 +0100 Subject: [Scilab-Dev] Documentation problems In-Reply-To: <49800F88.7080209@free.fr> References: <49800F88.7080209@free.fr> Message-ID: <49805110.3070401@scilab.org> Hi Yann, This problem seems to occur with master version but not with 5.1 branch version. Can you confirm this ? Vincent Collette Yann a ?crit : > Hello, > > Since a couple of days, I see some error messages while building the > documentation. > Here is an extract of the messages: > > -- Building documentation (English) -- > LANG=C SCI_DISABLE_TK=1 > DOCBOOK_ROOT=/home/collette/scilab-dev/scilab/scilab/thirdparty/docbook/ > ./bin/scilab -nb -nouserstartup -nw -e "xmltojar([],[],'en_US');exit;" > > Building the Scilab manual master document for en_US. > > Building the master document: Scicos > > Building the scilab manual file [javaHelp] (Please wait building ... > this can take a while) > Writing > /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn01re01.html > for refentry(tilda) > Error: no ID for constraint linkend: error. > Writing > /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn01re02.html > for refentry(warning) > Writing > /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn01.html > for reference(category_scilab) > Error: no ID for constraint linkend: dnaupd. > Writing > /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn02re03.html > for refentry(dsaupd) > Writing > /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn02re04.html > for refentry(dseupd) > Writing > /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn02.html > for reference(category_arnoldi_package) > Error: no ID for constraint linkend: boolean. > Writing > /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn03re05.html > for refentry(bool2s) > Error: no ID for constraint linkend: boolean. > Error: no ID for constraint linkend: extraction. > Error: no ID for constraint linkend: insertion. > Error: no ID for constraint linkend: vectorfind. > Writing > /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn03re06.html > for refentry(find) > Writing > /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn03.html > for reference(category_boolean) > > > YC > -- ============================================== Vincent COUVERT Responsable du d?veloppement ------ Fondation DIGITEO - Consortium Scilab Domaine de Voluceau - B.P. 105 78153 Le Chesnay Cedex B?timent 23 - Bureau 22 ------ Email : vincent.couvert at scilab.org T?l : +33 (0)1 39 63 54 46 Fax : +33 (0)1 39 63 55 94 ============================================== From ycollet at freesurf.fr Wed Jan 28 15:03:46 2009 From: ycollet at freesurf.fr (Collette Yann) Date: Wed, 28 Jan 2009 15:03:46 +0100 Subject: [Scilab-Dev] Documentation problems In-Reply-To: <49805110.3070401@scilab.org> References: <49800F88.7080209@free.fr> <49805110.3070401@scilab.org> Message-ID: <498065C2.5010904@freesurf.fr> Yes, I compiled the master branch. I haven't tested the 5.1 branch yet. I will try ASAP. YC Vincent COUVERT a ?crit : > Hi Yann, > > This problem seems to occur with master version but not with 5.1 > branch version. Can you confirm this ? > > Vincent > > Collette Yann a ?crit : >> Hello, >> >> Since a couple of days, I see some error messages while building the >> documentation. >> Here is an extract of the messages: >> >> -- Building documentation (English) -- >> LANG=C SCI_DISABLE_TK=1 >> DOCBOOK_ROOT=/home/collette/scilab-dev/scilab/scilab/thirdparty/docbook/ >> ./bin/scilab -nb -nouserstartup -nw -e "xmltojar([],[],'en_US');exit;" >> >> Building the Scilab manual master document for en_US. >> >> Building the master document: Scicos >> >> Building the scilab manual file [javaHelp] (Please wait building ... >> this can take a while) >> Writing >> /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn01re01.html >> for refentry(tilda) >> Error: no ID for constraint linkend: error. >> Writing >> /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn01re02.html >> for refentry(warning) >> Writing >> /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn01.html >> for reference(category_scilab) >> Error: no ID for constraint linkend: dnaupd. >> Writing >> /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn02re03.html >> for refentry(dsaupd) >> Writing >> /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn02re04.html >> for refentry(dseupd) >> Writing >> /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn02.html >> for reference(category_arnoldi_package) >> Error: no ID for constraint linkend: boolean. >> Writing >> /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn03re05.html >> for refentry(bool2s) >> Error: no ID for constraint linkend: boolean. >> Error: no ID for constraint linkend: extraction. >> Error: no ID for constraint linkend: insertion. >> Error: no ID for constraint linkend: vectorfind. >> Writing >> /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn03re06.html >> for refentry(find) >> Writing >> /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn03.html >> for reference(category_boolean) >> >> >> YC >> > > From ycollet at freesurf.fr Wed Jan 28 17:58:46 2009 From: ycollet at freesurf.fr (Collette Yann) Date: Wed, 28 Jan 2009 17:58:46 +0100 Subject: [Scilab-Dev] Documentation problems In-Reply-To: <49805110.3070401@scilab.org> References: <49800F88.7080209@free.fr> <49805110.3070401@scilab.org> Message-ID: <49808EC6.2090906@freesurf.fr> I have compiled the 5.1 branch: no problems with the documentation. It's just a master branch problem. YC Vincent COUVERT a ?crit : > Hi Yann, > > This problem seems to occur with master version but not with 5.1 > branch version. Can you confirm this ? > > Vincent > > Collette Yann a ?crit : >> Hello, >> >> Since a couple of days, I see some error messages while building the >> documentation. >> Here is an extract of the messages: >> >> -- Building documentation (English) -- >> LANG=C SCI_DISABLE_TK=1 >> DOCBOOK_ROOT=/home/collette/scilab-dev/scilab/scilab/thirdparty/docbook/ >> ./bin/scilab -nb -nouserstartup -nw -e "xmltojar([],[],'en_US');exit;" >> >> Building the Scilab manual master document for en_US. >> >> Building the master document: Scicos >> >> Building the scilab manual file [javaHelp] (Please wait building ... >> this can take a while) >> Writing >> /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn01re01.html >> for refentry(tilda) >> Error: no ID for constraint linkend: error. >> Writing >> /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn01re02.html >> for refentry(warning) >> Writing >> /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn01.html >> for reference(category_scilab) >> Error: no ID for constraint linkend: dnaupd. >> Writing >> /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn02re03.html >> for refentry(dsaupd) >> Writing >> /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn02re04.html >> for refentry(dseupd) >> Writing >> /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn02.html >> for reference(category_arnoldi_package) >> Error: no ID for constraint linkend: boolean. >> Writing >> /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn03re05.html >> for refentry(bool2s) >> Error: no ID for constraint linkend: boolean. >> Error: no ID for constraint linkend: extraction. >> Error: no ID for constraint linkend: insertion. >> Error: no ID for constraint linkend: vectorfind. >> Writing >> /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn03re06.html >> for refentry(find) >> Writing >> /home/collette/scilab-dev/scilab/scilab/modules/helptools/javaHelp/scilab_en_US_help/rn03.html >> for reference(category_boolean) >> >> >> YC >> > > From yjlee123 at gmail.com Fri Jan 30 05:20:44 2009 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Fri, 30 Jan 2009 12:20:44 +0800 Subject: Localization for Windows Multilanguage Message-ID: <9371b4280901292020u766a7aebq47e61a497659ecd2@mail.gmail.com> Sylvestre and all, Allan reported a localization bug for Windows Multilanguage environment ( http://lists.scilab.org/cgi-bin/ezmlm-browse?list=dev&cmd=showmsg&msgnum=1169 ). This bug is not easy fixed with current Prequirements, for the GETTEXT library is too old and lack function I needed for a patch. I just fixed this bug with a new Prequirements library for iconv.dll ,GNU_gettext.dll. Attached is the patch for Scilab as well as Prequirements libraries. There is a ReadMe file in 'src' directory of the Prequirements patch, that describe how to create these libraries. The reason to update the Prequirements libraries is, The output string of 'gettext' provided by current Prequirements (GNU_gettext.dll) is fixed to system installed encoding. If user change default language in Scilab or select other language form the "Regional and Language options" in control panel Windows, the outputs of 'gettext' are unpredictable. Some of them are in unconverted UTF8 format and some of them being badly converted to unrecognized strings. We need a 'gettext' version that always return UTF8 string. According to documentation of GNU gettext library, this can be provided with function 'bind_textdomain_codeset'. I just to set output encoding to "UTF-8" as bind_textdomain_codeset ('scilab',"UTF-8"); and "gettext" , "dgettext" will always return string in UTF-8 format. With this way, I don't need to wrap 'gettext' with 'localeToUTF'. But GNU_gettext in Prequirements is too old to have function 'bind_textdomain_codeset' , I need to update it, I had test this patch with Chinese-Traditional(zh_TW) Windows Xp with default language set to "fr_FR","zh_CN" and "ru_RU". Scilab's localization function work well in this tests. Best regards, Yung-Jang Lee -------------- next part -------------- A non-text attachment was scrubbed... Name: prerequirementsForGettextAndIconv.zip Type: application/zip Size: 1288744 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: gettext.diff Type: text/x-patch Size: 6992 bytes Desc: not available URL: From allan.cornet at scilab.org Fri Jan 30 08:25:06 2009 From: allan.cornet at scilab.org (Allan CORNET) Date: Fri, 30 Jan 2009 08:25:06 +0100 Subject: [Scilab-Dev] Localization for Windows Multilanguage In-Reply-To: <9371b4280901292020u766a7aebq47e61a497659ecd2@mail.gmail.com> References: <9371b4280901292020u766a7aebq47e61a497659ecd2@mail.gmail.com> Message-ID: <001201c982ab$e02fd760$a08f8620$@cornet@scilab.org> Hi, Please notice that on current master, with Sylvestre and Antoine modifications http://bugzilla.scilab.org/show_bug.cgi?id=4005 http://gitweb.scilab.org/?p=scilab;a=commit;h=67660b64ac3914055233035fa1ee3c04eaa41ed4 I have no more this problem with menus grayed. I checked with this version: http://www.scilab.org/download/dailyDownload.php?filename=scilab-master-1233250238.exe&date=2009-01-30 Current version used by scilab of libintl for Windows is 0.14. This version was built with Visual studio 2008 for x86 and x64. I will update libintl to 0.17 for scilab 5.2 (quickly on master) Thanks you for your help Best regards Allan -----Message d'origine----- De : Yung-Jang Lee [mailto:yjlee123 at gmail.com] Envoy? : vendredi 30 janvier 2009 05:21 ? : Scilab dev list; Sylvestre Ledru; Allan CORNET Objet : [Scilab-Dev] Localization for Windows Multilanguage Sylvestre and all, Allan reported a localization bug for Windows Multilanguage environment ( http://lists.scilab.org/cgi-bin/ezmlm-browse?list=dev&cmd=showmsg&msgnum=1169 ). This bug is not easy fixed with current Prequirements, for the GETTEXT library is too old and lack function I needed for a patch. I just fixed this bug with a new Prequirements library for iconv.dll ,GNU_gettext.dll. Attached is the patch for Scilab as well as Prequirements libraries. There is a ReadMe file in 'src' directory of the Prequirements patch, that describe how to create these libraries. The reason to update the Prequirements libraries is, The output string of 'gettext' provided by current Prequirements (GNU_gettext.dll) is fixed to system installed encoding. If user change default language in Scilab or select other language form the "Regional and Language options" in control panel Windows, the outputs of 'gettext' are unpredictable. Some of them are in unconverted UTF8 format and some of them being badly converted to unrecognized strings. We need a 'gettext' version that always return UTF8 string. According to documentation of GNU gettext library, this can be provided with function 'bind_textdomain_codeset'. I just to set output encoding to "UTF-8" as bind_textdomain_codeset ('scilab',"UTF-8"); and "gettext" , "dgettext" will always return string in UTF-8 format. With this way, I don't need to wrap 'gettext' with 'localeToUTF'. But GNU_gettext in Prequirements is too old to have function 'bind_textdomain_codeset' , I need to update it, I had test this patch with Chinese-Traditional(zh_TW) Windows Xp with default language set to "fr_FR","zh_CN" and "ru_RU". Scilab's localization function work well in this tests. Best regards, Yung-Jang Lee From yjlee123 at gmail.com Fri Jan 30 10:02:20 2009 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Fri, 30 Jan 2009 17:02:20 +0800 Subject: [Scilab-Dev] Localization for Windows Multilanguage In-Reply-To: <-1797062943281723976@unknownmsgid> References: <9371b4280901292020u766a7aebq47e61a497659ecd2@mail.gmail.com> <-1797062943281723976@unknownmsgid> Message-ID: <9371b4280901300102q499cf18ekb10fe27bc09a7192@mail.gmail.com> Allan, As I say, output of 'gettext' becomes un-predicable , some of output messages are converted to unrecognized strings. To see this, under my Chinese-Traditional (Zh-TW) Windows, with http://www.scilab.org/download/dailyDownload.php?filename=scilab-master-1233250238.exe&date=2009-01-30 installed. After setdefaultlanguage(' ru_RU') , for Russian version , message '&File' became unrecognized strings. and with setdefaultlanguage(' zh_CN') , for Chinese-Simpilfied version, message '&Resume' became unrecognized strings. And I believe that most of the messages that can display on the Java Console with "scilab-master-1233250238.exe" is due to a sole reason that that they fail to converted in function localeToUTF, you can check this with a debug breakpoint. So we need a gettext library with "bind_textdomain_codeset" provided and also a "putenv" wrap function ("gettext_putenv") to resolve this bug. I did this patch just because you said this is VERY important for Vista and XP's Multilanguage enviroments. For most users, this bug is NOT SO important for them. Regards, Yung-Jang Lee 2009/1/30 Allan CORNET : > Hi, > > Please notice that on current master, with Sylvestre and Antoine modifications > http://bugzilla.scilab.org/show_bug.cgi?id=4005 > > http://gitweb.scilab.org/?p=scilab;a=commit;h=67660b64ac3914055233035fa1ee3c04eaa41ed4 > > I have no more this problem with menus grayed. > I checked with this version: http://www.scilab.org/download/dailyDownload.php?filename=scilab-master-1233250238.exe&date=2009-01-30 > > Current version used by scilab of libintl for Windows is 0.14. > This version was built with Visual studio 2008 for x86 and x64. > > I will update libintl to 0.17 for scilab 5.2 > (quickly on master) > > Thanks you for your help > > Best regards > > Allan > > -----Message d'origine----- > De : Yung-Jang Lee [mailto:yjlee123 at gmail.com] > Envoy? : vendredi 30 janvier 2009 05:21 > ? : Scilab dev list; Sylvestre Ledru; Allan CORNET > Objet : [Scilab-Dev] Localization for Windows Multilanguage > > Sylvestre and all, > > Allan reported a localization bug for Windows Multilanguage environment ( http://lists.scilab.org/cgi-bin/ezmlm-browse?list=dev&cmd=showmsg&msgnum=1169 > ). > > This bug is not easy fixed with current Prequirements, for the GETTEXT library is too old and lack function I needed for a patch. > > I just fixed this bug with a new Prequirements library for iconv.dll ,GNU_gettext.dll. Attached is the patch for Scilab as well as Prequirements libraries. > > There is a ReadMe file in 'src' directory of the Prequirements patch, that describe how to create these libraries. > > > The reason to update the Prequirements libraries is, > > The output string of 'gettext' provided by current Prequirements > (GNU_gettext.dll) is fixed to system installed encoding. If user change default language in Scilab or select other language form the "Regional and Language options" in control panel Windows, the outputs > of 'gettext' are unpredictable. Some of them are in unconverted > UTF8 format and some of them being badly converted to unrecognized strings. > > We need a 'gettext' version that always return UTF8 string. > According to documentation of GNU gettext library, this can be provided with function 'bind_textdomain_codeset'. I just to set output encoding to "UTF-8" as > > bind_textdomain_codeset ('scilab',"UTF-8"); > > and "gettext" , "dgettext" will always return string in UTF-8 format. With this way, I don't need to wrap 'gettext' with 'localeToUTF'. > > But GNU_gettext in Prequirements is too old to have function 'bind_textdomain_codeset' , I need to update it, > > I had test this patch with Chinese-Traditional(zh_TW) Windows Xp with > default language set to "fr_FR","zh_CN" and "ru_RU". Scilab's > localization function work well in this tests. > > > Best regards, > > Yung-Jang Lee > > -------------- next part -------------- A non-text attachment was scrubbed... Name: ru_RU_BaseOnZH_TW.png Type: image/png Size: 10133 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: zh_CN_BaseOnZH_TW.png Type: image/png Size: 834877 bytes Desc: not available URL: From yjlee123 at gmail.com Fri Jan 30 12:12:00 2009 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Fri, 30 Jan 2009 19:12:00 +0800 Subject: [Scilab-Dev] Localization for Windows Multilanguage In-Reply-To: <-1797062943281723976@unknownmsgid> References: <9371b4280901292020u766a7aebq47e61a497659ecd2@mail.gmail.com> <-1797062943281723976@unknownmsgid> Message-ID: <9371b4280901300312u6f54619crf4b8ed8b33d9603@mail.gmail.com> Allan,Sylvestre and all, I update the patch for the modification you made on, http://gitweb.scilab.org/?p=scilab;a=commit;h=67660b64ac3914055233035fa1ee3c04eaa41ed4 As you will see, this patch (gettext2.diff) is quite small, and most of it reverted to it's original natural form. Also included are the tests I made for different languages on my Chinese Windows . The Prequirements Library I send to you, is just for someone the need a quick test for this patch. Best Regards, Yung-Jang Lee -------------- next part -------------- A non-text attachment was scrubbed... Name: zh_TW_BaseOnZH_TWPatch.png Type: image/png Size: 10526 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: zh_CN_BaseOnZH_TWPatch.png Type: image/png Size: 9520 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: fr_FR_BaseOnZH_TWPatch.png Type: image/png Size: 9322 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ru_RU_BaseOnZH_TWPatch.png Type: image/png Size: 9978 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: gettext2.diff Type: text/x-patch Size: 3307 bytes Desc: not available URL: From fvogelnew1 at free.fr Fri Jan 30 22:55:50 2009 From: fvogelnew1 at free.fr (=?ISO-8859-1?Q?Fran=E7ois_Vogel?=) Date: Fri, 30 Jan 2009 22:55:50 +0100 Subject: [svn] 2009-01-22 : changes in the scilab/master project [Thursday, January the 22th, 2009] In-Reply-To: References: Message-ID: <49837766.3080106@free.fr> Hi, The changes message below is the last I received and is dated 22 Jan. Is this service stopped for some reason or is it a failure? Thanks, Francois Scilab TEAM said on 23/01/2009 00:30: > > 1st part [with logs] > List of added files > 735b6f... [jean-baptiste.silvy at scilab.org] > scilab/modules/graphics/tests/nonreg_tests/bug_1829.tst > scilab/modules/graphics/tests/nonreg_tests/bug_1829.tst > > > Add non reg test for bug 1829 > > 953be4... [jean-baptiste.silvy at scilab.org] > scilab/modules/graphics/help/en_US/set_posfig_dim.xml > scilab/modules/graphics/macros/set_posfig_dim.sci > > > Readd set_pos_fig_dim function > > 9527fd... [allan.cornet at scilab.org] > scilab/modules/graphics/tests/nonreg_tests/bug_4006.dia.ref > scilab/modules/graphics/tests/nonreg_tests/bug_4006.tst > scilab/modules/graphics/tests/nonreg_tests/bug_4006.dia.ref > scilab/modules/graphics/tests/nonreg_tests/bug_4006.tst > > > bug 4006 > > 06a16b... [allan.cornet at scilab.org] > scilab/modules/fileio/tests/nonreg_tests/bug_3664.dia.ref > scilab/modules/fileio/tests/nonreg_tests/bug_3664.tst > scilab/modules/fileio/tests/nonreg_tests/bug_3664.dia.ref > scilab/modules/fileio/tests/nonreg_tests/bug_3664.tst > > > bug 3664 > > a66686... [allan.cornet at scilab.org] > scilab/modules/console/tests/nonreg_tests/bug_3326.tst > scilab/modules/console/tests/nonreg_tests/bug_3326.tst > > > bug 3326 (thanks Y.C) > > > List of modified files > 8de562... [allan.cornet at scilab.org] > scilab/modules/graphics/graphics.vcproj > > > fix build x64 libm_sse2_sincos referenced in function rotate2D > > 687aa8... [jean-baptiste.silvy at scilab.org] > scilab/modules/graphics/sci_gateway/c/sci_demo.c > scilab/modules/graphics/sci_gateway/c/sci_geom3d.c > scilab/modules/graphics/sci_gateway/c/sci_demo.c > scilab/modules/graphics/sci_gateway/c/sci_geom3d.c > > > Use Storecommand in sci_demo instead of hazardous manipulations on the stack > > b33224... [jean-baptiste.silvy at scilab.org] > scilab/modules/graphics/src/c/BuildObjects.c > scilab/modules/graphics/src/c/BuildObjects.c > > > Force legend background drawing as default as in Scilab 4 > > 9527fd... [allan.cornet at scilab.org] scilab/CHANGES_5.1 > > scilab/modules/renderer/src/java/org/scilab/modules/renderer/utils/textRendering/FontManager.java > > scilab/CHANGES_5.1 > > scilab/modules/renderer/src/java/org/scilab/modules/renderer/utils/textRendering/FontManager.java > > > > bug 4006 > > a2fb86... [jean-baptiste.silvy at scilab.org] > scilab/modules/graphics/tests/nonreg_tests/bug_4006.dia.ref > scilab/modules/graphics/tests/nonreg_tests/bug_4006.tst > > scilab/modules/renderer/src/java/org/scilab/modules/renderer/utils/textRendering/FontManager.java > > scilab/modules/graphics/tests/nonreg_tests/bug_4006.dia.ref > scilab/modules/graphics/tests/nonreg_tests/bug_4006.tst > > scilab/modules/renderer/src/java/org/scilab/modules/renderer/utils/textRendering/FontManager.java > > > > Fix matching between font_style index and the font list in Java > > 06a16b... [allan.cornet at scilab.org] scilab/CHANGES_5.1 > scilab/CHANGES_5.1 > > > bug 3664 > > 1c7241... [sylvestre.ledru at scilab.org] scilab/Makefile.am > scilab/Makefile.in > > > Nice typo > > a66686... [allan.cornet at scilab.org] scilab/CHANGES_5.1 > scilab/modules/console/etc/configuration.xml > scilab/CHANGES_5.1 > scilab/modules/console/etc/configuration.xml > > > bug 3326 (thanks Y.C) > > 95f348... [jean-baptiste.silvy at scilab.org] > scilab/modules/gui/src/java/org/scilab/modules/gui/bridge/canvas/SwingScilabCanvasImpl.java > > > scilab/modules/gui/src/java/org/scilab/modules/gui/bridge/canvas/SwingScilabCanvasImpl.java > > > > Fix crash when using usecanvas and then modifying properties of an existing figure > > 9f2f0d... [sylvestre.ledru at scilab.org] > scilab/modules/core/src/c/inisci-c.c > scilab/modules/fileio/src/c/FindFileExtension.c > scilab/modules/jvm/src/c/catchIfJavaException.c > scilab/modules/scicos/src/scicos_sundials/cvode.c > scilab/modules/scicos/src/scicos_sundials/ida.c > scilab/modules/spreadsheet/src/c/ripole/logger.c > > > Potential security issues with bad uses of printf & sprintf > > cf44e8... [sylvestre.ledru at scilab.org] scilab/configure > scilab/configure.ac > > > Check potential security issues with printf(s) functions ... when enable debug is used > > 8ba1a6... [pierre.marechal at scilab.org] > scilab/modules/helptools/macros/xmltoformat.sci > scilab/modules/helptools/macros/xmltoformat.sci > > > Partial fix of bug 3918 > > > > > > 2nd part [without logs] > List of added files > 735b6f... [jean-baptiste.silvy at scilab.org] > scilab/modules/graphics/tests/nonreg_tests/bug_1829.tst > scilab/modules/graphics/tests/nonreg_tests/bug_1829.tst > 953be4... [jean-baptiste.silvy at scilab.org] > scilab/modules/graphics/help/en_US/set_posfig_dim.xml > scilab/modules/graphics/macros/set_posfig_dim.sci > 9527fd... [allan.cornet at scilab.org] > scilab/modules/graphics/tests/nonreg_tests/bug_4006.dia.ref > scilab/modules/graphics/tests/nonreg_tests/bug_4006.tst > scilab/modules/graphics/tests/nonreg_tests/bug_4006.dia.ref > scilab/modules/graphics/tests/nonreg_tests/bug_4006.tst > 06a16b... [allan.cornet at scilab.org] > scilab/modules/fileio/tests/nonreg_tests/bug_3664.dia.ref > scilab/modules/fileio/tests/nonreg_tests/bug_3664.tst > scilab/modules/fileio/tests/nonreg_tests/bug_3664.dia.ref > scilab/modules/fileio/tests/nonreg_tests/bug_3664.tst > a66686... [allan.cornet at scilab.org] > scilab/modules/console/tests/nonreg_tests/bug_3326.tst > scilab/modules/console/tests/nonreg_tests/bug_3326.tst > > List of modified files > 8de562... [allan.cornet at scilab.org] > scilab/modules/graphics/graphics.vcproj > 687aa8... [jean-baptiste.silvy at scilab.org] > scilab/modules/graphics/sci_gateway/c/sci_demo.c > scilab/modules/graphics/sci_gateway/c/sci_geom3d.c > scilab/modules/graphics/sci_gateway/c/sci_demo.c > scilab/modules/graphics/sci_gateway/c/sci_geom3d.c > b33224... [jean-baptiste.silvy at scilab.org] > scilab/modules/graphics/src/c/BuildObjects.c > scilab/modules/graphics/src/c/BuildObjects.c > 9527fd... [allan.cornet at scilab.org] scilab/CHANGES_5.1 > > scilab/modules/renderer/src/java/org/scilab/modules/renderer/utils/textRendering/FontManager.java > > scilab/CHANGES_5.1 > > scilab/modules/renderer/src/java/org/scilab/modules/renderer/utils/textRendering/FontManager.java > > a2fb86... [jean-baptiste.silvy at scilab.org] > scilab/modules/graphics/tests/nonreg_tests/bug_4006.dia.ref > scilab/modules/graphics/tests/nonreg_tests/bug_4006.tst > > scilab/modules/renderer/src/java/org/scilab/modules/renderer/utils/textRendering/FontManager.java > > scilab/modules/graphics/tests/nonreg_tests/bug_4006.dia.ref > scilab/modules/graphics/tests/nonreg_tests/bug_4006.tst > > scilab/modules/renderer/src/java/org/scilab/modules/renderer/utils/textRendering/FontManager.java > > 06a16b... [allan.cornet at scilab.org] scilab/CHANGES_5.1 > scilab/CHANGES_5.1 > 1c7241... [sylvestre.ledru at scilab.org] scilab/Makefile.am > scilab/Makefile.in > a66686... [allan.cornet at scilab.org] scilab/CHANGES_5.1 > scilab/modules/console/etc/configuration.xml > scilab/CHANGES_5.1 > scilab/modules/console/etc/configuration.xml > 95f348... [jean-baptiste.silvy at scilab.org] > scilab/modules/gui/src/java/org/scilab/modules/gui/bridge/canvas/SwingScilabCanvasImpl.java > > > scilab/modules/gui/src/java/org/scilab/modules/gui/bridge/canvas/SwingScilabCanvasImpl.java > > 9f2f0d... [sylvestre.ledru at scilab.org] > scilab/modules/core/src/c/inisci-c.c > scilab/modules/fileio/src/c/FindFileExtension.c > scilab/modules/jvm/src/c/catchIfJavaException.c > scilab/modules/scicos/src/scicos_sundials/cvode.c > scilab/modules/scicos/src/scicos_sundials/ida.c > scilab/modules/spreadsheet/src/c/ripole/logger.c > cf44e8... [sylvestre.ledru at scilab.org] scilab/configure > scilab/configure.ac > 8ba1a6... [pierre.marechal at scilab.org] > scilab/modules/helptools/macros/xmltoformat.sci > scilab/modules/helptools/macros/xmltoformat.sci > > From ycollette at free.fr Fri Jan 30 21:31:59 2009 From: ycollette at free.fr (Collette Yann) Date: Fri, 30 Jan 2009 21:31:59 +0100 Subject: Pb of compilation Message-ID: <498363BF.2020207@free.fr> Hello, Since today, there is a problem of compilation. Fresh git pull from scratch: gcc -g -O2 -pipe -Wformat -Wshadow -Wfloat-equal -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-noreturn -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wwrite-strings -Winline -Wredundant-decls -Wall -Wchar-subscripts -Wextra -Wuninitialized -Wno-format-y2k -Wmissing-format-attribute -Wno-missing-field-initializers -Wno-strict-aliasing -Wold-style-definition -g3 -Werror=format-security -fdiagnostics-show-option -fno-stack-protector -DNARROWPROTO -m64 -I./modules/core/includes/ -I./libs/MALLOC/includes/ -I./modules/localization/includes/ -o .libs/scilab-bin scilab_bin-mainscic.o -L/usr/lib64/atlas ./modules/.libs/libscilab.so ./modules/shell/.libs/libscishell.so ./modules/core/.libs/libscicore.so ./modules/completion/.libs/libscicompletion.so ./modules/localization/.libs/libscilocalization.so ./modules/io/.libs/libsciio.so -Wl,--rpath -Wl,/local/stow/scilab-5/lib/scilab /usr/bin/ld: warning: libjava.so, needed by ./modules/shell/.libs/libscishell.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libverify.so, needed by ./modules/shell/.libs/libscishell.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libjvm.so, needed by ./modules/shell/.libs/libscishell.so, not found (try using -rpath or -rpath-link) ./modules/core/.libs/libscicore.so: undefined reference to `cluni0_' ./modules/completion/.libs/libscicompletion.so: undefined reference to `scigetcwd' collect2: ld returned 1 exit status make[1]: *** [scilab-bin] Erreur 1 make[1]: quittant le r?pertoire ? /home/collette/scilab-dev/master/scilab ? make: *** [all-recursive] Erreur 1 YC From vincent.couvert at scilab.org Sat Jan 31 11:01:42 2009 From: vincent.couvert at scilab.org (vincent.couvert at scilab.org) Date: Sat, 31 Jan 2009 11:01:42 +0100 Subject: [Scilab-Dev] Re: [svn] 2009-01-22 : changes in the scilab/master project [Thursday, January the 22th, 2009] In-Reply-To: <49837766.3080106@free.fr> References: <49837766.3080106@free.fr> Message-ID: <46b2c7d060f97f3c10900994b7c4035f@localhost> Hi Fran?ois, It is a failure, Pierre will solve the problem next monday. Vincent On Fri, 30 Jan 2009 22:55:50 +0100, Fran?ois Vogel wrote: > Hi, > > The changes message below is the last I received and is dated 22 Jan. > > Is this service stopped for some reason or is it a failure? > > Thanks, > Francois > > > Scilab TEAM said on 23/01/2009 00:30: >> >> 1st part [with logs] >> List of added files >> 735b6f... [jean-baptiste.silvy at scilab.org] >> scilab/modules/graphics/tests/nonreg_tests/bug_1829.tst >> scilab/modules/graphics/tests/nonreg_tests/bug_1829.tst >> >> >> Add non reg test for bug 1829 >> >> 953be4... [jean-baptiste.silvy at scilab.org] >> scilab/modules/graphics/help/en_US/set_posfig_dim.xml >> scilab/modules/graphics/macros/set_posfig_dim.sci >> >> >> Readd set_pos_fig_dim function >> >> 9527fd... [allan.cornet at scilab.org] >> scilab/modules/graphics/tests/nonreg_tests/bug_4006.dia.ref >> scilab/modules/graphics/tests/nonreg_tests/bug_4006.tst >> scilab/modules/graphics/tests/nonreg_tests/bug_4006.dia.ref >> scilab/modules/graphics/tests/nonreg_tests/bug_4006.tst >> >> >> bug 4006 >> >> 06a16b... [allan.cornet at scilab.org] >> scilab/modules/fileio/tests/nonreg_tests/bug_3664.dia.ref >> scilab/modules/fileio/tests/nonreg_tests/bug_3664.tst >> scilab/modules/fileio/tests/nonreg_tests/bug_3664.dia.ref >> scilab/modules/fileio/tests/nonreg_tests/bug_3664.tst >> >> >> bug 3664 >> >> a66686... [allan.cornet at scilab.org] >> scilab/modules/console/tests/nonreg_tests/bug_3326.tst >> scilab/modules/console/tests/nonreg_tests/bug_3326.tst >> >> >> bug 3326 (thanks Y.C) >> >> >> List of modified files >> 8de562... [allan.cornet at scilab.org] >> scilab/modules/graphics/graphics.vcproj >> >> >> fix build x64 libm_sse2_sincos referenced in function rotate2D >> >> 687aa8... [jean-baptiste.silvy at scilab.org] >> scilab/modules/graphics/sci_gateway/c/sci_demo.c >> scilab/modules/graphics/sci_gateway/c/sci_geom3d.c >> scilab/modules/graphics/sci_gateway/c/sci_demo.c >> scilab/modules/graphics/sci_gateway/c/sci_geom3d.c >> >> >> Use Storecommand in sci_demo instead of hazardous manipulations on the >> stack >> >> b33224... [jean-baptiste.silvy at scilab.org] >> scilab/modules/graphics/src/c/BuildObjects.c >> scilab/modules/graphics/src/c/BuildObjects.c >> >> >> Force legend background drawing as default as in Scilab 4 >> >> 9527fd... [allan.cornet at scilab.org] scilab/CHANGES_5.1 >> >> scilab/modules/renderer/src/java/org/scilab/modules/renderer/utils/textRendering/FontManager.java >> >> >> scilab/CHANGES_5.1 >> >> scilab/modules/renderer/src/java/org/scilab/modules/renderer/utils/textRendering/FontManager.java >> >> >> >> >> bug 4006 >> >> a2fb86... [jean-baptiste.silvy at scilab.org] >> scilab/modules/graphics/tests/nonreg_tests/bug_4006.dia.ref >> scilab/modules/graphics/tests/nonreg_tests/bug_4006.tst >> >> scilab/modules/renderer/src/java/org/scilab/modules/renderer/utils/textRendering/FontManager.java >> >> >> scilab/modules/graphics/tests/nonreg_tests/bug_4006.dia.ref >> scilab/modules/graphics/tests/nonreg_tests/bug_4006.tst >> >> scilab/modules/renderer/src/java/org/scilab/modules/renderer/utils/textRendering/FontManager.java >> >> >> >> >> Fix matching between font_style index and the font list in Java >> >> 06a16b... [allan.cornet at scilab.org] scilab/CHANGES_5.1 >> scilab/CHANGES_5.1 >> >> >> bug 3664 >> >> 1c7241... [sylvestre.ledru at scilab.org] scilab/Makefile.am >> scilab/Makefile.in >> >> >> Nice typo >> >> a66686... [allan.cornet at scilab.org] scilab/CHANGES_5.1 >> scilab/modules/console/etc/configuration.xml >> scilab/CHANGES_5.1 >> scilab/modules/console/etc/configuration.xml >> >> >> bug 3326 (thanks Y.C) >> >> 95f348... [jean-baptiste.silvy at scilab.org] >> scilab/modules/gui/src/java/org/scilab/modules/gui/bridge/canvas/SwingScilabCanvasImpl.java >> >> >> >> scilab/modules/gui/src/java/org/scilab/modules/gui/bridge/canvas/SwingScilabCanvasImpl.java >> >> >> >> >> Fix crash when using usecanvas and then modifying properties of an >> existing figure >> >> 9f2f0d... [sylvestre.ledru at scilab.org] >> scilab/modules/core/src/c/inisci-c.c >> scilab/modules/fileio/src/c/FindFileExtension.c >> scilab/modules/jvm/src/c/catchIfJavaException.c >> scilab/modules/scicos/src/scicos_sundials/cvode.c >> scilab/modules/scicos/src/scicos_sundials/ida.c >> scilab/modules/spreadsheet/src/c/ripole/logger.c >> >> >> Potential security issues with bad uses of printf & sprintf >> >> cf44e8... [sylvestre.ledru at scilab.org] scilab/configure >> scilab/configure.ac >> >> >> Check potential security issues with printf(s) functions ... when enable >> debug is used >> >> 8ba1a6... [pierre.marechal at scilab.org] >> scilab/modules/helptools/macros/xmltoformat.sci >> scilab/modules/helptools/macros/xmltoformat.sci >> >> >> Partial fix of bug 3918 >> >> >> >> >> >> 2nd part [without logs] >> List of added files >> 735b6f... [jean-baptiste.silvy at scilab.org] >> scilab/modules/graphics/tests/nonreg_tests/bug_1829.tst >> scilab/modules/graphics/tests/nonreg_tests/bug_1829.tst >> 953be4... [jean-baptiste.silvy at scilab.org] >> scilab/modules/graphics/help/en_US/set_posfig_dim.xml >> scilab/modules/graphics/macros/set_posfig_dim.sci >> 9527fd... [allan.cornet at scilab.org] >> scilab/modules/graphics/tests/nonreg_tests/bug_4006.dia.ref >> scilab/modules/graphics/tests/nonreg_tests/bug_4006.tst >> scilab/modules/graphics/tests/nonreg_tests/bug_4006.dia.ref >> scilab/modules/graphics/tests/nonreg_tests/bug_4006.tst >> 06a16b... [allan.cornet at scilab.org] >> scilab/modules/fileio/tests/nonreg_tests/bug_3664.dia.ref >> scilab/modules/fileio/tests/nonreg_tests/bug_3664.tst >> scilab/modules/fileio/tests/nonreg_tests/bug_3664.dia.ref >> scilab/modules/fileio/tests/nonreg_tests/bug_3664.tst >> a66686... [allan.cornet at scilab.org] >> scilab/modules/console/tests/nonreg_tests/bug_3326.tst >> scilab/modules/console/tests/nonreg_tests/bug_3326.tst >> >> List of modified files >> 8de562... [allan.cornet at scilab.org] >> scilab/modules/graphics/graphics.vcproj >> 687aa8... [jean-baptiste.silvy at scilab.org] >> scilab/modules/graphics/sci_gateway/c/sci_demo.c >> scilab/modules/graphics/sci_gateway/c/sci_geom3d.c >> scilab/modules/graphics/sci_gateway/c/sci_demo.c >> scilab/modules/graphics/sci_gateway/c/sci_geom3d.c >> b33224... [jean-baptiste.silvy at scilab.org] >> scilab/modules/graphics/src/c/BuildObjects.c >> scilab/modules/graphics/src/c/BuildObjects.c >> 9527fd... [allan.cornet at scilab.org] scilab/CHANGES_5.1 >> >> scilab/modules/renderer/src/java/org/scilab/modules/renderer/utils/textRendering/FontManager.java >> >> >> scilab/CHANGES_5.1 >> >> scilab/modules/renderer/src/java/org/scilab/modules/renderer/utils/textRendering/FontManager.java >> >> >> a2fb86... [jean-baptiste.silvy at scilab.org] >> scilab/modules/graphics/tests/nonreg_tests/bug_4006.dia.ref >> scilab/modules/graphics/tests/nonreg_tests/bug_4006.tst >> >> scilab/modules/renderer/src/java/org/scilab/modules/renderer/utils/textRendering/FontManager.java >> >> >> scilab/modules/graphics/tests/nonreg_tests/bug_4006.dia.ref >> scilab/modules/graphics/tests/nonreg_tests/bug_4006.tst >> >> scilab/modules/renderer/src/java/org/scilab/modules/renderer/utils/textRendering/FontManager.java >> >> >> 06a16b... [allan.cornet at scilab.org] scilab/CHANGES_5.1 >> scilab/CHANGES_5.1 >> 1c7241... [sylvestre.ledru at scilab.org] scilab/Makefile.am >> scilab/Makefile.in >> a66686... [allan.cornet at scilab.org] scilab/CHANGES_5.1 >> scilab/modules/console/etc/configuration.xml >> scilab/CHANGES_5.1 >> scilab/modules/console/etc/configuration.xml >> 95f348... [jean-baptiste.silvy at scilab.org] >> scilab/modules/gui/src/java/org/scilab/modules/gui/bridge/canvas/SwingScilabCanvasImpl.java >> >> >> >> scilab/modules/gui/src/java/org/scilab/modules/gui/bridge/canvas/SwingScilabCanvasImpl.java >> >> >> 9f2f0d... [sylvestre.ledru at scilab.org] >> scilab/modules/core/src/c/inisci-c.c >> scilab/modules/fileio/src/c/FindFileExtension.c >> scilab/modules/jvm/src/c/catchIfJavaException.c >> scilab/modules/scicos/src/scicos_sundials/cvode.c >> scilab/modules/scicos/src/scicos_sundials/ida.c >> scilab/modules/spreadsheet/src/c/ripole/logger.c >> cf44e8... [sylvestre.ledru at scilab.org] scilab/configure >> scilab/configure.ac >> 8ba1a6... [pierre.marechal at scilab.org] >> scilab/modules/helptools/macros/xmltoformat.sci >> scilab/modules/helptools/macros/xmltoformat.sci >> >> >