Closed BigRoy closed 5 years ago
Hi @BigRoy,
Thanks for reporting this. I'm guessing this is due to API changes in 0.19.11 that we need to adapt the UsdQt code to. We are in the process of updating and deploying 0.19.11 internally, so I will take a look at this soon, as we rely on UsdQt as well.
With #32 merged into the dev
branch this is now fixed, closing this.
Not sure why Github didn't automatically recognize the Fix #31
pattern.
Ah sorry, I think that's my fault. I edited the final commit message for clarity and forgot to preserve that piece.
Issue
I'm trying to compile
usd-qt
with thedev
branch to test it together withmaya-usd
.The latest
maya-usd/refactoring_sandbox
andmaya-usd/dev
branches now build onUSD
19.11. Basically this USD commit in theUSD/dev
branch as described here.However I'm unable to compile
usd-qt
with that USD version. I rancmake
using a somewhat equivalent of:And then build the
usdqt.sln
solution using Visual Studio.Which gave me this output: usdqt_build_release_log.txt
Note the build failure and the errors that occurred, like:
And:
I get the same output when building through
cmake --build %BUILD_DIR% --config Release
It's very likely I did something wrong regarding the cmake or build step. Any tips would be very welcome!
For completeness sake, I built
USD
using: