Skip to content

Instantly share code, notes, and snippets.

@jasonallen
Created November 8, 2011 01:26
Show Gist options
  • Save jasonallen/1346755 to your computer and use it in GitHub Desktop.
Save jasonallen/1346755 to your computer and use it in GitHub Desktop.
$ 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