tbrosman/hxmath

errors running cpp tests

mboussaa opened this issue · 5 comments

running tests in hxmath with cpp does not work.
If you go to hxmath directory and try to run haxe test_cpp.hxml you will find too many errors
any solution ?

I am able to compile on Windows (MSVC) and the CI jobs (g++ on Linux) are running without issue: https://travis-ci.org/tbrosman/hxmath

What compiler are you using, which version of Haxe, and which version of hxcpp?

Haxe 3.3.0 / NekoVM 2.0.0 / haxelib 3.3.0 / last hxcpp version on github / ubuntu 14.04

in fact I resolved the issue. I had to install last haxecpp version from git

Ah, I haven't tried with higher than Haxe 3.2.0. FYI I'm using hxcpp 3.2.193. (Though in my CI script I use latest dev build of hxcpp, which has caused some integration failures in the past)

Closing this since you resolved it.