<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-3873</id>
	<title>Nabble - Scilab Image Processing Toolbox</title>
	<updated>2009-10-20T17:51:27Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Scilab-Image-Processing-Toolbox-f3873.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Scilab-Image-Processing-Toolbox-f3873.html" />
	<subtitle type="html">SIP is the image processing and computer vision package for SciLab, a free Matlab-like programming environment. SIP reads/writes images in formats like JPEG, PNG, and BMP. It does filtering, segmentation, edge detection, morphology, and shape analysis. Scilab Image Processing Toolbox home is &lt;a href=&quot;http://sourceforge.net/projects/siptoolbox/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-25984890</id>
	<title>shared library resource</title>
	<published>2009-10-20T17:51:27Z</published>
	<updated>2009-10-20T17:51:27Z</updated>
	<author>
		<name>Ricardo Fabbri-3</name>
	</author>
	<content type="html">This is just a good paper to read about when dealing with shared objects
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://people.redhat.com/drepper/dsohowto.pdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://people.redhat.com/drepper/dsohowto.pdf&lt;/a&gt;&lt;br&gt;&lt;br&gt;Ricardo
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25984890&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/shared-library-resource-tp25984890p25984890.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25863339</id>
	<title>Re: SIP under Solaris</title>
	<published>2009-10-12T14:13:25Z</published>
	<updated>2009-10-12T14:13:25Z</updated>
	<author>
		<name>Ricardo Fabbri-3</name>
	</author>
	<content type="html">Hi Raphael,
&lt;br&gt;&lt;br&gt;taking a look at your config.log file, it seems that, really, I need
&lt;br&gt;to provide replacements for these functions (round, ceilf, hypotf) for
&lt;br&gt;your system, because they are from recent C standards not supported in
&lt;br&gt;your system. It should be simple.
&lt;br&gt;&lt;br&gt;I will try to find time for this and contact you once I've done it.
&lt;br&gt;&lt;br&gt;Ricardo
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Tue, Oct 6, 2009 at 6:31 AM, Langella Raphael
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25863339&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;raphael.langella@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; I've been trying to compile SIP under Solaris 9. I keep running into
&lt;br&gt;&amp;gt; this error during configure while it tests for Animal :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Undefined           first referenced
&lt;br&gt;&amp;gt;  symbol                 in file
&lt;br&gt;&amp;gt; ceilf
&lt;br&gt;&amp;gt; /Produits/publics/sparc.SunOS.5.9/animal/0.15.2/lib/libanimal.so
&lt;br&gt;&amp;gt; round
&lt;br&gt;&amp;gt; /Produits/publics/sparc.SunOS.5.9/animal/0.15.2/lib/libanimal.so
&lt;br&gt;&amp;gt; remove_edt
&lt;br&gt;&amp;gt; /Produits/publics/sparc.SunOS.5.9/animal/0.15.2/lib/libanimal.so
&lt;br&gt;&amp;gt; hypotf
&lt;br&gt;&amp;gt; /Produits/publics/sparc.SunOS.5.9/animal/0.15.2/lib/libanimal.so
&lt;br&gt;&amp;gt; ld: fatal: Symbol referencing errors. No output written to conftest
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've tried to compile animal, imagemagick and the various dependencies
&lt;br&gt;&amp;gt; whith gcc 3, 4 and Sun Studio, and I always get this error. Is Solaris a
&lt;br&gt;&amp;gt; supported plateform? Can you help me with this?
&lt;br&gt;&amp;gt; I've thought about posting this to the Animal mailing list, but it seems
&lt;br&gt;&amp;gt; dead (no post since 2004).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Raphael
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;&amp;gt; is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;&amp;gt; developing skills, take BlackBerry mobile applications to market and stay
&lt;br&gt;&amp;gt; ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; SIPtoolbox-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25863339&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25863339&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-users-f3876.html&quot; embed=&quot;fixTarget[3876]&quot; target=&quot;_top&quot; &gt;siptoolbox-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SIP-under-Solaris-tp25769418p25863339.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25824025</id>
	<title>SIP under Solaris</title>
	<published>2009-10-09T09:21:59Z</published>
	<updated>2009-10-09T09:21:59Z</updated>
	<author>
		<name>Ricardo Fabbri-3</name>
	</author>
	<content type="html">Hi Raphael,
&lt;br&gt;&lt;br&gt;it is totally ok to post that here. The animal library is small and
&lt;br&gt;mostly used by the SIP community.
&lt;br&gt;&lt;br&gt;&amp;gt;From what I could understand, you have already installed animal, and
&lt;br&gt;that went fine, correct?
&lt;br&gt;The only problem is with SIP, is that true?
&lt;br&gt;&lt;br&gt;If that's the case, please post the file config.log to this list.
&lt;br&gt;&lt;br&gt;Support for Solaris is not our priority, since everyone use Linux
&lt;br&gt;these days. However, Solaris being a flavor of Linux allows me to at
&lt;br&gt;least try to help you.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Ricardo
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Tue, Oct 6, 2009 at 6:31 AM, Langella Raphael
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25824025&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;raphael.langella@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; I've been trying to compile SIP under Solaris 9. I keep running into
&lt;br&gt;&amp;gt; this error during configure while it tests for Animal :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Undefined           first referenced
&lt;br&gt;&amp;gt;  symbol                 in file
&lt;br&gt;&amp;gt; ceilf
&lt;br&gt;&amp;gt; /Produits/publics/sparc.SunOS.5.9/animal/0.15.2/lib/libanimal.so
&lt;br&gt;&amp;gt; round
&lt;br&gt;&amp;gt; /Produits/publics/sparc.SunOS.5.9/animal/0.15.2/lib/libanimal.so
&lt;br&gt;&amp;gt; remove_edt
&lt;br&gt;&amp;gt; /Produits/publics/sparc.SunOS.5.9/animal/0.15.2/lib/libanimal.so
&lt;br&gt;&amp;gt; hypotf
&lt;br&gt;&amp;gt; /Produits/publics/sparc.SunOS.5.9/animal/0.15.2/lib/libanimal.so
&lt;br&gt;&amp;gt; ld: fatal: Symbol referencing errors. No output written to conftest
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've tried to compile animal, imagemagick and the various dependencies
&lt;br&gt;&amp;gt; whith gcc 3, 4 and Sun Studio, and I always get this error. Is Solaris a
&lt;br&gt;&amp;gt; supported plateform? Can you help me with this?
&lt;br&gt;&amp;gt; I've thought about posting this to the Animal mailing list, but it seems
&lt;br&gt;&amp;gt; dead (no post since 2004).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Raphael
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;&amp;gt; is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;&amp;gt; developing skills, take BlackBerry mobile applications to market and stay
&lt;br&gt;&amp;gt; ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; SIPtoolbox-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25824025&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25824025&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-users-f3876.html&quot; embed=&quot;fixTarget[3876]&quot; target=&quot;_top&quot; &gt;siptoolbox-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SIP-under-Solaris-tp25769418p25824025.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25769418</id>
	<title>SIP under Solaris</title>
	<published>2009-10-06T06:31:09Z</published>
	<updated>2009-10-06T06:31:09Z</updated>
	<author>
		<name>Langella Raphael</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;I've been trying to compile SIP under Solaris 9. I keep running into
&lt;br&gt;this error during configure while it tests for Animal :
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Undefined &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; first referenced
&lt;br&gt;&amp;nbsp;symbol &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; in file
&lt;br&gt;ceilf
&lt;br&gt;/Produits/publics/sparc.SunOS.5.9/animal/0.15.2/lib/libanimal.so
&lt;br&gt;round
&lt;br&gt;/Produits/publics/sparc.SunOS.5.9/animal/0.15.2/lib/libanimal.so
&lt;br&gt;remove_edt
&lt;br&gt;/Produits/publics/sparc.SunOS.5.9/animal/0.15.2/lib/libanimal.so
&lt;br&gt;hypotf
&lt;br&gt;/Produits/publics/sparc.SunOS.5.9/animal/0.15.2/lib/libanimal.so
&lt;br&gt;ld: fatal: Symbol referencing errors. No output written to conftest
&lt;br&gt;&lt;br&gt;I've tried to compile animal, imagemagick and the various dependencies
&lt;br&gt;whith gcc 3, 4 and Sun Studio, and I always get this error. Is Solaris a
&lt;br&gt;supported plateform? Can you help me with this?
&lt;br&gt;I've thought about posting this to the Animal mailing list, but it seems
&lt;br&gt;dead (no post since 2004).
&lt;br&gt;&lt;br&gt;Raphael
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25769418&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-users-f3876.html&quot; embed=&quot;fixTarget[3876]&quot; target=&quot;_top&quot; &gt;siptoolbox-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SIP-under-Solaris-tp25769418p25769418.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24058004</id>
	<title>Re: SIP for windows</title>
	<published>2009-06-16T09:27:50Z</published>
	<updated>2009-06-16T09:27:50Z</updated>
	<author>
		<name>Ricardo Fabbri-3</name>
	</author>
	<content type="html">&amp;nbsp;Hi,
&lt;br&gt;&lt;br&gt;&amp;nbsp;the windows version is unmaintained. We need volunteers!
&lt;br&gt;&amp;nbsp;Only the linux version is being actively maintained. Perhaps you could
&lt;br&gt;&amp;nbsp;install ubuntu linux! &lt;a href=&quot;http://www.ubuntu.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ubuntu.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;You can still use the old windows versions with an old scilab, but we
&lt;br&gt;&amp;nbsp;currently don't support those.
&lt;br&gt;&lt;br&gt;&amp;nbsp;Thanks,
&lt;br&gt;&amp;nbsp;Ricardo
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Tue, Jun 16, 2009 at 5:22 AM, Aditya N Pandit&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24058004&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;adoo192@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Which is the stable version of SIP for windows.
&lt;br&gt;&amp;gt;&amp;gt; And a compatible scilab version
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I went through the readme of SIP installation 0.4.1, but even after
&lt;br&gt;&amp;gt;&amp;gt; following the steps manually of running the builder and the loader it
&lt;br&gt;&amp;gt;&amp;gt; give imread command not found. Imagemagic path also was asked during
&lt;br&gt;&amp;gt;&amp;gt; the building stage. I had copied Imagemagic to required location but
&lt;br&gt;&amp;gt;&amp;gt; still things doesn't work .
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I think its more of version compatibility issues.
&lt;br&gt;&amp;gt;&amp;gt; Please can you suggest a know working SIP version with scilab version
&lt;br&gt;&amp;gt;&amp;gt; and imagemagic
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt;&amp;gt; Aditya
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; Crystal Reports - New Free Runtime and 30 Day Trial
&lt;br&gt;&amp;gt;&amp;gt; Check out the new simplified licensing option that enables unlimited
&lt;br&gt;&amp;gt;&amp;gt; royalty-free distribution of the report engine for externally facing
&lt;br&gt;&amp;gt;&amp;gt; server and web deployment.
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/businessobjects&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/businessobjects&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; SIPtoolbox-users mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24058004&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Crystal Reports - New Free Runtime and 30 Day Trial
&lt;br&gt;Check out the new simplified licensing option that enables unlimited
&lt;br&gt;royalty-free distribution of the report engine for externally facing 
&lt;br&gt;server and web deployment.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/businessobjects&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/businessobjects&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24058004&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-users-f3876.html&quot; embed=&quot;fixTarget[3876]&quot; target=&quot;_top&quot; &gt;siptoolbox-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SIP-for-windows-tp24050707p24058004.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24050707</id>
	<title>SIP for windows</title>
	<published>2009-06-16T02:22:13Z</published>
	<updated>2009-06-16T02:22:13Z</updated>
	<author>
		<name>Aditya N Pandit</name>
	</author>
	<content type="html">Hi,&lt;br /&gt;
&lt;br /&gt;
Which is the stable version of SIP for windows.&lt;br /&gt;
And a compatible scilab version&lt;br /&gt;
&lt;br /&gt;
I went through the readme of SIP installation 0.4.1, but even after &lt;br /&gt;
following the steps manually of running the builder and the loader it &lt;br /&gt;
give imread command not found. Imagemagic path also was asked during &lt;br /&gt;
the building stage. I had copied Imagemagic to required location but &lt;br /&gt;
still things doesn't work .&lt;br /&gt;
&lt;br /&gt;
I think its more of version compatibility issues.&lt;br /&gt;
Please can you suggest a know working SIP version with scilab version &lt;br /&gt;
and imagemagic&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
Aditya&lt;br /&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;Table border=0 Width=644 Height=57 cellspacing=0 cellpadding=0 style=&quot;font-family:Verdana;font-size:11px;line-height:15px;&quot;&gt;&lt;TR&gt;&lt;td&gt;&lt;A HREF=&quot;http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline.htm@Middle?&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;IMG SRC=&quot;http://sigads.rediff.com/RealMedia/ads/adstream_nx.ads/www.rediffmail.com/signatureline.htm@Middle&quot;&gt;&lt;/A&gt;&lt;/td&gt;&lt;/TR&gt;&lt;/Table&gt;&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Crystal Reports - New Free Runtime and 30 Day Trial
&lt;br&gt;Check out the new simplified licensing option that enables unlimited
&lt;br&gt;royalty-free distribution of the report engine for externally facing 
&lt;br&gt;server and web deployment.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/businessobjects&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/businessobjects&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24050707&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-users-f3876.html&quot; embed=&quot;fixTarget[3876]&quot; target=&quot;_top&quot; &gt;siptoolbox-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SIP-for-windows-tp24050707p24050707.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23873291</id>
	<title>Fwd: animal Problem with the « make » command</title>
	<published>2009-06-04T09:21:38Z</published>
	<updated>2009-06-04T09:21:38Z</updated>
	<author>
		<name>Ricardo Fabbri-3</name>
	</author>
	<content type="html">Just forwarding this solution so it becomes searchable.
&lt;br&gt;&lt;br&gt;Ricardo
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------- Forwarded message ----------
&lt;br&gt;From: Ricardo Fabbri &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23873291&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rfabbri@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Date: Thu, Jun 4, 2009 at 12:18 PM
&lt;br&gt;Subject: Re: animal Problem with the « make » command
&lt;br&gt;To: Thierry HARDY &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23873291&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;thierryhardy@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;there seems to be some problem with configure, since CFLAGS in the
&lt;br&gt;imagemagick detection line seem to point to the right place, but the
&lt;br&gt;final CPPFLAGS doesn't have it.
&lt;br&gt;&lt;br&gt;A quick fix for you is to do :
&lt;br&gt;&lt;br&gt;CPPFLAGS=&amp;quot;-I/usr/include/ImageMagick&amp;quot; ./configure
&lt;br&gt;&lt;br&gt;let me know how that works.
&lt;br&gt;Ricardo
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Thu, Jun 4, 2009 at 11:51 AM, Thierry HARDY &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23873291&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;thierryhardy@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Dear M.  Fabbri,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; thank you for your help.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have installed all the libmagick devel libraries
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; the result of ./configure seems to be ok.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I just found this 2 lines that seems to be mistaken:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ./configure: line 20781: test: too many arguments
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ./configure: line 20788: test: too many arguments
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; but the result of ./configure seems to be ok.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But Now I have a problem with the « make » command.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The error is the file « api.h » is missing in the repertory magick
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; here is the error message
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; « img.c:30:59: erreur: magick/api.h : Aucun fichier ou dossier de ce type »
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But there is this file in my system:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; « usr/include/GraphicsMagick/magick/api.h »
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; « usr/include/ImageMagick/magick/api.h »
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; how can I do to sucess to compile animal?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Best regards
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; T Hardy
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; the result of &amp;quot;make&amp;quot;:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Making all in animal
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; make[1]: entrant dans le répertoire «
&lt;br&gt;&amp;gt; /home/th/echange_linux/matlab_octave_scilab/sip/animal-0.15.2/animal »
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; make all-am
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; make[2]: entrant dans le répertoire «
&lt;br&gt;&amp;gt; /home/th/echange_linux/matlab_octave_scilab/sip/animal-0.15.2/animal »
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
&lt;br&gt;&amp;gt; -I. -I.. -I.. -I/usr/include/cairo -I/usr/include/pixman-1
&lt;br&gt;&amp;gt; -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2
&lt;br&gt;&amp;gt; -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0
&lt;br&gt;&amp;gt; -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2
&lt;br&gt;&amp;gt; -I/usr/include/libpng12 -I/usr/include/graphviz -I/usr/include/freetype2
&lt;br&gt;&amp;gt; -I/usr/include -I/usr/include/libxml2 -g -O2 -W -Wall -Wno-implicit-int -MT
&lt;br&gt;&amp;gt; img.lo -MD -MP -MF &amp;quot;.deps/img.Tpo&amp;quot; -c -o img.lo img.c; \
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; then mv -f &amp;quot;.deps/img.Tpo&amp;quot; &amp;quot;.deps/img.Plo&amp;quot;; else rm -f &amp;quot;.deps/img.Tpo&amp;quot;; exit
&lt;br&gt;&amp;gt; 1; fi
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I/usr/include/cairo
&lt;br&gt;&amp;gt; -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12
&lt;br&gt;&amp;gt; -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
&lt;br&gt;&amp;gt; -I/usr/include/gtk-2.0 -I/usr/include/cairo -I/usr/include/pixman-1
&lt;br&gt;&amp;gt; -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/graphviz
&lt;br&gt;&amp;gt; -I/usr/include/freetype2 -I/usr/include -I/usr/include/libxml2 -g -O2 -W
&lt;br&gt;&amp;gt; -Wall -Wno-implicit-int -MT img.lo -MD -MP -MF .deps/img.Tpo -c img.c -fPIC
&lt;br&gt;&amp;gt; -DPIC -o .libs/img.o
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; img.c:30:59: erreur: magick/api.h : Aucun fichier ou dossier de ce type
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In file included from img.c:41:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; img_g.c_incl: In function ‘imshow’:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; img_g.c_incl:279: erreur: ‘Image’ undeclared (first use in this function)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; img_g.c_incl:279: erreur: (Each undeclared identifier is reported only once
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; img_g.c_incl:279: erreur: for each function it appears in.)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; and the result of &amp;quot;./configure&amp;quot;:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [root@localhost animal-0.15.2]# ./configure
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; configuring AnImaL 0.15.2
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking build system type... i686-pc-linux-gnu
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking host system type... i686-pc-linux-gnu
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for a BSD-compatible install... /usr/bin/install -c
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking whether build environment is sane... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for gawk... gawk
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking whether make sets $(MAKE)... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for gcc... gcc
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for C compiler default output file name... a.out
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking whether the C compiler works... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking whether we are cross compiling... no
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for suffix of executables...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for suffix of object files... o
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking whether we are using the GNU C compiler... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking whether gcc accepts -g... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for gcc option to accept ISO C89... none needed
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for style of include used by make... GNU
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking dependency style of gcc... gcc3
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for a sed that does not truncate output... /bin/sed
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for grep that handles long lines and -e... /bin/grep
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for egrep... /bin/grep -E
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for ld used by gcc... /usr/bin/ld
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking if the linker (/usr/bin/ld) is GNU ld... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for /usr/bin/ld option to reload object files... -r
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for BSD-compatible nm... /usr/bin/nm -B
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking whether ln -s works... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking how to recognize dependent libraries... pass_all
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking how to run the C preprocessor... gcc -E
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for ANSI C header files... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for sys/types.h... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for sys/stat.h... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for stdlib.h... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for string.h... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for memory.h... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for strings.h... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for inttypes.h... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for stdint.h... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for unistd.h... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking dlfcn.h usability... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking dlfcn.h presence... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for dlfcn.h... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for g++... g++
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking whether we are using the GNU C++ compiler... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking whether g++ accepts -g... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking dependency style of g++... gcc3
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking how to run the C++ preprocessor... g++ -E
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for g77... g77
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking whether we are using the GNU Fortran 77 compiler... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking whether g77 accepts -g... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking the maximum length of command line arguments... 1572864
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking command to parse /usr/bin/nm -B output from gcc object... ok
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for objdir... .libs
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for ar... ar
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for ranlib... ranlib
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for strip... strip
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for correct ltmain.sh version... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking if gcc supports -fno-rtti -fno-exceptions... no
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for gcc option to produce PIC... -fPIC
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking if gcc PIC flag -fPIC works... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking if gcc static flag -static works... no
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking if gcc supports -c -o file.o... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking whether the gcc linker (/usr/bin/ld) supports shared libraries...
&lt;br&gt;&amp;gt; yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking whether -lc should be explicitly linked in... no
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking dynamic linker characteristics... GNU/Linux ld.so
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking how to hardcode library paths into programs... immediate
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking whether stripping libraries is possible... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking if libtool supports shared libraries... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking whether to build shared libraries... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking whether to build static libraries... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; configure: creating libtool
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; appending configuration tag &amp;quot;CXX&amp;quot; to libtool
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for ld used by g++... /usr/bin/ld
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking if the linker (/usr/bin/ld) is GNU ld... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking whether the g++ linker (/usr/bin/ld) supports shared libraries...
&lt;br&gt;&amp;gt; yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for g++ option to produce PIC... -fPIC
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking if g++ PIC flag -fPIC works... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking if g++ static flag -static works... no
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking if g++ supports -c -o file.o... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking whether the g++ linker (/usr/bin/ld) supports shared libraries...
&lt;br&gt;&amp;gt; yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking dynamic linker characteristics... GNU/Linux ld.so
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (cached) (cached) checking how to hardcode library paths into programs...
&lt;br&gt;&amp;gt; immediate
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; appending configuration tag &amp;quot;F77&amp;quot; to libtool
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking if libtool supports shared libraries... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking whether to build shared libraries... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking whether to build static libraries... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for g77 option to produce PIC... -fPIC
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking if g77 PIC flag -fPIC works... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking if g77 static flag -static works... no
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking if g77 supports -c -o file.o... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking whether the g77 linker (/usr/bin/ld) supports shared libraries...
&lt;br&gt;&amp;gt; yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking dynamic linker characteristics... GNU/Linux ld.so
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (cached) (cached) checking how to hardcode library paths into programs...
&lt;br&gt;&amp;gt; immediate
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for sqrt in -lm... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for Magick-config... /usr/bin/Magick-config
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for ImageMagick CFLAGS... -I/usr/include/cairo
&lt;br&gt;&amp;gt; -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12
&lt;br&gt;&amp;gt; -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
&lt;br&gt;&amp;gt; -I/usr/include/gtk-2.0 -I/usr/include/cairo -I/usr/include/pixman-1
&lt;br&gt;&amp;gt; -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/graphviz
&lt;br&gt;&amp;gt; -I/usr/include/freetype2 -I/usr/include -I/usr/include/libxml2
&lt;br&gt;&amp;gt; -I/usr/include/ImageMagick
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for ImageMagick LIBS... -L/usr/lib -Wl,--as-needed
&lt;br&gt;&amp;gt; -Wl,--no-undefined -Wl,-z,relro -L/usr/lib -lfreetype -lz -L/usr/lib
&lt;br&gt;&amp;gt; -lMagickCore -ljbig -llcms -ltiff -lfreetype -ljasper -ljpeg -llqr-1
&lt;br&gt;&amp;gt; -lglib-2.0 -lpng -ldjvulibre -lfontconfig -lwmflite -lXext -lXt -lSM -lICE
&lt;br&gt;&amp;gt; -lX11 -lbz2 -lrsvg-2 -lgdk_pixbuf-2.0 -lcairo -lgobject-2.0 -lgmodule-2.0
&lt;br&gt;&amp;gt; -lglib-2.0 -lxml2 -lgvc -lgraph -lcdt -lz -lm -lpthread -lltdl
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for ImageMagick VERSION... 6.5.0 Q16
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for ImageMagick - version &amp;gt;= 5.4.2... ./configure: line 20688:
&lt;br&gt;&amp;gt; test: 6 Q16 : integer expression expected
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ./configure: line 20781: test: too many arguments
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ./configure: line 20788: test: too many arguments
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for GetLocaleExceptionMessage in -lMagick... no
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for GetLocaleExceptionMessage in -lMagickCore... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for ANSI C header files... (cached) yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for an ANSI C-conforming const... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for inline... inline
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for stdbool.h that conforms to C99... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for _Bool... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for char... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking size of char... 1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for short... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking size of short... 2
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for int... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking size of int... 4
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for long... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking size of long... 4
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for long long... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking size of long long... 8
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for float... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking size of float... 4
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for double... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking size of double... 8
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for long double... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking size of long double... 12
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; checking for hypot... yes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; configure: creating ./config.status
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; config.status: creating Makefile
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; config.status: creating animal/Makefile
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; config.status: creating src/Makefile
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; config.status: creating config/Makefile
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; config.status: creating config/animal.pc
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; config.status: creating config/animal-config
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; config.status: creating animal/config.h
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; config.status: animal/config.h is unchanged
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; config.status: executing animal/animal-config.h commands
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; config.status: creating animal/animal-config.h - prefix ANIMAL for
&lt;br&gt;&amp;gt; animal/config.h defines
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; config.status: animal/animal-config.h is unchanged
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; config.status: executing depfiles commands
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Final Compilation Flags:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; CC = gcc
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; CFLAGS = -g -O2 -W -Wall -Wno-implicit-int
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; CPPFLAGS = -I/usr/include/cairo -I/usr/include/pixman-1
&lt;br&gt;&amp;gt; -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2
&lt;br&gt;&amp;gt; -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0
&lt;br&gt;&amp;gt; -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2
&lt;br&gt;&amp;gt; -I/usr/include/libpng12 -I/usr/include/graphviz -I/usr/include/freetype2
&lt;br&gt;&amp;gt; -I/usr/include -I/usr/include/libxml2
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; LDFLAGS = -L/usr/lib -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro
&lt;br&gt;&amp;gt; -L/usr/lib -lfreetype -lz
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; LIBS = -L/usr/lib -lMagickCore -ljbig -llcms -ltiff -lfreetype -ljasper
&lt;br&gt;&amp;gt; -ljpeg -llqr-1 -lglib-2.0 -lpng -ldjvulibre -lfontconfig -lwmflite -lXext
&lt;br&gt;&amp;gt; -lXt -lSM -lICE -lX11 -lbz2 -lrsvg-2 -lgdk_pixbuf-2.0 -lcairo -lgobject-2.0
&lt;br&gt;&amp;gt; -lgmodule-2.0 -lglib-2.0 -lxml2 -lgvc -lgraph -lcdt -lz -lm -lpthread -lltdl
&lt;br&gt;&amp;gt; -lm
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ________________________________
&lt;br&gt;&amp;gt; Vous voulez savoir ce que vous pouvez faire avec le nouveau Windows Live ?
&lt;br&gt;&amp;gt; Lancez-vous !
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
&lt;br&gt;looking to deploy the next generation of Solaris that includes the latest 
&lt;br&gt;innovations from Sun and the OpenSource community. Download a copy and 
&lt;br&gt;enjoy capabilities such as Networking, Storage and Virtualization. 
&lt;br&gt;Go to: &lt;a href=&quot;http://p.sf.net/sfu/opensolaris-get&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/opensolaris-get&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23873291&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-users-f3876.html&quot; embed=&quot;fixTarget[3876]&quot; target=&quot;_top&quot; &gt;siptoolbox-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-animal-Problem-with-the-%C2%AB-make-%C2%BB-command-tp23873291p23873291.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23089182</id>
	<title>Re: SIP 0.4.0 final release</title>
	<published>2009-04-16T17:39:36Z</published>
	<updated>2009-04-16T17:39:36Z</updated>
	<author>
		<name>Ricardo Fabbri-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;the Scilab Image Processing toolbox version 0.4.1 has been released.
