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

Update tutorial regarding macros #5121

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Update tutorial: How to end a macro

1bd5637
Select commit
Loading
Failed to load commit list.
Open

Update tutorial regarding macros #5121

Update tutorial: How to end a macro
1bd5637
Select commit
Loading
Failed to load commit list.
Cirrus CI / macos_clang failed Mar 13, 2024 in 27s

Task Summary

Instruction test failed in 00:01

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:05 clone
✅ 00:18 clang
❌ 00:01 test

make CXX=$CXX -j$(sysctl -n hw.ncpu) test
sysctl -n hw.ncpu
echo 'namespace Kakoune { const char *version = ""; }' > src/.version.cc
/opt/homebrew/opt/llvm@13/bin/clang++     -std=c++2a -Wall -Wextra -pedantic -Wno-unused-parameter -Wno-sign-compare -O3 -g3    -c -o src/.version.o src/.version.cc
/opt/homebrew/opt/llvm@13/bin/clang++      -std=c++2a -Wall -Wextra -pedantic -Wno-unused-parameter -Wno-sign-compare -O3 -g3       src/.version.o -o src/kak.opt
ld: Undefined symbols:
  _main, referenced from:
      <initial-undefines>
clang-13: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [src/kak.opt] Error 1

Exit status: 2