We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When setting up the project to build against the libraries shipped with Katana, I'm getting numerous unresolved external symbols during linking.
I'm configuring the build with the following CMake flags using Visual Studio 2015:
-DKATANA_API_LOCATION="C:/Program Files/Katana3.6v1" -DUSE_KATANA_PYTHON=ON -DUSE_KATANA_TBB=ON -DUSE_KATANA_USD=ON -DUSE_KATANA_BOOST=ON
Attached a list of linker errors when building in Release mode.
log.txt
The text was updated successfully, but these errors were encountered:
Fixing build for Windows against the Katana shipped libraries. Fixes T…
c54f58e
…heFoundryVisionmongers#11
Updated the original ticket, as I copied the error messages from a debug build, which will show errors not present in a Release build.
Sorry, something went wrong.
Pushed back a new commit that fixes the linkage for functions in usdKatana/utils.h.
usdKatana/utils.h
Successfully merging a pull request may close this issue.
When setting up the project to build against the libraries shipped with Katana, I'm getting numerous unresolved external symbols during linking.
I'm configuring the build with the following CMake flags using Visual Studio 2015:
Attached a list of linker errors when building in Release mode.
log.txt
The text was updated successfully, but these errors were encountered: