<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rusty Razor Blade &#187; mono</title>
	<atom:link href="http://www.rustyrazorblade.com/category/mono/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rustyrazorblade.com</link>
	<description>Tech Thoughts, Mostly on LAMP - by Jon Haddad</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:03:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Mono Install Bug (Found when using Eclipse)</title>
		<link>http://www.rustyrazorblade.com/2009/05/mono-install-bug-found-when-using-eclipse/</link>
		<comments>http://www.rustyrazorblade.com/2009/05/mono-install-bug-found-when-using-eclipse/#comments</comments>
		<pubDate>Fri, 08 May 2009 19:52:56 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[mono]]></category>

		<guid isPermaLink="false">http://www.rustyrazorblade.com/?p=744</guid>
		<description><![CDATA[<p>I got this error after installing the Mono framework on MacOS X 10.5.6 and trying to set up a new project with eclipse.</p> <p>NAnt 0.86 (Build 0.86.2898.0; beta1; 12/08/2007)<br /> Copyright (C) 2001-2007 Gerry Shaw</p> <p>http://nant.sourceforge.net</p> <p>For more information regarding the cause of the build failure, run the build again in debug mode.</p> <p>Try &#8216;nant [...]]]></description>
			<content:encoded><![CDATA[<p>I got this error after installing the Mono framework on MacOS X 10.5.6 and trying to set up a new project with eclipse.</p>
<blockquote><p>NAnt 0.86 (Build 0.86.2898.0; beta1; 12/08/2007)<br />
Copyright (C) 2001-2007 Gerry Shaw</p>
<p>http://nant.sourceforge.net</p>
<p>For more information regarding the cause of the build failure, run the build again in debug mode.</p>
<p>Try &#8216;nant -help&#8217; for more information</p>
<p>BUILD FAILED</p>
<p>Failed to initialize the &#8216;Mono 3.5 Profile&#8217; (mono-3.5) target framework.</p>
<p>    Function call failed.<br />
Expression: ${not pkg-config::exists(&#8216;mono&#8217;)}<br />
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^</p>
<p>        &#8216;pkg-config&#8217; failed to start.</p>
<p>            ApplicationName=&#8217;pkg-config&#8217;, CommandLine=&#8217;&#8211;exists mono&#8217;, CurrentDirectory=&#8217;/Library/Frameworks/Mono.framework/Versions/2.4/share/NAnt/bin/&#8217;
</p></blockquote>
<p>A few google searches suggested that this might be because pkg-config wasn&#8217;t installed &#8211; but it&#8217;s included in the Mono distribution.  I finally realized the symlink wasn&#8217;t being created in by the Mono installer.  Running the below command fixed everything.</p>
<blockquote><p>sudo ln -s /Library/Frameworks/Mono.framework/Commands/pkg-config /usr/bin/pkg-config</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.rustyrazorblade.com/2009/05/mono-install-bug-found-when-using-eclipse/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

