<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Installing Node.js On Windows</title>
	<atom:link href="http://blog.mozilla.org/webdev/2011/10/10/installing-node-js-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.org/webdev/2011/10/10/installing-node-js-on-windows/</link>
	<description>Engineering the web</description>
	<lastBuildDate>Fri, 17 May 2013 21:43:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Oskar</title>
		<link>http://blog.mozilla.org/webdev/2011/10/10/installing-node-js-on-windows/comment-page-1/#comment-218577</link>
		<dc:creator>Oskar</dc:creator>
		<pubDate>Tue, 18 Oct 2011 13:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2119#comment-218577</guid>
		<description><![CDATA[Yep, that did it! Had to configure some permissions in the new file though (just compare the permissions in the old and the new file and make sure they&#039;re the same). Thanks a lot for the help!]]></description>
		<content:encoded><![CDATA[<p>Yep, that did it! Had to configure some permissions in the new file though (just compare the permissions in the old and the new file and make sure they&#8217;re the same). Thanks a lot for the help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schalk Neethling</title>
		<link>http://blog.mozilla.org/webdev/2011/10/10/installing-node-js-on-windows/comment-page-1/#comment-218576</link>
		<dc:creator>Schalk Neethling</dc:creator>
		<pubDate>Tue, 18 Oct 2011 13:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2119#comment-218576</guid>
		<description><![CDATA[Hey Oskar, have a read here, http://cs.nyu.edu/~yap/prog/cygwin/FAQs.html#dos2unix , it seems it is a Window to Unix file format issue.]]></description>
		<content:encoded><![CDATA[<p>Hey Oskar, have a read here, <a href="http://cs.nyu.edu/~yap/prog/cygwin/FAQs.html#dos2unix" rel="nofollow">http://cs.nyu.edu/~yap/prog/cygwin/FAQs.html#dos2unix</a> , it seems it is a Window to Unix file format issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oskar</title>
		<link>http://blog.mozilla.org/webdev/2011/10/10/installing-node-js-on-windows/comment-page-1/#comment-218562</link>
		<dc:creator>Oskar</dc:creator>
		<pubDate>Tue, 18 Oct 2011 07:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2119#comment-218562</guid>
		<description><![CDATA[v0.4.12, if I&#039;m not mistaken :) I do get &quot;HEAD is now at 771ba34... Bump version to v0.4.12&quot; after the checkout.]]></description>
		<content:encoded><![CDATA[<p>v0.4.12, if I&#8217;m not mistaken <img src='http://blog.mozilla.org/webdev/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I do get &#8220;HEAD is now at 771ba34&#8230; Bump version to v0.4.12&#8243; after the checkout.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schalk Neethling</title>
		<link>http://blog.mozilla.org/webdev/2011/10/10/installing-node-js-on-windows/comment-page-1/#comment-218498</link>
		<dc:creator>Schalk Neethling</dc:creator>
		<pubDate>Mon, 17 Oct 2011 15:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2119#comment-218498</guid>
		<description><![CDATA[Hey Oskar, which version of Node are you building?]]></description>
		<content:encoded><![CDATA[<p>Hey Oskar, which version of Node are you building?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oskar Eriksson</title>
		<link>http://blog.mozilla.org/webdev/2011/10/10/installing-node-js-on-windows/comment-page-1/#comment-218496</link>
		<dc:creator>Oskar Eriksson</dc:creator>
		<pubDate>Mon, 17 Oct 2011 15:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2119#comment-218496</guid>
		<description><![CDATA[Thank a bunch for this! 

I&#039;m getting an error while trying to run the ./configure, though.
These are the error messages:
&quot;
./configure: line 2: $&#039;\r&#039;: command not found
./configure: line 22: syntax error: unexpected end of file
&quot;

The first one is easy enough, it&#039;s just to remove the empty line, but the end of file error has me confused. Any ideas how to fix this would be much appreciated!

Best,
Oskar]]></description>
		<content:encoded><![CDATA[<p>Thank a bunch for this! </p>
<p>I&#8217;m getting an error while trying to run the ./configure, though.<br />
These are the error messages:<br />
&#8221;<br />
./configure: line 2: $&#8217;\r&#8217;: command not found<br />
./configure: line 22: syntax error: unexpected end of file<br />
&#8221;</p>
<p>The first one is easy enough, it&#8217;s just to remove the empty line, but the end of file error has me confused. Any ideas how to fix this would be much appreciated!</p>
<p>Best,<br />
Oskar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schalk Neethling</title>
		<link>http://blog.mozilla.org/webdev/2011/10/10/installing-node-js-on-windows/comment-page-1/#comment-218091</link>
		<dc:creator>Schalk Neethling</dc:creator>
		<pubDate>Wed, 12 Oct 2011 10:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2119#comment-218091</guid>
		<description><![CDATA[Honestly, I have never used MinGW and have always stuck with the old reliable Cygwin ;) I am definitely going to look into MinGW though, thanks for the note. Regarding the Windows executable, I have also heard that for local developmment, it should be stable enough but, definitely not for production.

Thanks for the comment.]]></description>
		<content:encoded><![CDATA[<p>Honestly, I have never used MinGW and have always stuck with the old reliable Cygwin <img src='http://blog.mozilla.org/webdev/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I am definitely going to look into MinGW though, thanks for the note. Regarding the Windows executable, I have also heard that for local developmment, it should be stable enough but, definitely not for production.</p>
<p>Thanks for the comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jmdesp</title>
		<link>http://blog.mozilla.org/webdev/2011/10/10/installing-node-js-on-windows/comment-page-1/#comment-218086</link>
		<dc:creator>jmdesp</dc:creator>
		<pubDate>Wed, 12 Oct 2011 09:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2119#comment-218086</guid>
		<description><![CDATA[IMO requiring cygwin is no-go. A MinGW version would be acceptable.

Some people seem to say ( http://blog.tatham.oddie.com.au/2011/03/16/node-js-on-windows/ )the Windows executable of the unstable version (v0.5.9 - http://blog.nodejs.org/2011/10/10/node-v0-5-9/ ) is already actually quite usable.

And of course, I would love to get to see a windows version of SpiderNode ...]]></description>
		<content:encoded><![CDATA[<p>IMO requiring cygwin is no-go. A MinGW version would be acceptable.</p>
<p>Some people seem to say ( <a href="http://blog.tatham.oddie.com.au/2011/03/16/node-js-on-windows/" rel="nofollow">http://blog.tatham.oddie.com.au/2011/03/16/node-js-on-windows/</a> )the Windows executable of the unstable version (v0.5.9 &#8211; <a href="http://blog.nodejs.org/2011/10/10/node-v0-5-9/" rel="nofollow">http://blog.nodejs.org/2011/10/10/node-v0-5-9/</a> ) is already actually quite usable.</p>
<p>And of course, I would love to get to see a windows version of SpiderNode &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
