<?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 doof.me.uk</title>
	<atom:link href="http://www.doof.me.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doof.me.uk</link>
	<description>Lalalala doo</description>
	<lastBuildDate>Thu, 17 May 2012 19:11:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Xcowsay on Raspberry Pi by blodgett</title>
		<link>http://www.doof.me.uk/2012/05/02/xcowsay-on-raspberry-pi/comment-page-1/#comment-16869</link>
		<dc:creator>blodgett</dc:creator>
		<pubDate>Thu, 17 May 2012 19:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=2376#comment-16869</guid>
		<description>that raspberry is a bit scary</description>
		<content:encoded><![CDATA[<p>that raspberry is a bit scary</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing a VHDL compiler by nick</title>
		<link>http://www.doof.me.uk/2011/11/05/writing-a-vhdl-compiler/comment-page-1/#comment-16624</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Mon, 14 May 2012 06:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=2141#comment-16624</guid>
		<description>Some VHDL 2008 features are quite straightforward like &quot;all&quot; sensitivity lists and the new forms of generate. But even implementing most of -93 is a massive amount of work.</description>
		<content:encoded><![CDATA[<p>Some VHDL 2008 features are quite straightforward like &#8220;all&#8221; sensitivity lists and the new forms of generate. But even implementing most of -93 is a massive amount of work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mysterious Component by nick</title>
		<link>http://www.doof.me.uk/2012/05/01/mysterious-component/comment-page-1/#comment-16623</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Mon, 14 May 2012 06:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=2368#comment-16623</guid>
		<description>Hooray!</description>
		<content:encoded><![CDATA[<p>Hooray!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Train Game by Smartnow</title>
		<link>http://www.doof.me.uk/train-game/comment-page-1/#comment-16498</link>
		<dc:creator>Smartnow</dc:creator>
		<pubDate>Thu, 10 May 2012 19:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?page_id=385#comment-16498</guid>
		<description>Very nice game but TrainGame-0.2.1 don&#039;t compiile on FreeBSD


[ 51%] Building CXX object CMakeFiles/TrainGame.dir/src/SkyBox.cpp.o
/usr/bin/c++    -O2 -pipe -I/usr/local/include -DBOOST_FILESYSTEM_VERSION=2 -fno-strict-aliasing -O2 -g -I/tmp/ports/usr/local/ports/local/work/games/traingame/work/TrainGame-0.2.1/include -I/tmp/ports/usr/local/ports/local/work/games/traingame/work/TrainGame-0.2.1/src -I/usr/local/include/SDL -I/usr/local/include -I/usr/local/include/GL -I/usr/local/include/freetype2 -I/tmp/ports/usr/local/ports/local/work/games/traingame/work/TrainGame-0.2.1    -Wall -o CMakeFiles/TrainGame.dir/src/SkyBox.cpp.o -c /tmp/ports/usr/local/ports/local/work/games/traingame/work/TrainGame-0.2.1/src/SkyBox.cpp
/tmp/ports/usr/local/ports/local/work/games/traingame/work/TrainGame-0.2.1/src/SceneryPicker.cpp: In member function &#039;void SceneryPicker::changeActive(const std::string&amp;)&#039;:
/tmp/ports/usr/local/ports/local/work/games/traingame/work/TrainGame-0.2.1/src/SceneryPicker.cpp:140: error: no matching function for call to &#039;gui::ILayout::cast(std::basic_string&lt;char, std::char_traits, std::allocator &gt;)&#039;
gmake[2]: *** [CMakeFiles/TrainGame.dir/src/SceneryPicker.cpp.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: Leaving directory `/var/tmp/ports/usr/local/ports/local/work/games/traingame/work/TrainGame-0.2.1&#039;
gmake[1]: *** [CMakeFiles/TrainGame.dir/all] Error 2
gmake[1]: Leaving directory `/var/tmp/ports/usr/local/ports/local/work/games/traingame/work/TrainGame-0.2.1&#039;
gmake: *** [all] Error 2
*** Error code 1

or

[ 50%] Building CXX object CMakeFiles/TrainGame.dir/src/SceneryPicker.cpp.o
/tmp/TrainGame-0.2.1/src/SceneryPicker.cpp: In member function &#039;void SceneryPicker::changeActive(const std::string&amp;)&#039;:
/tmp/TrainGame-0.2.1/src/SceneryPicker.cpp:140: error: no matching function for call to &#039;gui::ILayout::cast(std::basic_string&lt;char, std::char_traits, std::allocator &gt;)&#039;
gmake[2]: *** [CMakeFiles/TrainGame.dir/src/SceneryPicker.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/TrainGame.dir/all] Error 2
gmake: *** [all] Error 2

Please correct this, thanks</description>
		<content:encoded><![CDATA[<p>Very nice game but TrainGame-0.2.1 don&#8217;t compiile on FreeBSD</p>
<p>[ 51%] Building CXX object CMakeFiles/TrainGame.dir/src/SkyBox.cpp.o<br />
/usr/bin/c++    -O2 -pipe -I/usr/local/include -DBOOST_FILESYSTEM_VERSION=2 -fno-strict-aliasing -O2 -g -I/tmp/ports/usr/local/ports/local/work/games/traingame/work/TrainGame-0.2.1/include -I/tmp/ports/usr/local/ports/local/work/games/traingame/work/TrainGame-0.2.1/src -I/usr/local/include/SDL -I/usr/local/include -I/usr/local/include/GL -I/usr/local/include/freetype2 -I/tmp/ports/usr/local/ports/local/work/games/traingame/work/TrainGame-0.2.1    -Wall -o CMakeFiles/TrainGame.dir/src/SkyBox.cpp.o -c /tmp/ports/usr/local/ports/local/work/games/traingame/work/TrainGame-0.2.1/src/SkyBox.cpp<br />
/tmp/ports/usr/local/ports/local/work/games/traingame/work/TrainGame-0.2.1/src/SceneryPicker.cpp: In member function &#8216;void SceneryPicker::changeActive(const std::string&amp;)&#8217;:<br />
/tmp/ports/usr/local/ports/local/work/games/traingame/work/TrainGame-0.2.1/src/SceneryPicker.cpp:140: error: no matching function for call to &#8216;gui::ILayout::cast(std::basic_string&lt;char, std::char_traits, std::allocator &gt;)&#8217;<br />
gmake[2]: *** [CMakeFiles/TrainGame.dir/src/SceneryPicker.cpp.o] Error 1<br />
gmake[2]: *** Waiting for unfinished jobs&#8230;.<br />
gmake[2]: Leaving directory `/var/tmp/ports/usr/local/ports/local/work/games/traingame/work/TrainGame-0.2.1&#8242;<br />
gmake[1]: *** [CMakeFiles/TrainGame.dir/all] Error 2<br />
gmake[1]: Leaving directory `/var/tmp/ports/usr/local/ports/local/work/games/traingame/work/TrainGame-0.2.1&#8242;<br />
gmake: *** [all] Error 2<br />
*** Error code 1</p>
<p>or</p>
<p>[ 50%] Building CXX object CMakeFiles/TrainGame.dir/src/SceneryPicker.cpp.o<br />
/tmp/TrainGame-0.2.1/src/SceneryPicker.cpp: In member function &#8216;void SceneryPicker::changeActive(const std::string&amp;)&#8217;:<br />
/tmp/TrainGame-0.2.1/src/SceneryPicker.cpp:140: error: no matching function for call to &#8216;gui::ILayout::cast(std::basic_string&lt;char, std::char_traits, std::allocator &gt;)&#8217;<br />
gmake[2]: *** [CMakeFiles/TrainGame.dir/src/SceneryPicker.cpp.o] Error 1<br />
gmake[1]: *** [CMakeFiles/TrainGame.dir/all] Error 2<br />
gmake: *** [all] Error 2</p>
<p>Please correct this, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing a VHDL compiler by Jonas</title>
		<link>http://www.doof.me.uk/2011/11/05/writing-a-vhdl-compiler/comment-page-1/#comment-16375</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Tue, 08 May 2012 11:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=2141#comment-16375</guid>
		<description>Nice to hear that someone is creating a VHDL compiler with LLVM.
I am wondering if you also possibly plan to support VHDL 2008. There is some nice improvement like :
- Extended generics
- &quot;all&quot; keyword in sensivity lists
- Types that are unconstrained arrays of unconstrained arrays or records with unconstrained elements are now allowed.
But I can understand it can take too much time and you may want to only support VHDL 93. And also, the apparition of SystemVerilog will probably stimulate futur additions to VHDL like for example object orientation, so to be up-to-date with the lastest standard will probably require a lot of work.

Refercence :
http://www.doulos.com/knowhow/vhdl_designers_guide/vhdl_2008/

Jonas</description>
		<content:encoded><![CDATA[<p>Nice to hear that someone is creating a VHDL compiler with LLVM.<br />
I am wondering if you also possibly plan to support VHDL 2008. There is some nice improvement like :<br />
- Extended generics<br />
- &#8220;all&#8221; keyword in sensivity lists<br />
- Types that are unconstrained arrays of unconstrained arrays or records with unconstrained elements are now allowed.<br />
But I can understand it can take too much time and you may want to only support VHDL 93. And also, the apparition of SystemVerilog will probably stimulate futur additions to VHDL like for example object orientation, so to be up-to-date with the lastest standard will probably require a lot of work.</p>
<p>Refercence :<br />
<a href="http://www.doulos.com/knowhow/vhdl_designers_guide/vhdl_2008/" rel="nofollow">http://www.doulos.com/knowhow/vhdl_designers_guide/vhdl_2008/</a></p>
<p>Jonas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mysterious Component by blodgett</title>
		<link>http://www.doof.me.uk/2012/05/01/mysterious-component/comment-page-1/#comment-16314</link>
		<dc:creator>blodgett</dc:creator>
		<pubDate>Mon, 07 May 2012 13:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=2368#comment-16314</guid>
		<description>(this site also do carbon brushes in case want to stock up)</description>
		<content:encoded><![CDATA[<p>(this site also do carbon brushes in case want to stock up)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mysterious Component by blodgett</title>
		<link>http://www.doof.me.uk/2012/05/01/mysterious-component/comment-page-1/#comment-16313</link>
		<dc:creator>blodgett</dc:creator>
		<pubDate>Mon, 07 May 2012 13:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=2368#comment-16313</guid>
		<description>detective blodgett!

http://www.espares.co.uk/part/washing-machines/electrolux/p/1085/15/0/0/563082/washing-machine-damper-li.html</description>
		<content:encoded><![CDATA[<p>detective blodgett!</p>
<p><a href="http://www.espares.co.uk/part/washing-machines/electrolux/p/1085/15/0/0/563082/washing-machine-damper-li.html" rel="nofollow">http://www.espares.co.uk/part/washing-machines/electrolux/p/1085/15/0/0/563082/washing-machine-damper-li.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Xcowsay on Raspberry Pi by AlexY</title>
		<link>http://www.doof.me.uk/2012/05/02/xcowsay-on-raspberry-pi/comment-page-1/#comment-16055</link>
		<dc:creator>AlexY</dc:creator>
		<pubDate>Wed, 02 May 2012 17:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=2376#comment-16055</guid>
		<description>That&#039;s a really, really well taken photo.  My compliments to the photographer.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a really, really well taken photo.  My compliments to the photographer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Olympic Park by AlexY</title>
		<link>http://www.doof.me.uk/2012/05/01/olympic-park/comment-page-1/#comment-16006</link>
		<dc:creator>AlexY</dc:creator>
		<pubDate>Tue, 01 May 2012 22:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=2363#comment-16006</guid>
		<description>So they&#039;re building a space craft?</description>
		<content:encoded><![CDATA[<p>So they&#8217;re building a space craft?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on xcowsay by Marjorie</title>
		<link>http://www.doof.me.uk/xcowsay/comment-page-1/#comment-15984</link>
		<dc:creator>Marjorie</dc:creator>
		<pubDate>Tue, 01 May 2012 10:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?page_id=7#comment-15984</guid>
		<description>I have version 1.2.,so I tried install 1.3 with a script, although I suppose it was wrong  . I reinstalled it from official packages and works now =). Thanks for the answers. Keep it up!</description>
		<content:encoded><![CDATA[<p>I have version 1.2.,so I tried install 1.3 with a script, although I suppose it was wrong  . I reinstalled it from official packages and works now =). Thanks for the answers. Keep it up!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

