<?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>Cory O&#039;Daniel - These are just words &#187; snow leopard</title>
	<atom:link href="http://coryodaniel.com/index.php/tag/snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://coryodaniel.com</link>
	<description>Software development, thoughts, and randomness</description>
	<lastBuildDate>Thu, 17 Nov 2011 21:18:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Building curb on Snow Leopard</title>
		<link>http://coryodaniel.com/index.php/2010/01/20/building-curb-on-snow-leopard/</link>
		<comments>http://coryodaniel.com/index.php/2010/01/20/building-curb-on-snow-leopard/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 23:32:07 +0000</pubDate>
		<dc:creator>Cory O'Daniel</dc:creator>
				<category><![CDATA[RubyDevelopment]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[curb]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://coryodaniel.com/?p=422</guid>
		<description><![CDATA[Had some issues building curb on Snow Leopard today.
It was resulting in something like:

1
2
3
4
5
6
7
In file included from /opt/local/include/curl/curl.h:44,
                 from curb.h:12,
                 from curb.c:8:
/opt/local/include/curl/curlrules.h:144: error: [...]]]></description>
			<content:encoded><![CDATA[<p>Had some issues building <a href="http://curb.rubyforge.org/">curb</a> on Snow Leopard today.</p>
<p>It was resulting in something like:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">In <span style="color: #c20cb9; font-weight: bold;">file</span> included from <span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>curl<span style="color: #000000; font-weight: bold;">/</span>curl.h:<span style="color: #000000;">44</span>,
                 from curb.h:<span style="color: #000000;">12</span>,
                 from curb.c:<span style="color: #000000;">8</span>:
<span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>curl<span style="color: #000000; font-weight: bold;">/</span>curlrules.h:<span style="color: #000000;">144</span>: error: <span style="color: #c20cb9; font-weight: bold;">size</span> of array ‘__curl_rule_01__’ is negative
<span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>include<span style="color: #000000; font-weight: bold;">/</span>curl<span style="color: #000000; font-weight: bold;">/</span>curlrules.h:<span style="color: #000000;">154</span>: error: <span style="color: #c20cb9; font-weight: bold;">size</span> of array ‘__curl_rule_02__’ is negative
lipo: can<span style="color: #ff0000;">'t open input file: /var/folders/wX/wX64Cb+PGjG-EXuklO+I+k+++TI/-Tmp-//ccKIrqTY.out (No such file or directory)
make: *** [curb.o] Error 1</span></pre></td></tr></table></div>

<p>It's a quick fix and your on your way to curling stuff...</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> port <span style="color: #c20cb9; font-weight: bold;">install</span> zlib +universal;
<span style="color: #c20cb9; font-weight: bold;">sudo</span> port upgrade <span style="color: #660033;">--enforce-variants</span> openssl +universal;
<span style="color: #c20cb9; font-weight: bold;">sudo</span> port <span style="color: #c20cb9; font-weight: bold;">install</span> curl +universal;</pre></td></tr></table></div>

<p>Then build curb however you were building it before.</p>
<p>Yay, I can scrub other peoples sites now!</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Building+curb+on+Snow+Leopard+http://coryodaniel.com/?p=422" title="Post to Twitter"><img class="nothumb" src="http://coryodaniel.com/wp-content/plugins/tweet-this/icons/tt-twitter-big2.png" alt="Post to Twitter" /></a> <a class="tt" href="http://digg.com/submit?url=http://coryodaniel.com/index.php/2010/01/20/building-curb-on-snow-leopard/&amp;title=Building+curb+on+Snow+Leopard" title="Post to Digg"><img class="nothumb" src="http://coryodaniel.com/wp-content/plugins/tweet-this/icons/tt-digg-big2.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://coryodaniel.com/index.php/2010/01/20/building-curb-on-snow-leopard/&amp;t=Building+curb+on+Snow+Leopard" title="Post to Facebook"><img class="nothumb" src="http://coryodaniel.com/wp-content/plugins/tweet-this/icons/tt-facebook-big2.png" alt="Post to Facebook" /></a> <a class="tt" href="http://reddit.com/submit?url=http://coryodaniel.com/index.php/2010/01/20/building-curb-on-snow-leopard/&amp;title=Building+curb+on+Snow+Leopard" title="Post to Reddit"><img class="nothumb" src="http://coryodaniel.com/wp-content/plugins/tweet-this/icons/tt-reddit-big2.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://coryodaniel.com/index.php/2010/01/20/building-curb-on-snow-leopard/&amp;title=Building+curb+on+Snow+Leopard" title="Post to StumbleUpon"><img class="nothumb" src="http://coryodaniel.com/wp-content/plugins/tweet-this/icons/tt-su-big2.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://coryodaniel.com/index.php/2010/01/20/building-curb-on-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

