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

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

Open
bashu opened this issue Nov 30, 2022 · 0 comments
Open

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

bashu opened this issue Nov 30, 2022 · 0 comments

Comments

@bashu
Copy link

bashu commented Nov 30, 2022

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)
                                                                     ^
bashu added a commit to bashu/spacebar that referenced this issue Nov 30, 2022
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

1 participant