<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Scilab in Fedora GNU/Linux</title>
	<atom:link href="https://schestowitz.com/Weblog/archives/2010/11/23/scilab-fedora-14/feed/" rel="self" type="application/rss+xml" />
	<link>https://schestowitz.com/Weblog/archives/2010/11/23/scilab-fedora-14/</link>
	<description>Reflections on Technology</description>
	<lastBuildDate>Tue, 12 May 2026 01:35:13 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>By: pibcrazy</title>
		<link>https://schestowitz.com/Weblog/archives/2010/11/23/scilab-fedora-14/comment-page-1/#comment-259689</link>
		<dc:creator><![CDATA[pibcrazy]]></dc:creator>
		<pubDate>Tue, 03 Nov 2015 20:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://schestowitz.com/Weblog/?p=1918#comment-259689</guid>
		<description><![CDATA[I am having the same problem but I actually have loaded SIVP. I still get Undefined variable: imread . 

This is what happens when I installed SIVP: atomsInstall(&quot;SIVP&quot;)
Scanning repository http://atoms.scilab.org/5.5 ... Done

 ans  =
 
!SIVP  0.5.3.2-1  allusers  SCI\contrib\SIVP.5.3.2-1  I  !


included in case there is something wrong with this output. But then when I try imread command I get the undefined variable: imread.]]></description>
		<content:encoded><![CDATA[<p>I am having the same problem but I actually have loaded SIVP. I still get Undefined variable: imread . </p>
<p>This is what happens when I installed SIVP: atomsInstall(&#8220;SIVP&#8221;)<br />
Scanning repository <a href="http://atoms.scilab.org/5.5" rel="nofollow">http://atoms.scilab.org/5.5</a> &#8230; Done</p>
<p> ans  =</p>
<p>!SIVP  0.5.3.2-1  allusers  SCI\contrib\SIVP.5.3.2-1  I  !</p>
<p>included in case there is something wrong with this output. But then when I try imread command I get the undefined variable: imread.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luci S</title>
		<link>https://schestowitz.com/Weblog/archives/2010/11/23/scilab-fedora-14/comment-page-1/#comment-62628</link>
		<dc:creator><![CDATA[Luci S]]></dc:creator>
		<pubDate>Wed, 18 Jul 2012 18:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://schestowitz.com/Weblog/?p=1918#comment-62628</guid>
		<description><![CDATA[FYI, it is not atomsInstall(&#039;sivp&#039;) but atomsInstall(&#039;SIVP&#039;) , i.e., case-sensitive toolbox name.]]></description>
		<content:encoded><![CDATA[<p>FYI, it is not atomsInstall(&#8216;sivp&#8217;) but atomsInstall(&#8216;SIVP&#8217;) , i.e., case-sensitive toolbox name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy Schestowitz</title>
		<link>https://schestowitz.com/Weblog/archives/2010/11/23/scilab-fedora-14/comment-page-1/#comment-30102</link>
		<dc:creator><![CDATA[Roy Schestowitz]]></dc:creator>
		<pubDate>Sun, 28 Nov 2010 16:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://schestowitz.com/Weblog/?p=1918#comment-30102</guid>
		<description><![CDATA[OK, I finally got around to trying it. The command you suggested did not work even with the other quote symbol.

&lt;pre&gt;
--&gt;atomsInstall(&#039;sivp&#039;)
atomsInstallList: The package sivp is not available.
 !--error 10000 

at line      51 of function atomsError called by :  
at line      76 of function atomsInstallList called by :  
at line     217 of function atomsInstall called by :  
atomsInstall(&#039;sivp&#039;)


--&gt;atomsInstall(&quot;sivp&quot;)
atomsDownload: The following file hasn&#039;t been downloaded:
	 - URL            : &#039;http://atoms.scilab.org/TOOLBOXES/32/linux.gz&#039;
	 - Local location : &#039;/tmp/SD_21631_/.atoms/TOOLBOXES.gz&#039;
 !--error 10000 

at line     200 of function atomsDownload called by :  
at line      63 of function atomsGetTOOLBOXES called by :  
at line     213 of function atomsInstall called by :  
atomsInstall(&quot;sivp&quot;)
&lt;/pre&gt; 

I then tries installing it manually by downloading the package and following the instructions. That too did now have the toolbox installed (I cannot find it in the GUI). It just doesn&#039;t seem to get me to the point where I can use im* functions.

&lt;pre&gt;
 Package opencv was not found in the pkg-config search path.   
  error(gettext(&quot;OpenCV (version &gt;= 1.0.0) is needed for compiling SIVP.&quot;));
                                                                            !--error 10000 
OpenCV (version &gt;= 1.0.0) is needed for compiling SIVP.
at line      72 of exec file called by :    

at line      10 of function tbx_builder_gateway_lang called by :  
tbx_builder_gateway_lang(languages, sci_gateway_dir);
at line       6 of exec file called by :    

at line       8 of function devtools_run_builder called by :  
at line       6 of function tbx_builder_gateway called by :  
tbx_builder_gateway(toolbox_dir);
at line      35 of exec file called by :    
exec(&#039;builder.sce&#039;)
&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>OK, I finally got around to trying it. The command you suggested did not work even with the other quote symbol.</p>
<pre>
-->atomsInstall('sivp')
atomsInstallList: The package sivp is not available.
 !--error 10000 

at line      51 of function atomsError called by :  
at line      76 of function atomsInstallList called by :  
at line     217 of function atomsInstall called by :  
atomsInstall('sivp')


-->atomsInstall("sivp")
atomsDownload: The following file hasn't been downloaded:
	 - URL            : 'http://atoms.scilab.org/TOOLBOXES/32/linux.gz'
	 - Local location : '/tmp/SD_21631_/.atoms/TOOLBOXES.gz'
 !--error 10000 

at line     200 of function atomsDownload called by :  
at line      63 of function atomsGetTOOLBOXES called by :  
at line     213 of function atomsInstall called by :  
atomsInstall("sivp")
</pre>
<p>I then tries installing it manually by downloading the package and following the instructions. That too did now have the toolbox installed (I cannot find it in the GUI). It just doesn&#8217;t seem to get me to the point where I can use im* functions.</p>
<pre>
 Package opencv was not found in the pkg-config search path.   
  error(gettext("OpenCV (version >= 1.0.0) is needed for compiling SIVP."));
                                                                            !--error 10000 
OpenCV (version >= 1.0.0) is needed for compiling SIVP.
at line      72 of exec file called by :    

at line      10 of function tbx_builder_gateway_lang called by :  
tbx_builder_gateway_lang(languages, sci_gateway_dir);
at line       6 of exec file called by :    

at line       8 of function devtools_run_builder called by :  
at line       6 of function tbx_builder_gateway called by :  
tbx_builder_gateway(toolbox_dir);
at line      35 of exec file called by :    
exec('builder.sce')
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy Schestowitz</title>
		<link>https://schestowitz.com/Weblog/archives/2010/11/23/scilab-fedora-14/comment-page-1/#comment-30049</link>
		<dc:creator><![CDATA[Roy Schestowitz]]></dc:creator>
		<pubDate>Tue, 23 Nov 2010 23:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://schestowitz.com/Weblog/?p=1918#comment-30049</guid>
		<description><![CDATA[Sylvestre, thanks a lot. I&#039;ll take another look. Some colleague of mine wants to move to Scilab.]]></description>
		<content:encoded><![CDATA[<p>Sylvestre, thanks a lot. I&#8217;ll take another look. Some colleague of mine wants to move to Scilab.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sylvestre</title>
		<link>https://schestowitz.com/Weblog/archives/2010/11/23/scilab-fedora-14/comment-page-1/#comment-30047</link>
		<dc:creator><![CDATA[Sylvestre]]></dc:creator>
		<pubDate>Tue, 23 Nov 2010 19:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://schestowitz.com/Weblog/?p=1918#comment-30047</guid>
		<description><![CDATA[Hello,

FYI, imshow &amp; imread are provided by a Scilab extension
atomsInstall(&#039;sivp&#039;) should do it.

There are also some work to see Scilab into Fedora:
https://bugzilla.redhat.com/show_bug.cgi?id=472639

but it still needs to have JoGL into Fedora before:
https://bugzilla.redhat.com/show_bug.cgi?id=572515]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>FYI, imshow &amp; imread are provided by a Scilab extension<br />
atomsInstall(&#8216;sivp&#8217;) should do it.</p>
<p>There are also some work to see Scilab into Fedora:<br />
<a href="https://bugzilla.redhat.com/show_bug.cgi?id=472639" rel="nofollow">https://bugzilla.redhat.com/show_bug.cgi?id=472639</a></p>
<p>but it still needs to have JoGL into Fedora before:<br />
<a href="https://bugzilla.redhat.com/show_bug.cgi?id=572515" rel="nofollow">https://bugzilla.redhat.com/show_bug.cgi?id=572515</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
