-
-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
When using this ldtk-haxe-api within HaxeFlixel, I get the following error on build:
> Executing task: haxelib run lime test html5 --connect 6000 <
/home/jrjurman/haxelib/ldtk-haxe-api/0,9,3-rc,1/src/ldtk/macro/TypeBuilder.hx:116: characters 7-17 : Type not found : dn.Version
source/PlayState.hx:14: characters 25-35 : Module LdtkLevels does not define type LdtkLevels
/home/jrjurman/haxelib/lime/7,9,0/src/lime/system/Clipboard.hx:20: characters 31-54 : Unknown<0> cannot be constructed
The terminal process "/usr/bin/zsh '-c', 'haxelib run lime test html5 --connect 6000'" terminated with exit code: 1.
I was able to resolve the issue by adding deepnightLibs
to my Project.xml
<!-- _______________________________ Libraries ______________________________ -->
<haxelib name="flixel" />
<haxelib name="ldtk-haxe-api" />
<haxelib name="deepnightLibs" />
But this doesn't appear in any of the documentation, or the sample code:
ldtk-haxe-api/samples/Flixel - Render tile layer/Project.xml
Lines 35 to 38 in 1ea2a42
<!-- _______________________________ Libraries ______________________________ --> | |
<haxelib name="flixel" /> | |
<haxelib name="ldtk-haxe-api" /> |
I'm not super familiar with Haxe, but does this need to be defined in the dependencies in order for projects to work correctly?
Line 11 in 23547cb
"dependencies": {} |
Metadata
Metadata
Assignees
Labels
No labels