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
Hi, I'm trying to build sonata for x86 (32-bits) on Windows using cargo build --target i686-pc-windows-msvc (rustc version 1.80.0) and getting error:
cargo build --target i686-pc-windows-msvc
error: failed to run custom build command for `torch-sys v0.14.0` Caused by: process didn't exit successfully: `D:\sonata\target\debug\build\torch-sys-fbc662d9b1c8da76\build-script-build` (exit code: 1) --- stderr error occurred: Command "C:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\VC\\Tools\\MSVC\\14.37.32822\\bin\\HostX64\\x86\\cl.exe" "-nologo" "-MD" "-Z7" "-Brepro" "-I" "D:\\libtorch\\include" "-I" "D:\\libtorch\\include/torch/csrc/api/include" "/std:c++17" "-FoD:\\sonata\\target\\i686-pc-windows-msvc\\debug\\build\\torch-sys-33665b9233c4b73b\\out\\19072f24a82f85ae-torch_api_generated.o" "-c" "libtch/torch_api_generated.cpp" with args cl.exe did not execute successfully (status code exit code: 2).
I'm wondering does the sonata project support x86 compilation on Windows? Thank you so much.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Description
Hi, I'm trying to build sonata for x86 (32-bits) on Windows using
cargo build --target i686-pc-windows-msvc
(rustc version 1.80.0)and getting error:
I'm wondering does the sonata project support x86 compilation on Windows?
Thank you so much.
The text was updated successfully, but these errors were encountered: