feathers-openfl
feathers-openfl copied to clipboard
Information:Could not find haxelib "feathers", does it need to be installed?
What do I wrong?
when you update submoduls, I successfuly install feathers, but when I try to compile one of the example project, I got compilation failed, because cant find feathers haxelib.
Here is the output:
Error:Compilation failed
/Applications/IntelliJ IDEA 14.app/Contents/bin
Information:___
Information:/
Information:\_ \ __
Information:\//
Information:\ \
Information:\
Information:_
Information:\ ___ ___ __
Information:\/
Information:\ \ /' __` __`\ /'__`\
Information:_\ \_
Information:\ __/
Information:\____\
Information:\_\ \_\ \_\ \_\ \____\
Information:\/____/ \/_/\/_/\/_/\/_/\/____/
Information:Lime Command-Line Tools
Information:(2.9.1)
Information:Initializing project...
Information:Using project file: /Volumes/Work/Haxe/FeathersHaxe/project.xml
Information:Reading HXCPP config: /Users/varadig/.hxcpp_config.xml
Error:
Information:
Information:Could not find haxelib "feathers", does it need to be installed?
The list of the haxelib's:
macbookpro13:Haxe varadig$ sudo haxelib list
Password:
format: [3.2.1]
hxcpp: [3.2.205]
lime-samples: [2.6.0]
lime: git [dev:/Volumes/Work/Haxe/SDK/lime/git]
openfl: 3.6.1 git [dev:/Volumes/Work/Haxe/SDK/openfl/git]
starling: git [dev:/Volumes/Work/Haxe/SDK/starling/git]
Did you checkout feathers with haxelib git command? If you didn't, haxelib may fail to find your local repo.
You can still set path to your repo with haxelib set git command in that case.
What's the output of haxelib path feathers? If haxelib is recognizing path to your local repo correctly, output would look like this:
C:\HaxeToolkit\haxe\lib\feathers/git/
-D feathers=0.0.0
Also, please note that you'll need starling-openfl v1.8.x to build feathers.