<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for testing simon</title>
	<atom:link href="http://spirit.blau.in/simon/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://spirit.blau.in/simon</link>
	<description>my first steps with the simon speech recognition software</description>
	<lastBuildDate>Sun, 31 Jul 2011 20:39:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Remove the package &#8220;simon&#8221; by producer</title>
		<link>http://spirit.blau.in/simon/2011/07/31/remove-the-package-simon/#comment-392</link>
		<dc:creator>producer</dc:creator>
		<pubDate>Sun, 31 Jul 2011 20:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://spirit.blau.in/simon/?p=5582#comment-392</guid>
		<description>And now: cd /home/ubuntu/Documents/2011-II/qwt-6.0.0

ubuntu@ubuntu:~/Documents/2011-II/qwt-6.0.0$ sudo make install
I think that it worked. Qwt 6 should be installed, I hope.

cd /home/ubuntu/Documents/2011-II/speech2text
./build_ubuntu.sh

It is fine now. simon 0.3.60 is running! Great.</description>
		<content:encoded><![CDATA[<p>And now: cd /home/ubuntu/Documents/2011-II/qwt-6.0.0</p>
<p>ubuntu@ubuntu:~/Documents/2011-II/qwt-6.0.0$ sudo make install<br />
I think that it worked. Qwt 6 should be installed, I hope.</p>
<p>cd /home/ubuntu/Documents/2011-II/speech2text<br />
./build_ubuntu.sh</p>
<p>It is fine now. simon 0.3.60 is running! Great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove the package &#8220;simon&#8221; by producer</title>
		<link>http://spirit.blau.in/simon/2011/07/31/remove-the-package-simon/#comment-391</link>
		<dc:creator>producer</dc:creator>
		<pubDate>Sun, 31 Jul 2011 20:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://spirit.blau.in/simon/?p=5582#comment-391</guid>
		<description>I just found out (from here: http://sourceforge.net/projects/speech2text/forums/forum/672427/topic/4578266 ) that I can get Qwt 6 from here: http://sourceforge.net/projects/qwt/files/qwt/6.0.0/qwt-6.0.0.zip/download

After extraction, I am doing this:

ubuntu@ubuntu:~$ cd /home/ubuntu/Documents/2011-II/qwt-6.0.0
ubuntu@ubuntu:~/Documents/2011-II/qwt-6.0.0$ qmake
ubuntu@ubuntu:~/Documents/2011-II/qwt-6.0.0$ make

And now:

ubuntu@ubuntu:~/Documents/2011-II/qwt-6.0.0$ make install
cd src/ &amp;&amp; make -f Makefile install
make[1]: Entering directory `/home/ubuntu/Documents/2011-II/qwt-6.0.0/src&#039;
mkdir: cannot create directory `/usr/local/qwt-6.0.0&#039;: Permission denied
make[1]: *** [install_target] Error 1
make[1]: Leaving directory `/home/ubuntu/Documents/2011-II/qwt-6.0.0/src&#039;
make: *** [sub-src-install_subtargets-ordered] Error 2
ubuntu@ubuntu:~/Documents/2011-II/qwt-6.0.0$ 

Now I have to try the following:

ubuntu@ubuntu:~/Documents/2011-II/speech2text$ ./build_ubuntu.sh

But again, the error message appears: &quot;Could not find Qwt 6.x&quot;

Now I am doing this:

ubuntu@ubuntu:~/Documents/2011-II/speech2text$ git checkout -b sound origin/sound 

And now: ubuntu@ubuntu:~/Documents/2011-II/speech2text$ ./build_ubuntu.sh

And of course the error message &quot;Could not find Qwt 6.x&quot;</description>
		<content:encoded><![CDATA[<p>I just found out (from here: <a href="http://sourceforge.net/projects/speech2text/forums/forum/672427/topic/4578266" rel="nofollow">http://sourceforge.net/projects/speech2text/forums/forum/672427/topic/4578266</a> ) that I can get Qwt 6 from here: <a href="http://sourceforge.net/projects/qwt/files/qwt/6.0.0/qwt-6.0.0.zip/download" rel="nofollow">http://sourceforge.net/projects/qwt/files/qwt/6.0.0/qwt-6.0.0.zip/download</a></p>
<p>After extraction, I am doing this:</p>
<p>ubuntu@ubuntu:~$ cd /home/ubuntu/Documents/2011-II/qwt-6.0.0<br />
ubuntu@ubuntu:~/Documents/2011-II/qwt-6.0.0$ qmake<br />
ubuntu@ubuntu:~/Documents/2011-II/qwt-6.0.0$ make</p>
<p>And now:</p>
<p>ubuntu@ubuntu:~/Documents/2011-II/qwt-6.0.0$ make install<br />
cd src/ &#038;&#038; make -f Makefile install<br />
make[1]: Entering directory `/home/ubuntu/Documents/2011-II/qwt-6.0.0/src&#8217;<br />
mkdir: cannot create directory `/usr/local/qwt-6.0.0&#8242;: Permission denied<br />
make[1]: *** [install_target] Error 1<br />
make[1]: Leaving directory `/home/ubuntu/Documents/2011-II/qwt-6.0.0/src&#8217;<br />
make: *** [sub-src-install_subtargets-ordered] Error 2<br />
ubuntu@ubuntu:~/Documents/2011-II/qwt-6.0.0$ </p>
<p>Now I have to try the following:</p>
<p>ubuntu@ubuntu:~/Documents/2011-II/speech2text$ ./build_ubuntu.sh</p>
<p>But again, the error message appears: &#8220;Could not find Qwt 6.x&#8221;</p>
<p>Now I am doing this:</p>
<p>ubuntu@ubuntu:~/Documents/2011-II/speech2text$ git checkout -b sound origin/sound </p>
<p>And now: ubuntu@ubuntu:~/Documents/2011-II/speech2text$ ./build_ubuntu.sh</p>
<p>And of course the error message &#8220;Could not find Qwt 6.x&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove the package &#8220;simon&#8221; by producer</title>
		<link>http://spirit.blau.in/simon/2011/07/31/remove-the-package-simon/#comment-390</link>
		<dc:creator>producer</dc:creator>
		<pubDate>Sun, 31 Jul 2011 17:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://spirit.blau.in/simon/?p=5582#comment-390</guid>
		<description>And now: ubuntu@ubuntu:~/Documents/2011-II/speech2text$ ./build_ubuntu.sh

But the same error message appears: 

&lt;blockquote&gt;[...] Could not find Qwt 6.x [...]&lt;/blockquote&gt;

&lt;strong&gt;How can I install Qwt 6 on my Ubuntu 11.04 system?&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>And now: ubuntu@ubuntu:~/Documents/2011-II/speech2text$ ./build_ubuntu.sh</p>
<p>But the same error message appears: </p>
<blockquote><p>[...] Could not find Qwt 6.x [...]</p></blockquote>
<p><strong>How can I install Qwt 6 on my Ubuntu 11.04 system?</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove the package &#8220;simon&#8221; by producer</title>
		<link>http://spirit.blau.in/simon/2011/07/31/remove-the-package-simon/#comment-389</link>
		<dc:creator>producer</dc:creator>
		<pubDate>Sun, 31 Jul 2011 17:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://spirit.blau.in/simon/?p=5582#comment-389</guid>
		<description>And now I am trying this: 
ubuntu@ubuntu:~/Documents/2011-II/speech2text$ sudo rm -rf build/*</description>
		<content:encoded><![CDATA[<p>And now I am trying this:<br />
ubuntu@ubuntu:~/Documents/2011-II/speech2text$ sudo rm -rf build/*</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove the package &#8220;simon&#8221; by producer</title>
		<link>http://spirit.blau.in/simon/2011/07/31/remove-the-package-simon/#comment-388</link>
		<dc:creator>producer</dc:creator>
		<pubDate>Sun, 31 Jul 2011 17:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://spirit.blau.in/simon/?p=5582#comment-388</guid>
		<description>I obviously had this problem before: http://spirit.blau.in/simon/2010/10/21/could-not-find-qwt-6-x/</description>
		<content:encoded><![CDATA[<p>I obviously had this problem before: <a href="http://spirit.blau.in/simon/2010/10/21/could-not-find-qwt-6-x/" rel="nofollow">http://spirit.blau.in/simon/2010/10/21/could-not-find-qwt-6-x/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on simon_0.3.0-1ubuntu8_amd64.deb by producer</title>
		<link>http://spirit.blau.in/simon/2010/11/26/simon_0-3-0-1ubuntu8_amd64-deb/#comment-383</link>
		<dc:creator>producer</dc:creator>
		<pubDate>Sat, 27 Nov 2010 17:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://spirit.blau.in/simon/?p=5207#comment-383</guid>
		<description>Because I don&#039;t know how to &quot;cleanly remove any installed versions of simon&quot;, I made a fresh installation of Ubuntu 10.10, and installed simon_0.3.0-1ubuntu8_amd64.deb. It is working now.

&quot;full backtrace&quot; - I don&#039;t know how I could do that.</description>
		<content:encoded><![CDATA[<p>Because I don&#8217;t know how to &#8220;cleanly remove any installed versions of simon&#8221;, I made a fresh installation of Ubuntu 10.10, and installed simon_0.3.0-1ubuntu8_amd64.deb. It is working now.</p>
<p>&#8220;full backtrace&#8221; &#8211; I don&#8217;t know how I could do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on simon_0.3.0-1ubuntu8_amd64.deb by Peter Grasch</title>
		<link>http://spirit.blau.in/simon/2010/11/26/simon_0-3-0-1ubuntu8_amd64-deb/#comment-382</link>
		<dc:creator>Peter Grasch</dc:creator>
		<pubDate>Fri, 26 Nov 2010 12:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://spirit.blau.in/simon/?p=5207#comment-382</guid>
		<description>This should not happen. We use the Ubuntu packages ourselves and had no such problems.

I do suspect a broken install, tough.

Please ensure that you cleanly remove any installed versions of simon and re-install the current one. You probably have an old plugin left in KDEs search path that simon tries to load. Which - of course - fails horribly.

In the future please try to include a full backtrace with these crash reports.

Best regards,
Peter</description>
		<content:encoded><![CDATA[<p>This should not happen. We use the Ubuntu packages ourselves and had no such problems.</p>
<p>I do suspect a broken install, tough.</p>
<p>Please ensure that you cleanly remove any installed versions of simon and re-install the current one. You probably have an old plugin left in KDEs search path that simon tries to load. Which &#8211; of course &#8211; fails horribly.</p>
<p>In the future please try to include a full backtrace with these crash reports.</p>
<p>Best regards,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on simon_0.3.0-1ubuntu3_amd64.deb by producer</title>
		<link>http://spirit.blau.in/simon/2010/11/23/simon_0-3-0-1ubuntu3_amd64-deb/#comment-381</link>
		<dc:creator>producer</dc:creator>
		<pubDate>Thu, 25 Nov 2010 21:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://spirit.blau.in/simon/?p=5202#comment-381</guid>
		<description>Thanks. It is working now.</description>
		<content:encoded><![CDATA[<p>Thanks. It is working now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on simon_0.3.0-1ubuntu3_amd64.deb by Peter Grasch</title>
		<link>http://spirit.blau.in/simon/2010/11/23/simon_0-3-0-1ubuntu3_amd64-deb/#comment-380</link>
		<dc:creator>Peter Grasch</dc:creator>
		<pubDate>Thu, 25 Nov 2010 12:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://spirit.blau.in/simon/?p=5202#comment-380</guid>
		<description>This package was renamed in the last Ubuntu release. Download the 10.10 package here: http://sourceforge.net/projects/speech2text/files/simon/0.3.0/Ubuntu/10.10/

Regards,
Peter</description>
		<content:encoded><![CDATA[<p>This package was renamed in the last Ubuntu release. Download the 10.10 package here: <a href="http://sourceforge.net/projects/speech2text/files/simon/0.3.0/Ubuntu/10.10/" rel="nofollow">http://sourceforge.net/projects/speech2text/files/simon/0.3.0/Ubuntu/10.10/</a></p>
<p>Regards,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ./build_ubuntu.sh: Permission denied by Jonathan Kolberg</title>
		<link>http://spirit.blau.in/simon/2010/11/07/build_ubuntu-sh-permission-denied-2/#comment-379</link>
		<dc:creator>Jonathan Kolberg</dc:creator>
		<pubDate>Mon, 22 Nov 2010 11:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://spirit.blau.in/simon/?p=5192#comment-379</guid>
		<description>Files you download are not executable if you want to execute it, do an chmod a+x FILE and than it’ll work</description>
		<content:encoded><![CDATA[<p>Files you download are not executable if you want to execute it, do an chmod a+x FILE and than it’ll work</p>
]]></content:encoded>
	</item>
</channel>
</rss>

