You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a clean environement with devellopement command prompt when you run python F:\compileProject\USD\Pixar_USD_Source\build_scripts\build_usd.py --build-args boost,"--with-date_time --with-thread --with-system --with-filesystem" --no-maya F:\compileProject\USD\pixarUSD
I have an error during boost build :
ERROR: Failed to run 'b2 --prefix="F:\compileProject\USD\pixarUSD" --build-dir="F:\compileProject\USD\pixarUSD\build" -j8 address-model=64 link=shared runtime-link=shared threading=multi variant=release --with-atomic --with-program_options --with-regex --with-python toolset=msvc-14.0 --with-date_time --with-thread --with-system --with-filesystem install'
See F:\compileProject\USD\pixarUSD\src\boost_1_61_0\log.txt for more details.
Steps to Reproduce
run python F:\compileProject\USD\Pixar_USD_Source\build_scripts\build_usd.py --build-args boost,"--with-date_time --with-thread --with-system --with-filesystem" --no-maya F:\compileProject\USD\pixarUSD
2.wait few minutes
Description of Issue
In a clean environement with devellopement command prompt when you run python F:\compileProject\USD\Pixar_USD_Source\build_scripts\build_usd.py --build-args boost,"--with-date_time --with-thread --with-system --with-filesystem" --no-maya F:\compileProject\USD\pixarUSD
I have an error during boost build :
ERROR: Failed to run 'b2 --prefix="F:\compileProject\USD\pixarUSD" --build-dir="F:\compileProject\USD\pixarUSD\build" -j8 address-model=64 link=shared runtime-link=shared threading=multi variant=release --with-atomic --with-program_options --with-regex --with-python toolset=msvc-14.0 --with-date_time --with-thread --with-system --with-filesystem install'
See F:\compileProject\USD\pixarUSD\src\boost_1_61_0\log.txt for more details.
Steps to Reproduce
2.wait few minutes
System Information (OS, Hardware)
OS: Windows 10 18362.535
CPU: Intel Core i7-6700k
GPU: NVIDIA GTX 1060
RAM: 48 GB DDR4
Package Versions
Python: 2.7.17 x64
CMake: 3.15.5
MSVC: 14.0 (VS 2015)
Build Flags
compile-c-c++ F:\compileProject\USD\pixarUSD\build\boost\architecture\msvc-14.0\debug\threading-multi\arm.obj
arm.cpp
libs\config\checks\architecture\arm.cpp(13): fatal error C1189: #error: "Not ARM"
cl /Zm800 -nologo @"F:\compileProject\USD\pixarUSD\build\boost\architecture\msvc-14.0\debug\threading-multi\arm.obj.rsp"
...failed compile-c-c++ F:\compileProject\USD\pixarUSD\build\boost\architecture\msvc-14.0\debug\threading-multi\arm.obj...
...failed updating 1 target...
...found 2 targets...
...updating 1 target...
compile-c-c++ F:\compileProject\USD\pixarUSD\build\boost\architecture\msvc-14.0\debug\threading-multi\mips1.obj
mips1.cpp
libs\config\checks\architecture\mips1.cpp(10): fatal error C1189: #error: "Not MIPS1"
cl /Zm800 -nologo @"F:\compileProject\USD\pixarUSD\build\boost\architecture\msvc-14.0\debug\threading-multi\mips1.obj.rsp"
...failed compile-c-c++ F:\compileProject\USD\pixarUSD\build\boost\architecture\msvc-14.0\debug\threading-multi\mips1.obj...
...failed updating 1 target...
...found 2 targets...
...updating 1 target...
compile-c-c++ F:\compileProject\USD\pixarUSD\build\boost\architecture\msvc-14.0\debug\threading-multi\power.obj
power.cpp
libs\config\checks\architecture\power.cpp(13): fatal error C1189: #error: "Not PPC"
cl /Zm800 -nologo @"F:\compileProject\USD\pixarUSD\build\boost\architecture\msvc-14.0\debug\threading-multi\power.obj.rsp"
...failed compile-c-c++ F:\compileProject\USD\pixarUSD\build\boost\architecture\msvc-14.0\debug\threading-multi\power.obj...
...failed updating 1 target...
...found 2 targets...
...updating 1 target...
compile-c-c++ F:\compileProject\USD\pixarUSD\build\boost\architecture\msvc-14.0\debug\threading-multi\sparc.obj
sparc.cpp
libs\config\checks\architecture\sparc.cpp(10): fatal error C1189: #error: "Not SPARC"
log.txt
The text was updated successfully, but these errors were encountered: