cmacrae / spacebar

A minimal status bar for macOS. Ideal for use with tiling window managers like yabai
MIT License
1.26k stars 52 forks source link

src/event_loop.c:18:70: error: expected ';' after expression #119

Open bashu opened 1 year ago

bashu commented 1 year ago
rm -rf ./bin
mkdir -p ./bin
clang src/manifest.m -std=c99 -Wall -DSTATS -DNDEBUG -O2 -fvisibility=hidden -mmacosx-version-min=10.13 -F/System/Library/PrivateFrameworks -framework Carbon -framework Cocoa -framework CoreServices -framework SkyLight -framework ScriptingBridge -framework IOKit -o bin/spacebar
In file included from src/manifest.m:56:
src/event_loop.c:18:70: error: expected ';' after expression
            name, hit_count, elapsed_cycles, cycle_count / hit_count)
                                                                     ^