<?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: Compiling ActionScript 3 and MXML on Mac and Linux</title>
	<atom:link href="http://www.mikechambers.com/blog/2005/12/22/compiling-actionscript-3-and-mxml-on-mac-and-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikechambers.com/blog/2005/12/22/compiling-actionscript-3-and-mxml-on-mac-and-linux/</link>
	<description>code = joy</description>
	<pubDate>Tue, 06 Jan 2009 08:41:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daver K</title>
		<link>http://www.mikechambers.com/blog/2005/12/22/compiling-actionscript-3-and-mxml-on-mac-and-linux/comment-page-1/#comment-14075</link>
		<dc:creator>Daver K</dc:creator>
		<pubDate>Mon, 22 Sep 2008 07:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=932#comment-14075</guid>
		<description>Hey guys,
So i've been doing some flex 4 flashplayer 10 work and felt like switching over to my Mac for a bit.. here is what it did..

download flashplayer 10 do an uninstall .. install.
download the flex 4 open source.. extract.. 

add this to your frameworks/flex-config.xml file
within the  tag
macFonts.ser

hit up terminal.. 
go to your mxmlc.jar directory
&#62; cd PathToFLEX4/lib
then type
&#62; java -jar "mxmlc.jar" PathToActionScript/Code.as -load-config PathToFLEX4/frameworks/flex-config.xml

bingo bango.. 

if you want to get fancy..
add this to your flex-config.xml
for a little bit cleaner execution line.. 

 
         PathToActionScript/
      

good luck!</description>
		<content:encoded><![CDATA[<p>Hey guys,<br />
So i&#8217;ve been doing some flex 4 flashplayer 10 work and felt like switching over to my Mac for a bit.. here is what it did..</p>
<p>download flashplayer 10 do an uninstall .. install.<br />
download the flex 4 open source.. extract.. </p>
<p>add this to your frameworks/flex-config.xml file<br />
within the  tag<br />
macFonts.ser</p>
<p>hit up terminal..<br />
go to your mxmlc.jar directory<br />
&gt; cd PathToFLEX4/lib<br />
then type<br />
&gt; java -jar &#8220;mxmlc.jar&#8221; PathToActionScript/Code.as -load-config PathToFLEX4/frameworks/flex-config.xml</p>
<p>bingo bango.. </p>
<p>if you want to get fancy..<br />
add this to your flex-config.xml<br />
for a little bit cleaner execution line.. </p>
<p>         PathToActionScript/</p>
<p>good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil</title>
		<link>http://www.mikechambers.com/blog/2005/12/22/compiling-actionscript-3-and-mxml-on-mac-and-linux/comment-page-1/#comment-11335</link>
		<dc:creator>Anil</dc:creator>
		<pubDate>Thu, 06 Mar 2008 06:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=932#comment-11335</guid>
		<description>Hi,

 I'm using Ubuntu OS and new to flex3 and AS3.
 I had written a sample file (Test.as) using AS3 which displays a button. Same way written it using mxml also and named it as Test.mxml

By giving "mxmlc Test.as".I'm able to compile Test.as successfully,
But If I compile by giving "mxmlc Test.mxml". Its showing me "Segementation fault (core dumped)"

Any suggestions on how to get rid of this.

Thanks,
Anil</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p> I&#8217;m using Ubuntu OS and new to flex3 and AS3.<br />
 I had written a sample file (Test.as) using AS3 which displays a button. Same way written it using mxml also and named it as Test.mxml</p>
<p>By giving &#8220;mxmlc Test.as&#8221;.I&#8217;m able to compile Test.as successfully,<br />
But If I compile by giving &#8220;mxmlc Test.mxml&#8221;. Its showing me &#8220;Segementation fault (core dumped)&#8221;</p>
<p>Any suggestions on how to get rid of this.</p>
<p>Thanks,<br />
Anil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.mikechambers.com/blog/2005/12/22/compiling-actionscript-3-and-mxml-on-mac-and-linux/comment-page-1/#comment-6444</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Tue, 06 Mar 2007 17:50:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=932#comment-6444</guid>
		<description>suyash,

You are still using GCJ. There are pretty good instructions here: http://ccl.net/cca/software/SOURCES/JAVA/JSDK-1.5/index.shtml but basically, you just need to install ftp://jpackage.hmdc.harvard.edu/JPackage/1.7/generic/RPMS.non-free/java-1.4.2-sun-compat-1.4.2.13-1jpp.i586.rpm in addition to the Java package you already installed, then run: alternatives --config java
</description>
		<content:encoded><![CDATA[<p>suyash,</p>
<p>You are still using GCJ. There are pretty good instructions here: <a href="http://ccl.net/cca/software/SOURCES/JAVA/JSDK-1.5/index.shtml" rel="nofollow">http://ccl.net/cca/software/SOURCES/JAVA/JSDK-1.5/index.shtml</a> but basically, you just need to install <a href="ftp://jpackage.hmdc.harvard.edu/JPackage/1.7/generic/RPMS.non-free/java-1.4.2-sun-compat-1.4.2.13-1jpp.i586.rpm" rel="nofollow">ftp://jpackage.hmdc.harvard.edu/JPackage/1.7/generic/RPMS.non-free/java-1.4.2-sun-compat-1.4.2.13-1jpp.i586.rpm</a> in addition to the Java package you already installed, then run: alternatives &#8211;config java</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suyash</title>
		<link>http://www.mikechambers.com/blog/2005/12/22/compiling-actionscript-3-and-mxml-on-mac-and-linux/comment-page-1/#comment-6443</link>
		<dc:creator>suyash</dc:creator>
		<pubDate>Sat, 10 Feb 2007 04:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=932#comment-6443</guid>
		<description>I had got JAVA segmentation fault error while compiling with mxml of default java package in FC6.I was suggested that fc6 java is buggy.So i downloaded and installed SUN's j2sdk-1_4_2_13-linux-i586.bin 

root@localhost bin]# java -version
java version "1.4.2"
gij (GNU libgcj) version 4.1.1 20061011 (Red Hat 4.1.1-30)

Copyright (C) 2006 Free Software Foundation, Inc.


But still the SEGMENTATION FAULT error in compiling FLEX exists....Please ....Any suggestions??

[root@localhost bin]# ./mxmlc  --strict=true --file-specs  /root/Myfirst.mxml
Loading configuration file /opt/fds2/flex_sdk_2/frameworks/flex-config.xml
./mxmlc: line 34:  2736 Segmentation fault      java $VMARGS -jar $FLEX_HOME/lib/mxmlc.jar $*


[root@localhost bin]# java -jar /opt/fds2/flex_sdk_2/lib/mxmlc.jar +flexlib /opt/fds2/flex_sdk_2/frameworks/ /root/Myfirst.mxml
Loading configuration file /opt/fds2/flex_sdk_2/frameworks/flex-config.xml
Segmentation fault</description>
		<content:encoded><![CDATA[<p>I had got JAVA segmentation fault error while compiling with mxml of default java package in FC6.I was suggested that fc6 java is buggy.So i downloaded and installed SUN&#8217;s j2sdk-1_4_2_13-linux-i586.bin </p>
<p>root@localhost bin]# java -version<br />
java version &#8220;1.4.2&#8243;<br />
gij (GNU libgcj) version 4.1.1 20061011 (Red Hat 4.1.1-30)</p>
<p>Copyright (C) 2006 Free Software Foundation, Inc.</p>
<p>But still the SEGMENTATION FAULT error in compiling FLEX exists&#8230;.Please &#8230;.Any suggestions??</p>
<p>[root@localhost bin]# ./mxmlc  &#8211;strict=true &#8211;file-specs  /root/Myfirst.mxml<br />
Loading configuration file /opt/fds2/flex_sdk_2/frameworks/flex-config.xml<br />
./mxmlc: line 34:  2736 Segmentation fault      java $VMARGS -jar $FLEX_HOME/lib/mxmlc.jar $*</p>
<p>[root@localhost bin]# java -jar /opt/fds2/flex_sdk_2/lib/mxmlc.jar +flexlib /opt/fds2/flex_sdk_2/frameworks/ /root/Myfirst.mxml<br />
Loading configuration file /opt/fds2/flex_sdk_2/frameworks/flex-config.xml<br />
Segmentation fault</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suyash</title>
		<link>http://www.mikechambers.com/blog/2005/12/22/compiling-actionscript-3-and-mxml-on-mac-and-linux/comment-page-1/#comment-6442</link>
		<dc:creator>suyash</dc:creator>
		<pubDate>Mon, 05 Feb 2007 14:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=932#comment-6442</guid>
		<description>Hi...

[root@localhost bin]# java  -jar  /opt/fds2/flex_sdk_2/lib/mxmlc.jar  +flexlib /opt/fds2/flex_2_sdk/frameworks   /opt/fds2/flex_sdk_2/bin/sample1.mxml
defaults: Error: unable to open '/opt/fds2/flex_2_sdk/frameworks/flex-config.xml'


I am sure the paths are correct...why this error??</description>
		<content:encoded><![CDATA[<p>Hi&#8230;</p>
<p>[root@localhost bin]# java  -jar  /opt/fds2/flex_sdk_2/lib/mxmlc.jar  +flexlib /opt/fds2/flex_2_sdk/frameworks   /opt/fds2/flex_sdk_2/bin/sample1.mxml<br />
defaults: Error: unable to open &#8216;/opt/fds2/flex_2_sdk/frameworks/flex-config.xml&#8217;</p>
<p>I am sure the paths are correct&#8230;why this error??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rakri</title>
		<link>http://www.mikechambers.com/blog/2005/12/22/compiling-actionscript-3-and-mxml-on-mac-and-linux/comment-page-1/#comment-6441</link>
		<dc:creator>rakri</dc:creator>
		<pubDate>Tue, 17 Oct 2006 12:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=932#comment-6441</guid>
		<description>Hi Mike ,
If I've good understood , I can develop my application on windows  , after  I can compile it on linux ; but , I must use flex 1.5 for it because flash player on linux is yet  on version 7 .
Is like this Mike ? Thank yoi for your answer .
rakri</description>
		<content:encoded><![CDATA[<p>Hi Mike ,<br />
If I&#8217;ve good understood , I can develop my application on windows  , after  I can compile it on linux ; but , I must use flex 1.5 for it because flash player on linux is yet  on version 7 .<br />
Is like this Mike ? Thank yoi for your answer .<br />
rakri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Garr</title>
		<link>http://www.mikechambers.com/blog/2005/12/22/compiling-actionscript-3-and-mxml-on-mac-and-linux/comment-page-1/#comment-6440</link>
		<dc:creator>Bill Garr</dc:creator>
		<pubDate>Tue, 20 Jun 2006 08:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=932#comment-6440</guid>
		<description>I'm having trouble compiling an AS3 project in XCode. I've uncommented the  in flex-config.xml, tried to set a new , tried adding -sp with my path to the command line, but ... nothing. It's not finding the flash packages. Any ideas would be greatly appreciated.
BTW, compiling mxml seems to work fine.
Also BTW, thanks so much for posting these instrux. Still hoping to join the fun...</description>
		<content:encoded><![CDATA[<p>I&#8217;m having trouble compiling an AS3 project in XCode. I&#8217;ve uncommented the  in flex-config.xml, tried to set a new , tried adding -sp with my path to the command line, but &#8230; nothing. It&#8217;s not finding the flash packages. Any ideas would be greatly appreciated.<br />
BTW, compiling mxml seems to work fine.<br />
Also BTW, thanks so much for posting these instrux. Still hoping to join the fun&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ej</title>
		<link>http://www.mikechambers.com/blog/2005/12/22/compiling-actionscript-3-and-mxml-on-mac-and-linux/comment-page-1/#comment-6439</link>
		<dc:creator>ej</dc:creator>
		<pubDate>Fri, 10 Mar 2006 01:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=932#comment-6439</guid>
		<description>i get "command line: unknown configuration variable flexlib"

can anyone help?</description>
		<content:encoded><![CDATA[<p>i get &#8220;command line: unknown configuration variable flexlib&#8221;</p>
<p>can anyone help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cesperanca</title>
		<link>http://www.mikechambers.com/blog/2005/12/22/compiling-actionscript-3-and-mxml-on-mac-and-linux/comment-page-1/#comment-6438</link>
		<dc:creator>cesperanca</dc:creator>
		<pubDate>Tue, 10 Jan 2006 16:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=932#comment-6438</guid>
		<description>I had already compile some actionscript 3 classes with the eclipse plugin of flex builder 2 in linux. I can't try the generated  swf's files in linux (because there is no flash player 8.5 for linux - for now), but when I tested them on Windows they work very well. I hope that on next version of flex builder 2 this "compatibility" be kept.</description>
		<content:encoded><![CDATA[<p>I had already compile some actionscript 3 classes with the eclipse plugin of flex builder 2 in linux. I can&#8217;t try the generated  swf&#8217;s files in linux (because there is no flash player 8.5 for linux - for now), but when I tested them on Windows they work very well. I hope that on next version of flex builder 2 this &#8220;compatibility&#8221; be kept.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ianc</title>
		<link>http://www.mikechambers.com/blog/2005/12/22/compiling-actionscript-3-and-mxml-on-mac-and-linux/comment-page-1/#comment-6437</link>
		<dc:creator>ianc</dc:creator>
		<pubDate>Wed, 28 Dec 2005 22:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=932#comment-6437</guid>
		<description>Actionscript is getting increasingly powerful. When ECMAScript 4 is standardised and Actionscript conforms to it will Actionscript be able to "eat its own dogfood" and compile mxml.

I hope Actionscript/Javascript2/EcmaScript4 replaces Java on the client entirely both for end users and developers. And eventually on the server as well!</description>
		<content:encoded><![CDATA[<p>Actionscript is getting increasingly powerful. When ECMAScript 4 is standardised and Actionscript conforms to it will Actionscript be able to &#8220;eat its own dogfood&#8221; and compile mxml.</p>
<p>I hope Actionscript/Javascript2/EcmaScript4 replaces Java on the client entirely both for end users and developers. And eventually on the server as well!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
