douglashowe / as3flickrlib

Automatically exported from code.google.com/p/as3flickrlib
0 stars 0 forks source link

Building flickr.swc on Linux #44

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Sync the sources and build them on a Linux machine using ant.

What is the expected output? What do you see instead?
Build fails.

What version of the product are you using? On what operating system?
Latest version of the product on Linux.

Please provide any additional information below.
Steps to get flickr.swc built:
1. Remove the authorization folder from the sources.
2. Modify build.properties to fix flex2sdk.bin.dir, flex2sdk.lib.dir,
asdoc.exe, compc.exe, mxmlc.exe.
3. Add the following line in build.xml (for target name="lib")
 <arg line="-el '${flex2sdk.lib.dir}/player/10'" />
4. Now run ant.
3.

Original issue reported on code.google.com by romilmit...@gmail.com on 20 Apr 2009 at 9:13