Haxe / OpenFL compile fails with "Unknown identifier : cpp" -
working on openfl project, updated bunch of relevant haxe libraries (hxcpp, openfl, lime, etc) , started getting weird haxe compiler error.
> lime test linux cffipointer.hx:55: characters 23-81 : unknown identifier : cpp ... (tons more of same error)
i believe line referencing #if
compile switch on cpp
. should never fail far know?
notes:
- if see error, feel free comment can identify cause!
- someone commented
lime
,openfl
commands different, , technically are, openfl built on lime , commands (lime test linux
,openfl test linux
) work interchangeably project.
i'm not sure of exact issue, fixed installing , switching official haxe 3.2.0 haxe.org (i got error while using haxe 3.2.0-rc2 -- release candidate build.)
Comments
Post a Comment