&lt;br&gt;This new minor version works for Scilab 5.1.1, has an improved build system for
&lt;br&gt;newer ImageMagick, and has all 64 documentation files updated to the new DocBook
&lt;br&gt;format. Check out the documentation on the web:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://siptoolbox.sourceforge.net/doc/sip-0.4.1-reference/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://siptoolbox.sourceforge.net/doc/sip-0.4.1-reference/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Currently only a source code release is available, which readily
&lt;br&gt;installs under Linux. An experimental windows version is available
&lt;br&gt;only for Scilab 4 at this point. If you wish to contribute with a
&lt;br&gt;windows port, you will be greatly praised by the community.  SIP has
&lt;br&gt;over 60 downloads/day and about 2000 page views/day! The demand for a
&lt;br&gt;windows port is huge.
&lt;br&gt;&lt;br&gt;Please report any problems to our bug tracker:
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?group_id=68055&amp;atid=519890&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?group_id=68055&amp;atid=519890&lt;/a&gt;&lt;br&gt;&lt;br&gt;About:
&lt;br&gt;SIP provides image processing, pattern recognition, and computer
&lt;br&gt;vision routines for SciLab, a Matlab-like matrix-oriented programming
&lt;br&gt;environment. SIP is able to read/write images in almost 90 major
&lt;br&gt;formats, including JPEG, PNG, BMP, GIF, FITS, and TIFF. It includes
&lt;br&gt;routines for filtering, segmentation, edge detection, morphology,
&lt;br&gt;curvature, fractal dimension, distance transforms, multiscale
&lt;br&gt;skeletons, and more.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://siptoolbox.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://siptoolbox.sourceforge.net&lt;/a&gt;&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;Ricardo Fabbri
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Stay on top of everything new and different, both inside and 
&lt;br&gt;around Java (TM) technology - register by April 22, and save
&lt;br&gt;$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
&lt;br&gt;300 plus technical and hands-on sessions. Register today. 
&lt;br&gt;Use priority code J9JMT32. &lt;a href=&quot;http://p.sf.net/sfu/p&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/p&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23089182&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-SIP-announce--SIP-0.4.0-final-release-tp22988704p23089182.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23089184</id>
	<title>Re: [SIP-announce] SIP 0.4.0 final release</title>
	<published>2009-04-16T17:39:36Z</published>
	<updated>2009-04-16T17:39:36Z</updated>
	<author>
		<name>Ricardo Fabbri-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;the Scilab Image Processing toolbox version 0.4.1 has been released.
&lt;br&gt;This new minor version works for Scilab 5.1.1, has an improved build system for
&lt;br&gt;newer ImageMagick, and has all 64 documentation files updated to the new DocBook
&lt;br&gt;format. Check out the documentation on the web:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://siptoolbox.sourceforge.net/doc/sip-0.4.1-reference/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://siptoolbox.sourceforge.net/doc/sip-0.4.1-reference/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Currently only a source code release is available, which readily
&lt;br&gt;installs under Linux. An experimental windows version is available
&lt;br&gt;only for Scilab 4 at this point. If you wish to contribute with a
&lt;br&gt;windows port, you will be greatly praised by the community.  SIP has
&lt;br&gt;over 60 downloads/day and about 2000 page views/day! The demand for a
&lt;br&gt;windows port is huge.
&lt;br&gt;&lt;br&gt;Please report any problems to our bug tracker:
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?group_id=68055&amp;atid=519890&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?group_id=68055&amp;atid=519890&lt;/a&gt;&lt;br&gt;&lt;br&gt;About:
&lt;br&gt;SIP provides image processing, pattern recognition, and computer
&lt;br&gt;vision routines for SciLab, a Matlab-like matrix-oriented programming
&lt;br&gt;environment. SIP is able to read/write images in almost 90 major
&lt;br&gt;formats, including JPEG, PNG, BMP, GIF, FITS, and TIFF. It includes
&lt;br&gt;routines for filtering, segmentation, edge detection, morphology,
&lt;br&gt;curvature, fractal dimension, distance transforms, multiscale
&lt;br&gt;skeletons, and more.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://siptoolbox.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://siptoolbox.sourceforge.net&lt;/a&gt;&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;Ricardo Fabbri
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Stay on top of everything new and different, both inside and 
&lt;br&gt;around Java (TM) technology - register by April 22, and save
&lt;br&gt;$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
&lt;br&gt;300 plus technical and hands-on sessions. Register today. 
&lt;br&gt;Use priority code J9JMT32. &lt;a href=&quot;http://p.sf.net/sfu/p&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/p&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-announce mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23089184&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-announce@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-announce&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-announce&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-users-f3876.html&quot; embed=&quot;fixTarget[3876]&quot; target=&quot;_top&quot; &gt;siptoolbox-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-SIP-announce--SIP-0.4.0-final-release-tp22988705p23089184.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23088644</id>
	<title>help pages - done!</title>
	<published>2009-04-16T16:41:50Z</published>
	<updated>2009-04-16T16:41:50Z</updated>
	<author>
		<name>Ricardo Fabbri-3</name>
	</author>
	<content type="html">Hi, all,
&lt;br&gt;&lt;br&gt;the help pages were completely translated into the Scilab 5 &amp;nbsp;DocBook format.
&lt;br&gt;&lt;br&gt;Thanks to bugfixes to Scilab 5.1.1. the xmltodocbook toolbox now
&lt;br&gt;worked just fine in converting the old Scilab 4 xml files to the new
&lt;br&gt;ones. It seems the Scilab team has been pretty active, they respond to
&lt;br&gt;my bug reports sooner or later.
&lt;br&gt;&lt;br&gt;SIP 0.4.1 should be out soon with these improvements and other minor fixes.
&lt;br&gt;&lt;br&gt;Ricardo
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Stay on top of everything new and different, both inside and 
&lt;br&gt;around Java (TM) technology - register by April 22, and save
&lt;br&gt;$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
&lt;br&gt;300 plus technical and hands-on sessions. Register today. 
&lt;br&gt;Use priority code J9JMT32. &lt;a href=&quot;http://p.sf.net/sfu/p&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/p&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23088644&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/help-pages---done%21-tp23088644p23088644.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22988704</id>
	<title>[SIP-announce] SIP 0.4.0 final release</title>
	<published>2009-04-10T07:21:09Z</published>
	<updated>2009-04-10T07:21:09Z</updated>
	<author>
		<name>Ricardo Fabbri-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;the Scilab Image Processing toolbox version 0.4.0 has been released.
&lt;br&gt;This new major version works for Scilab 5.1, and brings new functions
&lt;br&gt;such as a new fast Euclidean distance map algorithm, phase unwrapping,
&lt;br&gt;Radon transform, HSV color space transformations, and more. Many other
&lt;br&gt;bugfixes and minor improvements were added, and recent versions of
&lt;br&gt;ImageMagick are now supported to read and write over 90 image formats.
&lt;br&gt;&lt;br&gt;Currently only a source code release is available, which readily
&lt;br&gt;installs under Linux. An experimental windows version is available
&lt;br&gt;only for Scilab 4 at this point. If you wish to contribute with a
&lt;br&gt;windows port, you will be greatly praised by the community. &amp;nbsp;SIP has
&lt;br&gt;over 60 downloads/day and about 2000 page views/day! The demand for a
&lt;br&gt;windows port is huge.
&lt;br&gt;&lt;br&gt;We are in the process of migrating help files to the new DocBook
&lt;br&gt;format for Scilab 5. The SIP 0.4.0 release contains DocBook help pages
&lt;br&gt;for most of the core functions, but we still have about 40 more
&lt;br&gt;function documentations to convert.
&lt;br&gt;&lt;br&gt;Please report any problems to our bug tracker:
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?group_id=68055&amp;atid=519890&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?group_id=68055&amp;atid=519890&lt;/a&gt;&lt;br&gt;&lt;br&gt;About:
&lt;br&gt;SIP provides image processing, pattern recognition, and computer
&lt;br&gt;vision routines for SciLab, a Matlab-like matrix-oriented programming
&lt;br&gt;environment. SIP is able to read/write images in almost 90 major
&lt;br&gt;formats, including JPEG, PNG, BMP, GIF, FITS, and TIFF. It includes
&lt;br&gt;routines for filtering, segmentation, edge detection, morphology,
&lt;br&gt;curvature, fractal dimension, distance transforms, multiscale
&lt;br&gt;skeletons, and more.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://siptoolbox.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://siptoolbox.sourceforge.net&lt;/a&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Ricardo Fabbri
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by:
&lt;br&gt;High Quality Requirements in a Collaborative Environment.
&lt;br&gt;Download a free trial of Rational Requirements Composer Now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/www-ibm-com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/www-ibm-com&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-announce mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22988704&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-announce@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-announce&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-announce&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-SIP-announce--SIP-0.4.0-final-release-tp22988704p22988704.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22988705</id>
	<title>[SIP-announce] SIP 0.4.0 final release</title>
	<published>2009-04-10T07:21:09Z</published>
	<updated>2009-04-10T07:21:09Z</updated>
	<author>
		<name>Ricardo Fabbri-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;the Scilab Image Processing toolbox version 0.4.0 has been released.
&lt;br&gt;This new major version works for Scilab 5.1, and brings new functions
&lt;br&gt;such as a new fast Euclidean distance map algorithm, phase unwrapping,
&lt;br&gt;Radon transform, HSV color space transformations, and more. Many other
&lt;br&gt;bugfixes and minor improvements were added, and recent versions of
&lt;br&gt;ImageMagick are now supported to read and write over 90 image formats.
&lt;br&gt;&lt;br&gt;Currently only a source code release is available, which readily
&lt;br&gt;installs under Linux. An experimental windows version is available
&lt;br&gt;only for Scilab 4 at this point. If you wish to contribute with a
&lt;br&gt;windows port, you will be greatly praised by the community. &amp;nbsp;SIP has
&lt;br&gt;over 60 downloads/day and about 2000 page views/day! The demand for a
&lt;br&gt;windows port is huge.
&lt;br&gt;&lt;br&gt;We are in the process of migrating help files to the new DocBook
&lt;br&gt;format for Scilab 5. The SIP 0.4.0 release contains DocBook help pages
&lt;br&gt;for most of the core functions, but we still have about 40 more
&lt;br&gt;function documentations to convert.
&lt;br&gt;&lt;br&gt;Please report any problems to our bug tracker:
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/?group_id=68055&amp;atid=519890&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?group_id=68055&amp;atid=519890&lt;/a&gt;&lt;br&gt;&lt;br&gt;About:
&lt;br&gt;SIP provides image processing, pattern recognition, and computer
&lt;br&gt;vision routines for SciLab, a Matlab-like matrix-oriented programming
&lt;br&gt;environment. SIP is able to read/write images in almost 90 major
&lt;br&gt;formats, including JPEG, PNG, BMP, GIF, FITS, and TIFF. It includes
&lt;br&gt;routines for filtering, segmentation, edge detection, morphology,
&lt;br&gt;curvature, fractal dimension, distance transforms, multiscale
&lt;br&gt;skeletons, and more.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://siptoolbox.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://siptoolbox.sourceforge.net&lt;/a&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Ricardo Fabbri
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by:
&lt;br&gt;High Quality Requirements in a Collaborative Environment.
&lt;br&gt;Download a free trial of Rational Requirements Composer Now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/www-ibm-com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/www-ibm-com&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-announce mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22988705&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-announce@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-announce&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-announce&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-users-f3876.html&quot; embed=&quot;fixTarget[3876]&quot; target=&quot;_top&quot; &gt;siptoolbox-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-SIP-announce--SIP-0.4.0-final-release-tp22988705p22988705.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22888303</id>
	<title>SIP help files for Scilab 5</title>
	<published>2009-04-04T15:08:10Z</published>
	<updated>2009-04-04T15:08:10Z</updated>
	<author>
		<name>Ricardo Fabbri-3</name>
	</author>
	<content type="html">Hi, all,
&lt;br&gt;&lt;br&gt;I got a system to build help files for Scilab 5.1 going, it should work in the
&lt;br&gt;CVS version. Having a friendly fork of SIP around that already does this (SIVP)
&lt;br&gt;definitely helped a lot, but we still need volunteers to translate remaining
&lt;br&gt;help files to the new format. That's all that remains for us to have a
&lt;br&gt;completely working
&lt;br&gt;SIP for Scilab 5.1.
&lt;br&gt;&lt;br&gt;We have 65 help files in SIP! I already translated all the docs of functions
&lt;br&gt;that have some overlap with SIVP (10 files), as well as other important ones
&lt;br&gt;from SIP, such as mogrify. It was an interesting idea to do it by hand, since it
&lt;br&gt;taught me the differences between the two toolboxes and got me started in
&lt;br&gt;merging the two.
&lt;br&gt;&lt;br&gt;I tried to translate the remaining help files using an automated tool provided
&lt;br&gt;by the Scilab team - the xmltodocbook toolbox:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.scilab.org/contrib/index_contrib.php?page=displayContribution&amp;fileID=1163&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.scilab.org/contrib/index_contrib.php?page=displayContribution&amp;fileID=1163&lt;/a&gt;&lt;br&gt;&lt;br&gt;but it didn't work on my computer - Java crashes (gentoo Linux with
&lt;br&gt;sun-jdk-1.6). We had a custom DTD for the 4.x help pages
&lt;br&gt;which might complicate the use of such an automated tool, so I think doing it by
&lt;br&gt;hand is the most likely solution. We can take the opportunity to fix any typos
&lt;br&gt;and learn the new help style. Last time we moved from the old Scilab 2.x to 4.x
&lt;br&gt;help styles, Vitor admirably did most of the work.
&lt;br&gt;&lt;br&gt;Here are my guidelines for doing this. The new help files are in the help/en_US
&lt;br&gt;directory (as opposed to 'man'), and you can start from a copy of the existing
&lt;br&gt;ones to use as a template. My only requirement is that you try to keep the XML
&lt;br&gt;tags in the file well-indented as much as you can, but we should not enforce a
&lt;br&gt;strict style. It is up to you, just keep it fairly clean.
&lt;br&gt;&lt;br&gt;Once you translated a new help file, say man/bwdist.xml to
&lt;br&gt;help/en_US/bwdist.xml, then add the file to the list in help/Makefile.am,
&lt;br&gt;and type &amp;quot;make&amp;quot; inside the help directory. That should rebuild the help files.
&lt;br&gt;&lt;br&gt;Instead of opening scilab all over again to check if the help file formatting
&lt;br&gt;looks good, you can just point your browser to
&lt;br&gt;help/en_US/scilab_en_US_help/index.html and navigate to your function.
&lt;br&gt;&lt;br&gt;Keeping the browser open, all you have to do is refresh it after you make a
&lt;br&gt;change to your xml file and type &amp;quot;make&amp;quot; inside the help folder.
&lt;br&gt;&lt;br&gt;Once all the files are done, I will immediately make a new SIP release, with
&lt;br&gt;plenty of thank you notes to the volunteer(s). So your help would be appreciated
&lt;br&gt;since a new release of SIP is more than needed!
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;Ricardo
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22888303&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SIP-help-files-for-Scilab-5-tp22888303p22888303.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22862750</id>
	<title>SCILAB 5.1 compilation</title>
	<published>2009-04-02T23:33:11Z</published>
	<updated>2009-04-02T23:33:11Z</updated>
	<author>
		<name>Liberio-2</name>
	</author>
	<content type="html">Hi, all,
&lt;br&gt;&lt;br&gt;we have updated SIP CVS to compile with Scilab 5 and 4 at the
&lt;br&gt;same time. Please give it a try and let us know how it works for you.
&lt;br&gt;&lt;br&gt;The help pages still don't build in Scilab 5, but that should be fixed in the
&lt;br&gt;next couple of days. The merge with SIVP is ongoing and we added a
&lt;br&gt;dummy test for opencv.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22862750&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SCILAB-5.1-compilation-tp22862750p22862750.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22816189</id>
	<title>Re: SCILAB 5.1</title>
	<published>2009-03-31T15:32:39Z</published>
	<updated>2009-03-31T15:32:39Z</updated>
	<author>
		<name>Ricardo Fabbri-3</name>
	</author>
	<content type="html">Actually,
&lt;br&gt;&lt;br&gt;I realized that my sip tree was pointing to some old Scilab 4.x
&lt;br&gt;sources, so that's why it compiled normally.
&lt;br&gt;&lt;br&gt;The strange thing is that it used Scilab 4.x to compile, while it
&lt;br&gt;loaded _and_ ran just fine in Scilab 5.x
&lt;br&gt;&lt;br&gt;We will need some time to port SIP to Scilab 5 and that is a process
&lt;br&gt;that also involves merging-in some changes from SIVP. Although this
&lt;br&gt;process has started, it is not so simple and will take some days to
&lt;br&gt;finish.
&lt;br&gt;&lt;br&gt;Sorry for the inconvenience,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Sun, Mar 29, 2009 at 9:03 PM, Dean S. Messing &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22816189&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;deanm@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; just letting you know that I've compiled the SIP CVS version and it
&lt;br&gt;&amp;gt;&amp;gt; compiles and works with Scilab 5.1 under linux.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Wow!  Good news.  I will proceed to spend the time to build
&lt;br&gt;&amp;gt; 5.1 and SIP on my system (Fedora 10) system in the next
&lt;br&gt;&amp;gt; few days.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;  Thanks
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Dean
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22816189&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SCILAB-5.1-tp22108901p22816189.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22791634</id>
	<title>Re: merging SIP and SIVP - an idea</title>
	<published>2009-03-30T13:01:25Z</published>
	<updated>2009-03-30T13:01:25Z</updated>
	<author>
		<name>Ricardo Fabbri-3</name>
	</author>
	<content type="html">Hi Vitor &amp; Cheng,
