I've been trying to get the TPlayer example to run on OSX but it fails on the #include <hxcpp.h>
of every generated file.
Is there a quick fix for this?
I'm using the latest Kha available on haxelib.
-
TPlayer OSX project failing at compile time
Figured out the problem. When you're building the iOS project you're adding the header search paths of Kha without the double quotes. So XCode is interpreting kah15,10,0 as three different paths due to the commas. You should wrap all those paths in double quotes when the project is being created.