<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml"
	>
<channel>
	<title>Comments on: updated mono build script: mono 2.2</title>
	<atom:link href="http://xyzzyxyzzy.net/2009/02/17/updated-mono-build-script-mono-22/feed/" rel="self" type="application/rss+xml" />
	<link>http://xyzzyxyzzy.net/2009/02/17/updated-mono-build-script-mono-22/</link>
	<description>...you are in a grid of twisty, little links, all alike. there's a teleport gate here.</description>
	<lastBuildDate>Mon, 01 Feb 2010 03:10:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: borisSCHEIMAN // » Compiling Mono 2.6 on Slicehost</title>
		<link>http://xyzzyxyzzy.net/2009/02/17/updated-mono-build-script-mono-22/comment-page-1/#comment-335</link>
		<dc:creator>borisSCHEIMAN // » Compiling Mono 2.6 on Slicehost</dc:creator>
		<pubDate>Mon, 01 Feb 2010 03:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://xyzzyxyzzy.net/?p=264#comment-335</guid>
		<description>&lt;p&gt;[...] a pain in the ass? After reading the forums and stumbling upon xyzzyxyzzy&#8217;s awesome script, I decided to make it easier on all us Mono/.NET [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] a pain in the ass? After reading the forums and stumbling upon xyzzyxyzzy&#8217;s awesome script, I decided to make it easier on all us Mono/.NET [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mmorris</title>
		<link>http://xyzzyxyzzy.net/2009/02/17/updated-mono-build-script-mono-22/comment-page-1/#comment-279</link>
		<dc:creator>mmorris</dc:creator>
		<pubDate>Tue, 07 Apr 2009 20:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://xyzzyxyzzy.net/?p=264#comment-279</guid>
		<description>&lt;p&gt;The issue that Magnuz — March 5, 2009 @ 20:01 had with mono-tools (invalid ResX input)  ... check out:&lt;/p&gt;

&lt;p&gt;http://www.mono-project.com/FAQ:_Winforms#GDIPlus_Initializer_Exception&lt;/p&gt;

&lt;p&gt;libgdiplus is installed, but cannot be found (not in his LD_LIBRARY_PATH)&lt;/p&gt;

&lt;p&gt;A universal simple fix is to put &quot;sudo ldconfig -v&quot; after the &quot;make install&quot; for libgdiplus&lt;/p&gt;

&lt;p&gt;I found putting the &quot;sudo ldconfig -v&quot; at the end also made things rum smoothly without having to modify the LD_LIBRARY_PATH to include /usr/local/lib&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The issue that Magnuz — March 5, 2009 @ 20:01 had with mono-tools (invalid ResX input)  &#8230; check out:</p>

<p><a href="http://www.mono-project.com/FAQ:_Winforms#GDIPlus_Initializer_Exception" rel="nofollow">http://www.mono-project.com/FAQ:_Winforms#GDIPlus_Initializer_Exception</a></p>

<p>libgdiplus is installed, but cannot be found (not in his LD_LIBRARY_PATH)</p>

<p>A universal simple fix is to put &#8220;sudo ldconfig -v&#8221; after the &#8220;make install&#8221; for libgdiplus</p>

<p>I found putting the &#8220;sudo ldconfig -v&#8221; at the end also made things rum smoothly without having to modify the LD_LIBRARY_PATH to include /usr/local/lib</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Magnuz</title>
		<link>http://xyzzyxyzzy.net/2009/02/17/updated-mono-build-script-mono-22/comment-page-1/#comment-278</link>
		<dc:creator>Magnuz</dc:creator>
		<pubDate>Fri, 06 Mar 2009 13:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://xyzzyxyzzy.net/?p=264#comment-278</guid>
		<description>&lt;p&gt;Seems the failures with mono-tools and mono-debugger in Intrepid are fixed if libncurses5-dev is installed first, and possibly mono-debugger is installed before mono-tools. Also, unzip needs to be installed in Intrepid.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Seems the failures with mono-tools and mono-debugger in Intrepid are fixed if libncurses5-dev is installed first, and possibly mono-debugger is installed before mono-tools. Also, unzip needs to be installed in Intrepid.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Magnuz</title>
		<link>http://xyzzyxyzzy.net/2009/02/17/updated-mono-build-script-mono-22/comment-page-1/#comment-277</link>
		<dc:creator>Magnuz</dc:creator>
		<pubDate>Thu, 05 Mar 2009 19:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://xyzzyxyzzy.net/?p=264#comment-277</guid>
		<description>&lt;p&gt;Thanks for a great script! 
A minor typo: 
cd mono-debugger-2.0 
Should be: 
cd mono-debugger-2.2 
Trying to use the script to install on Intrepid results in failures on: 
make mono-tools (invalid ResX input)
and : 
configure mono-debugger (directory termcap not found) 
But Mono 2.2 runs well enough for my purpose, an OpenSimulator server, without those parts.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for a great script! 
A minor typo: 
cd mono-debugger-2.0 
Should be: 
cd mono-debugger-2.2 
Trying to use the script to install on Intrepid results in failures on: 
make mono-tools (invalid ResX input)
and : 
configure mono-debugger (directory termcap not found) 
But Mono 2.2 runs well enough for my purpose, an OpenSimulator server, without those parts.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Fredo Chaplin</title>
		<link>http://xyzzyxyzzy.net/2009/02/17/updated-mono-build-script-mono-22/comment-page-1/#comment-276</link>
		<dc:creator>Fredo Chaplin</dc:creator>
		<pubDate>Tue, 24 Feb 2009 16:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://xyzzyxyzzy.net/?p=264#comment-276</guid>
		<description>&lt;p&gt;Heeeeyyy Doc ! You&#039;re great !!! Largely more than one hour of endless downloading/making/compiling job, with billions of stressing warnings every seconds, and it make it ! Peeeew. I&#039;m completely wet... Never thought i could feel this one day !!! Many thanks for this script...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Heeeeyyy Doc ! You&#8217;re great !!! Largely more than one hour of endless downloading/making/compiling job, with billions of stressing warnings every seconds, and it make it ! Peeeew. I&#8217;m completely wet&#8230; Never thought i could feel this one day !!! Many thanks for this script&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: DrScofield</title>
		<link>http://xyzzyxyzzy.net/2009/02/17/updated-mono-build-script-mono-22/comment-page-1/#comment-275</link>
		<dc:creator>DrScofield</dc:creator>
		<pubDate>Fri, 20 Feb 2009 07:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://xyzzyxyzzy.net/?p=264#comment-275</guid>
		<description>&lt;p&gt;hmm... it should install mono-2.2, really. looking at the script show this:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;tar xvf $DLDDIR/mono-2.2.tar.bz2
cd mono-2.2
./configure --prefix=/usr/local --with-large-heap=yes
make
sudo make install
cd $BUILDDIR
&lt;/code&gt;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>hmm&#8230; it should install mono-2.2, really. looking at the script show this:</p>

<pre><code>tar xvf $DLDDIR/mono-2.2.tar.bz2
cd mono-2.2
./configure --prefix=/usr/local --with-large-heap=yes
make
sudo make install
cd $BUILDDIR
</code></pre>]]></content:encoded>
	</item>
	<item>
		<title>By: DrScofield</title>
		<link>http://xyzzyxyzzy.net/2009/02/17/updated-mono-build-script-mono-22/comment-page-1/#comment-274</link>
		<dc:creator>DrScofield</dc:creator>
		<pubDate>Thu, 19 Feb 2009 16:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://xyzzyxyzzy.net/?p=264#comment-274</guid>
		<description>&lt;p&gt;ok...there is a typo in the instructions for the gnome-sharp package (just tested on a clean machine).&lt;/p&gt;

&lt;p&gt;i&#039;ve updated the script.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>ok&#8230;there is a typo in the instructions for the gnome-sharp package (just tested on a clean machine).</p>

<p>i&#8217;ve updated the script.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Yao K.</title>
		<link>http://xyzzyxyzzy.net/2009/02/17/updated-mono-build-script-mono-22/comment-page-1/#comment-273</link>
		<dc:creator>Yao K.</dc:creator>
		<pubDate>Thu, 19 Feb 2009 12:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://xyzzyxyzzy.net/?p=264#comment-273</guid>
		<description>&lt;p&gt;your scritp install mono 2.0 not mono 2.2 but it run well, thank you for that :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>your scritp install mono 2.0 not mono 2.2 but it run well, thank you for that <img src='http://xyzzyxyzzy.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: DrScofield</title>
		<link>http://xyzzyxyzzy.net/2009/02/17/updated-mono-build-script-mono-22/comment-page-1/#comment-272</link>
		<dc:creator>DrScofield</dc:creator>
		<pubDate>Wed, 18 Feb 2009 21:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://xyzzyxyzzy.net/?p=264#comment-272</guid>
		<description>&lt;p&gt;oops...link was pointing somewhere but not at the script. fixed now. sorry about that!&lt;/p&gt;

&lt;p&gt;you also might want to use &lt;code&gt;--with-large-heap=yes&lt;/code&gt; for the mono configure invocation.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>oops&#8230;link was pointing somewhere but not at the script. fixed now. sorry about that!</p>

<p>you also might want to use <code>--with-large-heap=yes</code> for the mono configure invocation.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Higham</title>
		<link>http://xyzzyxyzzy.net/2009/02/17/updated-mono-build-script-mono-22/comment-page-1/#comment-271</link>
		<dc:creator>Dan Higham</dc:creator>
		<pubDate>Wed, 18 Feb 2009 20:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://xyzzyxyzzy.net/?p=264#comment-271</guid>
		<description>&lt;p&gt;Ah! although the archives do seem to still be pointing to 2.0 in this script, still very useful though!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ah! although the archives do seem to still be pointing to 2.0 in this script, still very useful though!</p>]]></content:encoded>
	</item>
</channel>
</rss>