&lt;br&gt;&lt;br&gt;CMake is great, there are many reasons I'd like to see it used:
&lt;br&gt;- I also have been using it extensively with the VXL computer vision
&lt;br&gt;libraries, which could very well be used as one of the basis for new
&lt;br&gt;SIP functions in the future. I actually already build some interface
&lt;br&gt;functions between vxl and matlab using CMake, and that should give a
&lt;br&gt;good idea on how to do the same for SIP/Scilab.
&lt;br&gt;- KDE migrated to use CMake, and so many other huge libraries use it,
&lt;br&gt;so it is a ubiquitous and standard tool.
&lt;br&gt;- My lab has connections with people in Kitware
&lt;br&gt;- Most importantly, we want to be able to support many OS. Right now
&lt;br&gt;the Autoconf/Automake tools work very well only for Linux.
&lt;br&gt;&lt;br&gt;So I hope this idea can be pushed forward with concrete and realistic
&lt;br&gt;results. While the CMake port is being done, nothing prevents us from
&lt;br&gt;trying to start merging SIP and SIVP with the current build system and
&lt;br&gt;get it to work well in Linux first. That will get most conflicts and
&lt;br&gt;merges between the two out of the way.
&lt;br&gt;&lt;br&gt;&lt;br&gt;2009/3/30 Cheng Zhang &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22791634&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chengzha@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Vitor,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; FYI. I had already used CMake in SIP Windows port in 2005. I definitely
&lt;br&gt;&amp;gt; support your idea of adopting CMake in SIP's build process. It's a great
&lt;br&gt;&amp;gt; tool.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheng
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Mon, Mar 30, 2009 at 9:51 AM, &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22791634&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vitors@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;   Hello Fabbri and all SIP and SIVP developers,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;   I was wondering if could help you with the transition step you
&lt;br&gt;&amp;gt;&amp;gt; mentioned. When you said about &amp;quot;configure&amp;quot;, which tool where you
&lt;br&gt;&amp;gt;&amp;gt; talking about? Let me explain: I joined for two years a software
&lt;br&gt;&amp;gt;&amp;gt; project and one of my tasks was to move from GNU autotools to CMake.
&lt;br&gt;&amp;gt;&amp;gt; The idea was to use the same set of scripts to be able to build our
&lt;br&gt;&amp;gt;&amp;gt; software (library, unit tests, documentation, GUI, etc.) on both Linux
&lt;br&gt;&amp;gt;&amp;gt; and Windows environments.
&lt;br&gt;&amp;gt;&amp;gt;   My experience says that CMake is simply excellent doing this job.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;   The biggest problem now is to manage my time because I just moved from
&lt;br&gt;&amp;gt;&amp;gt; team (and city) and I'll be quite busy for the next two months.
&lt;br&gt;&amp;gt;&amp;gt; However, once things get more organized and clear at the office, I can
&lt;br&gt;&amp;gt;&amp;gt; say how much time I would have to work on SIP install scripting.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;    Please, let me know what you think about this idea.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;    Vitor
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; p.s.: For those who don't know CMake: &lt;a href=&quot;http://www.cmake.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cmake.org&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Hi Shiqi,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; long time no see!
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; As a follow-up to our usual idea of merging SIP and SIVP, I had an
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; idea about supporting both OpenCV and ImageMagick. Here is a plan of
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; how this can be feasible:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; The end-goal would be a toolbox that optionally compiles the functions
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; that use
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; opencv, or the functions that use imagemagick, or both, depending on
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; flags passed to the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; configure script. For the functions that overlap, we can start by
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; providing both
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; implementations,  the configure script will default to the best
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; option. For example, imread can be implemented by ImageMagick by
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; default, but if we choose not to use
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; imagemagick, then an imread by opencv would be used. Of course, if it
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; turns out that there is no advantage in keeping two implementations
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; around, in the future we can
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; remove one of them.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; We can start with a transition plan.  The short term goal would be to
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; start
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; providing such a &amp;quot;configure&amp;quot; script in SIP, which can take both opencv
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; and
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; imagemagick, or just one of them. By default, for now, SIP would compile
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; to the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; normal SIP without opencv, but if you pass a flag such as &amp;quot;--full-build&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; then it
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; would try to compile all possible functions (the union of SIP and SIVP).
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Once that is done, SIVP could also have a transitional version that
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; would
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; be
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; identical to the above package, but whose configure script would default
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; to
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; build the usual OpenCV-based SIVP, without imagemagick.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; That is a lot of work, but all the effort would be towards trying to
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; bring
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; SIP and SIVP into agreement where they overlap, and complementing each
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; other
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; where they don't overlap. For instance, the transitional &amp;quot;SIP&amp;quot; would
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; have
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; to
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; move towards supporting integer formats.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; I think I can try to start the transitional merge by incorporating SIVP
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; features
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; back into SIP and activating opencv as an optional step.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; We can always keep it simple by providing the SIP and SIVP-style
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; packages
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; around.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Let me know what you think.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Hi Shiqi,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; I am sorry I didn't reply to your email before, I have been extremely
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; busy with my PhD load, but hopefully I will gradually get back to SIP
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; and Scilab.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; It is a really good idea to merge SIP and SIVP. The main difference
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; right now seems to be that SIP uses ImageMagick. I think OpenCV cannot
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; handle as many image formats, right? Imagemagick handles virtually 100
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; formats. It would be nice to support both, but maybe it would be to
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; hard to maintain everything into a single toolbox. If we work
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; together, it might be feasible, though. I was also thinking about
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; interfacing &lt;a href=&quot;http://vxl.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://vxl.sourceforge.net&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; but that is more for a long-term project.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Anyways, great job with SIVP. You can continue to use SIP code as you
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; wish.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Let me know what are your ideas,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;  I noticed you have put a notice on SIP homepage. It's a googd news
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; for
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;  all SIP users. ^-^
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;  Now SIVP is still in developing. I have ported some macros such as
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;  imnoise, edge, etc from SIP to SIVP. Compared with SIP, the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; advantages
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;  of SIVP are integer image support(UINT8, INT8, ..., INT32) and some
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; fast
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;  functions which using OpenCV (such as canny in SIVP edge function).
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; The
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;  disadvantage is that the functions are still not enough. The SIVP
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;  function prototypes is the same as Matlab Image Processing toolbox.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;  You will be back to SIP next month. I wonder if it's a chance to
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; merge
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;  SIP and SIVP to one toolbox.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;  Shiqi
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; SIPtoolbox-devel mailing list
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22791634&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; SIPtoolbox-devel mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22791634&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Cheng Zhang
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; PhD Candidate
&lt;br&gt;&amp;gt; The Department of Electrical and Computer Engineering
&lt;br&gt;&amp;gt; The University of Iowa, USA
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; SIPtoolbox-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22791634&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22791634&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/merging-SIP-and-SIVP---an-idea-tp22771636p22791634.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22788854</id>
	<title>Re: merging SIP and SIVP - an idea</title>
	<published>2009-03-30T10:47:29Z</published>
	<updated>2009-03-30T10:47:29Z</updated>
	<author>
		<name>Cheng Zhang-4</name>
	</author>
	<content type="html">Hi Vitor,&lt;br&gt;&lt;br&gt;FYI. I had already used CMake in SIP Windows port in 2005. I definitely support your idea of adopting CMake in SIP&amp;#39;s build process. It&amp;#39;s a great tool.&lt;br&gt;&lt;br&gt;Cheng&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Mar 30, 2009 at 9:51 AM,  &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22788854&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vitors@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;   Hello Fabbri and all SIP and SIVP developers,&lt;br&gt;
&lt;br&gt;
   I was wondering if could help you with the transition step you&lt;br&gt;
mentioned. When you said about &amp;quot;configure&amp;quot;, which tool where you&lt;br&gt;
talking about? Let me explain: I joined for two years a software&lt;br&gt;
project and one of my tasks was to move from GNU autotools to CMake.&lt;br&gt;
The idea was to use the same set of scripts to be able to build our&lt;br&gt;
software (library, unit tests, documentation, GUI, etc.) on both Linux&lt;br&gt;
and Windows environments.&lt;br&gt;
   My experience says that CMake is simply excellent doing this job.&lt;br&gt;
&lt;br&gt;
   The biggest problem now is to manage my time because I just moved from&lt;br&gt;
team (and city) and I&amp;#39;ll be quite busy for the next two months.&lt;br&gt;
However, once things get more organized and clear at the office, I can&lt;br&gt;
say how much time I would have to work on SIP install scripting.&lt;br&gt;
&lt;br&gt;
    Please, let me know what you think about this idea.&lt;br&gt;
&lt;br&gt;
    Vitor&lt;br&gt;
&lt;br&gt;
p.s.: For those who don&amp;#39;t know CMake: &lt;a href=&quot;http://www.cmake.org&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.cmake.org&lt;/a&gt;&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&amp;gt; Hi Shiqi,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; long time no see!&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; As a follow-up to our usual idea of merging SIP and SIVP, I had an&lt;br&gt;
&amp;gt; idea about supporting both OpenCV and ImageMagick. Here is a plan of&lt;br&gt;
&amp;gt; how this can be feasible:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; The end-goal would be a toolbox that optionally compiles the functions&lt;br&gt;
&amp;gt; that use&lt;br&gt;
&amp;gt; opencv, or the functions that use imagemagick, or both, depending on&lt;br&gt;
&amp;gt; flags passed to the&lt;br&gt;
&amp;gt; configure script. For the functions that overlap, we can start by&lt;br&gt;
&amp;gt; providing both&lt;br&gt;
&amp;gt; implementations,  the configure script will default to the best&lt;br&gt;
&amp;gt; option. For example, imread can be implemented by ImageMagick by&lt;br&gt;
&amp;gt; default, but if we choose not to use&lt;br&gt;
&amp;gt; imagemagick, then an imread by opencv would be used. Of course, if it&lt;br&gt;
&amp;gt; turns out that there is no advantage in keeping two implementations&lt;br&gt;
&amp;gt; around, in the future we can&lt;br&gt;
&amp;gt; remove one of them.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; We can start with a transition plan.  The short term goal would be to&lt;br&gt;
&amp;gt; start&lt;br&gt;
&amp;gt; providing such a &amp;quot;configure&amp;quot; script in SIP, which can take both opencv and&lt;br&gt;
&amp;gt; imagemagick, or just one of them. By default, for now, SIP would compile&lt;br&gt;
&amp;gt; to the&lt;br&gt;
&amp;gt; normal SIP without opencv, but if you pass a flag such as &amp;quot;--full-build&amp;quot;&lt;br&gt;
&amp;gt; then it&lt;br&gt;
&amp;gt; would try to compile all possible functions (the union of SIP and SIVP).&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Once that is done, SIVP could also have a transitional version that would&lt;br&gt;
&amp;gt; be&lt;br&gt;
&amp;gt; identical to the above package, but whose configure script would default&lt;br&gt;
&amp;gt; to&lt;br&gt;
&amp;gt; build the usual OpenCV-based SIVP, without imagemagick.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; That is a lot of work, but all the effort would be towards trying to bring&lt;br&gt;
&amp;gt; SIP and SIVP into agreement where they overlap, and complementing each&lt;br&gt;
&amp;gt; other&lt;br&gt;
&amp;gt; where they don&amp;#39;t overlap. For instance, the transitional &amp;quot;SIP&amp;quot; would have&lt;br&gt;
&amp;gt; to&lt;br&gt;
&amp;gt; move towards supporting integer formats.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I think I can try to start the transitional merge by incorporating SIVP&lt;br&gt;
&amp;gt; features&lt;br&gt;
&amp;gt; back into SIP and activating opencv as an optional step.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; We can always keep it simple by providing the SIP and SIVP-style packages&lt;br&gt;
&amp;gt; around.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Let me know what you think.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thanks.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Hi Shiqi,&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; I am sorry I didn&amp;#39;t reply to your email before, I have been extremely&lt;br&gt;
&amp;gt;&amp;gt; busy with my PhD load, but hopefully I will gradually get back to SIP&lt;br&gt;
&amp;gt;&amp;gt; and Scilab.&lt;br&gt;
&amp;gt;&amp;gt; It is a really good idea to merge SIP and SIVP. The main difference&lt;br&gt;
&amp;gt;&amp;gt; right now seems to be that SIP uses ImageMagick. I think OpenCV cannot&lt;br&gt;
&amp;gt;&amp;gt; handle as many image formats, right? Imagemagick handles virtually 100&lt;br&gt;
&amp;gt;&amp;gt; formats. It would be nice to support both, but maybe it would be to&lt;br&gt;
&amp;gt;&amp;gt; hard to maintain everything into a single toolbox. If we work&lt;br&gt;
&amp;gt;&amp;gt; together, it might be feasible, though. I was also thinking about&lt;br&gt;
&amp;gt;&amp;gt; interfacing &lt;a href=&quot;http://vxl.sourceforge.net&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://vxl.sourceforge.net&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; but that is more for a long-term project.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Anyways, great job with SIVP. You can continue to use SIP code as you&lt;br&gt;
&amp;gt;&amp;gt; wish.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Let me know what are your ideas,&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;  I noticed you have put a notice on SIP homepage. It&amp;#39;s a googd news for&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;  all SIP users. ^-^&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;  Now SIVP is still in developing. I have ported some macros such as&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;  imnoise, edge, etc from SIP to SIVP. Compared with SIP, the advantages&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;  of SIVP are integer image support(UINT8, INT8, ..., INT32) and some&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; fast&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;  functions which using OpenCV (such as canny in SIVP edge function).&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; The&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;  disadvantage is that the functions are still not enough. The SIVP&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;  function prototypes is the same as Matlab Image Processing toolbox.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;  You will be back to SIP next month. I wonder if it&amp;#39;s a chance to merge&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;  SIP and SIVP to one toolbox.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;  Shiqi&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; SIPtoolbox-devel mailing list&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22788854&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
_______________________________________________&lt;br&gt;
SIPtoolbox-devel mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22788854&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Cheng Zhang&lt;br&gt;&lt;br&gt;PhD Candidate&lt;br&gt;The Department of Electrical and Computer Engineering&lt;br&gt;The University of Iowa, USA  &lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22788854&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/merging-SIP-and-SIVP---an-idea-tp22771636p22788854.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22785536</id>
	<title>Re: merging SIP and SIVP - an idea</title>
	<published>2009-03-30T07:51:49Z</published>
	<updated>2009-03-30T07:51:49Z</updated>
	<author>
		<name>vitors</name>
	</author>
	<content type="html">&amp;nbsp; &amp;nbsp;Hello Fabbri and all SIP and SIVP developers,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;I was wondering if could help you with the transition step you
&lt;br&gt;mentioned. When you said about &amp;quot;configure&amp;quot;, which tool where you
&lt;br&gt;talking about? Let me explain: I joined for two years a software
&lt;br&gt;project and one of my tasks was to move from GNU autotools to CMake.
&lt;br&gt;The idea was to use the same set of scripts to be able to build our
&lt;br&gt;software (library, unit tests, documentation, GUI, etc.) on both Linux
&lt;br&gt;and Windows environments.
&lt;br&gt;&amp;nbsp; &amp;nbsp;My experience says that CMake is simply excellent doing this job.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;The biggest problem now is to manage my time because I just moved from
&lt;br&gt;team (and city) and I'll be quite busy for the next two months.
&lt;br&gt;However, once things get more organized and clear at the office, I can
&lt;br&gt;say how much time I would have to work on SIP install scripting.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Please, let me know what you think about this idea.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Vitor
&lt;br&gt;&lt;br&gt;p.s.: For those who don't know CMake: &lt;a href=&quot;http://www.cmake.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cmake.org&lt;/a&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Shiqi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; long time no see!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As a follow-up to our usual idea of merging SIP and SIVP, I had an
&lt;br&gt;&amp;gt; idea about supporting both OpenCV and ImageMagick. Here is a plan of
&lt;br&gt;&amp;gt; how this can be feasible:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The end-goal would be a toolbox that optionally compiles the functions
&lt;br&gt;&amp;gt; that use
&lt;br&gt;&amp;gt; opencv, or the functions that use imagemagick, or both, depending on
&lt;br&gt;&amp;gt; flags passed to the
&lt;br&gt;&amp;gt; configure script. For the functions that overlap, we can start by
&lt;br&gt;&amp;gt; providing both
&lt;br&gt;&amp;gt; implementations, &amp;nbsp;the configure script will default to the best
&lt;br&gt;&amp;gt; option. For example, imread can be implemented by ImageMagick by
&lt;br&gt;&amp;gt; default, but if we choose not to use
&lt;br&gt;&amp;gt; imagemagick, then an imread by opencv would be used. Of course, if it
&lt;br&gt;&amp;gt; turns out that there is no advantage in keeping two implementations
&lt;br&gt;&amp;gt; around, in the future we can
&lt;br&gt;&amp;gt; remove one of them.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We can start with a transition plan. &amp;nbsp;The short term goal would be to
&lt;br&gt;&amp;gt; start
&lt;br&gt;&amp;gt; providing such a &amp;quot;configure&amp;quot; script in SIP, which can take both opencv and
&lt;br&gt;&amp;gt; imagemagick, or just one of them. By default, for now, SIP would compile
&lt;br&gt;&amp;gt; to the
&lt;br&gt;&amp;gt; normal SIP without opencv, but if you pass a flag such as &amp;quot;--full-build&amp;quot;
&lt;br&gt;&amp;gt; then it
&lt;br&gt;&amp;gt; would try to compile all possible functions (the union of SIP and SIVP).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Once that is done, SIVP could also have a transitional version that would
&lt;br&gt;&amp;gt; be
&lt;br&gt;&amp;gt; identical to the above package, but whose configure script would default
&lt;br&gt;&amp;gt; to
&lt;br&gt;&amp;gt; build the usual OpenCV-based SIVP, without imagemagick.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; That is a lot of work, but all the effort would be towards trying to bring
&lt;br&gt;&amp;gt; SIP and SIVP into agreement where they overlap, and complementing each
&lt;br&gt;&amp;gt; other
&lt;br&gt;&amp;gt; where they don't overlap. For instance, the transitional &amp;quot;SIP&amp;quot; would have
&lt;br&gt;&amp;gt; to
&lt;br&gt;&amp;gt; move towards supporting integer formats.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I think I can try to start the transitional merge by incorporating SIVP
&lt;br&gt;&amp;gt; features
&lt;br&gt;&amp;gt; back into SIP and activating opencv as an optional step.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We can always keep it simple by providing the SIP and SIVP-style packages
&lt;br&gt;&amp;gt; around.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Let me know what you think.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi Shiqi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I am sorry I didn't reply to your email before, I have been extremely
&lt;br&gt;&amp;gt;&amp;gt; busy with my PhD load, but hopefully I will gradually get back to SIP
&lt;br&gt;&amp;gt;&amp;gt; and Scilab.
&lt;br&gt;&amp;gt;&amp;gt; It is a really good idea to merge SIP and SIVP. The main difference
&lt;br&gt;&amp;gt;&amp;gt; right now seems to be that SIP uses ImageMagick. I think OpenCV cannot
&lt;br&gt;&amp;gt;&amp;gt; handle as many image formats, right? Imagemagick handles virtually 100
&lt;br&gt;&amp;gt;&amp;gt; formats. It would be nice to support both, but maybe it would be to
&lt;br&gt;&amp;gt;&amp;gt; hard to maintain everything into a single toolbox. If we work
&lt;br&gt;&amp;gt;&amp;gt; together, it might be feasible, though. I was also thinking about
&lt;br&gt;&amp;gt;&amp;gt; interfacing &lt;a href=&quot;http://vxl.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://vxl.sourceforge.net&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; but that is more for a long-term project.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Anyways, great job with SIVP. You can continue to use SIP code as you
&lt;br&gt;&amp;gt;&amp;gt; wish.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Let me know what are your ideas,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;  I noticed you have put a notice on SIP homepage. It's a googd news for
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;  all SIP users. ^-^
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;  Now SIVP is still in developing. I have ported some macros such as
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;  imnoise, edge, etc from SIP to SIVP. Compared with SIP, the advantages
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;  of SIVP are integer image support(UINT8, INT8, ..., INT32) and some
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fast
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;  functions which using OpenCV (such as canny in SIVP edge function).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;  disadvantage is that the functions are still not enough. The SIVP
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;  function prototypes is the same as Matlab Image Processing toolbox.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;  You will be back to SIP next month. I wonder if it's a chance to merge
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;  SIP and SIVP to one toolbox.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;  Shiqi
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; SIPtoolbox-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22785536&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22785536&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/merging-SIP-and-SIVP---an-idea-tp22771636p22785536.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22771636</id>
	<title>merging SIP and SIVP - an idea</title>
	<published>2009-03-29T12:36:15Z</published>
	<updated>2009-03-29T12:36:15Z</updated>
	<author>
		<name>Ricardo Fabbri-3</name>
	</author>
	<content type="html">Hi Shiqi,
&lt;br&gt;&lt;br&gt;long time no see!
&lt;br&gt;&lt;br&gt;As a follow-up to our usual idea of merging SIP and SIVP, I had an
&lt;br&gt;idea about supporting both OpenCV and ImageMagick. Here is a plan of
&lt;br&gt;how this can be feasible:
&lt;br&gt;&lt;br&gt;The end-goal would be a toolbox that optionally compiles the functions that use
&lt;br&gt;opencv, or the functions that use imagemagick, or both, depending on
&lt;br&gt;flags passed to the
&lt;br&gt;configure script. For the functions that overlap, we can start by providing both
&lt;br&gt;implementations, &amp;nbsp;the configure script will default to the best
&lt;br&gt;option. For example, imread can be implemented by ImageMagick by
&lt;br&gt;default, but if we choose not to use
&lt;br&gt;imagemagick, then an imread by opencv would be used. Of course, if it
&lt;br&gt;turns out that there is no advantage in keeping two implementations
&lt;br&gt;around, in the future we can
&lt;br&gt;remove one of them.
&lt;br&gt;&lt;br&gt;We can start with a transition plan. &amp;nbsp;The short term goal would be to start
&lt;br&gt;providing such a &amp;quot;configure&amp;quot; script in SIP, which can take both opencv and
&lt;br&gt;imagemagick, or just one of them. By default, for now, SIP would compile to the
&lt;br&gt;normal SIP without opencv, but if you pass a flag such as &amp;quot;--full-build&amp;quot; then it
&lt;br&gt;would try to compile all possible functions (the union of SIP and SIVP).
&lt;br&gt;&lt;br&gt;Once that is done, SIVP could also have a transitional version that would be
&lt;br&gt;identical to the above package, but whose configure script would default to
&lt;br&gt;build the usual OpenCV-based SIVP, without imagemagick.
&lt;br&gt;&lt;br&gt;That is a lot of work, but all the effort would be towards trying to bring
&lt;br&gt;SIP and SIVP into agreement where they overlap, and complementing each other
&lt;br&gt;where they don't overlap. For instance, the transitional &amp;quot;SIP&amp;quot; would have to
&lt;br&gt;move towards supporting integer formats.
&lt;br&gt;&lt;br&gt;I think I can try to start the transitional merge by incorporating SIVP features
&lt;br&gt;back into SIP and activating opencv as an optional step.
&lt;br&gt;&lt;br&gt;We can always keep it simple by providing the SIP and SIVP-style packages
&lt;br&gt;around.
&lt;br&gt;&lt;br&gt;Let me know what you think.
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Shiqi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am sorry I didn't reply to your email before, I have been extremely
&lt;br&gt;&amp;gt; busy with my PhD load, but hopefully I will gradually get back to SIP
&lt;br&gt;&amp;gt; and Scilab.
&lt;br&gt;&amp;gt; It is a really good idea to merge SIP and SIVP. The main difference
&lt;br&gt;&amp;gt; right now seems to be that SIP uses ImageMagick. I think OpenCV cannot
&lt;br&gt;&amp;gt; handle as many image formats, right? Imagemagick handles virtually 100
&lt;br&gt;&amp;gt; formats. It would be nice to support both, but maybe it would be to
&lt;br&gt;&amp;gt; hard to maintain everything into a single toolbox. If we work
&lt;br&gt;&amp;gt; together, it might be feasible, though. I was also thinking about
&lt;br&gt;&amp;gt; interfacing &lt;a href=&quot;http://vxl.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://vxl.sourceforge.net&lt;/a&gt;&lt;br&gt;&amp;gt; but that is more for a long-term project.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Anyways, great job with SIVP. You can continue to use SIP code as you wish.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Let me know what are your ideas,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;  I noticed you have put a notice on SIP homepage. It's a googd news for
&lt;br&gt;&amp;gt;&amp;gt;  all SIP users. ^-^
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;  Now SIVP is still in developing. I have ported some macros such as
&lt;br&gt;&amp;gt;&amp;gt;  imnoise, edge, etc from SIP to SIVP. Compared with SIP, the advantages
&lt;br&gt;&amp;gt;&amp;gt;  of SIVP are integer image support(UINT8, INT8, ..., INT32) and some fast
&lt;br&gt;&amp;gt;&amp;gt;  functions which using OpenCV (such as canny in SIVP edge function). The
&lt;br&gt;&amp;gt;&amp;gt;  disadvantage is that the functions are still not enough. The SIVP
&lt;br&gt;&amp;gt;&amp;gt;  function prototypes is the same as Matlab Image Processing toolbox.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;  You will be back to SIP next month. I wonder if it's a chance to merge
&lt;br&gt;&amp;gt;&amp;gt;  SIP and SIVP to one toolbox.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;  Shiqi
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22771636&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/merging-SIP-and-SIVP---an-idea-tp22771636p22771636.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22761171</id>
	<title>Re: SCILAB 5.1</title>
	<published>2009-03-28T13:48:16Z</published>
	<updated>2009-03-28T13:48:16Z</updated>
	<author>
		<name>Ricardo Fabbri-3</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I've compiled the SIP CVS version and it does compile and work with
&lt;br&gt;Scilab 5.1 under linux.
&lt;br&gt;&lt;br&gt;thanks,
&lt;br&gt;Ricardo
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22761171&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SCILAB-5.1-tp22108901p22761171.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22743632</id>
	<title>Re: SCILAB 5.1</title>
	<published>2009-03-27T08:09:09Z</published>
	<updated>2009-03-27T08:09:09Z</updated>
	<author>
		<name>solerec</name>
	</author>
	<content type="html">Thanks
&lt;br&gt;Let your email find you with BlackBerry® from Vodafone
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Ricardo Fabbri &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22743632&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ricardofabbri@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;Date: Fri, 27 Mar 2009 11:01:20 
&lt;br&gt;To: Development and advanced discussion&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22743632&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;siptoolbox-devel@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Subject: Re: [SIP-devel] SCILAB 5.1
&lt;br&gt;&lt;br&gt;&lt;br&gt;I'm trying to make time for it.
&lt;br&gt;SIP is still in extremely high demand.
&lt;br&gt;Ricardo
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Fri, Feb 20, 2009 at 3:38 AM,  &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22743632&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;solerec@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt;&amp;gt; Let your email find you with BlackBerry® from Vodafone
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt;&amp;gt; From: Cheng Zhang &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22743632&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cheng-zhang@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Date: Thu, 19 Feb 2009 14:27:45
&lt;br&gt;&amp;gt;&amp;gt; To: Development and advanced discussion&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22743632&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;siptoolbox-devel@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Subject: Re: [SIP-devel] SCILAB 5.1
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi Christophe,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thank you for your question. I'm sorry that SIP has not been actively
&lt;br&gt;&amp;gt;&amp;gt; maintained for nearly 3 years. I can't give you very specific date by
&lt;br&gt;&amp;gt;&amp;gt; which SIP will work with SCILAB-5.1.
&lt;br&gt;&amp;gt;&amp;gt; I hope I can find time to update it very soon. I can't promise
&lt;br&gt;&amp;gt;&amp;gt; anything at the moment.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt; Cheng
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Thu, Feb 19, 2009 at 2:22 PM, Christophe Solere &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22743632&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;solerec@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Is there any plan to make SIP toolbox compatible with the new release of
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; SCILAB?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -Strategies to boost innovation and cut costs with open source participation
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -Receive a $600 discount off the registration fee with the source code: SFAD
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/XcvMzF8H&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/XcvMzF8H&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;_______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; SIPtoolbox-devel mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22743632&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; Cheng Zhang
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; PhD Candidate
&lt;br&gt;&amp;gt;&amp;gt; The Department of Electrical and Computer Engineering
&lt;br&gt;&amp;gt;&amp;gt; The University of Iowa, USA
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
&lt;br&gt;&amp;gt;&amp;gt; -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
&lt;br&gt;&amp;gt;&amp;gt; -Strategies to boost innovation and cut costs with open source participation
&lt;br&gt;&amp;gt;&amp;gt; -Receive a $600 discount off the registration fee with the source code: SFAD
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/XcvMzF8H&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/XcvMzF8H&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;_______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; SIPtoolbox-devel mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22743632&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
&lt;br&gt;&amp;gt;&amp;gt; -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
&lt;br&gt;&amp;gt;&amp;gt; -Strategies to boost innovation and cut costs with open source participation
&lt;br&gt;&amp;gt;&amp;gt; -Receive a $600 discount off the registration fee with the source code: SFAD
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/XcvMzF8H&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/XcvMzF8H&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;_______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; SIPtoolbox-devel mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22743632&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22743632&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22743632&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SCILAB-5.1-tp22108901p22743632.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22743526</id>
	<title>Re: SCILAB 5.1</title>
	<published>2009-03-27T08:01:20Z</published>
	<updated>2009-03-27T08:01:20Z</updated>
	<author>
		<name>Ricardo Fabbri-3</name>
	</author>
	<content type="html">I'm trying to make time for it.
&lt;br&gt;SIP is still in extremely high demand.
&lt;br&gt;Ricardo
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Fri, Feb 20, 2009 at 3:38 AM,  &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22743526&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;solerec@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt;&amp;gt; Let your email find you with BlackBerry® from Vodafone
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt;&amp;gt; From: Cheng Zhang &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22743526&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cheng-zhang@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Date: Thu, 19 Feb 2009 14:27:45
&lt;br&gt;&amp;gt;&amp;gt; To: Development and advanced discussion&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22743526&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;siptoolbox-devel@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Subject: Re: [SIP-devel] SCILAB 5.1
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi Christophe,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thank you for your question. I'm sorry that SIP has not been actively
&lt;br&gt;&amp;gt;&amp;gt; maintained for nearly 3 years. I can't give you very specific date by
&lt;br&gt;&amp;gt;&amp;gt; which SIP will work with SCILAB-5.1.
&lt;br&gt;&amp;gt;&amp;gt; I hope I can find time to update it very soon. I can't promise
&lt;br&gt;&amp;gt;&amp;gt; anything at the moment.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt; Cheng
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Thu, Feb 19, 2009 at 2:22 PM, Christophe Solere &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22743526&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;solerec@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Is there any plan to make SIP toolbox compatible with the new release of
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; SCILAB?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -Strategies to boost innovation and cut costs with open source participation
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -Receive a $600 discount off the registration fee with the source code: SFAD
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/XcvMzF8H&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/XcvMzF8H&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; SIPtoolbox-devel mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22743526&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; Cheng Zhang
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; PhD Candidate
&lt;br&gt;&amp;gt;&amp;gt; The Department of Electrical and Computer Engineering
&lt;br&gt;&amp;gt;&amp;gt; The University of Iowa, USA
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
&lt;br&gt;&amp;gt;&amp;gt; -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
&lt;br&gt;&amp;gt;&amp;gt; -Strategies to boost innovation and cut costs with open source participation
&lt;br&gt;&amp;gt;&amp;gt; -Receive a $600 discount off the registration fee with the source code: SFAD
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/XcvMzF8H&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/XcvMzF8H&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; SIPtoolbox-devel mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22743526&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
&lt;br&gt;&amp;gt;&amp;gt; -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
&lt;br&gt;&amp;gt;&amp;gt; -Strategies to boost innovation and cut costs with open source participation
&lt;br&gt;&amp;gt;&amp;gt; -Receive a $600 discount off the registration fee with the source code: SFAD
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/XcvMzF8H&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/XcvMzF8H&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; SIPtoolbox-devel mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22743526&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22743526&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SCILAB-5.1-tp22108901p22743526.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22116112</id>
	<title>Re: SCILAB 5.1</title>
	<published>2009-02-19T23:38:43Z</published>
	<updated>2009-02-19T23:38:43Z</updated>
	<author>
		<name>solerec</name>
	</author>
	<content type="html">Thanks
&lt;br&gt;Let your email find you with BlackBerry® from Vodafone
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Cheng Zhang &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22116112&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cheng-zhang@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;Date: Thu, 19 Feb 2009 14:27:45 
&lt;br&gt;To: Development and advanced discussion&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22116112&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;siptoolbox-devel@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Subject: Re: [SIP-devel] SCILAB 5.1
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi Christophe,
&lt;br&gt;&lt;br&gt;Thank you for your question. I'm sorry that SIP has not been actively
&lt;br&gt;maintained for nearly 3 years. I can't give you very specific date by
&lt;br&gt;which SIP will work with SCILAB-5.1.
&lt;br&gt;I hope I can find time to update it very soon. I can't promise
&lt;br&gt;anything at the moment.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Cheng
&lt;br&gt;&lt;br&gt;On Thu, Feb 19, 2009 at 2:22 PM, Christophe Solere &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22116112&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;solerec@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Is there any plan to make SIP toolbox compatible with the new release of
&lt;br&gt;&amp;gt; SCILAB?
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
&lt;br&gt;&amp;gt; -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
&lt;br&gt;&amp;gt; -Strategies to boost innovation and cut costs with open source participation
&lt;br&gt;&amp;gt; -Receive a $600 discount off the registration fee with the source code: SFAD
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/XcvMzF8H&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/XcvMzF8H&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; SIPtoolbox-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22116112&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Cheng Zhang
&lt;br&gt;&lt;br&gt;PhD Candidate
&lt;br&gt;The Department of Electrical and Computer Engineering
&lt;br&gt;The University of Iowa, USA
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
&lt;br&gt;-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
&lt;br&gt;-Strategies to boost innovation and cut costs with open source participation
&lt;br&gt;-Receive a $600 discount off the registration fee with the source code: SFAD
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/XcvMzF8H&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/XcvMzF8H&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22116112&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
&lt;br&gt;-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
&lt;br&gt;-Strategies to boost innovation and cut costs with open source participation
&lt;br&gt;-Receive a $600 discount off the registration fee with the source code: SFAD
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/XcvMzF8H&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/XcvMzF8H&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22116112&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SCILAB-5.1-tp22108901p22116112.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22108978</id>
	<title>Re: SCILAB 5.1</title>
	<published>2009-02-19T12:27:45Z</published>
	<updated>2009-02-19T12:27:45Z</updated>
	<author>
		<name>Cheng Zhang-3</name>
	</author>
	<content type="html">Hi Christophe,
&lt;br&gt;&lt;br&gt;Thank you for your question. I'm sorry that SIP has not been actively
&lt;br&gt;maintained for nearly 3 years. I can't give you very specific date by
&lt;br&gt;which SIP will work with SCILAB-5.1.
&lt;br&gt;I hope I can find time to update it very soon. I can't promise
&lt;br&gt;anything at the moment.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Cheng
&lt;br&gt;&lt;br&gt;On Thu, Feb 19, 2009 at 2:22 PM, Christophe Solere &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22108978&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;solerec@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Is there any plan to make SIP toolbox compatible with the new release of
&lt;br&gt;&amp;gt; SCILAB?
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
&lt;br&gt;&amp;gt; -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
&lt;br&gt;&amp;gt; -Strategies to boost innovation and cut costs with open source participation
&lt;br&gt;&amp;gt; -Receive a $600 discount off the registration fee with the source code: SFAD
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/XcvMzF8H&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/XcvMzF8H&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; SIPtoolbox-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22108978&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Cheng Zhang
&lt;br&gt;&lt;br&gt;PhD Candidate
&lt;br&gt;The Department of Electrical and Computer Engineering
&lt;br&gt;The University of Iowa, USA
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
&lt;br&gt;-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
&lt;br&gt;-Strategies to boost innovation and cut costs with open source participation
&lt;br&gt;-Receive a $600 discount off the registration fee with the source code: SFAD
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/XcvMzF8H&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/XcvMzF8H&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22108978&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SCILAB-5.1-tp22108901p22108978.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22108901</id>
	<title>SCILAB 5.1</title>
	<published>2009-02-19T12:22:33Z</published>
	<updated>2009-02-19T12:22:33Z</updated>
	<author>
		<name>solerec</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16809&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Is there any plan to make SIP toolbox compatible 
with the new release of SCILAB?&lt;/FONT&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
&lt;br&gt;-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
&lt;br&gt;-Strategies to boost innovation and cut costs with open source participation
&lt;br&gt;-Receive a $600 discount off the registration fee with the source code: SFAD
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/XcvMzF8H&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/XcvMzF8H&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22108901&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SCILAB-5.1-tp22108901p22108901.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11821868</id>
	<title>announcement</title>
	<published>2007-07-26T19:31:53Z</published>
	<updated>2007-07-26T19:31:53Z</updated>
	<author>
		<name>Minna-12</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Splunk Inc.
&lt;br&gt;Still grepping through log files to find problems? &amp;nbsp;Stop.
&lt;br&gt;Now Search log events and configuration files using AJAX and a browser.
&lt;br&gt;Download your FREE copy of Splunk now &amp;gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://get.splunk.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://get.splunk.com/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11821868&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;announcement.pdf&lt;/strong&gt; (28K) &lt;a href=&quot;http://old.nabble.com/attachment/11821868/0/announcement.pdf&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/announcement-tp11821868p11821868.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11736583</id>
	<title>(no subject)</title>
	<published>2007-07-22T19:26:01Z</published>
	<updated>2007-07-22T19:26:01Z</updated>
	<author>
		<name>Emery Frost</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Splunk Inc.
&lt;br&gt;Still grepping through log files to find problems? &amp;nbsp;Stop.
&lt;br&gt;Now Search log events and configuration files using AJAX and a browser.
&lt;br&gt;Download your FREE copy of Splunk now &amp;gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://get.splunk.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://get.splunk.com/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11736583&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;advertisement.pdf&lt;/strong&gt; (19K) &lt;a href=&quot;http://old.nabble.com/attachment/11736583/0/advertisement.pdf&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%28no-subject%29-tp11736583p11736583.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11725026</id>
	<title>Bill</title>
	<published>2007-07-21T13:01:05Z</published>
	<updated>2007-07-21T13:01:05Z</updated>
	<author>
		<name>Hilda Duffy</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Splunk Inc.
&lt;br&gt;Still grepping through log files to find problems? &amp;nbsp;Stop.
&lt;br&gt;Now Search log events and configuration files using AJAX and a browser.
&lt;br&gt;Download your FREE copy of Splunk now &amp;gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://get.splunk.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://get.splunk.com/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11725026&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;Bill.pdf&lt;/strong&gt; (27K) &lt;a href=&quot;http://old.nabble.com/attachment/11725026/0/Bill.pdf&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Bill-tp11725026p11725026.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11720213</id>
	<title>(no subject)</title>
	<published>2007-07-21T01:31:31Z</published>
	<updated>2007-07-21T01:31:31Z</updated>
	<author>
		<name>Womack W.Lily</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Microsoft
&lt;br&gt;Defy all challenges. Microsoft(R) Visual Studio 2005.
&lt;br&gt;&lt;a href=&quot;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11720213&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;invoice.pdf&lt;/strong&gt; (15K) &lt;a href=&quot;http://old.nabble.com/attachment/11720213/0/invoice.pdf&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%28no-subject%29-tp11720213p11720213.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11709525</id>
	<title>(no subject)</title>
	<published>2007-07-20T08:45:12Z</published>
	<updated>2007-07-20T08:45:12Z</updated>
	<author>
		<name>Stephen-83</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Microsoft
&lt;br&gt;Defy all challenges. Microsoft(R) Visual Studio 2005.
&lt;br&gt;&lt;a href=&quot;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11709525&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;Agreement.pdf&lt;/strong&gt; (31K) &lt;a href=&quot;http://old.nabble.com/attachment/11709525/0/Agreement.pdf&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%28no-subject%29-tp11709525p11709525.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11703960</id>
	<title>(no subject)</title>
	<published>2007-07-20T02:12:01Z</published>
	<updated>2007-07-20T02:12:01Z</updated>
	<author>
		<name>Sally-20</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Microsoft
&lt;br&gt;Defy all challenges. Microsoft(R) Visual Studio 2005.
&lt;br&gt;&lt;a href=&quot;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11703960&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;Warning.pdf&lt;/strong&gt; (26K) &lt;a href=&quot;http://old.nabble.com/attachment/11703960/0/Warning.pdf&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%28no-subject%29-tp11703960p11703960.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11702290</id>
	<title>You've received a postcard from a Neighbour!</title>
	<published>2007-07-19T22:57:38Z</published>
	<updated>2007-07-19T22:57:38Z</updated>
	<author>
		<name>riversongs.Com-24</name>
	</author>
	<content type="html">Hi. Neighbour has sent you a postcard.
&lt;br&gt;See your card as often as you wish during the next 15 days.
&lt;br&gt;&lt;br&gt;SEEING YOUR CARD
&lt;br&gt;&lt;br&gt;If your email software creates links to Web pages, click on your 
&lt;br&gt;card's direct www address below while you are connected to the Internet:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://76.84.141.16/?6b9ea6878b15d7703a3b01bdad81d9b848ca9a8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://76.84.141.16/?6b9ea6878b15d7703a3b01bdad81d9b848ca9a8&lt;/a&gt;&lt;br&gt;&lt;br&gt;Or copy and paste it into your browser's &amp;quot;Location&amp;quot; box (where Internet 
&lt;br&gt;addresses go).
&lt;br&gt;&lt;br&gt;We hope you enjoy your awesome card.
&lt;br&gt;&lt;br&gt;Wishing you the best,
&lt;br&gt;Administrator,
&lt;br&gt;riversongs.Com
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Microsoft
&lt;br&gt;Defy all challenges. Microsoft(R) Visual Studio 2005.
&lt;br&gt;&lt;a href=&quot;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11702290&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/You%27ve-received-a-postcard-from-a-Neighbour%21-tp11702290p11702290.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11612529</id>
	<title>Re: (no subject)</title>
	<published>2007-07-16T03:33:14Z</published>
	<updated>2007-07-16T03:33:14Z</updated>
	<author>
		<name>kitty-21</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by DB2 Express
&lt;br&gt;Download DB2 Express C - the FREE version of DB2 express and take
&lt;br&gt;control of your XML. No limits. Just data. Click to get it now.
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/powerbar/db2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/powerbar/db2/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11612529&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;Invoice.pdf&lt;/strong&gt; (21K) &lt;a href=&quot;http://old.nabble.com/attachment/11612529/0/Invoice.pdf&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-%28no-subject%29-tp11594512p11612529.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11596984</id>
	<title>hairpiece confusing</title>
	<published>2007-07-14T14:24:03Z</published>
	<updated>2007-07-14T14:24:03Z</updated>
	<author>
		<name>Mcgrath-4</name>
	</author>
	<content type="html">Big News For SZSN! Shares Rocket! UP 37.5%
&lt;br&gt;&lt;br&gt;Shandong Zhouyuan Seed and Nursery Co., Ltd (SZSN)
&lt;br&gt;$0.33 UP 37.5%
&lt;br&gt;&lt;br&gt;SZSN new releases show huge expansion and Multi-Million dollar projects.
&lt;br&gt;Share prices rocket! Friday's trading was strong. Get On SZSN first
&lt;br&gt;thing Monday!
&lt;br&gt;&lt;br&gt;Good communication skills and inter-personal skills are expected as the
&lt;br&gt;Analyst will need to interact with users widely throughout the firm.
&lt;br&gt;Bachelors degree in Computer or Finance-related majors.
&lt;br&gt;&lt;br&gt;Wall Street Technology Jobs - New York Financial District Technical
&lt;br&gt;Careers in Equity Trading, Stock Markets, and Financial Services.
&lt;br&gt;&lt;br&gt;Bachelors degree in Computer or Finance-related majors. The scope of
&lt;br&gt;this role extends to cover significant street or industry wide
&lt;br&gt;initiatives such as Sox and BaFIN.
&lt;br&gt;&lt;br&gt;This candidate will design and develop the server side WSRP
&lt;br&gt;infrastructure and develop the consumer and producer portlets; develop
&lt;br&gt;authentication and entitlement functionality.
&lt;br&gt;&lt;br&gt;Knowledge and experience in capital markets. Strong profession presence
&lt;br&gt;with the ability to clarify requirements and priority in a fast moving
&lt;br&gt;trading floor environment.
&lt;br&gt;&lt;br&gt;Accountable for the project management and schedules of the business
&lt;br&gt;critical projects for the regional projects. Strong profession presence
&lt;br&gt;with the ability to clarify requirements and priority in a fast moving
&lt;br&gt;trading floor environment.
&lt;br&gt;&lt;br&gt;This individual's financial services competencies should include or span
&lt;br&gt;the pan-equity Trading environment. Attention to detail and ability to
&lt;br&gt;work with large volume of data. Knowledge of FIX or other similar
&lt;br&gt;protocols is a plus as is prior experience working with order management
&lt;br&gt;systems, FIX, or other exchange connectivity. An understanding of the
&lt;br&gt;financial services business is a plus. Background in trade support from
&lt;br&gt;an operational perspective. This candidate will also work with
&lt;br&gt;application support team to provide second line support for the product
&lt;br&gt;set. Ability to work well in a team as well as independently.
&lt;br&gt;&lt;br&gt;MS or PhD in science major is also preferred. This candidate will work
&lt;br&gt;in the Fixed Income team in the Global Analytics department supporting
&lt;br&gt;the Fixed Income attribution efforts.
&lt;br&gt;&lt;br&gt;The scope of this role extends to cover significant street or industry
&lt;br&gt;wide initiatives such as Sox and BaFIN.
&lt;br&gt;&lt;br&gt;In this role, you will have regular interaction with the business,
&lt;br&gt;application development teams, senior managers, and the wider Prime
&lt;br&gt;Brokerage support structure.
&lt;br&gt;&lt;br&gt;Wall Street is looking for candidates who can solve real business
&lt;br&gt;problems using financial technology.
&lt;br&gt;&lt;br&gt;Knowledge of derivatives products including Equity Swaps, CFDs, futures,
&lt;br&gt;options, Interest Rate Swaps, repurchase agreements, stock loan, Credit
&lt;br&gt;Default Swaps and convertible bonds is also a plus. Responsibilities
&lt;br&gt;include gathering requirements, designing and developing the software
&lt;br&gt;and interface with application infrastructure teams.
&lt;br&gt;&lt;br&gt;This candidate should also display technical aptitude and have the
&lt;br&gt;ability to work in a globally distributed development environment.
&lt;br&gt;In this role, you will have regular interaction with the business,
&lt;br&gt;application development teams, senior managers, and the wider Prime
&lt;br&gt;Brokerage support structure. Good communication skills and
&lt;br&gt;inter-personal skills are expected as the Analyst will need to interact
&lt;br&gt;with users widely throughout the firm.
&lt;br&gt;Responsible for hand-on implementation of tactical solutions to bridge
&lt;br&gt;the gap between the local processes and the global solutions.
&lt;br&gt;Wall Street firms, technological advancements, and technology
&lt;br&gt;professionals.
&lt;br&gt;&lt;br&gt;Background in trade support from an operational perspective. Strong
&lt;br&gt;working knowledge of Equity Trading technologies, vendors, and the
&lt;br&gt;industry market place. Responsible for prioritizing initiatives with
&lt;br&gt;business sponsors from the sales and trading communities. Services firms
&lt;br&gt;demand that software managers and software developers have an extremely
&lt;br&gt;solid business background. Proven track record of working large, global
&lt;br&gt;distributed environments. NET, MQ Series, Distributed Systems experience
&lt;br&gt;is also required. Hands on application support for the day-to-day
&lt;br&gt;operation of mission critical applications. Integral in organizing
&lt;br&gt;requests for work into logic work streams and translating the business
&lt;br&gt;requirements into near term technical solutions.
&lt;br&gt;For many years, the successful combination of these three entities has
&lt;br&gt;been the key to corporate profitability. This candidate will also work
&lt;br&gt;with application support team to provide second line support for the
&lt;br&gt;product set. Full systems development life cycle experience.
&lt;br&gt;Responsibilities include gathering requirements, designing and
&lt;br&gt;developing the software and interface with application infrastructure
&lt;br&gt;teams.
&lt;br&gt;&lt;br&gt;Responsible for prioritizing initiatives with business sponsors from the
&lt;br&gt;sales and trading communities.
&lt;br&gt;&lt;br&gt;Knowledge of Fixed Income business combined with Quantitative Skills and
&lt;br&gt;the ability to work under pressure and handle multiple tasks in a fast
&lt;br&gt;pace environment is also required. Services firms demand that software
&lt;br&gt;managers and software developers have an extremely solid business
&lt;br&gt;background. This individual will be the focal point for all compliance
&lt;br&gt;and controls initiatives for GME Technology at the GTO, IB IT, and GME
&lt;br&gt;Technology levels. Solid client service experience in the financial
&lt;br&gt;services industry.
&lt;br&gt;Background in trading systems and vendors and a background in OMS
&lt;br&gt;systems.
&lt;br&gt;Background in trade support from an operational perspective.
&lt;br&gt;NET, CGI and Sybase SQL. Weblogic Portal, Excellent Java development
&lt;br&gt;skills, Understanding of Design Patterns, EJB, JSP, AJAX, Java Script,
&lt;br&gt;SOAP, XML, HTML. Excellent communication skills.
&lt;br&gt;&lt;br&gt;If that describes you, we'd like to hear from you. Knowledge of FIX or
&lt;br&gt;other similar protocols is a plus as is prior experience working with
&lt;br&gt;order management systems, FIX, or other exchange connectivity.
&lt;br&gt;Experience with Ant, CruiseControl, JUnit, Servlets, REST. Ability to
&lt;br&gt;work well in a team as well as independently.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by DB2 Express
&lt;br&gt;Download DB2 Express C - the FREE version of DB2 express and take
&lt;br&gt;control of your XML. No limits. Just data. Click to get it now.
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/powerbar/db2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/powerbar/db2/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11596984&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/hairpiece-confusing-tp11596984p11596984.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11594512</id>
	<title>Re: (no subject)</title>
	<published>2007-07-14T09:00:44Z</published>
	<updated>2007-07-14T09:00:44Z</updated>
	<author>
		<name>Roe-10</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by DB2 Express
&lt;br&gt;Download DB2 Express C - the FREE version of DB2 express and take
&lt;br&gt;control of your XML. No limits. Just data. Click to get it now.
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/powerbar/db2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/powerbar/db2/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;SIPtoolbox-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11594512&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;SIPtoolbox-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/siptoolbox-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;message.pdf&lt;/strong&gt; (18K) &lt;a href=&quot;http://old.nabble.com/attachment/11594512/0/message.pdf&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/siptoolbox-devel-f3875.html&quot; embed=&quot;fixTarget[3875]&quot; target=&quot;_top&quot; &gt;siptoolbox-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-%28no-subject%29-tp11594512p11594512.html" />
</entry>

</feed>
