-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorlibcIssues related to libzigc and Zig's vendored libc code.Issues related to libzigc and Zig's vendored libc code.os-macos
Milestone
Description
Zig Version
0.15.0-dev.465+bb79c85cb
Steps to Reproduce and Observed Behavior
When trying to compile libgit2, I get
C:\Users\-\AppData\Local\zig\p\N-V-__8AAJbmLwHHxHDWkz0i6WIR6FpNe6tXSLzaPuWtvBBg\deps/ntlmclient/crypt_commoncrypto.c:16:10: error: 'CommonCrypto/CommonCrypto.h' file not found
#include <CommonCrypto/CommonCrypto.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Upon searching for the CommonCrypto.h header in the zig libc for macos, it isn't there (https://github.com/ziglang/zig/tree/master/lib/libc/include/any-macos-any/CommonCrypto)
Expected Behavior
I expected CommonCrypto/CommonCrypto.h
to be included in zig's bundled macos libc.
Metadata
Metadata
Assignees
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorlibcIssues related to libzigc and Zig's vendored libc code.Issues related to libzigc and Zig's vendored libc code.os-macos