0
Scimax - Scilab Symbolic Toolbox

Hello there, Since I am trying to install Scimax with Scilab 5.5, I also need the changed source code file for running Scimax in my computer. The installation steps discussed in the pdf requires an editted source code and not the ones downloaded from the main website. So I request you to send the changed source codes for overload-1.3.3 and scilab-scimax-2.1.4 asap. With Thanks & Regards, Sanchit Gupta


Scilab 12-07-16, 7:45 p.m. gsanchit1995
0
You need to edit as mentioned in the document. Please follow the steps as given in the doc.
12-07-16, 7:55 p.m. shamika


0
Please follow the instructions given here- http://www.scilab.in/scilab-symbolic-toolbox
13-07-16, 11:18 a.m. shamika


0
After commenting a line from builder.sce (Scimax) file it worked fine. But now when I go to the next step ie. executing loader.sce file, it shows an error. The error statement is as follows:-
exec('/home/om/scilab-scimax-2.1.4/loader.sce', -1)
Loading Overload library : The file liboverload is already loaded. Try to unload it with ulink.

Loading Maxima library : Link failed for dynamic library '/home/om/scilab-scimax-2.1.4/etc//../src/c/libmaxima.so'.
An error occurred: /home/om/scilab-scimax-2.1.4/etc//../src/c/libmaxima.so: cannot open shared object file: No such file or directory
Link failed for dynamic library '/home/om/scilab-scimax-2.1.4/etc//../src/c/libmaxima.so'.
An error occurred: /home/om/scilab-scimax-2.1.4/etc//../src/c/libmaxima.so: cannot open shared object file: No such file or directory
addinter(mpath+'src/c/libmaxima.so','libmaxima',functions)
                                                           !--error 236
addinter: The shared archive was not loaded: (null)
at line      45 of exec file called by :   
exec(get_absolute_file_path("loader.sce")+"etc/"+"SciMax.start");
at line      10 of exec file called by :   
exec('/home/om/scilab-scimax-2.1.4/loader.sce', -1)

Please help me in rectifying the above error. With Thanks & Regards, Sanchit Gupta
15-07-16, 5:13 p.m. gsanchit1995


0
I also got this message:
exec loader.sce --> // This file is released under the 3-clause BSD license. See COPYING-BSD. --> // Generated by builder.sce: Please, do not edit this file --> try --> getversion("scilab"); --> catch --> error("Scilab 5.0 or more is required."); --> end; --> exec(get_absolute_file_path("loader.sce")+"etc/"+"Overload_Toolbox.start"); Loading Overload library : Link failed for dynamic library '/Users/oscar/Downloads/overload-1.3.3/etc/../src/liboverload.dylib'. An error occurred: dlopen(/.../overload-1.3.3/etc/../src/liboverload.dylib, 10): image not found Link failed for dynamic library '/.../overload-1.3.3/etc/../src/liboverload.dylib'. An error occurred: dlopen(/.../overload-1.3.3/etc/../src/liboverload.dylib, 10): image not found at line 16 of executed file /.../overload-1.3.3/etc/Overload_Toolbox.start at line 10 of executed file /.../overload-1.3.3/loader.sce addinter: The shared archive was not loaded: (null)
Can anybody help me?
26-08-18, 10:17 p.m. cagoscra


Log-in to answer to this question.