-
Notifications
You must be signed in to change notification settings - Fork 41
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
Failed to build Sentry Native SDK #157
Comments
I checked the log
As for the manpage, ld -lSystem -L "/Library/Developer/CommandLineTools/SDKs/MACOSX.sdk/usr/lib" But I don't know anything about cmake file so that I can't change how it work :( |
Did you run following command on top directory?
Because sentry-native requires recursive submodule checkout, building On the other hand, sentry-native is only needed for crash reports and can be disabled by setting the following environment variable. If this does not work, please try that. export NANOEM_DISABLE_BUILD_SENTRY_NATIVE=1 |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Just clone and build with
cmake -P scripts/build.cmake
:ninja: error: loading 'build.ninja': No such file or directory CMake Error at scripts/build.cmake:41 (message): Building failed with 1: ./dependencies/sentry-native/out/darwin/clang/ub/debug Call Stack (most recent call first): scripts/build.cmake:345 (execute_build) scripts/build.cmake:575 (compile_sentry_native) scripts/build.cmake:700 (compile_all_repositories)
*There will be no problems if manually build the Sentry Native SDK:
The text was updated successfully, but these errors were encountered: