-
-
Couldn't load subscription status.
- Fork 20
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Zig version
0.16.0-dev.427+86077fe6b
Problem
I recently tried to build one of my projects on Windows. The project depends on stb_image. That library includes intrin.h. Running the build command produces a 2.6MB text file full of errors and warnings (when piping stderr to a file). I can't really make sense of them.
Reproduction
- Create
main.h:
#include <intrin.h>- Run (pipe stderr to a file to see all the errors):
zig translate-c test.h -lcExpected outcome
Translation succeeds
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working