Trying to build for OSX with the following command:
node ~/haxelib/kha/git/make.js --from ~/Development/GameDev/kha/ShapeMath/ --to ~/Development/GameDev/kha/ShapeMath/build-vv -t osx --run
The compilation fails with the following error:
The following build commands failed:
CompileC build/ShapeMath.build/Release/ShapeMath.build/Objects-normal/x86_64/Font.o Sources/src/kha/Font.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Opening the project on Xcode and trying to build I can see that the compilation fails at Font.cpp line 39 with error message:
build-vv/osx-build/Sources/src/kha/Font.cpp:39:21: Assigning to 'hx::CanCastFunc' (aka 'bool (*)(hx::Object *)') from incompatible type '<overloaded function type>'
This problem happened with both commit 01ea8381364c73fd969201f9454fc3b28040733c
Hopefully this is enough information to hunt down the problem, sadly I dont have enough skills to hunt myself...
Cheers!