-
Notifications
You must be signed in to change notification settings - Fork 4
Zig Build broken #3
Copy link
Copy link
Open
Description
I'm trying to build the flatpak app launcher. After installing the zig toolchain, I get this error when running zig build:
/home/.../Downloads/tuple-launch-app-master/build.zig:2:20: error: root struct of file 'std' has no member named 'build'
const Builder = std.build.Builder;
~~~^~~~~~
/usr/lib/zig/std/std.zig:1:1: note: struct declared here
pub const ArrayHashMap = array_hash_map.ArrayHashMap;
^~~
referenced by:
build: /home/.../Downloads/tuple-launch-app-master/build.zig:5:18
runBuild__anon_8827: /usr/lib/zig/std/Build.zig:2115:50
main: /usr/lib/zig/compiler/build_runner.zig:301:29
callMain: /usr/lib/zig/std/start.zig:524:32
callMainWithArgs: /usr/lib/zig/std/start.zig:482:12
posixCallMainAndExit: /usr/lib/zig/std/start.zig:438
Hoping to solve this so I can use Tuple with my Mac and Windows colleagues.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels