-
Trying to build using below command on branch v0.25.0 maya-usd on centos 7 with devtoolsetup-9 and Python 3.9 python build.py --maya-location ${MAYA_LOCATION} --pxrusd-location /usr/local/USD/ --devkit-location ${DEVKIT_LOCATION} --build-args=-DBUILD_WITH_PYTHON_3=ON,-DBUILD_HDMAYA=ON --materialx /tech/workspace/gaddipvi/packages_ext/maya-usd/workspace without BUILD_HDMAYA it builds fine, but with that flag I get below build error Is there a fix for this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Was able to get the build to work by changing MayaUsd::ufe::usdPathToUfePathSegmen to UsdUfe::usdPathToUfePathSegment(usdPath) |
Beta Was this translation helpful? Give feedback.
Was able to get the build to work by changing MayaUsd::ufe::usdPathToUfePathSegmen to UsdUfe::usdPathToUfePathSegment(usdPath)