<?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 Jim Burnett</title>
	<atom:link href="http://www.jimburnett.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jimburnett.net</link>
	<description>My blog about my exeriences as a Linux Engineer, Cyclist and Techno junky.</description>
	<lastBuildDate>Thu, 29 Dec 2011 19:27:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on PHP redirect to a new domain name. by Web Design Bangalore</title>
		<link>http://www.jimburnett.net/php-redirect-to-a-new-domain-name.html#comment-8</link>
		<dc:creator>Web Design Bangalore</dc:creator>
		<pubDate>Thu, 29 Dec 2011 19:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.jimburnett.net/php-redirect-to-a-new-domain-name.html#comment-8</guid>
		<description>I wanted to thank you for this great blog! I really enjoying every little bit of it and I have you bookmarked to check out new stuff you post.</description>
		<content:encoded><![CDATA[<p>I wanted to thank you for this great blog! I really enjoying every little bit of it and I have you bookmarked to check out new stuff you post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fatal error: iostream: No such file or directory. by Jackie Gleason</title>
		<link>http://www.jimburnett.net/fatal-error-iostream-no-such-file-or-directory.html#comment-7</link>
		<dc:creator>Jackie Gleason</dc:creator>
		<pubDate>Sat, 24 Dec 2011 12:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.jimburnett.net/fatal-error-iostream-no-such-file-or-directory.html#comment-7</guid>
		<description>Awesome man std_string.h now is that part of stl? Sorry not so good with C.</description>
		<content:encoded><![CDATA[<p>Awesome man std_string.h now is that part of stl? Sorry not so good with C.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fatal error: iostream: No such file or directory. by jim</title>
		<link>http://www.jimburnett.net/fatal-error-iostream-no-such-file-or-directory.html#comment-6</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Sat, 24 Dec 2011 12:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jimburnett.net/fatal-error-iostream-no-such-file-or-directory.html#comment-6</guid>
		<description>Well, you are missing the std_string.h for sure. Or, the file is somewhere but your Makefile isn&#039;t picking up the correct include folders. My guess is the compiler isn&#039;t setup to look in the correct folders for the std_string.h file.</description>
		<content:encoded><![CDATA[<p>Well, you are missing the std_string.h for sure. Or, the file is somewhere but your Makefile isn&#39;t picking up the correct include folders. My guess is the compiler isn&#39;t setup to look in the correct folders for the std_string.h file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fatal error: iostream: No such file or directory. by Jackie Gleason</title>
		<link>http://www.jimburnett.net/fatal-error-iostream-no-such-file-or-directory.html#comment-5</link>
		<dc:creator>Jackie Gleason</dc:creator>
		<pubDate>Sat, 24 Dec 2011 10:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.jimburnett.net/fatal-error-iostream-no-such-file-or-directory.html#comment-5</guid>
		<description>I am having a similar issue with the Android Make. Any help would be great.&lt;br /&gt;&lt;br /&gt;I am trying to compile ICU4C from the ./external folder. Here is what I see...&lt;br /&gt;&lt;br /&gt;jackie@jackie-Latitude-E6410:~/Development/Code/Android/icecream/external/icu4c$&lt;br /&gt;ndk-build NDK_PROJECT_PATH=./&lt;br /&gt;APP_BUILD_SCRIPT=/home/jackie/Development/Code/Android/icecream/external/icu4c/Android.mk&lt;br /&gt; NDK_APP_APPLICATION_MK=./Application.mk&lt;br /&gt;Compile thumb  : icui18n &lt;= bocsu.c&lt;br /&gt;Compile thumb  : icui18n &lt;= ucln_in.c&lt;br /&gt;Compile thumb  : icui18n &lt;= decContext.c&lt;br /&gt;Compile thumb  : icui18n &lt;= ulocdata.c&lt;br /&gt;Compile thumb  : icui18n &lt;= utmscale.c&lt;br /&gt;Compile thumb  : icui18n &lt;= decNumber.c&lt;br /&gt;Compile++ thumb  : icui18n &lt;= indiancal.cpp&lt;br /&gt;In file included from&lt;br /&gt;/home/jackie/Development/Code/Android/icecream/external/icu4c/i18n/../common/unicode/unistr.h:31:0,&lt;br /&gt;                from&lt;br /&gt;/home/jackie/Development/Code/Android/icecream/external/icu4c/i18n/../common/unicode/locid.h:34,&lt;br /&gt;                from&lt;br /&gt;/home/jackie/Development/Code/Android/icecream/external/icu4c/i18n/unicode/calendar.h:37,&lt;br /&gt;                from&lt;br /&gt;/home/jackie/Development/Code/Android/icecream/external/icu4c/i18n/indiancal.h:18,&lt;br /&gt;                from&lt;br /&gt;/home/jackie/Development/Code/Android/icecream/external/icu4c/i18n/indiancal.cpp:10:&lt;br /&gt;/home/jackie/Development/Code/Android/icecream/external/icu4c/i18n/../common/unicode/std_string.h:39:18:&lt;br /&gt;fatal error: string: No such file or directory&lt;br /&gt;compilation terminated.&lt;br /&gt;make: *** [obj/local/armeabi/objs/icui18n/indiancal.o] Error&lt;br /&gt;_____________________________________________________________________________________________________________________&lt;br /&gt;&lt;br /&gt;Application.MK&lt;br /&gt;&lt;br /&gt;APP_STL := stlport_static</description>
		<content:encoded><![CDATA[<p>I am having a similar issue with the Android Make. Any help would be great.</p>
<p>I am trying to compile ICU4C from the ./external folder. Here is what I see&#8230;</p>
<p>jackie@jackie-Latitude-E6410:~/Development/Code/Android/icecream/external/icu4c$<br />ndk-build NDK_PROJECT_PATH=./<br />APP_BUILD_SCRIPT=/home/jackie/Development/Code/Android/icecream/external/icu4c/Android.mk<br /> NDK_APP_APPLICATION_MK=./Application.mk<br />Compile thumb  : icui18n < = bocsu.c<br />Compile thumb  : icui18n < = ucln_in.c<br />Compile thumb  : icui18n < = decContext.c<br />Compile thumb  : icui18n < = ulocdata.c<br />Compile thumb  : icui18n < = utmscale.c<br />Compile thumb  : icui18n < = decNumber.c<br />Compile++ thumb  : icui18n < = indiancal.cpp<br />In file included from<br />/home/jackie/Development/Code/Android/icecream/external/icu4c/i18n/../common/unicode/unistr.h:31:0,<br />                from<br />/home/jackie/Development/Code/Android/icecream/external/icu4c/i18n/../common/unicode/locid.h:34,<br />                from<br />/home/jackie/Development/Code/Android/icecream/external/icu4c/i18n/unicode/calendar.h:37,<br />                from<br />/home/jackie/Development/Code/Android/icecream/external/icu4c/i18n/indiancal.h:18,<br />                from<br />/home/jackie/Development/Code/Android/icecream/external/icu4c/i18n/indiancal.cpp:10:<br />/home/jackie/Development/Code/Android/icecream/external/icu4c/i18n/../common/unicode/std_string.h:39:18:<br />fatal error: string: No such file or directory<br />compilation terminated.<br />make: *** [obj/local/armeabi/objs/icui18n/indiancal.o] Error<br />_____________________________________________________________________________________________________________________</p>
<p>Application.MK</p>
<p>APP_STL := stlport_static</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is Ubuntu the right choice to learn Linux? by Marky</title>
		<link>http://www.jimburnett.net/is-ubuntu-the-right-choice-to-learn-linux.html#comment-9</link>
		<dc:creator>Marky</dc:creator>
		<pubDate>Tue, 02 Aug 2011 11:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.jimburnett.net/is-ubuntu-the-right-choice-to-learn-linux.html#comment-9</guid>
		<description>What about Debian? Of the 3 distros you mentioned, I&#039;ve not tried one. I&#039;ve always wanted to try Gentoo back when I was still using SUSE Linux. Somehow I never got the chance to do so.&lt;br /&gt;&lt;br /&gt;Been jumping from RH6 to 9, a couple or so Fedoras, a short stint on Debian, stayed a while on SuSE/OpenSUSE for personal use, Mandriva for work and now it&#039;s Ubuntu/Kubuntu. :)</description>
		<content:encoded><![CDATA[<p>What about Debian? Of the 3 distros you mentioned, I&#39;ve not tried one. I&#39;ve always wanted to try Gentoo back when I was still using SUSE Linux. Somehow I never got the chance to do so.</p>
<p>Been jumping from RH6 to 9, a couple or so Fedoras, a short stint on Debian, stayed a while on SuSE/OpenSUSE for personal use, Mandriva for work and now it&#39;s Ubuntu/Kubuntu. <img src='http://www.jimburnett.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

