<?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: OSX Flex 3 SDK Installation</title>
	<atom:link href="http://truefalsemaybe.com/2008/10/osx-flex-3-sdk-installation/feed/" rel="self" type="application/rss+xml" />
	<link>http://truefalsemaybe.com/2008/10/osx-flex-3-sdk-installation/</link>
	<description>tom longson's blog on software, design, and user experience</description>
	<lastBuildDate>Sun, 25 Sep 2011 01:47:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mario Ruggier</title>
		<link>http://truefalsemaybe.com/2008/10/osx-flex-3-sdk-installation/comment-page-1/#comment-377</link>
		<dc:creator>Mario Ruggier</dc:creator>
		<pubDate>Sat, 21 Feb 2009 12:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://truefalsemaybe.com/?p=45#comment-377</guid>
		<description>Note the typo in step (4), that should read:

sudo cp -r flex_sdk_3 /Developer/SDKs/

i.e. there should not be any trailing slash on flex_sdk_3 (as this would not create the root folder, but copies all content below at the SDKs/* level. 

An adidtional issue is the file permissions, that seemed to restrict all access to the owner i.e. root in this case. Not sure if it is a download issue, the auto unzip performed, etc. A hacky workaround to get going is to do:

sudo chmod -R ugo+rx flex_sdk_3

that will make all files readable/executable for all...</description>
		<content:encoded><![CDATA[<p>Note the typo in step (4), that should read:</p>
<p>sudo cp -r flex_sdk_3 /Developer/SDKs/</p>
<p>i.e. there should not be any trailing slash on flex_sdk_3 (as this would not create the root folder, but copies all content below at the SDKs/* level. </p>
<p>An adidtional issue is the file permissions, that seemed to restrict all access to the owner i.e. root in this case. Not sure if it is a download issue, the auto unzip performed, etc. A hacky workaround to get going is to do:</p>
<p>sudo chmod -R ugo+rx flex_sdk_3</p>
<p>that will make all files readable/executable for all&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taufik</title>
		<link>http://truefalsemaybe.com/2008/10/osx-flex-3-sdk-installation/comment-page-1/#comment-372</link>
		<dc:creator>Taufik</dc:creator>
		<pubDate>Sat, 31 Jan 2009 16:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://truefalsemaybe.com/?p=45#comment-372</guid>
		<description>Thanks for the tutorial...

I&#039;ve managed to compile my first flex apps

cheers!</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial&#8230;</p>
<p>I&#8217;ve managed to compile my first flex apps</p>
<p>cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: V. Langendorff</title>
		<link>http://truefalsemaybe.com/2008/10/osx-flex-3-sdk-installation/comment-page-1/#comment-371</link>
		<dc:creator>V. Langendorff</dc:creator>
		<pubDate>Thu, 29 Jan 2009 21:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://truefalsemaybe.com/?p=45#comment-371</guid>
		<description>thank you very much!</description>
		<content:encoded><![CDATA[<p>thank you very much!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

