-
Notifications
You must be signed in to change notification settings - Fork 201
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
Errors building the refactoring_sandbox against USD 19.05 #61
Comments
The specific versions to compile against are stated in the |
Ok I'm down to two linker errors now. |
Perfect! I believe a fix for that is described here: #50 (comment) Also note that you can put a code block in your Github comments using markdown making your error logs more readable. To do so you can do 3x` before and after the text. Making it look like:
Look up code blocks in Markdown :) |
Yeah issue #50 (comment) fixed it. I completely removed the line like he did. In summary it was an issue of me not reading/not knowing about the https://github.com/Autodesk/maya-usd/blob/refactoring_sandbox/doc/DEVELOPER.md#branch-versions file, and combining the two fixed mentioned in previous issues. Thanks for the quick assistance. |
FYI. Merged the fix #58 |
Is USD 19.05 still the current version to build aginst the refactoring sandbox? I get errors related to include\pxr\imaging\hdx\pickTask.h missing and a number of HDRenderdelgate errors, but 19.05 doesn't even have pickTask.h in it's repo, that's 19.07 thing. I've followed advice from this issue with no luck: #1. Compiling against 19.07 yields me these errors:
C:\dev\maya-usd\lib\render\pxrUsdMayaGL\batchRenderer.cpp(1015): error C2065: 'HdRenderTagTokens': undeclared identifier [C:\maya_usd\build\Release\lib\mayaUsd.vcxproj]
C:\dev\maya-usd\lib\render\pxrUsdMayaGL\hdRenderer.cpp(184): error C2660: 'pxrInternal_v0_19__pxrReserved__::UsdImagingGLEngine::SetCameraState': function does not take 2 arguments [C:\maya_usd\build\Release\lib\mayaUsd.vcxproj]
C:\dev\maya-usd\lib\render\pxrUsdMayaGL\hdRenderer.cpp(185): error C2039: 'SetRenderViewport': is not a member of 'pxrInternal_v0_19__pxrReserved__::UsdImagingGLEngine' [C:\maya_usd\build\Release\lib\mayaUsd.vcxproj]
Which are quite a few less the 19.05 but still no success.
The text was updated successfully, but these errors were encountered: