<?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 BoxySystems Inc.</title>
	<atom:link href="http://boxysystems.com/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://boxysystems.com</link>
	<description>Innovation through creativity...</description>
	<lastBuildDate>Mon, 09 Apr 2012 05:52:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on 5 Fundamental differences between GIT &amp; SVN by Sagar Khandelwal</title>
		<link>http://boxysystems.com/index.php/5-fundamental-differences-between-git-svn/comment-page-1/#comment-17552</link>
		<dc:creator>Sagar Khandelwal</dc:creator>
		<pubDate>Mon, 09 Apr 2012 05:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://boxysystems.com/?p=221#comment-17552</guid>
		<description>Hi,As far as the source code snapshot is concerned it is not found in GIT but GIT has another tool support called Gerrit for source code reviews.Any change made in the code by the developer is recorded n Gerrit.</description>
		<content:encoded><![CDATA[<p>Hi,As far as the source code snapshot is concerned it is not found in GIT but GIT has another tool support called Gerrit for source code reviews.Any change made in the code by the developer is recorded n Gerrit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Tip: Capturing screenshot of the current active display by Neelesh</title>
		<link>http://boxysystems.com/index.php/java-tip-capturing-screenshot-of-the-current-active-monitor/comment-page-1/#comment-17209</link>
		<dc:creator>Neelesh</dc:creator>
		<pubDate>Mon, 02 Apr 2012 07:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://boxysystems.com/?p=699#comment-17209</guid>
		<description>good one  :smile:</description>
		<content:encoded><![CDATA[<p>good one  <img src='http://boxysystems.com/myblog/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Fundamental differences between GIT &amp; SVN by ความแตกต่างระหว่าง Git กับ SVN &#124; ArmNo.in.th</title>
		<link>http://boxysystems.com/index.php/5-fundamental-differences-between-git-svn/comment-page-1/#comment-15907</link>
		<dc:creator>ความแตกต่างระหว่าง Git กับ SVN &#124; ArmNo.in.th</dc:creator>
		<pubDate>Sun, 26 Feb 2012 05:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://boxysystems.com/?p=221#comment-15907</guid>
		<description>[...] 5 Fundamental differences between GIT &amp; SVN [...]</description>
		<content:encoded><![CDATA[<p>[...] 5 Fundamental differences between GIT &amp; SVN [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Step by step instructions to install NodeJS on Windows by Vishal Sharma</title>
		<link>http://boxysystems.com/index.php/step-by-step-instructions-to-install-nodejs-on-windows/comment-page-1/#comment-15618</link>
		<dc:creator>Vishal Sharma</dc:creator>
		<pubDate>Sat, 18 Feb 2012 09:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://boxysystems.com/?p=203#comment-15618</guid>
		<description>Hi Friends,

I got below error while running a &quot;make&quot; command from cygwin terminal. Please advise since I am really new to this technology &amp; tried to get hands on it.

Build failed:  -&gt; task failed (err #-1):
        {task: cc eio.c -&gt; eio_1.o}

Below is a complete stack trace...


$ make
Waf: Entering directory `/cygdrive/c/cygwin-home/node-v0.4.12/build&#039;
DEST_OS: cygwin
DEST_CPU: ia32
Parallel Jobs: 1
Product type: program
[ 1/74] cc: deps/libeio/eio.c -&gt; build/default/deps/libeio/eio_1.o
/usr/bin/gcc -D_GNU_SOURCE -DHAVE_CONFIG_H=1 -m32 -g -O3 -DEV_FORK_ENABLE=0 -DEV_EMBED_ENABLE=0 -DEV_MULTIPLICITY=0 -DX_STACKSIZE=65536 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DEV_MULTIPLICITY=0 -DHAVE_FDATASYNC=1 -DPLATFORM=&quot;cygwin&quot; -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -Idefault/deps/libeio -I../deps/libeio -Idefault -I.. ../deps/libeio/eio.c -c -o default/deps/libeio/eio_1.o
      1 [unknown (0x1BFC)] python 7060 fork: child 7184 - died waiting for dll loading, errno 11
Waf: Leaving directory `/cygdrive/c/cygwin-home/node-v0.4.12/build&#039;
Build failed:  -&gt; task failed (err #-1):
        {task: cc eio.c -&gt; eio_1.o}
Makefile:11: recipe for target `program&#039; failed
make: *** [program] Error 1

Thanks
Vishal Sharma</description>
		<content:encoded><![CDATA[<p>Hi Friends,</p>
<p>I got below error while running a &#8220;make&#8221; command from cygwin terminal. Please advise since I am really new to this technology &amp; tried to get hands on it.</p>
<p>Build failed:  -&gt; task failed (err #-1):<br />
        {task: cc eio.c -&gt; eio_1.o}</p>
<p>Below is a complete stack trace&#8230;</p>
<p>$ make<br />
Waf: Entering directory `/cygdrive/c/cygwin-home/node-v0.4.12/build&#8217;<br />
DEST_OS: cygwin<br />
DEST_CPU: ia32<br />
Parallel Jobs: 1<br />
Product type: program<br />
[ 1/74] cc: deps/libeio/eio.c -&gt; build/default/deps/libeio/eio_1.o<br />
/usr/bin/gcc -D_GNU_SOURCE -DHAVE_CONFIG_H=1 -m32 -g -O3 -DEV_FORK_ENABLE=0 -DEV_EMBED_ENABLE=0 -DEV_MULTIPLICITY=0 -DX_STACKSIZE=65536 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DEV_MULTIPLICITY=0 -DHAVE_FDATASYNC=1 -DPLATFORM=&#8221;cygwin&#8221; -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -Idefault/deps/libeio -I../deps/libeio -Idefault -I.. ../deps/libeio/eio.c -c -o default/deps/libeio/eio_1.o<br />
      1 [unknown (0x1BFC)] python 7060 fork: child 7184 &#8211; died waiting for dll loading, errno 11<br />
Waf: Leaving directory `/cygdrive/c/cygwin-home/node-v0.4.12/build&#8217;<br />
Build failed:  -&gt; task failed (err #-1):<br />
        {task: cc eio.c -&gt; eio_1.o}<br />
Makefile:11: recipe for target `program&#8217; failed<br />
make: *** [program] Error 1</p>
<p>Thanks<br />
Vishal Sharma</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Step by step instructions to install NodeJS on Windows by Siddique</title>
		<link>http://boxysystems.com/index.php/step-by-step-instructions-to-install-nodejs-on-windows/comment-page-1/#comment-15541</link>
		<dc:creator>Siddique</dc:creator>
		<pubDate>Wed, 15 Feb 2012 12:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://boxysystems.com/?p=203#comment-15541</guid>
		<description>tejal - I am able to reach that url through the browser. It might be something to do with your network connection.</description>
		<content:encoded><![CDATA[<p>tejal &#8211; I am able to reach that url through the browser. It might be something to do with your network connection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Step by step instructions to install NodeJS on Windows by tejal</title>
		<link>http://boxysystems.com/index.php/step-by-step-instructions-to-install-nodejs-on-windows/comment-page-1/#comment-15538</link>
		<dc:creator>tejal</dc:creator>
		<pubDate>Wed, 15 Feb 2012 09:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://boxysystems.com/?p=203#comment-15538</guid>
		<description>Hi when I&#039;m trying to run the command wget http://nodejs.org/dist/node-v0.4.12.tar.gz I&#039;m getting connection time out error</description>
		<content:encoded><![CDATA[<p>Hi when I&#8217;m trying to run the command wget <a href="http://nodejs.org/dist/node-v0.4.12.tar.gz" rel="nofollow">http://nodejs.org/dist/node-v0.4.12.tar.gz</a> I&#8217;m getting connection time out error</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux/Cygwin Tip: Change directory like a command line commando :) by rampc</title>
		<link>http://boxysystems.com/index.php/unixcygwin-tip-change-directory-like-a-command-line-commando/comment-page-1/#comment-15394</link>
		<dc:creator>rampc</dc:creator>
		<pubDate>Fri, 10 Feb 2012 09:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://boxysystems.com/?p=442#comment-15394</guid>
		<description>Hi.. Can anyone tell me how to install ngspice using cygwin....</description>
		<content:encoded><![CDATA[<p>Hi.. Can anyone tell me how to install ngspice using cygwin&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Fundamental differences between GIT &amp; SVN by 转一篇：GIT和SVN之间的五个基本区别 &#124; 快乐云の小屋</title>
		<link>http://boxysystems.com/index.php/5-fundamental-differences-between-git-svn/comment-page-1/#comment-13740</link>
		<dc:creator>转一篇：GIT和SVN之间的五个基本区别 &#124; 快乐云の小屋</dc:creator>
		<pubDate>Thu, 05 Jan 2012 04:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://boxysystems.com/?p=221#comment-13740</guid>
		<description>[...] 5 Fundamental differences between GIT &amp; SVN [...]</description>
		<content:encoded><![CDATA[<p>[...] 5 Fundamental differences between GIT &amp; SVN [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implementing object sorting in Javascript by lajapathy</title>
		<link>http://boxysystems.com/index.php/implementing-object-sorting-in-javascript/comment-page-1/#comment-11548</link>
		<dc:creator>lajapathy</dc:creator>
		<pubDate>Mon, 12 Dec 2011 09:48:43 +0000</pubDate>
		<guid isPermaLink="false">http://boxysystems.com/?p=138#comment-11548</guid>
		<description>Works fine Thanks</description>
		<content:encoded><![CDATA[<p>Works fine Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Analytics for Java applications by Siddique</title>
		<link>http://boxysystems.com/index.php/google-analytics-for-java-applications/comment-page-1/#comment-11332</link>
		<dc:creator>Siddique</dc:creator>
		<pubDate>Fri, 09 Dec 2011 19:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://boxysystems.com/?p=143#comment-11332</guid>
		<description>I am not sure if it works without an &quot;actual domain&quot;. In other words some random non-existing domain. I would suggest using some existing domain for the setup like.. your company domain or any URL resource like http://sites.google.com/xyz or whatever that belong to you or own.

Hope it helps.</description>
		<content:encoded><![CDATA[<p>I am not sure if it works without an &#8220;actual domain&#8221;. In other words some random non-existing domain. I would suggest using some existing domain for the setup like.. your company domain or any URL resource like <a href="http://sites.google.com/xyz" rel="nofollow">http://sites.google.com/xyz</a> or whatever that belong to you or own.</p>
<p>Hope it helps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

