<?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 Google Go on Mac OS X Leopard</title>
	<atom:link href="http://www.kelvinwong.ca/2009/11/12/installing-google-go-on-mac-os-x-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kelvinwong.ca/2009/11/12/installing-google-go-on-mac-os-x-leopard/</link>
	<description>web programming, life, etc...</description>
	<lastBuildDate>Tue, 13 Jul 2010 04:26:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stefan</title>
		<link>http://www.kelvinwong.ca/2009/11/12/installing-google-go-on-mac-os-x-leopard/comment-page-1/#comment-19538</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Thu, 31 Dec 2009 11:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvinwong.ca/?p=201#comment-19538</guid>
		<description>Had to add the following to ~/.profile (for Mac OS X 10.5):

export C_INCLUDE_PATH=/Developer/SDKs/MacOSX10.5.sdk/usr/include

export LIBRARY_PATH=/Developer/SDKs/MacOSX10.5.sdk/usr/lib</description>
		<content:encoded><![CDATA[<p>Had to add the following to ~/.profile (for Mac OS X 10.5):</p>
<p>export C_INCLUDE_PATH=/Developer/SDKs/MacOSX10.5.sdk/usr/include</p>
<p>export LIBRARY_PATH=/Developer/SDKs/MacOSX10.5.sdk/usr/lib</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.kelvinwong.ca/2009/11/12/installing-google-go-on-mac-os-x-leopard/comment-page-1/#comment-19200</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 26 Nov 2009 23:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvinwong.ca/?p=201#comment-19200</guid>
		<description>@Hugh Lynch
It&#039;s a known bug issue.  You will find the discussion here:
http://groups.google.com/group/golang-nuts/browse_thread/thread/d6780486702fddbd#

Basically, go into ~/go
type &quot;hg pull -u&quot; which will update to the bleeding edge of go
then re-run ./all.bash in ~/go/src</description>
		<content:encoded><![CDATA[<p>@Hugh Lynch<br />
It&#8217;s a known bug issue.  You will find the discussion here:<br />
<a href="http://groups.google.com/group/golang-nuts/browse_thread/thread/d6780486702fddbd#" rel="nofollow">http://groups.google.com/group/golang-nuts/browse_thread/thread/d6780486702fddbd#</a></p>
<p>Basically, go into ~/go<br />
type &#8220;hg pull -u&#8221; which will update to the bleeding edge of go<br />
then re-run ./all.bash in ~/go/src</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.kelvinwong.ca/2009/11/12/installing-google-go-on-mac-os-x-leopard/comment-page-1/#comment-19184</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 25 Nov 2009 00:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvinwong.ca/?p=201#comment-19184</guid>
		<description>Hugh, did you manage to figure out what the problem is? I get exactly the same result -- every thing goes fine until the last line:

— cd ../test

I never get to:
0 known bugs; 0 unexpected bugs

Also, I installed python 2.6.4 --  Wongo refers to version 2.5.2 of python.  might that be the issue?

Thanks for any help.</description>
		<content:encoded><![CDATA[<p>Hugh, did you manage to figure out what the problem is? I get exactly the same result &#8212; every thing goes fine until the last line:</p>
<p>— cd ../test</p>
<p>I never get to:<br />
0 known bugs; 0 unexpected bugs</p>
<p>Also, I installed python 2.6.4 &#8212;  Wongo refers to version 2.5.2 of python.  might that be the issue?</p>
<p>Thanks for any help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.kelvinwong.ca/2009/11/12/installing-google-go-on-mac-os-x-leopard/comment-page-1/#comment-19180</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 24 Nov 2009 16:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvinwong.ca/?p=201#comment-19180</guid>
		<description>At this point as well my compilation has been going and pegging the CPU at 50%.  Here are the results from my uname -a command:

Darwin Anthonys-OSX.local 10.0.0 Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 i386.

Hopefully this is compatible with snow leopard.  I will retry it again.</description>
		<content:encoded><![CDATA[<p>At this point as well my compilation has been going and pegging the CPU at 50%.  Here are the results from my uname -a command:</p>
<p>Darwin Anthonys-OSX.local 10.0.0 Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 i386.</p>
<p>Hopefully this is compatible with snow leopard.  I will retry it again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michele -BaNzO- Zamboni</title>
		<link>http://www.kelvinwong.ca/2009/11/12/installing-google-go-on-mac-os-x-leopard/comment-page-1/#comment-19175</link>
		<dc:creator>Michele -BaNzO- Zamboni</dc:creator>
		<pubDate>Tue, 24 Nov 2009 01:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvinwong.ca/?p=201#comment-19175</guid>
		<description>Same problem as Hugh Lynch for me. I am running Snow Leopard 10.6.2
Any hints?

Ciao,
 Mic</description>
		<content:encoded><![CDATA[<p>Same problem as Hugh Lynch for me. I am running Snow Leopard 10.6.2<br />
Any hints?</p>
<p>Ciao,<br />
 Mic</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.562 seconds -->
