Other haxe cannot emit cpp and executable.

On linux it works fine.
On freebsd i receive the error:
Code:
Generating cpp: Test_cpp
haxelib run hxcpp Build.xml haxe -Danalyzer_optimize="1" -Dhaxe="5.0.0-alpha.1" -Dhaxe3="1" -Dhaxe4="1" -Dhaxe_ver="5.000" -Dhxcpp_api_level="430" -Dhxcpp_smart_strings="1" -Dsource_header="Generated by Haxe 5.0.0-alpha.1" -Dstatic="1" -Dtarget.atomics="1" -Dtarget.name="cpp" -Dtarget.static="1" -Dtarget.sys="1" -Dtarget.threaded="1" -Dtarget.unicode="1" -Dtarget.utf16="1" -Dutf16="1" -I./ -I -I/home/x/Dirs/Git_Apps/haxe/std/cpp/_std/ -I/home/x/Dirs/Git_Apps/haxe/std/
Error: Could not find include file "toolchain/null-toolchain.xml"
 ERROR  (unknown position)

   | Error: Build failed
 
Back
Top