-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
On Mac, zig build fails with SIGSEGV when including Chipmunk headers #4250
Comments
I cannot reproduce the problem on linux, can you get a backtrace using |
reproduced on macOS 10.15.2, zig 0.5.0+c522699f2, chipmunk 7.0.3:
|
Here's a reproduction: typedef int uuid_t[16];
static const uuid_t UUID_NULL __attribute__ ((unused)) = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; |
LemonBoy
added a commit
to LemonBoy/zig
that referenced
this issue
Jan 20, 2020
LemonBoy
added a commit
to LemonBoy/zig
that referenced
this issue
Jan 21, 2020
andrewrk
pushed a commit
that referenced
this issue
Jan 22, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
main.zig
:build.zig
:Compiling:
Platform: MacOS 10.14.6
Zig: 0.5.0+c522699
Chipmunk: 7.0.3 from Homebrew
The text was updated successfully, but these errors were encountered: