-
Notifications
You must be signed in to change notification settings - Fork 38
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
Bazel doesn't work in MacOS #486
Comments
17 tasks
xieyuschen
changed the title
Bazel doesn't work in MacOS well
Bazel doesn't work in MacOS
Oct 22, 2024
xieyuschen
added a commit
to xieyuschen/iceoryx2
that referenced
this issue
Oct 23, 2024
* select different releases for different os * build the cbindgen because its release doesn't support macos * setup cxxopts for testing and macos
xieyuschen
added a commit
to xieyuschen/iceoryx2
that referenced
this issue
Oct 23, 2024
* select different releases for different os * build the cbindgen because its release doesn't support macos * setup cxxopts for testing and macos
xieyuschen
added a commit
to xieyuschen/iceoryx2
that referenced
this issue
Oct 23, 2024
* select different releases for different os * build the cbindgen because its release doesn't support macos * setup cxxopts for testing and macos
17 tasks
xieyuschen
added a commit
to xieyuschen/iceoryx2
that referenced
this issue
Oct 23, 2024
* select different releases for different os * build the cbindgen because its release doesn't support macos * setup cxxopts for testing and macos
xieyuschen
added a commit
to xieyuschen/iceoryx2
that referenced
this issue
Oct 24, 2024
* select different releases for different os * build the cbindgen because its release doesn't support macos * setup cxxopts for testing and macos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I could run
bazel test //...
in main latest commit in my ubuntu22.04, but I encountered several problems in macOS when i tried my new feature in macos #478 (comment)I have listed some problems I encountered.
1(fixed): bindgen issue
The issue is propably caused by incorrect release downloading.
My Solution(Click me to unfold)
2(fixed) cbindgen issue
It's similar, the downloading binary is still for linux only. Download its source code and build it during the project works.
My Solution(Click me to unfold)
3: enable_if_pointer_t not in std
I have encountered the issue listed below. I briefly searched it and looks like it's a compiler version issue.
The text was updated successfully, but these errors were encountered: