Re: [Scilab-Dev] Compiling Scilab for macOS

2020-04-20 Thread Stéphane Mottelet
forward! Cheers, Arvid *From: *dev on behalf of Chin Luh Tan *Reply to: *List dedicated to the development of Scilab *Date: *Monday, 20 April 2020 at 17:55 *To: *List dedicated to the development of Scilab *Subject: *Re: [Scilab-Dev] Compiling Scilab for macOS Hi Stephane, I tried the patch

Re: [Scilab-Dev] Compiling Scilab for macOS

2020-04-20 Thread Arvid Rosén
] Compiling Scilab for macOS Hi Stephane, I tried the patch 21221 but I still get the same linker error: ./scilab-adv-cli Scilab startup function detected that the function proposed to the engine is the wrong one. Usually, it comes from a linker problem in your distribution/OS. Here, Scilab

Re: [Scilab-Dev] Compiling Scilab for macOS

2020-04-20 Thread Chin Luh Tan
Hi Stephane, I tried the patch 21221 but I still get the same linker error: ./scilab-adv-cli  Scilab startup function detected that the function proposed to the engine is the wrong one. Usually, it comes from a linker problem in your distribution/OS. Here, Scilab should have 'libscijvm' de

Re: [Scilab-Dev] Compiling Scilab for macOS

2020-04-20 Thread Chin Luh Tan
Hi Stephane, I am just about to reply you to update the current status.  Before I add the other files as mentioned by you in this email (i just replace the 2 files mentioned previously), the build still successful (with quite some warnings) scilab-cli run fine, but the scilab and scilab-

Re: [Scilab-Dev] Compiling Scilab for macOS

2020-04-20 Thread Stéphane Mottelet
Hello, Le 19/04/2020 à 13:09, Chin Luh Tan a écrit : As I had start with brew, so I just tried to cont using the brew before I switch to fink if no success, and in fact, I get the similar error: [javac] /Users/kennethkoh/scilab-6.1/scilab/modules/graphic_objects/src/java/org/scilab/modules/

Re: [Scilab-Dev] Compiling Scilab for macOS

2020-04-19 Thread Chin Luh Tan
lang right now.   Cheers, Arvid   From: dev on behalf of Stéphane Mottelet Reply to: List dedicated to the development of Scilab Date: Saturday, 18 April 2020 at 11:49 To: "dev@lists.scilab.org" Subject: [Scilab-Dev] Compiling Scilab for macOS   Hello, That's one o

Re: [Scilab-Dev] Compiling Scilab for macOS

2020-04-19 Thread Stéphane Mottelet
thirdparty/gluegen2-rt.jar 2.4 > > > 6. Then I get the error as mentioned above. > > Any advice on this, or I shall try on the fink next. > > thanks again. > > Regards, > Chin Luh > > > ---- On Sat, 18 Apr 2020 22:32:18 +0800 Arvid Rosén wrote > >

Re: [Scilab-Dev] Compiling Scilab for macOS

2020-04-19 Thread Chin Luh Tan
11:49 To: "mailto:dev@lists.scilab.org"; <mailto:dev@lists.scilab.org> Subject: [Scilab-Dev] Compiling Scilab for macOS   Hello, That's one of the reasons why I don't like Homebrew: thos packaging system is quite aggressive w.r.t. software versions. I think The pro

Re: [Scilab-Dev] Compiling Scilab for macOS

2020-04-19 Thread Chin Luh Tan
turday, 18 April 2020 at 11:49 To: "dev@lists.scilab.org" Subject: [Scilab-Dev] Compiling Scilab for macOS   Hello, That's one of the reasons why I don't like Homebrew: thos packaging system is quite aggressive w.r.t. software versions. I think The problem you have here is

Re: [Scilab-Dev] Compiling Scilab for macOS

2020-04-19 Thread Stéphane Mottelet
gain. > > Regards, > Chin Luh > > > On Sat, 18 Apr 2020 22:32:18 +0800 Arvid Rosén wrote > > > Hi, > > > > You are right Stephane! Ant was in fact causing the problem here. > > > > My workaround was: > > brew install ant@1.9

Re: [Scilab-Dev] Compiling Scilab for macOS

2020-04-19 Thread Chin Luh Tan
ilto:stephane.motte...@utc.fr> Reply to: List dedicated to the development of Scilab <mailto:dev@lists.scilab.org> Date: Saturday, 18 April 2020 at 11:49 To: "mailto:dev@lists.scilab.org"; <mailto:dev@lists.scilab.org> Subject: [Scilab-Dev] Compiling Scilab for macOS

Re: [Scilab-Dev] Compiling Scilab for macOS

2020-04-18 Thread Arvid Rosén
11:49 To: "dev@lists.scilab.org" Subject: [Scilab-Dev] Compiling Scilab for macOS Hello, That's one of the reasons why I don't like Homebrew: thos packaging system is quite aggressive w.r.t. software versions. I think The problem you have here is due to the Ant package,

[Scilab-Dev] Compiling Scilab for macOS

2020-04-18 Thread Stéphane Mottelet
Hello, That's one of the reasons why I don't like Homebrew: thos packaging system is quite aggressive w.r.t. software versions. I think The problem you have here is due to the Ant package, whose version needs openjdk13. Hence, all java builds within Scilab are done with java13. The only worka