Hi, I’m trying to build OpenUSD using the build_usd.py but it keeps giving me errors. I fixed most of them, but this last one I have no idea what is causing it. It just stops after during the process of
STATUS: Installing USD...
Right after the commands:
Creating library C:/OpenUSD/build/OpenUSD/pxr/usd/usdSkel/Release/_usdSkel.lib and object C:/OpenUSD/build/OpenUSD/pxr/usd/usdSkel/Release/_usdSkel.exp
_usdSkel.vcxproj -> C:\OpenUSD\build\OpenUSD\pxr\usd\usdSkel\Release\_usdSkel.pyd
the last few lines are:
_usdPhysics.vcxproj -> C:\OpenUSD\build\OpenUSD\pxr\usd\usdPhysics\Release\_usdPhysics.pyd
module.cpp
wrapAnimation.cpp
wrapAnimMapper.cpp
wrapAnimQuery.cpp
wrapBakeSkinning.cpp
wrapBlendShapeQuery.cpp
wrapBinding.cpp
wrapBindingAPI.cpp
wrapBlendShape.cpp
wrapCache.cpp
wrapInbetweenShape.cpp
wrapRoot.cpp
wrapSkeleton.cpp
Creating library C:/OpenUSD/build/OpenUSD/pxr/base/ts/Release/_ts.lib and object C:/OpenUSD/build/OpenUSD/pxr/base/ts/Release/_ts.exp
_ts.vcxproj -> C:\OpenUSD\build\OpenUSD\pxr\base\ts\Release\_ts.pyd
wrapSkeletonQuery.cpp
wrapSkinningQuery.cpp
wrapTokens.cpp
wrapTopology.cpp
wrapUtils.cpp
Creating library C:/OpenUSD/build/OpenUSD/pxr/usd/usdSkel/Release/_usdSkel.lib and object C:/OpenUSD/build/OpenUSD/pxr/usd/usdSkel/Release/_usdSkel.exp
_usdSkel.vcxproj -> C:\OpenUSD\build\OpenUSD\pxr\usd\usdSkel\Release\_usdSkel.pyd
ERROR: Failed to run 'cmake --build . --config Release --target install -- /M:12'
See C:\OpenUSD\build\OpenUSD\log.txt for more details.
The OpenUSD\build\OpenUSD\log.txt is available here Dropbox - log.txt - Simplify your life
Any ideas or suggestion?
Thank you!