Created
November 8, 2011 01:26
-
-
Save jasonallen/1346755 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ make | |
~/flex_sdk_4.5.1.21328/bin/mxmlc -target-player=11.0.0 -swf-version=13 -output=main.swf -static-link-runtime-shared-libraries Main.as | |
Loading configuration file /Users/jallen/flex_sdk_4.5.1.21328/frameworks/flex-config.xml | |
/Users/jallen/dev/scraft/t4/Main.as(6): col: 24 Error: Definition flash.display:Stage3D could not be found. | |
import flash.display.Stage3D; | |
^ | |
make: *** [main.swf] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment