Hi,
I met an error as following when loading SIP in Windows. I have SCILAB 5.0.1 and ImageMagick 6.4.3 Q16. I am wondering whether it is because the version of ImageMagick is too new?
Thank you in advance!
Link done.
Shared archive loaded.
Link done.
Shared archive loaded.
Link done.
Shared archive loaded.
Link done.
Shared archive loaded.
Link done.
Shared archive loaded.
Link done.
Shared archive loaded.
Link done.
Shared archive loaded.
Link done.
Shared archive loaded.
Link done.
Shared archive loaded.
Link done.
Shared archive loaded.
Link done.
Shared archive loaded.
Link done.
Shared archive loaded.
Link done.
Shared archive loaded.
Link done.
Shared archive loaded.
Link done.
Shared archive loaded.
Link done.
Shared archive loaded.
Link done.
link: The file C:\PROGRA~1\SCILAB~1.1\contrib\siptoolbox\lib\libsip.dll does not exist.
link: The file C:\PROGRA~1\SCILAB~1.1\contrib\siptoolbox\lib\libsip.dll does not exist.
addinter(libsip_path+'lib\libsip.dll','libsip',functions);
!--error 236
addinter: The shared archive was not loaded: The operation completed successfully.
at line 55 of exec file called by :
exec("C:\PROGRA~1\SCILAB~1.1\contrib\siptoolbox\loader.sce");
in execstr instruction called by :
if exists("gcbo") then %oldgcbo = gcbo; end;gcbo = getcallbackobject(6);execstr(toolboxes(2));if exists("%oldgcbo") then gcbo = %oldgcbo; else clear gcbo; end;
while executing a callback
I have the same problem
Here too, same problem
i ahev the same problem... does it have to do with scilab 5?
hi, sorry but the windows version is not being supported anymore. You can either switch to Linux, or use sivp or, better yet, contribute with a new version of sip for windows.
Sorry for the hassle.
I have some problem in Scilab 5.1
-->link(ImageMagickPath + 'CORE_RL_magick_.dll');
link failed for dll
E:\PROGRA~1\scilab-5.1\contrib\siptoolbox\lib\CORE_RL_magick_.dll
link(ImageMagickPath + 'CORE_RL_magick_.dll');
!--error 236
Solution:
chdir(ImageMagickPath);
//link(ImageMagickPath + 'CORE_RL_magick_.dll');
link('CORE_RL_magick_.dll');
But i have next problem:
link: The file E:\PROGRA~1\scilab-5.1\contrib\siptoolbox\lib\libsip.dll
does not exist.
link: The file E:\PROGRA~1\scilab-5.1\contrib\siptoolbox\lib\libsip.dlll
does not exist.
addinter(libsip_path+'lib\libsip.dll','libsip',functions);
!--error 236
addinter: The shared archive was not loaded: The operation completed
successfully.
at line 53 of exec file called by :
exec("E:\PROGRA~1\scilab-5.1\contrib\siptoolbox\loader.sce");
in execstr instruction called by :
gcbo = gcbo; end;gcbo = getcallbackobject(6);execstr(toolboxes(2));if exists("%oldgcbo") then gcbo = %oldgcbo; else clear gcbo; end
while executing a callback
well..i'm using the linux version on my ubuntu 8.10 and i to have the same problem..error 236.
Starte Ausführung:
lade Startumgebung
Verkettung für dynamische Bibliothek fehlgeschlagen '/home/cypeak/scilab-5.1.1/share/scilab/contrib/sip-0.4.1//lib/libsip.so'.
Ein Fehler ist aufgetreten: libanimal-0.15.2.so.0: cannot open shared object file: No such file or directory.
Verkettung für dynamische Bibliothek fehlgeschlagen '/home/cypeak/scilab-5.1.1/share/scilab/contrib/sip-0.4.1//lib/libsip.so'.
Ein Fehler ist aufgetreten: libanimal-0.15.2.so.0: cannot open shared object file: No such file or directory.
addinter(libsip_path+'/libsip.so','libsip',functions);
!--error 236
addinter: das gemeinsame Archiv wurde nicht geladen: (null)
at line 27 of exec file called by :
exec (SIPDIR+'loader_include.sce');
line 53 of exec file called by :
exec("/home/cypeak/scilab-5.1.1/share/scilab/contrib/sip-0.4.1/loader.sce");
in execstr instruction called by :
gcbo = gcbo; end;gcbo = getcallbackobject(5);execstr(toolboxes(1));if exists("%oldgcbo") then gcbo = %oldgcbo; else clear gcbo; end
while executing a callback
The linux version of this bug was moved to 2778271. I have an answer to this there.
Here's the link to the bug entry for Linux:
https://sourceforge.net/tracker/index.php?func=detail&aid=2778271&group_id=68055&atid=519890