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

Latest zig master breaks compilation #78

Open
floooh opened this issue Aug 31, 2024 · 1 comment
Open

Latest zig master breaks compilation #78

floooh opened this issue Aug 31, 2024 · 1 comment

Comments

@floooh
Copy link
Owner

floooh commented Aug 31, 2024

src/sokol/gfx.zig:13:10: error: no field named 'Pointer' in enum '@typeInfo(builtin.Type).@"union".tag_type.?'
        .Pointer => {
        ~^~~~~~~
/Users/floh/.zvm/master/lib/std/builtin.zig:259:18: note: enum declared here
pub const Type = union(enum) {
                 ^~~~~
referenced by:
    init: src/examples/texcube.zig:42:27
    init: src/examples/texcube.zig:27:1
    4 reference(s) hidden; use '-freference-trace=6' to see all references

...looking into it...

@floooh
Copy link
Owner Author

floooh commented Aug 31, 2024

Ok, it's a naming convention change:

ziglang/zig@0fe3fd0

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

1 participant