<?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: Having fun with MacRuby on Snow Leopard</title>
	<atom:link href="http://www.icoretech.org/2009/08/having-fun-with-macruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.icoretech.org/2009/08/having-fun-with-macruby/</link>
	<description>Just a placeholder</description>
	<lastBuildDate>Sun, 08 Aug 2010 20:58:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: khoan</title>
		<link>http://www.icoretech.org/2009/08/having-fun-with-macruby/comment-page-1/#comment-580</link>
		<dc:creator>khoan</dc:creator>
		<pubDate>Fri, 02 Apr 2010 01:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=155#comment-580</guid>
		<description>My os is Mac OS x Build 10C540 Version 10.6.2</description>
		<content:encoded><![CDATA[<p>My os is Mac OS x Build 10C540 Version 10.6.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khoan</title>
		<link>http://www.icoretech.org/2009/08/having-fun-with-macruby/comment-page-1/#comment-579</link>
		<dc:creator>khoan</dc:creator>
		<pubDate>Fri, 02 Apr 2010 00:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=155#comment-579</guid>
		<description>failed to compile MacRuby on

% uname -a
10.2.0 Darwin Kernel Version 10.2.0: Tue Nov  3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386 i386

llvm is compiled installed at /usr/local/

the error:

/usr/bin/g++-4.2 -I/usr/local/include  -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3  -fno-common -Woverloaded-virtual -I. -I./include -g -Wall -arch i386 -arch x86_64 -Wno-parentheses -Wno-deprecated-declarations -Werror -I./icu-1060 -c compiler.cpp -o compiler.o
compiler.cpp: In constructor ‘RoxorCompiler::RoxorCompiler(bool)’:
compiler.cpp:196: error: ‘class llvm::LLVMContext’ has no member named ‘getMetadata’
compiler.cpp:198: error: ‘class llvm::LLVMContext’ has no member named ‘getMetadata’
compiler.cpp: In member function ‘void RoxorCompiler::attach_current_line_metadata(llvm::Instruction*)’:
compiler.cpp:744: error: ‘DILocation’ was not declared in this scope
compiler.cpp:744: error: expected `;&#039; before ‘loc’
compiler.cpp:749: error: ‘class llvm::LLVMContext’ has no member named ‘getMetadata’
compiler.cpp:749: error: ‘loc’ was not declared in this scope
compiler.cpp: In member function ‘llvm::Value* RoxorCompiler::compile_slot_cache(long unsigned int)’:
compiler.cpp:1151: error: no matching function for call to ‘llvm::Instruction::clone()’
/usr/local/include/llvm/Instruction.h:50: note: candidates are: virtual llvm::Instruction* llvm::Instruction::clone(llvm::LLVMContext&amp;) const
compiler.cpp: In member function ‘llvm::Value* RoxorCompiler::compile_landing_pad_header(const std::type_info&amp;)’:
compiler.cpp:1893: error: ‘eh_selector’ is not a member of ‘llvm::Intrinsic’
compiler.cpp:1921: error: ‘eh_typeid_for’ is not a member of ‘llvm::Intrinsic’
compiler.cpp: In member function ‘void RoxorCompiler::compile_ivar_slots(llvm::Value*, llvm::iplist&lt;llvm::Instruction, llvm::ilist_traits &gt;&amp;, llvm::ilist_iterator)’:
compiler.cpp:2974: error: no matching function for call to ‘llvm::Instruction::clone()’
/usr/local/include/llvm/Instruction.h:50: note: candidates are: virtual llvm::Instruction* llvm::Instruction::clone(llvm::LLVMContext&amp;) const
compiler.cpp: In constructor ‘RoxorCompiler::RoxorCompiler(bool)’:
compiler.cpp:196: error: ‘class llvm::LLVMContext’ has no member named ‘getMetadata’
compiler.cpp:198: error: ‘class llvm::LLVMContext’ has no member named ‘getMetadata’
compiler.cpp: In member function ‘void RoxorCompiler::attach_current_line_metadata(llvm::Instruction*)’:
compiler.cpp:744: error: ‘DILocation’ was not declared in this scope
compiler.cpp:744: error: expected `;&#039; before ‘loc’
compiler.cpp:749: error: ‘class llvm::LLVMContext’ has no member named ‘getMetadata’
compiler.cpp:749: error: ‘loc’ was not declared in this scope
compiler.cpp: In member function ‘llvm::Value* RoxorCompiler::compile_slot_cache(long unsigned int)’:
compiler.cpp:1151: error: no matching function for call to ‘llvm::Instruction::clone()’
/usr/local/include/llvm/Instruction.h:50: note: candidates are: virtual llvm::Instruction* llvm::Instruction::clone(llvm::LLVMContext&amp;) const
compiler.cpp: In member function ‘llvm::Value* RoxorCompiler::compile_landing_pad_header(const std::type_info&amp;)’:
compiler.cpp:1893: error: ‘eh_selector’ is not a member of ‘llvm::Intrinsic’
compiler.cpp:1921: error: ‘eh_typeid_for’ is not a member of ‘llvm::Intrinsic’
compiler.cpp: In member function ‘void RoxorCompiler::compile_ivar_slots(llvm::Value*, llvm::iplist&lt;llvm::Instruction, llvm::ilist_traits &gt;&amp;, llvm::ilist_iterator)’:
compiler.cpp:2974: error: no matching function for call to ‘llvm::Instruction::clone()’
/usr/local/include/llvm/Instruction.h:50: note: candidates are: virtual llvm::Instruction* llvm::Instruction::clone(llvm::LLVMContext&amp;) const
lipo: can&#039;t figure out the architecture type of: /var/folders/Xj/Xj7yKiCCE6eivYLdz-EJqE+++TI/-Tmp-//ccUtC56R.out
rake aborted!
Command failed with status (1): [/usr/bin/g++-4.2 -I/usr/local/include  -D_...]</description>
		<content:encoded><![CDATA[<p>failed to compile MacRuby on</p>
<p>% uname -a<br />
10.2.0 Darwin Kernel Version 10.2.0: Tue Nov  3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386 i386</p>
<p>llvm is compiled installed at /usr/local/</p>
<p>the error:</p>
<p>/usr/bin/g++-4.2 -I/usr/local/include  -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3  -fno-common -Woverloaded-virtual -I. -I./include -g -Wall -arch i386 -arch x86_64 -Wno-parentheses -Wno-deprecated-declarations -Werror -I./icu-1060 -c compiler.cpp -o compiler.o<br />
compiler.cpp: In constructor ‘RoxorCompiler::RoxorCompiler(bool)’:<br />
compiler.cpp:196: error: ‘class llvm::LLVMContext’ has no member named ‘getMetadata’<br />
compiler.cpp:198: error: ‘class llvm::LLVMContext’ has no member named ‘getMetadata’<br />
compiler.cpp: In member function ‘void RoxorCompiler::attach_current_line_metadata(llvm::Instruction*)’:<br />
compiler.cpp:744: error: ‘DILocation’ was not declared in this scope<br />
compiler.cpp:744: error: expected `;&#8217; before ‘loc’<br />
compiler.cpp:749: error: ‘class llvm::LLVMContext’ has no member named ‘getMetadata’<br />
compiler.cpp:749: error: ‘loc’ was not declared in this scope<br />
compiler.cpp: In member function ‘llvm::Value* RoxorCompiler::compile_slot_cache(long unsigned int)’:<br />
compiler.cpp:1151: error: no matching function for call to ‘llvm::Instruction::clone()’<br />
/usr/local/include/llvm/Instruction.h:50: note: candidates are: virtual llvm::Instruction* llvm::Instruction::clone(llvm::LLVMContext&amp;) const<br />
compiler.cpp: In member function ‘llvm::Value* RoxorCompiler::compile_landing_pad_header(const std::type_info&amp;)’:<br />
compiler.cpp:1893: error: ‘eh_selector’ is not a member of ‘llvm::Intrinsic’<br />
compiler.cpp:1921: error: ‘eh_typeid_for’ is not a member of ‘llvm::Intrinsic’<br />
compiler.cpp: In member function ‘void RoxorCompiler::compile_ivar_slots(llvm::Value*, llvm::iplist&lt;llvm::Instruction, llvm::ilist_traits &gt;&amp;, llvm::ilist_iterator)’:<br />
compiler.cpp:2974: error: no matching function for call to ‘llvm::Instruction::clone()’<br />
/usr/local/include/llvm/Instruction.h:50: note: candidates are: virtual llvm::Instruction* llvm::Instruction::clone(llvm::LLVMContext&amp;) const<br />
compiler.cpp: In constructor ‘RoxorCompiler::RoxorCompiler(bool)’:<br />
compiler.cpp:196: error: ‘class llvm::LLVMContext’ has no member named ‘getMetadata’<br />
compiler.cpp:198: error: ‘class llvm::LLVMContext’ has no member named ‘getMetadata’<br />
compiler.cpp: In member function ‘void RoxorCompiler::attach_current_line_metadata(llvm::Instruction*)’:<br />
compiler.cpp:744: error: ‘DILocation’ was not declared in this scope<br />
compiler.cpp:744: error: expected `;&#8217; before ‘loc’<br />
compiler.cpp:749: error: ‘class llvm::LLVMContext’ has no member named ‘getMetadata’<br />
compiler.cpp:749: error: ‘loc’ was not declared in this scope<br />
compiler.cpp: In member function ‘llvm::Value* RoxorCompiler::compile_slot_cache(long unsigned int)’:<br />
compiler.cpp:1151: error: no matching function for call to ‘llvm::Instruction::clone()’<br />
/usr/local/include/llvm/Instruction.h:50: note: candidates are: virtual llvm::Instruction* llvm::Instruction::clone(llvm::LLVMContext&amp;) const<br />
compiler.cpp: In member function ‘llvm::Value* RoxorCompiler::compile_landing_pad_header(const std::type_info&amp;)’:<br />
compiler.cpp:1893: error: ‘eh_selector’ is not a member of ‘llvm::Intrinsic’<br />
compiler.cpp:1921: error: ‘eh_typeid_for’ is not a member of ‘llvm::Intrinsic’<br />
compiler.cpp: In member function ‘void RoxorCompiler::compile_ivar_slots(llvm::Value*, llvm::iplist&lt;llvm::Instruction, llvm::ilist_traits &gt;&amp;, llvm::ilist_iterator)’:<br />
compiler.cpp:2974: error: no matching function for call to ‘llvm::Instruction::clone()’<br />
/usr/local/include/llvm/Instruction.h:50: note: candidates are: virtual llvm::Instruction* llvm::Instruction::clone(llvm::LLVMContext&amp;) const<br />
lipo: can&#8217;t figure out the architecture type of: /var/folders/Xj/Xj7yKiCCE6eivYLdz-EJqE+++TI/-Tmp-//ccUtC56R.out<br />
rake aborted!<br />
Command failed with status (1): [/usr/bin/g++-4.2 -I/usr/local/include  -D_...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phoet</title>
		<link>http://www.icoretech.org/2009/08/having-fun-with-macruby/comment-page-1/#comment-218</link>
		<dc:creator>phoet</dc:creator>
		<pubDate>Mon, 05 Oct 2009 19:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=155#comment-218</guid>
		<description>I just tried re-installing MacRuby after an upgrade to Snow Leopard and ran into this error:

/Users/peterschroder/macruby/lib/rubygems/spec_fetcher.rb:1:in `&#039;: no such file to load -- zlib (LoadError)
	from /Users/peterschroder/macruby/lib/rubygems/source_index.rb:14:in `&#039;
	from /Users/peterschroder/macruby/lib/rubygems.rb:864:in `&#039;
rake aborted!
Command failed with status (1): [./miniruby -I. -I./lib bin/rubyc --interna...]

I did not find anything on track or via google.

Any hints?!</description>
		<content:encoded><![CDATA[<p>I just tried re-installing MacRuby after an upgrade to Snow Leopard and ran into this error:</p>
<p>/Users/peterschroder/macruby/lib/rubygems/spec_fetcher.rb:1:in `&#8217;: no such file to load &#8212; zlib (LoadError)<br />
	from /Users/peterschroder/macruby/lib/rubygems/source_index.rb:14:in `&#8217;<br />
	from /Users/peterschroder/macruby/lib/rubygems.rb:864:in `&#8217;<br />
rake aborted!<br />
Command failed with status (1): [./miniruby -I. -I./lib bin/rubyc --interna...]</p>
<p>I did not find anything on track or via google.</p>
<p>Any hints?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.icoretech.org/2009/08/having-fun-with-macruby/comment-page-1/#comment-88</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 10 Sep 2009 14:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=155#comment-88</guid>
		<description>Problem solved, I had to add &quot;unsetenv RUBYOPT&quot; to my .bash_login file.</description>
		<content:encoded><![CDATA[<p>Problem solved, I had to add &#8220;unsetenv RUBYOPT&#8221; to my .bash_login file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.icoretech.org/2009/08/having-fun-with-macruby/comment-page-1/#comment-87</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 10 Sep 2009 13:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=155#comment-87</guid>
		<description>@Michael Guterl
Michael, I came across the same problem. Could you provide some pointers how to fix it? It is not clear to me how to do it from your last posting. Thanks!</description>
		<content:encoded><![CDATA[<p>@Michael Guterl<br />
Michael, I came across the same problem. Could you provide some pointers how to fix it? It is not clear to me how to do it from your last posting. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MacRuby &#38; Snow Leopard &#171; CJ-Chung&#39;s Blog</title>
		<link>http://www.icoretech.org/2009/08/having-fun-with-macruby/comment-page-1/#comment-77</link>
		<dc:creator>MacRuby &#38; Snow Leopard &#171; CJ-Chung&#39;s Blog</dc:creator>
		<pubDate>Mon, 07 Sep 2009 18:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=155#comment-77</guid>
		<description>[...] http://www.icoretech.org/2009/08/having-fun-with-macruby/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.icoretech.org/2009/08/having-fun-with-macruby/" rel="nofollow">http://www.icoretech.org/2009/08/having-fun-with-macruby/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kain</title>
		<link>http://www.icoretech.org/2009/08/having-fun-with-macruby/comment-page-1/#comment-67</link>
		<dc:creator>kain</dc:creator>
		<pubDate>Sat, 05 Sep 2009 14:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=155#comment-67</guid>
		<description>&lt;a href=&quot;#comment-66&quot; rel=&quot;nofollow&quot;&gt;@alfanick &lt;/a&gt; 
if you mean that it doesn&#039;t evaluate attribute and method in the inspector window I experienced this too, if you notice the window is different to the previous versions of xcode (this is User Defined Runtime Attributes).
however if you try to link some outlets you will find that they are present in IB.

See the screenshot after &quot;From the inspector pane, as show in the next picture, select MyController as the Object Class.&quot;</description>
		<content:encoded><![CDATA[<p><a href="#comment-66" rel="nofollow">@alfanick </a><br />
if you mean that it doesn&#8217;t evaluate attribute and method in the inspector window I experienced this too, if you notice the window is different to the previous versions of xcode (this is User Defined Runtime Attributes).<br />
however if you try to link some outlets you will find that they are present in IB.</p>
<p>See the screenshot after &#8220;From the inspector pane, as show in the next picture, select MyController as the Object Class.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alfanick</title>
		<link>http://www.icoretech.org/2009/08/having-fun-with-macruby/comment-page-1/#comment-66</link>
		<dc:creator>alfanick</dc:creator>
		<pubDate>Sat, 05 Sep 2009 14:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=155#comment-66</guid>
		<description>Hi,
I&#039;ve installed MacRuby using your howto, but still not working. When I write controller (eg. MainController) and make an Object in IB, set class to MainController, IB still doesn&#039;t see MainController attributes and methods :( I&#039;m using Xcode 3.2</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;ve installed MacRuby using your howto, but still not working. When I write controller (eg. MainController) and make an Object in IB, set class to MainController, IB still doesn&#8217;t see MainController attributes and methods :( I&#8217;m using Xcode 3.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Guterl</title>
		<link>http://www.icoretech.org/2009/08/having-fun-with-macruby/comment-page-1/#comment-62</link>
		<dc:creator>Michael Guterl</dc:creator>
		<pubDate>Fri, 04 Sep 2009 02:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=155#comment-62</guid>
		<description>&lt;a href=&quot;#comment-41&quot; rel=&quot;nofollow&quot;&gt;@kain &lt;/a&gt; 
I came back to this tonight and I removed -rubygems from my RUBYOPT environment variable and everything seemed to work.  Not sure why that would cause the failure, but that solved it.</description>
		<content:encoded><![CDATA[<p><a href="#comment-41" rel="nofollow">@kain </a><br />
I came back to this tonight and I removed -rubygems from my RUBYOPT environment variable and everything seemed to work.  Not sure why that would cause the failure, but that solved it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adric Net</title>
		<link>http://www.icoretech.org/2009/08/having-fun-with-macruby/comment-page-1/#comment-56</link>
		<dc:creator>Adric Net</dc:creator>
		<pubDate>Thu, 03 Sep 2009 03:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=155#comment-56</guid>
		<description>Hi,

Cool howto! You might want to note that now and for the forseeable future ths will only work on 64bit capable machines. There are a few machines that can install 10.6 and run it just fine, but have no support for 64 bit and cannot build current macruby (as confirmed on the mailing list in Aug), although it is planned to have 32 bit support (back) in the 0.5 release.

If anyone is in doubt, this snippet may assist, run in Terminal:
sysctl hw.cpu64bit_capable

hth,
adric</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Cool howto! You might want to note that now and for the forseeable future ths will only work on 64bit capable machines. There are a few machines that can install 10.6 and run it just fine, but have no support for 64 bit and cannot build current macruby (as confirmed on the mailing list in Aug), although it is planned to have 32 bit support (back) in the 0.5 release.</p>
<p>If anyone is in doubt, this snippet may assist, run in Terminal:<br />
sysctl hw.cpu64bit_capable</p>
<p>hth,<br />
adric</p>
]]></content:encoded>
	</item>
</channel>
</rss>
