gpu-dawn: from-source builds on macOS broken with latest Zig version #1008

Closed
opened 2023-09-17 21:36:10 +00:00 by emidoots · 1 comment
emidoots commented 2023-09-17 21:36:10 +00:00 (Migrated from github.com)
No description provided.
c-smile commented 2023-09-22 18:28:24 +00:00 (Migrated from github.com)

Having this in zig

E:\mach-gpu-dawn>zig build   
E:\mach-gpu-dawn\build.zig:2:18: error: root struct of file 'std' has no member named 'Build'
const Build = std.Build;
                   ~~~^~~~~~     

zig version = 0.12.0-dev.467+0345d7866

Having this in zig ``` E:\mach-gpu-dawn>zig build E:\mach-gpu-dawn\build.zig:2:18: error: root struct of file 'std' has no member named 'Build' const Build = std.Build; ~~~^~~~~~ ``` zig version = 0.12.0-dev.467+0345d7866
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#1008
No description provided.