-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Build issue on Windows #3252
Comments
Filed as internal issue #USD-10036 |
I am having the exact same issue on Windows 10 with Visual Studio 17.11.2, cannot find a fix and this is completely preventing me from using OpenUSD. Do any precompiled downloads exist ? |
@fschlaef You can check this out. It worked for me. But it's a workaround. https://forum.aousd.org/t/build-usd-py-issues-with-b2-and-boost-and-latest-visualstudio-2022/1725 |
I also have a repo that suits my need where I precompiled USD. https://github.com/Lumengine/OpenUSDBuild |
I've also found it, but it only fixes the b2 issue (the one in #3102) and not this one :( |
@fschlaef It worked for me. Installing previous msvc solve both the b2 issue and the python311 for me. What about desinstalling old msvc version. Not sure Microsoft allows it though. |
I was using Python 3.12, tried removing everything and performing a clean build on Python 3.11 No idea if that is normal, I ended up finding and using the precompiled build from NVIDIA's website : https://developer.nvidia.com/usd#section-getting-started |
Depending on your hardware configuration, it can take a while indeed ! With my oldest laptop it took more than an hour to build USD with more than 17 GB on the "build" folder. |
I had this as well with cmake trying to generate a Visual studio 2022 solution and fixed it by adding : |
Description of Issue
Trying to build with latest VS2022 toolset on windows 11
Steps to Reproduce
I get the same error as #3102
Fixing with this boostorg/boost#914 (comment)
But after this issue, another one
Seems that boost is creating some python library but unavailable with cmake find_package.
The cmake line is in Packages.cmake
System Information (OS, Hardware)
Microsoft Windows 11
Version 10.0.22631 Build 22631
Package Versions
24.08
Build Flags
The text was updated successfully, but these errors were encountered: