Re: [Scilab-users] compilation with OCaml 4.06

2018-04-04 Thread Florian Blachère
Hello, Any news about this error ? Thanks by advance, Florian On 26/02/18 09:01, Florian Blachère wrote: > Hello, > > Thanks for this patch, but it seems not enough to build as there is > still some errors with Bytes/Strings: > > File "src/modelica_compiler/opt

Re: [Scilab-users] compilation with OCaml 4.06

2018-02-26 Thread Florian Blachère
String.html Regards, -- Clément Le jeudi 22 février 2018 à 09:35 +0100, Florian Blachère a écrit : Hello Clément, Thanks for the answer, I installed num and changed the compilation line to use ocamlfind but now the compilation fails with : ocamlfind ocamlopt -package num -I ./src/modelica_compiler -I

Re: [Scilab-users] compilation with OCaml 4.06

2018-02-22 Thread Florian Blachère
ternal Num library for the 6.0.x family as far as this library remains available; statically build against it is the way to go for OCaml code. Num might also be packaged in your system, use ocamlfind to look for it. Thanks, -- Clément Le mercredi 21 février 2018 à 08:41 +0100, Florian Blachè

[Scilab-users] compilation with OCaml 4.06

2018-02-20 Thread Florian Blachère
Hello, Scilab 6.0.0 and 6.0.1 (and the master branch) cannot be build using OCaml 4.06 because this release remove the Num library (https://ocaml.org/releases/4.06.html#Changes, https://github.com/ocaml/ocaml/pull/1178), do you have any advice to build Scilab with recent OCaml: integrate Num

Re: [Scilab-users] Fail to run scilab-6.0.0 binary

2017-05-03 Thread Florian Blachère
asic usage. > > Thanks, > > -- > Clément > > Le mercredi 03 mai 2017 à 13:23 +0200, Florian Blachère a écrit : >> Hello, >> >> Ok, I will report the bug with all the required information. Could you >> just give me the right section where to report the bug

Re: [Scilab-users] Fail to run scilab-6.0.0 binary

2017-05-03 Thread Florian Blachère
ork using it. > A more recent OpenJDK > version might be needed and you could enforce your distribution specific one > using : > > JAVA_HOME=/path/to/jdk bin/scilab > > -- > Clément > > Le dimanche 30 avril 2017 à 16:58 +0200, Florian Blachère a écrit : >> Hell

Re: [Scilab-users] compiling scilab

2017-03-29 Thread Florian Blachère
ML modification, you could generate it using the `git format-patch` > command. > > [1]: http://bugzilla.scilab.org > > Thanks, > > -- > Clément > > Le mercredi 29 mars 2017 à 11:07 +0200, Florian Blachère a écrit : >> Hello, >> >> The patch a

Re: [Scilab-users] compiling scilab

2017-03-29 Thread Florian Blachère
t : >> Hello, >> >> it worked for me to use the --without-modelica option for the config file >> and -j1 with make. >> >> Best regards, >> >> Martin >> >> 2017-03-24 11:17 GMT+01:00 Florian Blachère <florian.blach...@uvsq.fr>: >&g

Re: [Scilab-users] compiling scilab

2017-03-24 Thread Florian Blachère
Hello, I can confirm that with a recent Ocaml compiler (4.04.0) on Archlinux using the PKGBUILD from the AUR (https://aur.archlinux.org/packages/scilab/) and with modelica activated ('--with-modelica') the build fails even with the '-j1' option. Regards, Florian On 24/03/17 09:53, Clément