-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
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
Cannot compile on Windows with BUILD_CUDA_MODULE #6006
Comments
I get the same errors when building with Cuda 11.7 and 12.1 |
This seems related to fmt v9 and Visual Studio. You should be able to build with fmt v6: Lines 5 to 12 in 28b4a0c
Can you build with fmt v9 with the latest VIsual Studio? |
I only tried building with MSVC 17.5.1 |
Thanks @ssheorey, you are correct, error solved by installing And setting USE_SYSTEM_FMT to true. |
Keeping open till the fix is in master. |
This is related to problems with EDG frontend compilers (Intel, Nvidia...) |
FYI, the last working commit before this error started happening is 450a053 |
Checklist
master
branch).Steps to reproduce the issue
I first download Open3D 0.17, extract it:
Then, I build Open3D (on Windows, with CUDA 11.6) with cmake GUI:
Enable
BUILD_CUDA_MODULE=ON
Disable
BUILD_PYTHON_MODULE=OFF
Then build
release
with visual studio.Error message
Also before this I get:
Additional information
This issue is recent. The latest commit which builds okay is 450a053 (Jan. 19th). Since then, a change was introduced which broke building on windows.
If I checkout commit 450a053, building works fine.
Thanks.
The text was updated successfully, but these errors were encountered: