HaxeFoundation / HaxeFoundation/hxcpp
FreeBSD, Could not find include file "toolchain/null-toolchain.xml"
- Dominant language
- C++
- Stars
- 330
- Forks
- 227
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 18
Description
My build.hxml is :
```
--main Main
--cpp cpp
-D HXCPP_M64
```
haxe build.hxml , runs fine on arch-linux , but on FreeBSD 14.0-RELEASE-p3 it returns,
```
...
cpp/include/Reflect.h
cpp/include
cpp
haxelib run hxcpp Build.xml haxe -DHXCPP_M64="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/usr/local/share/haxe/std/cpp/_std/ -I/usr/local/share/haxe/std/
Error: Could not find include file "toolchain/null-toolchain.xml"
Error: Build failed
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.