[SIP-users] Fwd: scilab image processing error
Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS
Status: Beta
Brought to you by:
ricardofabbri
From: Ricardo F. <ric...@us...> - 2012-04-21 19:41:57
|
---------- Forwarded message ---------- From: Ricardo Fabbri <rf...@gm...> Date: Sat, Apr 21, 2012 at 4:31 PM Subject: Re: scilab image processing error To: David Gonzalez <dcg...@gm...> Hi, David, This is due to a slightly outdated scilab, but it is really not important. You can try doing a git pull inside the SIP source directory, then type make clean make sudo make install Basically I commented out the line assert = assert_checktrue >From the file sip_init.sce Best, Ricardo Fabbri -- Linux registered user #175401 www.lems.brown.edu/~rfabbri <http://www.lems.brown.edu/%7Erfabbri> pt.wikipedia.org/wiki/IPRJ labmacambira.sf.net On Fri, Apr 20, 2012 at 8:32 PM, David Gonzalez <dcg...@gm...> wrote: > Hello Ricardo, > > I installed SIP on an Xubuntu machine and now when I open Scilab and try > and load SIP I get this error: > > exec('loader.sce') > > -->mode(-1); > assert=assert_checktrue; > !--error 4 > Undefined variable: assert_checktrue > > at line 14 of exec file called by : > exec(SIPDIR+'macros/sip_init.sce'); > at line 53 of exec file called by : > exec('loader.sce') > > assert=assert_checktrue; > !--error 4 > Undefined variable: assert_checktrue > > at line 14 of exec file called by : > exec(SIPDIR+'macros/sip_init.sce'); > at line 53 of exec file called by : > exec("/usr/local/share/scilab//contrib/sip-0.8.0-git/loader.sce"); > in execstr instruction called by : > allbackobject(8);execstr(toolboxes(1));if exists("%oldgcbo") then gcbo = > %ol > while executing a callback > > Any ideas? > > David > > |