-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Does anyone have successed in compiling USD with cmake in mac? #1124
Comments
@wzy88111 Have you tried building via the script provided in the repo: |
It's a good idea to start with the build script as @moddyz says in order to get an idea of how the configuration is typically structured. The error you've reported typically means cmake is confused about the way your build and install directories have been configured. |
Filed as internal issue #USD-5888 |
I successed with the tool of build_usd.py by python, but i want to compile xcode project with cmake,then i want to read the source code, when i do ,it failed. |
I have succeed in compiling the usd code with CMake by fix several cmakelist.txt , but when compiling , there is still some errors |
Would you mind sharing your workflow? I cannot get it to build on macOS Catalina... |
thanks @meshula , followed step by step. Posted on the other issue #1206 |
so there's more build options here UPDATE - NVIDIA |
hello, I have the same problem on the cmake stage, how did you fix that ? Much appreciated! |
您发给我的信件已经收到。谢谢!祝您生活愉快! 吴朝阳
|
@disini, are you doing an in source build? If so, can you try building OpenUSD to a location that is not in the source tree? |
hello @meshula , the OpenUSD repository was not built in any other project as a third party, I did building the OpenUSD's own source code and project independently, the only change of this project is I put the oneTBB 2020.3 source code into the "third_party" sub-directory under the OpenUSD's source tree, as suggested by @sunyab is there something wrong for doing this? |
Nothing wrong, I was specifically looking for clues about the error message |
Thanks so much! |
…ios#1124) * [hgiWebGPU]: Modify staging buffer implementation - Postpone staging buffer creation until required - Use ABSL_ENABLE_INSTALL options for dawn cmake build to avoid manual copy
the following is my problems: Does someone meet?
Configuring done
CMake Error in pxr/base/tf/CMakeLists.txt:
Target "tf" INTERFACE_INCLUDE_DIRECTORIES property contains path:
which is prefixed in the source directory.
CMake Error in pxr/base/tf/CMakeLists.txt:
Target "tf" INTERFACE_INCLUDE_DIRECTORIES property contains path:
which is prefixed in the source directory.
CMake Error in pxr/base/js/CMakeLists.txt:
Target "js" INTERFACE_INCLUDE_DIRECTORIES property contains path:
which is prefixed in the source directory.
CMake Error in pxr/base/trace/CMakeLists.txt:
Target "trace" INTERFACE_INCLUDE_DIRECTORIES property contains path:
which is prefixed in the source directory.
The text was updated successfully, but these errors were encountered: