<?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>《Setting up MGTwitterEngine with YAJL 1.0.6 for iPhone development》的评论</title>
	<atom:link href="http://damienh.org/2009/06/20/setting-up-mgtwitterengine-with-yajl-106-for-iphone-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://damienh.org/2009/06/20/setting-up-mgtwitterengine-with-yajl-106-for-iphone-development/</link>
	<description>Braindump from Damien; Python, Objective-C, Javascript, geeking;</description>
	<lastBuildDate>Sun, 16 Oct 2011 08:37:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>作者：Walid</title>
		<link>http://damienh.org/2009/06/20/setting-up-mgtwitterengine-with-yajl-106-for-iphone-development/comment-page-1/#comment-1251</link>
		<dc:creator>Walid</dc:creator>
		<pubDate>Sun, 16 Oct 2011 08:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://damienh.org/?p=276#comment-1251</guid>
		<description>In your build target, you need to exclude all the files whose names contain &quot;YAJL&quot;.If you&#039;re using Xcode 4, this should be accessible in your target&#039;s Build Phases, under &quot;Compile Sources&quot;.</description>
		<content:encoded><![CDATA[<p>In your build target, you need to exclude all the files whose names contain “YAJL”.If you&#8217;re using Xcode 4, this should be accessible in your target&#8217;s Build Phases, under “Compile Sources”.</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：tom</title>
		<link>http://damienh.org/2009/06/20/setting-up-mgtwitterengine-with-yajl-106-for-iphone-development/comment-page-1/#comment-1232</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Wed, 23 Mar 2011 06:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://damienh.org/?p=276#comment-1232</guid>
		<description>Nathan, did you end up solving this issue?  I have exactly the same problem.</description>
		<content:encoded><![CDATA[<p>Nathan, did you end up solving this issue?  I have exactly the same problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Adamgf</title>
		<link>http://damienh.org/2009/06/20/setting-up-mgtwitterengine-with-yajl-106-for-iphone-development/comment-page-1/#comment-1229</link>
		<dc:creator>Adamgf</dc:creator>
		<pubDate>Fri, 04 Feb 2011 22:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://damienh.org/?p=276#comment-1229</guid>
		<description>What you should probably do is ./configure &amp;&amp; sudo make install</description>
		<content:encoded><![CDATA[<p>What you should probably do is ./configure &amp;&amp; sudo make install</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Grateful</title>
		<link>http://damienh.org/2009/06/20/setting-up-mgtwitterengine-with-yajl-106-for-iphone-development/comment-page-1/#comment-1226</link>
		<dc:creator>Grateful</dc:creator>
		<pubDate>Wed, 12 Jan 2011 01:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://damienh.org/?p=276#comment-1226</guid>
		<description>Pure win. Thank you so much!</description>
		<content:encoded><![CDATA[<p>Pure win. Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Thinksecret</title>
		<link>http://damienh.org/2009/06/20/setting-up-mgtwitterengine-with-yajl-106-for-iphone-development/comment-page-1/#comment-1223</link>
		<dc:creator>Thinksecret</dc:creator>
		<pubDate>Fri, 05 Nov 2010 18:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://damienh.org/?p=276#comment-1223</guid>
		<description>I&#039;ve read below people are getting errors when running sudo ./configure &amp;&amp; make install

This may cause issues so try this instead: sudo ./configure &amp;&amp; sudo make install

</description>
		<content:encoded><![CDATA[<p>I&#8217;ve read below people are getting errors when running sudo ./configure &amp;&amp; make install</p>
<p>This may cause issues so try this instead: sudo ./configure &amp;&amp; sudo make install</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Nathan H Jones</title>
		<link>http://damienh.org/2009/06/20/setting-up-mgtwitterengine-with-yajl-106-for-iphone-development/comment-page-1/#comment-1210</link>
		<dc:creator>Nathan H Jones</dc:creator>
		<pubDate>Wed, 29 Sep 2010 09:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://damienh.org/?p=276#comment-1210</guid>
		<description>Hey Damien - I&#039;ve been working through issue after issue with MGTwitter and then stumbled across your blog.  Great post and it got me from 23 errors (which I had already got down from 163) to 5.  However, after implementing the hack in your final step, it throws the final set of errors pasted below - they all seem to reference the same initWithJSON method.&lt;br&gt;&lt;br&gt;1) _yajl_alloc referenced from...&lt;br&gt;2) _yajl_free_error referenced from...&lt;br&gt;3) _yajl_parse referenced from...&lt;br&gt;4) _yajl_get_error referenced from...&lt;br&gt;5) _yajl_free referenced from...&lt;br&gt;&lt;br&gt;...initWithJSON:theJSON delegate:theDelegate &lt;br&gt;    connectionIdentifier:theIdentifier requestType:reqType &lt;br&gt;    responseType:theURL&lt;br&gt;    deliveryOptions:theDeliveryOptions&lt;br&gt;&lt;br&gt;located in MGTwitterYAJLParser.m&lt;br&gt;&lt;br&gt;Any help would be REALLY appreciated!!&lt;br&gt;&lt;br&gt;Thanks!</description>
		<content:encoded><![CDATA[<p>Hey Damien &#8211; I&#39;ve been working through issue after issue with MGTwitter and then stumbled across your blog.  Great post and it got me from 23 errors (which I had already got down from 163) to 5.  However, after implementing the hack in your final step, it throws the final set of errors pasted below &#8211; they all seem to reference the same initWithJSON method.</p>
<p>1) _yajl_alloc referenced from&#8230;<br />2) _yajl_free_error referenced from&#8230;<br />3) _yajl_parse referenced from&#8230;<br />4) _yajl_get_error referenced from&#8230;<br />5) _yajl_free referenced from&#8230;</p>
<p>&#8230;initWithJSON:theJSON delegate:theDelegate <br />    connectionIdentifier:theIdentifier requestType:reqType <br />    responseType:theURL<br />    deliveryOptions:theDeliveryOptions</p>
<p>located in MGTwitterYAJLParser.m</p>
<p>Any help would be REALLY appreciated!!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Mailtosubrat</title>
		<link>http://damienh.org/2009/06/20/setting-up-mgtwitterengine-with-yajl-106-for-iphone-development/comment-page-1/#comment-1207</link>
		<dc:creator>Mailtosubrat</dc:creator>
		<pubDate>Wed, 11 Aug 2010 17:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://damienh.org/?p=276#comment-1207</guid>
		<description>Its great ......&lt;br&gt;i like it</description>
		<content:encoded><![CDATA[<p>Its great &#8230;&#8230;<br />i like it</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：threadpool</title>
		<link>http://damienh.org/2009/06/20/setting-up-mgtwitterengine-with-yajl-106-for-iphone-development/comment-page-1/#comment-1130</link>
		<dc:creator>threadpool</dc:creator>
		<pubDate>Wed, 21 Apr 2010 10:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://damienh.org/?p=276#comment-1130</guid>
		<description>I had following errors&lt;br&gt;&quot;.obj_class_name_MGTwitterMessagesYAJLParser&quot;, referenced from literal-point@_OBJC@__cls_refs@MGTwitterMessagesYAJLParse in MGTwitterEngine.o&lt;br&gt;&lt;br&gt;I add already the libYAJLIPhone.a static lib to Frameworks.&lt;br&gt;&lt;br&gt;What&#039;s wrong??</description>
		<content:encoded><![CDATA[<p>I had following errors<br />“.obj_class_name_MGTwitterMessagesYAJLParser”, referenced from literal-point@_OBJC@__cls_refs@MGTwitterMessagesYAJLParse in MGTwitterEngine.o</p>
<p>I add already the libYAJLIPhone.a static lib to Frameworks.</p>
<p>What&#39;s wrong??</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Gonzo Oin</title>
		<link>http://damienh.org/2009/06/20/setting-up-mgtwitterengine-with-yajl-106-for-iphone-development/comment-page-1/#comment-1117</link>
		<dc:creator>Gonzo Oin</dc:creator>
		<pubDate>Fri, 16 Apr 2010 14:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://damienh.org/?p=276#comment-1117</guid>
		<description>Thank you so much !</description>
		<content:encoded><![CDATA[<p>Thank you so much !</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：kanyal</title>
		<link>http://damienh.org/2009/06/20/setting-up-mgtwitterengine-with-yajl-106-for-iphone-development/comment-page-1/#comment-1101</link>
		<dc:creator>kanyal</dc:creator>
		<pubDate>Tue, 06 Apr 2010 17:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://damienh.org/?p=276#comment-1101</guid>
		<description>HI Guys&lt;br&gt;      i have set header search path and i see files are there in /usr/local/include/yajl but still it give error yajl/yajl_parser.h no file or directory found.&lt;br&gt;i have changed it to just yajl_parser.h but no success. can any body help what i am still missing. &lt;br&gt;Regards&lt;br&gt;kanyal</description>
		<content:encoded><![CDATA[<p>HI Guys<br />      i have set header search path and i see files are there in /usr/local/include/yajl but still it give error yajl/yajl_parser.h no file or directory found.<br />i have changed it to just yajl_parser.h but no success. can any body help what i am still missing. <br />Regards<br />kanyal</p>
]]></content:encoded>
	</item>
</channel>
</rss>

