Open doquen opened 6 years ago
Also, scilab_gui was buggie... i replaced
"value", [1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ],
with:
"value",[1]
in line 180 of sci2c_gui.sce and apparently it's fixed.
I also can't get this installed in release 6.x. Anyone working on updating this module to get it working? It would be nice to be able to use it without manually compiling. I'm just moving to scilab from the octave world so I'm not up to speed on how to do certain things.
Where's the documentation on how to build and install an atoms module from source ?
Hi, when trying to install on scilab 6.0.1 in Ubuntu 18.04 Machine, i get this error when running builder.sce:
I removed the "," after zreals, and then get the following error:
removed the ":" after the else, and get this:
which is only a warning.. it's ok what i did?