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

Zen does not build with Zig 0.6 #43

Open
cinemast opened this issue Jun 25, 2020 · 2 comments
Open

Zen does not build with Zig 0.6 #43

cinemast opened this issue Jun 25, 2020 · 2 comments

Comments

@cinemast
Copy link

Here is the build log:

./build.zig:23:27: error: array literal requires address-of operator to coerce to slice type '[][]const u8'
    const common_params = [][]const u8 {
                          ^
./build.zig:24:9: note: referenced here
        "qemu-system-i386",
        ^
./build.zig:48:11: error: no member named 'setOutputPath' in struct 'std.build.LibExeObjStep'
    kernel.setOutputPath("zen");
          ^
./build.zig:66:11: error: no member named 'setOutputPath' in struct 'std.build.LibExeObjStep'
    server.setOutputPath("servers/" ++ name ++ "/" ++ name);
          ^
./build.zig:11:33: note: called from here
    const terminal = buildServer(b, "terminal");
                                ^
./build.zig:6:32: note: called from here
pub fn build(b: *Builder) void {
                               ^
./build.zig:66:11: error: no member named 'setOutputPath' in struct 'std.build.LibExeObjStep'
    server.setOutputPath("servers/" ++ name ++ "/" ++ name);
          ^
./build.zig:12:33: note: called from here
    const keyboard = buildServer(b, "keyboard");
                                ^
./build.zig:6:32: note: called from here
pub fn build(b: *Builder) void {
                               ^
./build.zig:66:11: error: no member named 'setOutputPath' in struct 'std.build.LibExeObjStep'
    server.setOutputPath("servers/" ++ name ++ "/" ++ name);
          ^
./build.zig:14:33: note: called from here
    const shell    = buildServer(b, "shell");
                                ^
./build.zig:6:32: note: called from here
pub fn build(b: *Builder) void {
@AndreaOrru
Copy link
Owner

Hi, thanks for pointing it out. I think it hasn't been building for a few months now.

I plan to revamp the code base at some point in the next few weeks, so stay tuned ;)

@sskras
Copy link

sskras commented Jun 15, 2021

What's up with the revamping?

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

3 participants