Skip to content

Instantly share code, notes, and snippets.

@trisgelar
Created January 22, 2016 06:58
Show Gist options
  • Save trisgelar/22f542413b66a239a3c4 to your computer and use it in GitHub Desktop.
Save trisgelar/22f542413b66a239a3c4 to your computer and use it in GitHub Desktop.
Getting started "lime test flash" build failure
~/P/f/HelloWorld ❯❯❯ lime test flash -verbose ⏎
___
/\_ \ __
\//\ \ /\_\ ___ ___ __
\ \ \ \/\ \ /' __` __`\ /'__`\
\_\ \_\ \ \/\ \/\ \/\ \/\ __/
/\____\\ \_\ \_\ \_\ \_\ \____\
\/____/ \/_/\/_/\/_/\/_/\/____/
Lime Command-Line Tools (2.8.3)
Initializing project...
Using project file: /home/balaplumpat/Projects/flixel/HelloWorld/Project.xml
Warning: Could not read HXCPP config: /home/balaplumpat/.hxcpp_config.xml
Using target platform: FLASH
Running command: UPDATE
- Embedding asset: (TEXT) assets/images/images-go-here.txt
- Embedding asset: (TEXT) assets/sounds/sounds-go-here.txt
- Embedding asset: (TEXT) assets/music/music-goes-here.txt
- Embedding asset: (TEXT) assets/data/data-goes-here.txt
- Embedding asset: (MUSIC) /usr/lib/haxe/lib/flixel/3,3,12/assets/sounds/beep.mp3
- Embedding asset: (MUSIC) /usr/lib/haxe/lib/flixel/3,3,12/assets/sounds/flixel.mp3
- Embedding asset: (FONT) /usr/lib/haxe/lib/flixel/3,3,12/assets/fonts/nokiafc22.ttf
- Embedding asset: (FONT) /usr/lib/haxe/lib/flixel/3,3,12/assets/fonts/arial.ttf
- Embedding asset: (TEXT) assets/images/images-go-here.txt
- Embedding asset: (TEXT) assets/sounds/sounds-go-here.txt
- Embedding asset: (TEXT) assets/music/music-goes-here.txt
- Embedding asset: (TEXT) assets/data/data-goes-here.txt
- Embedding asset: (MUSIC) /usr/lib/haxe/lib/flixel/3,3,12/assets/sounds/beep.mp3
- Embedding asset: (MUSIC) /usr/lib/haxe/lib/flixel/3,3,12/assets/sounds/flixel.mp3
- Embedding asset: (FONT) /usr/lib/haxe/lib/flixel/3,3,12/assets/fonts/nokiafc22.ttf
- Embedding asset: (FONT) /usr/lib/haxe/lib/flixel/3,3,12/assets/fonts/arial.ttf
- Copying template file: /usr/lib/haxe/lib/lime/2,8,3/templates/haxe/ApplicationMain.hx -> export/flash/haxe/ApplicationMain.hx
- Copying template file: /usr/lib/haxe/lib/lime/2,8,3/templates/haxe/DefaultAssetLibrary.hx -> export/flash/haxe/DefaultAssetLibrary.hx
- Copying template file: /usr/lib/haxe/lib/openfl/3,5,3/templates/haxe/ApplicationMain.hx -> export/flash/haxe/ApplicationMain.hx
- Copying template file: /usr/lib/haxe/lib/openfl/3,5,3/templates/haxe/NMEPreloader.hx -> export/flash/haxe/NMEPreloader.hx
- Copying template file: /usr/lib/haxe/lib/lime/2,8,3/templates/flash/hxml/final.hxml -> export/flash/haxe/final.hxml
- Copying template file: /usr/lib/haxe/lib/lime/2,8,3/templates/flash/hxml/release.hxml -> export/flash/haxe/release.hxml
- Copying template file: /usr/lib/haxe/lib/lime/2,8,3/templates/flash/hxml/debug.hxml -> export/flash/haxe/debug.hxml
- Copying template file: /usr/lib/haxe/lib/openfl/3,5,3/templates/flash/hxml/final.hxml -> export/flash/haxe/final.hxml
- Copying template file: /usr/lib/haxe/lib/openfl/3,5,3/templates/flash/hxml/release.hxml -> export/flash/haxe/release.hxml
- Copying template file: /usr/lib/haxe/lib/openfl/3,5,3/templates/flash/hxml/debug.hxml -> export/flash/haxe/debug.hxml
Running command: BUILD
- Running command: haxe -main ApplicationMain -cp /usr/lib/haxe/lib/flixel/3,3,12 -D flixel=3.3.12 -cp /usr/lib/haxe/lib/openfl/3,5,3 -D openfl=3.5.3 -cp /usr/lib/haxe/lib/lime/2,8,3 -D lime=2.8.3 -cp source -D native-trace -D openfl-next -D tools=2.8.3 -D FLX_NO_DEBUG -D flash-use-stage -D no-compilation -D NAPE_RELEASE_BUILD -D openfl-flash -D FLX_RENDER_BLIT -D verbose=1 -D web --macro openfl.Lib.includeExterns() -swf-lib export/flash/obj/assets.swf -swf-version 11.8 -swf export/flash/bin/HelloWorld.swf -cp export/flash/haxe
/usr/lib/haxe/lib/lime/2,8,3/lime/Assets.hx:1182: characters 71-75 : Array<{ type : haxe.macro.ComplexType, opt : Bool, name : String }> should be Array<haxe.macro.FunctionArg>
/usr/lib/haxe/lib/lime/2,8,3/lime/Assets.hx:1182: characters 71-75 : Type parameters are invariant
/usr/lib/haxe/lib/lime/2,8,3/lime/Assets.hx:1182: characters 71-75 : { type : haxe.macro.ComplexType, opt : Bool, name : String } should be haxe.macro.FunctionArg
/usr/lib/haxe/lib/lime/2,8,3/lime/Assets.hx:1182: characters 71-75 : { type : haxe.macro.ComplexType, opt : Bool, name : String } should be { ?value : Null<haxe.macro.Expr>, type : Null<haxe.macro.ComplexType>, ?opt : Bool, name : String }
/usr/lib/haxe/lib/lime/2,8,3/lime/Assets.hx:1182: characters 71-75 : { type : haxe.macro.ComplexType, opt : Bool, name : String } has no field value
/usr/lib/haxe/lib/lime/2,8,3/lime/text/Font.hx:25: characters 2-11 : Build failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment