mach-examples failing to build #974

Closed
opened 2023-08-10 02:11:48 +00:00 by buzmeg · 2 comments
buzmeg commented 2023-08-10 02:11:48 +00:00 (Migrated from github.com)

As far as I can tell, mostly because of changes to zig_version.

Thanks.

As far as I can tell, mostly because of changes to zig_version. Thanks.
buzmeg commented 2023-08-10 02:13:37 +00:00 (Migrated from github.com)

Failing error message:

zig build run-sprite2d
/home/andy/zig/mach-examples/build.zig:126:9: error: use of undeclared identifier 'builtin'
    if (builtin.zig_version.order(min_zig) == .lt) {
Failing error message: ``` zig build run-sprite2d /home/andy/zig/mach-examples/build.zig:126:9: error: use of undeclared identifier 'builtin' if (builtin.zig_version.order(min_zig) == .lt) { ```
emidoots commented 2023-08-13 16:49:43 +00:00 (Migrated from github.com)

Fixed!

Fixed!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
hexops/mach#974
No description provided.