Skip to content

Zig Build broken #3

@rwrobe

Description

@rwrobe

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions