Coder Social home page Coder Social logo

zigwindowmanager's Issues

Can't build main.

zig build-exe src/main.zig -lc -lX11 -lXft -I/usr/include/freetype2
/usr/lib/zig/std/fmt.zig:568:17: error: cannot format array without a specifier (i.e. {s} or {any})
                @compileError("cannot format array without a specifier (i.e. {s} or {any})");
                ^
/usr/lib/zig/std/fmt.zig:352:23: note: called from here
        try formatType(
                      ^
/usr/lib/zig/std/io/writer.zig:34:34: note: called from here
            return std.fmt.format(self, format, args);
                                 ^
/usr/lib/zig/std/debug.zig:68:27: note: called from here
    nosuspend stderr.print(fmt, args) catch return;
                          ^
./src/main.zig:319:19: note: called from here
            print ("Title of client {} read as verbatim string\n", .{cl.name});
                  ^
./src/main.zig:291:96: note: called from here
fn manageWindow(window: c.Window, window_attrs: c.XWindowAttributes, display: *c.Display) void {
                                                                                               ^
/usr/lib/zig/std/fmt.zig:568:17: error: cannot format array without a specifier (i.e. {s} or {any})
                @compileError("cannot format array without a specifier (i.e. {s} or {any})");
                ^
/usr/lib/zig/std/fmt.zig:352:23: note: called from here
        try formatType(
                      ^
/usr/lib/zig/std/io/writer.zig:34:34: note: called from here
            return std.fmt.format(self, format, args);
                                 ^
/usr/lib/zig/std/debug.zig:68:27: note: called from here
    nosuspend stderr.print(fmt, args) catch return;
                          ^
./src/main.zig:11:10: note: called from here
    print("Message arrived: {}\n ", .{message});
         ^
./src/main.zig:10:70: note: called from here
fn process_client_message(message: [20]u8, display: *c.Display) void {
                                                                     ^
make: *** [makefile:2: main] Error 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.