[Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-10-27 Thread Heinz Nabielek
HELP: after Mac breakdown, I had no other option than installting macOS 10.15 Catalina and now Scilab cannot work, because the nasty Apple people do not allow Java 6. Any progress in sight? Heinz ___ users mailing list users@lists.scilab.org http://li

[Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-11-11 Thread Chin Luh Tan
Hi,  I just aware that Samuel has pointed out about the "hijacking" a thread, in fact, this topic was hijacked from the original topic "[Scilab-users] lincos instruction : example file pendulum_anim45.zcos is corrupted - Buggzilla 16221" . Look at this link: http://mailinglists.scilab.o

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-10-28 Thread Stéphane Mottelet
Hello, Le 27/10/2019 à 23:51, Heinz Nabielek a écrit : HELP: after Mac breakdown, I had no other option than installting macOS 10.15 Catalina You always have the choice (using the recovery mode) to reinstall the OSX version that was bundled with your Mac at purchase time. and now Scilab canno

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-10-28 Thread Heinz Nabielek
On 28.10.2019, at 11:08, Stéphane Mottelet wrote: > > Hello, > > Le 27/10/2019 à 23:51, Heinz Nabielek a écrit : >> HELP: after Mac breakdown, I had no other option than installting macOS >> 10.15 Catalina > You always have the choice (using the recovery mode) to reinstall the OSX > version th

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-11-02 Thread knobs
Hi Heinz,Did you find a fix?I had SciLab 6 running perfectly well on my Macs under both Mojave and High Sierra without installing Java 6. This is not an Apple problem, but a SciLab issue. Honestly, I do not understand why SciLab has to use be Java 6 ?!! Seems backwards to me.There was a way to tell

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-11-02 Thread Stéphane Mottelet
Hello, > Le 2 nov. 2019 à 17:41, knobs a écrit : > > Hi Heinz, Did you find a fix? I had SciLab 6 running perfectly well on my > Macs under both Mojave and High Sierra without installing Java 6. This is not > an Apple problem, but a SciLab issue. This IS an Apple issue. > Honestly, I do not

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-11-02 Thread Heinz Nabielek
On 02.11.2019, at 21:56, Stéphane Mottelet wrote: > > Hello, > >> Le 2 nov. 2019 à 17:41, knobs a écrit : >> >> Hi Heinz, Did you find a fix? I had SciLab 6 running perfectly well on my >> Macs under both Mojave and High Sierra without installing Java 6. This is >> not an Apple problem, but

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-11-02 Thread Stéphane Mottelet
> Le 2 nov. 2019 à 22:33, Heinz Nabielek a écrit : > > On 02.11.2019, at 21:56, Stéphane Mottelet wrote: >> >> Hello, >> Le 2 nov. 2019 à 17:41, knobs a écrit : >>> >>> Hi Heinz, Did you find a fix? I had SciLab 6 running perfectly well on my >>> Macs under both Mojave and High Sie

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-11-02 Thread Stéphane Mottelet
Hello Heinz Please install Oracle JDK 1.8 and follow the instructions in the link I gave below. S. > Le 2 nov. 2019 à 22:33, Heinz Nabielek a écrit : > > On 02.11.2019, at 21:56, Stéphane Mottelet wrote: >> Hello, > Le 2 nov. 2019 à 17:41, knobs a écrit : Hi Heinz, Did you find

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-11-02 Thread Stéphane Mottelet
BTW can you launch Scilab on the command line with -nwni flag in order to see other (besides Java) potential problems ? S. > Le 2 nov. 2019 à 22:33, Heinz Nabielek a écrit : > > On 02.11.2019, at 21:56, Stéphane Mottelet wrote: >> >> Hello, >> Le 2 nov. 2019 à 17:41, knobs a écrit :

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-11-02 Thread Heinz Nabielek
Same error message windows, but starting on the command line. Great! Would I have full SciLab power here? Heinz /Applications/scilab-6.0.2.app/Contents/MacOS/bin/scilab -nwni true Scilab 6.0.2 (Aug 19 2019, 11:47:50) --> a=sqrt(3) a = 1.7320508 --> 3-a*a ans = 4.441D-16 --

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-11-02 Thread knobs
Hi, Thank you :-) After running the python script from the link that you had provided, Scilabs 6.0.1. starts under Catalina :-) https://github.com/rtrouton/rtrouton_scripts/blob/master/rtrouton_scripts/update_oracle_java_jdk_jvmcapabilities/update_oracle_java_jdk_jvmcapabilities.py I have not i

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-11-02 Thread knobs
Hi, Just installed Scilab 6.0.2. and now the real funs starts. ATOMS has issues: --> atomsList(); Scanning repository http://atoms.scilab.org/6.0 ... Done at line65 of function atomsDESCRIPTIONread ( /Applications/scilab-6.0.2.app/Contents/MacOS/share/scilab/modules/atoms/macros/atoms_intern

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-11-03 Thread Stéphane Mottelet
> Le 3 nov. 2019 à 00:34, knobs a écrit : > > Hi, > > Just installed Scilab 6.0.2. and now the real funs starts. Frankly, I don’t appreciate your sense of humour. Keeping Scilab *alive* on OSX remains on the work of guys like you and me. So don’t be sarcastic when you report issues... > A

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-11-03 Thread knobs
Hi Stéphane, Sorry, if you felt offended. I was simply reporting a bug. I am spending hours trying to get SciLab to work on macOS and compiling atoms toolboxes from scratch that are not available (yet) for macOS. At 2 a.m. I can crack a joke. Otherwise I would go insane. The world is not that bla

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-11-03 Thread Chin Luh Tan
Hi Stéphane, Willi, First of all, thanks for the fix on the java issues and the Scilab could be launch in Catalina! Secondly, Willi, I was facing the same atoms issue with you when first launching the Scilab from the app, then I switch to the terminal and get it running. After the first ti

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-11-03 Thread Chin Luh Tan
One more thing, the macos compilation guide which is using fink might be a bit outdated, anyone having any idea, should we use homebrew, mac_port, instead? thanks again. rgds, CL On Mon, 04 Nov 2019 00:20:29 +0800 Chin Luh Tan wrote Hi Stéphane, Willi, First of all, thank

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-11-03 Thread Stéphane Mottelet
Le 03/11/2019 à 15:45, knobs a écrit : Hi Stéphane, Sorry, if you felt offended. I was simply reporting a bug. I am spending hours trying to get SciLab to work on macOS You are not alone... and compiling atoms toolboxes from scratch that are not available (yet) for macOS. Glad to hear th

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-11-03 Thread Stéphane Mottelet
Le 03/11/2019 à 17:20, Chin Luh Tan a écrit : Hi Stéphane, Willi, First of all, thanks for the fix on the java issues and the Scilab could be launch in Catalina! We should be able to bundle the JRE with Scilab. I hope for the next release. Secondly, Willi, I was facing the same atoms issue

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-11-03 Thread Stéphane Mottelet
Le 03/11/2019 à 17:23, Chin Luh Tan a écrit : One more thing, the macos compilation guide which is using fink might be a bit outdated, The official 6.0.2 build has been done on a High Sierra machine which is completely dedicated to this task. Starting from Mojave working with Fink began to be

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-11-03 Thread knobs
Hi, I had worked on CelestLab and different CV packages and compiled them in Sierra or High Sierra (not sure anymore). IPCV and SciCV. Both are now readily available... No more need to compile them ;-) I am not compiling SciLab from scratch. That would be beyond my capabilities. I only use Homeb

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-11-03 Thread Stéphane Mottelet
> Le 3 nov. 2019 à 20:48, knobs a écrit : > > Hi, > > I had worked on CelestLab and different CV packages and compiled them in > Sierra or High Sierra (not sure anymore). IPCV and SciCV. Both are now > readily available... No more need to compile them ;-) > > I am not compiling SciLab from s

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-11-03 Thread Stéphane Mottelet
I meant [version, opts] = getversion() Le 03/11/2019 à 21:44, Stéphane Mottelet a écrit : Le 3 nov. 2019 à 20:48, knobs a écrit : Hi, I had worked on CelestLab and different CV packages and compiled them in Sierra or High Sierra (not sure anymore). IPCV and SciCV. Both are now readily ava

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-11-03 Thread Perrichon
cilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight? I meant [version, opts] = getversion() Le 03/11/2019 à 21:44, Stéphane Mottelet a écrit : > >> Le 3 nov. 2019 à 20:48, knobs a écrit : >> >> Hi, >> >> I had worked on CelestLab and d

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any        progress in sight?

2019-11-03 Thread Chin Luh Tan
imanche 3 novembre 2019 21:55 À : mailto:users@lists.scilab.org Objet : Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight? I meant [version, opts] = getversion() Le 03/11/2019 à 21:44, Stéphane Mottelet a écrit : > >> Le 3 nov. 2019 à 20:48, knobs <mail

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any        progress in sight?

2019-11-03 Thread Perrichon
cilab' Objet : Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any        progress in sight? Hi Perrichon, Apologize in advance but I think the this conversation is actually solving quite some issues in MacOS and I felt that it could be helpful to continue in ma

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any        progress in sight?

2019-11-04 Thread stephane . mottelet
: users@lists.scilab.org Objet : Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight? I meant [version, opts] = getversion() Le 03/11/2019 à 21:44, Stéphane Mottelet a écrit : Le 3 nov. 2019 à 20:48, knobs a écrit : Hi, I had worked on CelestLab and d

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any        progress in sight?

2019-11-04 Thread Heinz Nabielek
On 04.11.2019, at 12:58, stephane.motte...@utc.fr wrote: > > atomsList Never used atoms nor do I know, what they are good for, but my 6.02 in Catalina gives --> atomsList animaGIF - stand-alone creation of an animated GIF image from images files or from a live figure

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any        progress in sight?

2019-11-04 Thread stephane . mottelet
Thanks Heinz, this is weird. In fact the problem comes from the libcurl which is bundled with Scilab. I think the lib was bundled for historical reasons (libcurl was likely needed for old OSX versions). Since the problem occurs for a Catalina clean install, without any additionnal software

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any        progress in sight?

2019-11-04 Thread Chin Luh Tan
hi, as willi suggested, hv u tried to launch the scilab from terminal and run the command again? thanks. rdgs, CL On Mon, 04 Nov 2019 20:31:24 +0800 wrote Thanks Heinz, this is weird. In fact the problem comes from the libcurl which is bundled with Scilab. I think the lib

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any        progress in sight?

2019-11-04 Thread stephane . mottelet
I made the test from the command line. However, I think the regexp problem (which I didn't have) has a different origin. S. Chin Luh Tan a écrit : hi,   as willi suggested, hv u tried to launch the scilab from terminal and run the command again?   thanks.   rdgs, CL

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any        progress in sight?

2019-11-04 Thread Chin Luh Tan
i see, sorry for overlooked the error message. 1 last stupid suggestion, could u also try to launch the scilab with sudo from command line? rgds, CL On Mon, 04 Nov 2019 20:42:41 +0800 wrote I made the test from the command line. However, I think the regexp problem (which I did

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any        progress in sight?

2019-11-04 Thread Samuel Gougeon
Le 04/11/2019 à 12:58, stephane.motte...@utc.fr a écrit : Hello, Concerning the ATOMS problems with 6.0.2 on OSX Catalina (Windows users please stop reading further... ;-)), I have the following error on a freshly installed configuration (dedicated partition on my machine): Scilab 6.0.2 (Au

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any        progress in sight?

2019-11-04 Thread stephane . mottelet
Thanks Samuel. So the regexp error can eventually have the same cause (libcurl version mismatch). I have packaged a scilab-6.0.2 without these libraries (and removing the 10.15 warning) for OSX users at the following URL: http://www.utc.fr/~mottelet/scilab/download/6.0.2/scilab-6.0.2-x86_6

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any        progress in sight?

2019-11-04 Thread Heinz Nabielek
On 04.11.2019, at 14:55, stephane.motte...@utc.fr wrote: > > Thanks Samuel. So the regexp error can eventually have the same cause > (libcurl version mismatch). I have packaged a scilab-6.0.2 without these > libraries (and removing the 10.15 warning) for OSX users at the following URL: > > http

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any        progress in sight?

2019-11-04 Thread stephane . mottelet
Did you test the Atoms stuff ? Heinz Nabielek a écrit : On 04.11.2019, at 14:55, stephane.motte...@utc.fr wrote: Thanks Samuel. So the regexp error can eventually have the same cause (libcurl version mismatch). I have packaged a scilab-6.0.2 without these libraries (and removing the 10.15

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any        progress in sight?

2019-11-04 Thread Chin Luh Tan
Hi,  from my end: 1. The warning for the 10.15 gone.  2. First launch from the app still give the regexp error when running atomsList, but after running one time from terminal and get it run successfully, I could run it from the app as after all.  3. atomsInstall for the module with gatew

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any        progress in sight?

2019-11-04 Thread Heinz Nabielek
all 66 atoms here, as before Greetings from Heinz > On 04.11.2019, at 15:40, stephane.motte...@utc.fr wrote: > > Did you test the Atoms stuff ? > > Heinz Nabielek a écrit : > >>> On 04.11.2019, at 14:55, stephane.motte...@utc.fr wrote: >>> >>> Thanks Samuel. So the regexp error can eventuall

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any        progress in sight?

2019-11-04 Thread stephane . mottelet
Hello, I don't have the regexp error. Here is my complete workflow: 1 - Delete the eventual previous Sciab 6.0.2 I had in the /Applications/ folder  2 - Delete my .Scilab folder 3 - extract the .dmg I downloaded from http://www.utc.fr/~mottelet/scilab/download/6.0.2/scilab-6.0.2-x86_64-201

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any        progress in sight?

2019-11-04 Thread stephane . mottelet
Obviously, between points 3 and 4 I moved the Scilab app from the archive in the Appplication folder. stephane.motte...@utc.fr a écrit : Hello, I don't have the regexp error. Here is my complete workflow: 1 - Delete the eventual previous Sciab 6.0.2 I had in the /Applications/ folder  2

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any        progress in sight?

2019-11-04 Thread Chin Luh Tan
ok, i did: 1. Del both previous scilab and the scilab from your link installed just now to make it clean 2. Totally remove the .Scilab folder under home folder by using sudo rm -R .Scilab 3. Re-download the link  4. Double click and install (by dragging the scilab icon to application folder

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any        progress in sight?

2019-11-04 Thread stephane . mottelet
There is a big difference in the inherited environment when scilab is launched from the command line and by clicking the icon. In the past I solved a problem with the LANG variable https://codereview.scilab.org/#/c/20787/ https://codereview.scilab.org/#/c/21069/ the second one is still not me

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any        progress in sight?

2019-11-04 Thread Chin Luh Tan
Hi, just to add on to the issue on the atomsInstall. I finally find out that the issue was due to the extra "__MACOSX" folder created during zip process under MAC. "The __MACOSX folder is created when a Mac user creates and archive (also called a zip file) using the Mac. If the Mac user se

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any        progress in sight?

2019-11-04 Thread Stéphane Mottelet
Great analysis ! > Le 5 nov. 2019 à 07:16, Chin Luh Tan a écrit : > >  > Hi, > > just to add on to the issue on the atomsInstall. I finally find out that the > issue was due to the extra "__MACOSX" folder created during zip process under > MAC. > > "The __MACOSX folder is created when a Mac

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any        progress in sight?

2019-11-05 Thread Stéphane Mottelet
Le 05/11/2019 à 08:18, Stéphane Mottelet a écrit : Great analysis ! Le 5 nov. 2019 à 07:16, Chin Luh Tan a écrit :  Hi, just to add on to the issue on the atomsInstall. I finally find out that the issue was due to the extra "__MACOSX" folder created during zip process under MAC. "The

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any        progress in sight?

2019-11-05 Thread Chin Luh Tan
Hi,  I totally agreed to use -x instead to exclude the folder, this will also eliminate the extra unnecessary folder. Thanks for the better fix.  As for the extra folder case, it could be very tricky as there are many possibilities of the dev packaging an module,  it could make the packaging

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any        progress in sight?

2019-11-11 Thread knobs
Hi, Great detective work. Thank you! Sorry, I have been too busy to try out the new beta version (S.‘s dmg). Will do this soon, probably on the weekend. W. -- Sent from: http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-11-11 Thread Chin Luh Tan
correction, i meant, this topic had hijacked the topic "[Scilab-users] lincos instruction : example file pendulum_anim45.zcos is corrupted - Buggzilla 16221" , not the other way.  apologize to Pierre PERRICHON for hijacking your thread. :) rgds, CL On Tue, 12 Nov 2019 01:01:31 +0800 Chin

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-11-11 Thread Samuel Gougeon
Le 11/11/2019 à 18:01, Chin Luh Tan a écrit : Hi, I just aware that Samuel has pointed out about the "hijacking" a thread, in fact, this topic was hijacked from the original topic "[Scilab-users] lincos instruction : example file pendulum_anim45.zcos is corrupted - Buggzilla 16221" . Look a

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-11-11 Thread Chin Luh Tan
Thanks Samuel for pointing this out. yes, you're right, if we've group the email, it will be the same as the one seen in the link, unless we've chosen the "Flatten" view in the email client.  We shall open another new thread on this discussion or else it will not match the subject again. :)

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any        progress in sight?

2019-11-12 Thread knobs
Hi, I installed the Scilab from the new dmg: = --> [version, opts] = getversion() opts = !GCC x64 modelicac release Aug 19 2019 11:47:50 ! version = scilab-6.0.2 = When running Atoms from the menu it still would start nor populate the atoms-list. Running from ter

Re: [Scilab-users] Scilab cannot work on macOS 10.15 Catalina: Any progress in sight?

2019-11-12 Thread Chin Luh Tan
Hi, We have move the MacOS discussion to this new thread, please reply to this thread in the future for this discussion. I will answer the modification on the atomsExtract.sci first.  Once you have edit the function, you need to run the sci file above in order to use the updated code.