Re: [Scilab-users] Compiling Scilab for macOS

2020-04-17 Thread Chin Luh Tan
Hi Stéphane, Arvid,  Do count me in, 2.5 of us compiling this now, as I am not so familiar with MacOS actually so just count me as 0.5.  I did the compilation using the third parties installed with brew, including the adoptopenjdk 8 with brew cask install.  I pass the configure without mod

Re: [Scilab-users] Compiling Scilab for macOS

2020-04-17 Thread Masaru Nomiya
Hello, In the Message; Subject: Re: [Scilab-users] Compiling Scilab for macOS Message-ID : <171885d1738.11ad7da53901249.8567276957153740...@bytecode-asia.com> Date & Time: Fri, 17 Apr 2020 21:38:54 +0800 [CLT] == Chin Luh Tan has written: [...] CLT> Do count me in, 2.5 of us comp

Re: [Scilab-users] Compiling Scilab for macOS

2020-04-17 Thread Stéphane Mottelet
Hello, I think that you may have more than one JDK installed on your computer. The problem with error: package javax.annotation does not exist is likely due to  java 11. Make sure that at configure time the right JDK is detected, and if necessary force the detection with configure flag --w

[Scilab-users] Covid19 model

2020-04-17 Thread Claus Futtrup
Hi Scilabers A friend (Lars Risbo) published some MATLAB code in LinkedIn for simulating the infection with a company lockdown after some time. I figured I'd try to convert it to Scilab. The code uses ODE45 and I'm not sure that I understand how to convert this MATLAB code to Scilab. I hope

Re: [Scilab-users] Compiling Scilab for macOS

2020-04-17 Thread Chin Luh Tan
Hi Samuel,  Thanks for your reply. Yes, there are 2 version of Java, another is 13, but in fact, i already use the export JAVA_HOME before "make": Kenneths-MacBook-Air-2:scilab kennethkoh$ java -version openjdk version "1.8.0_242" OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_242-

Re: [Scilab-users] Compiling Scilab for macOS

2020-04-17 Thread Chin Luh Tan
Dear Nomiya San, Thanks for your input, for ubuntu 18.04 I was able to make it with Openjdk-8, will take note on opensuse leap 15.1 on this issue if i came across this in the future. Great to have experience from all dev/user on the compilation for different distro.   Thanks again. Rega