We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Looks like hxcpp doesn't support FreeBSD currently: #277
Sorry, something went wrong.
Actually hxcpp is supported by PS4/PS5 and these consoles use FreeBSD based operating systems. ORBIS definition might work for FreeBSD compilation.
hxcpp/src/hx/Date.cpp
Line 363 in 54af892
No branches or pull requests
My build.hxml is :
haxe build.hxml , runs fine on arch-linux , but on FreeBSD 14.0-RELEASE-p3 it returns,
The text was updated successfully, but these errors were encountered: