Skip to content
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

Cannot import build.zig on Windows #4

Open
zenith391 opened this issue Nov 13, 2022 · 1 comment
Open

Cannot import build.zig on Windows #4

zenith391 opened this issue Nov 13, 2022 · 1 comment

Comments

@zenith391
Copy link

It looks like you can't import build.zig when building on Windows. It's maybe some file encoding issue going on because the error messages are really weird.

D:\a\capy\capy\vendor\zelda\zig-libressl\libressl\build.zig:449:26: error: expected ';' after declaration
        \\char {s}(void);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:\a\capy\capy\vendor\zelda\zig-libressl\libressl\build.zig:450:34: note: invalid byte: 'a'
        \\int main(int ac, char* av[]) {{
                                 ^
@haze
Copy link
Owner

haze commented Nov 28, 2022

Can you still reproduce this on zig HEAD?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants