You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The commit 87083e8 dropped a lot of header files - essentially all that have multiple segments (A.B.h instead of A.h).
I want to use Zig in Bazel for C/C++ on Windows so I can get protobuf to build. Using https://github.com/uber/hermetic_cc_toolchain, I ran into it because the abseil dependency does not build without that file.
Found it using git log --all -1 -- .\lib\libc\include\any-windows-any\windows.globalization.h - and I saw that a lot more files were dropped.
Feel free to dismiss this if I'm mistaken. It just looks unintended to me. And thank you so much for your work on this amazingly valuable tool.
Expected Behavior
I'd expect the build to work and zig to be able to find that file.
The text was updated successfully, but these errors were encountered:
ah-quant
added
the
bug
Observed behavior contradicts documented or intended behavior
label
Mar 13, 2025
This was done intentionally due to installation size concerns. See #23115 which has links to the relevant discussion, and ideas for what to do about this.
Zig Version
0.14.0
Steps to Reproduce and Observed Behavior
The commit 87083e8 dropped a lot of header files - essentially all that have multiple segments (
A.B.h
instead ofA.h
).I want to use Zig in Bazel for C/C++ on Windows so I can get protobuf to build. Using https://github.com/uber/hermetic_cc_toolchain, I ran into it because the abseil dependency does not build without that file.
Found it using
git log --all -1 -- .\lib\libc\include\any-windows-any\windows.globalization.h
- and I saw that a lot more files were dropped.Feel free to dismiss this if I'm mistaken. It just looks unintended to me. And thank you so much for your work on this amazingly valuable tool.
Expected Behavior
I'd expect the build to work and zig to be able to find that file.
The text was updated successfully, but these errors were encountered: