Skip to content
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

Unable to build project on windows #11

Open
sirpalee opened this issue Jul 2, 2020 · 2 comments
Open

Unable to build project on windows #11

sirpalee opened this issue Jul 2, 2020 · 2 comments

Comments

@sirpalee
Copy link
Contributor

sirpalee commented Jul 2, 2020

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

@sirpalee
Copy link
Contributor Author

sirpalee commented Jul 3, 2020

Updated the original ticket, as I copied the error messages from a debug build, which will show errors not present in a Release build.

@sirpalee
Copy link
Contributor Author

sirpalee commented Jul 3, 2020

Pushed back a new commit that fixes the linkage for functions in usdKatana/utils.h.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant