Skip to content

Instantly share code, notes, and snippets.

@AdamHarte
Created December 18, 2014 02:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamHarte/d9131c747eab3b29b43d to your computer and use it in GitHub Desktop.
Save AdamHarte/d9131c747eab3b29b43d to your computer and use it in GitHub Desktop.
HTML5 target compilation errors when including flixel-addons in basic hello world error log
Building HelloWorld
haxelib run openfl build C:\Dev\Projects\HelloWorld\Project.xml html5
C:/HaxeToolkit/haxe/lib/lime/2,0,1/lime/system/System.hx:79: characters 2-24 : Class<ApplicationMain> has no field create
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1144: characters 5-12 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/FlxAssets.hx:25: characters 0-39 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1144: characters 5-12 : Invalid assign
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/FlxAssets.hx:25: characters 0-39 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1145: characters 13-26 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/FlxAssets.hx:25: characters 0-39 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1146: characters 14-28 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/FlxAssets.hx:25: characters 0-39 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1150: characters 5-21 : Unknown identifier : __loadFromBase64
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/FlxAssets.hx:25: characters 0-39 : Defined in this class
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/FlxAssets.hx:165: characters 9-40 : openfl.display.BitmapData should be flash.display.BitmapData
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/FlxAssets.hx:176: characters 9-40 : openfl.media.Sound should be flash.media.Sound
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/frontEnds/SoundFrontEnd.hx:144: characters 3-52 : openfl.media.Sound should be flash.media.Sound
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1144: characters 5-12 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/FlxSprite.hx:29: characters 8-50 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1144: characters 5-12 : Invalid assign
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/FlxSprite.hx:29: characters 8-50 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1145: characters 13-26 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/FlxSprite.hx:29: characters 8-50 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1146: characters 14-28 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/FlxSprite.hx:29: characters 8-50 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1150: characters 5-21 : Unknown identifier : __loadFromBase64
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/FlxSprite.hx:29: characters 8-50 : Defined in this class
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/layer/TileSheetExt.hx:22: characters 8-14 : flash.display.BitmapData should be openfl.display.BitmapData
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/layer/TileSheetExt.hx:22: characters 8-14 : For function argument 'image'
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/layer/TileSheetExt.hx:20: lines 20-26 : Missing super constructor call
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/layer/TileSheetExt.hx:34: characters 15-27 : flash.geom.Rectangle should be openfl.geom.Rectangle
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/layer/TileSheetExt.hx:34: characters 15-27 : For function argument 'rectangle'
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/layer/TileSheetExt.hx:75: characters 14-18 : flash.geom.Rectangle should be openfl.geom.Rectangle
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/layer/TileSheetExt.hx:75: characters 14-18 : For function argument 'rectangle'
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1144: characters 5-12 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/tile/FlxTilemap.hx:29: characters 0-39 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1144: characters 5-12 : Invalid assign
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/tile/FlxTilemap.hx:29: characters 0-39 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1145: characters 13-26 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/tile/FlxTilemap.hx:29: characters 0-39 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1146: characters 14-28 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/tile/FlxTilemap.hx:29: characters 0-39 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1150: characters 5-21 : Unknown identifier : __loadFromBase64
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/tile/FlxTilemap.hx:29: characters 0-39 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1144: characters 5-12 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/tile/FlxTilemap.hx:32: characters 0-42 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1144: characters 5-12 : Invalid assign
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/tile/FlxTilemap.hx:32: characters 0-42 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1145: characters 13-26 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/tile/FlxTilemap.hx:32: characters 0-42 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1146: characters 14-28 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/tile/FlxTilemap.hx:32: characters 0-42 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1150: characters 5-21 : Unknown identifier : __loadFromBase64
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/tile/FlxTilemap.hx:32: characters 0-42 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1144: characters 5-12 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/debug/Window.hx:20: characters 8-55 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1144: characters 5-12 : Invalid assign
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/debug/Window.hx:20: characters 8-55 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1145: characters 13-26 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/debug/Window.hx:20: characters 8-55 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1146: characters 14-28 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/debug/Window.hx:20: characters 8-55 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1150: characters 5-21 : Unknown identifier : __loadFromBase64
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/debug/Window.hx:20: characters 8-55 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1144: characters 5-12 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/debug/Window.hx:23: characters 8-54 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1144: characters 5-12 : Invalid assign
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/debug/Window.hx:23: characters 8-54 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1145: characters 13-26 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/debug/Window.hx:23: characters 8-54 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1146: characters 14-28 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/debug/Window.hx:23: characters 8-54 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1150: characters 5-21 : Unknown identifier : __loadFromBase64
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/debug/Window.hx:23: characters 8-54 : Defined in this class
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/FlxSound.hx:282: characters 3-42 : openfl.media.Sound should be flash.media.Sound
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1144: characters 5-12 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/input/mouse/FlxMouse.hx:28: characters 8-49 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1144: characters 5-12 : Invalid assign
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/input/mouse/FlxMouse.hx:28: characters 8-49 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1145: characters 13-26 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/input/mouse/FlxMouse.hx:28: characters 8-49 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1146: characters 14-28 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/input/mouse/FlxMouse.hx:28: characters 8-49 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1150: characters 5-21 : Unknown identifier : __loadFromBase64
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/input/mouse/FlxMouse.hx:28: characters 8-49 : Defined in this class
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/frontEnds/SoundFrontEnd.hx:170: characters 3-41 : openfl.media.Sound should be flash.media.Sound
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1144: characters 5-12 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/FlxPreloader.hx:19: characters 8-52 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1144: characters 5-12 : Invalid assign
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/FlxPreloader.hx:19: characters 8-52 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1145: characters 13-26 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/FlxPreloader.hx:19: characters 8-52 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1146: characters 14-28 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/FlxPreloader.hx:19: characters 8-52 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1150: characters 5-21 : Unknown identifier : __loadFromBase64
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/FlxPreloader.hx:19: characters 8-52 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1144: characters 5-12 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/FlxPreloader.hx:22: characters 8-54 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1144: characters 5-12 : Invalid assign
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/FlxPreloader.hx:22: characters 8-54 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1145: characters 13-26 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/FlxPreloader.hx:22: characters 8-54 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1146: characters 14-28 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/FlxPreloader.hx:22: characters 8-54 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1150: characters 5-21 : Unknown identifier : __loadFromBase64
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/system/FlxPreloader.hx:22: characters 8-54 : Defined in this class
export/html5/haxe/ApplicationMain.hx:68: characters 23-67 : flixel.system.FlxPreloader should be flash.display.DisplayObject
export/html5/haxe/ApplicationMain.hx:68: characters 23-67 : For function argument 'o'
export/html5/haxe/ApplicationMain.hx:201: characters 26-35 : flixel.system.FlxPreloader should be flash.display.DisplayObject
export/html5/haxe/ApplicationMain.hx:201: characters 26-35 : For function argument 'o'
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1144: characters 5-12 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/ui/FlxTypedButton.hx:14: characters 8-49 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1144: characters 5-12 : Invalid assign
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/ui/FlxTypedButton.hx:14: characters 8-49 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1145: characters 13-26 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/ui/FlxTypedButton.hx:14: characters 8-49 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1146: characters 14-28 : Unknown identifier : __image
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/ui/FlxTypedButton.hx:14: characters 8-49 : Defined in this class
C:/HaxeToolkit/haxe/lib/openfl/2,1,7/openfl/Assets.hx:1150: characters 5-21 : Unknown identifier : __loadFromBase64
C:/HaxeToolkit/haxe/lib/flixel/3,3,6/flixel/ui/FlxTypedButton.hx:14: characters 8-49 : Defined in this class
export/html5/haxe/DefaultAssetLibrary.hx:47: lines 47-59 : Field exists overloads parent class with different or incomplete type
export/html5/haxe/DefaultAssetLibrary.hx:47: lines 47-59 : id : String -> t : openfl.AssetType -> Bool should be id : String -> type : String -> Bool
export/html5/haxe/DefaultAssetLibrary.hx:47: lines 47-59 : openfl.AssetType should be String
export/html5/haxe/DefaultAssetLibrary.hx:61: lines 61-65 : Field getBitmapData is declared 'override' but doesn't override any field
export/html5/haxe/DefaultAssetLibrary.hx:108: lines 108-114 : Field list overloads parent class with different or incomplete type
export/html5/haxe/DefaultAssetLibrary.hx:108: lines 108-114 : t : openfl.AssetType -> Array<String> should be type : String -> Array<String>
export/html5/haxe/DefaultAssetLibrary.hx:108: lines 108-114 : openfl.AssetType should be String
export/html5/haxe/DefaultAssetLibrary.hx:116: lines 116-129 : Field loadBitmapData is declared 'override' but doesn't override any field
Build halted with errors (haxelib.exe).
Done(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment