-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Boost Failed #3102
Comments
can you try it with a simpler path setup, maybe something like c:\mytest\usd_install ? Could be Windows paths being finicky... |
Filed as internal issue #USD-9716 |
can you set the generator and see if it gives you the same error? "--generator="Visual Studio 17 2022" |
The root cause is latest vs2022 as of this writing has version 17.10, toolchain version 14.40.33807, old b2 doesn't recognize, so b2 returns error code 1 which fails build pipeline of openusd. Recent b2 has a fix for 17.10 |
FWIW, I was able to get around this by symlinking FROM The Boost build log will indicate the location it is looking (i.e. the target location to use), but the log itself does not obviously show a failure. |
Hi, But after I fixed this, I stiull have another issue with cmake -- Found Boost: C:/Users/perri/Software/USD/Build/Debug/include/boost-1_82 (found version "1.82.0") Call Stack (most recent call first): CMake Error at C:/Program Files/CMake/share/cmake-3.30/Modules/FindPackageHandleStandardArgs.cmake:233 (message): It seems that boost python311 is not found, and I'm struggling to find a solution. |
Hi folks, I just wanted to check if this was still an issue with USD 24.11 for you given that boost is no longer built for USD? Another thing that would be great to try is to switch the BOOST URL in the build_usd.py to Boost 1.85 which is what VFX platform CY 2025 uses. |
Description of Issue
Trying to build boost fails :(
in following error message:
'ERROR: Failed to run 'b2 --prefix="D:\USD" --build-dir="D:\USD\build" -j4 address-model=64 link=shared runtime-link=shared threading=multi variant=release --with-atomic --with-regex --with-python --user-config=python-config.jam toolset=msvc-14.3 install'
Steps to Reproduce
Downloaded the OpenUSD v24.05 from PixarAnimationsStudios Github
Open x64 Native Tools 2022
Run > python "D:\OpenUSD - PIXAR\OpenUSD\build_scripts\build_usd.py" "D:\USD"
System Information (OS, Hardware)
Windows 10 Pro - 64 Bit | OS 19045.4291
RAM: 16GB x2+4GB
CPU: Intel(R) Core(TM) i3-4150 CPU @ 3.50GHz 3.50 GHz
Package Versions
Python 3.9.13 ( 64 bit )
VS 2022
Log files
Here's the log
log.txt
The text was updated successfully, but these errors were encountered: