Skip to content

Instantly share code, notes, and snippets.

@telemachus
Created June 15, 2025 11:54
Show Gist options
  • Save telemachus/b57f78940dfa50f0cf6f5ac97aed5691 to your computer and use it in GitHub Desktop.
Save telemachus/b57f78940dfa50f0cf6f5ac97aed5691 to your computer and use it in GitHub Desktop.
git checkout master
make distclean
make CMAKE_BUILD_TYPE=Release CMAKE_EXTRA_FLAGS=-DCMAKE_INSTALL_PREFIX=/Users/juju/Development/Applications/neovim/_install
Already on 'master'
Your branch is ahead of 'origin/master' by 9871 commits.
(use "git push" to publish your local commits)
rm -rf ".deps"
rm -rf build
/Applications/Xcode.app/Contents/Developer/usr/bin/make clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C test/old/testdir clean
rm -f -rf *.out *.failed *.res *.rej *.orig *.tlog opt_test.vim test_result.log test.log messages starttime test.out X* viminfo test.ok valgrind.* .*.swp .*.swo .gdbinit /Users/juju/Development/Applications/neovim/test/old/testdir/X-test-tmpdir del ../../../runtime/doc/.*.swp
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C runtime/indent clean
rm -f testdir/*.fail testdir/*.out
mkdir -p ".deps"
/opt/homebrew/bin/cmake -S /Users/juju/Development/Applications/neovim//cmake.deps -B ".deps" -G "Ninja"
-- The C compiler identification is AppleClang 17.0.0.17000013
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found GNU Make at /usr/bin/make
-- CMAKE_BUILD_TYPE=Release
-- Performing Test HAS_OG_FLAG
-- Performing Test HAS_OG_FLAG - Success
-- Using deployment target 15.5
-- Performing Test HAS_NO_STACK_CHECK
-- Performing Test HAS_NO_STACK_CHECK - Success
-- Configuring done (0.7s)
-- Generating done (0.0s)
-- Build files have been written to: /Users/juju/Development/Applications/neovim/.deps
mkdir -p build
touch "build/.ran-deps-cmake"
/opt/homebrew/bin/cmake --build ".deps"
[13/112] Performing download step (download, verify and extract) for 'treesitter_vimdoc'
-- Downloading...
dst='/Users/juju/Development/Applications/neovim/.deps/build/downloads/treesitter_vimdoc/v4.0.0.tar.gz'
timeout='none'
inactivity timeout='none'
-- Using src='https://github.com/neovim/tree-sitter-vimdoc/archive/v4.0.0.tar.gz'
-- verifying file...
file='/Users/juju/Development/Applications/neovim/.deps/build/downloads/treesitter_vimdoc/v4.0.0.tar.gz'
-- Downloading... done
-- extracting...
src='/Users/juju/Development/Applications/neovim/.deps/build/downloads/treesitter_vimdoc/v4.0.0.tar.gz'
dst='/Users/juju/Development/Applications/neovim/.deps/build/src/treesitter_vimdoc'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[14/112] Performing download step (download, verify and extract) for 'lua_compat53'
-- Downloading...
dst='/Users/juju/Development/Applications/neovim/.deps/build/downloads/lua_compat53/v0.13.tar.gz'
timeout='none'
inactivity timeout='none'
-- Using src='https://github.com/lunarmodules/lua-compat-5.3/archive/v0.13.tar.gz'
-- verifying file...
file='/Users/juju/Development/Applications/neovim/.deps/build/downloads/lua_compat53/v0.13.tar.gz'
-- Downloading... done
-- extracting...
src='/Users/juju/Development/Applications/neovim/.deps/build/downloads/lua_compat53/v0.13.tar.gz'
dst='/Users/juju/Development/Applications/neovim/.deps/build/src/lua_compat53'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[19/112] Performing download step (download, verify and extract) for 'treesitter_lua'
-- Downloading...
dst='/Users/juju/Development/Applications/neovim/.deps/build/downloads/treesitter_lua/v0.4.0.tar.gz'
timeout='none'
inactivity timeout='none'
-- Using src='https://github.com/tree-sitter-grammars/tree-sitter-lua/archive/v0.4.0.tar.gz'
-- verifying file...
file='/Users/juju/Development/Applications/neovim/.deps/build/downloads/treesitter_lua/v0.4.0.tar.gz'
-- Downloading... done
-- extracting...
src='/Users/juju/Development/Applications/neovim/.deps/build/downloads/treesitter_lua/v0.4.0.tar.gz'
dst='/Users/juju/Development/Applications/neovim/.deps/build/src/treesitter_lua'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[26/112] Performing download step (download, verify and extract) for 'unibilium'
-- Downloading...
dst='/Users/juju/Development/Applications/neovim/.deps/build/downloads/unibilium/v2.1.2.tar.gz'
timeout='none'
inactivity timeout='none'
-- Using src='https://github.com/neovim/unibilium/archive/v2.1.2.tar.gz'
-- verifying file...
file='/Users/juju/Development/Applications/neovim/.deps/build/downloads/unibilium/v2.1.2.tar.gz'
-- Downloading... done
-- extracting...
src='/Users/juju/Development/Applications/neovim/.deps/build/downloads/unibilium/v2.1.2.tar.gz'
dst='/Users/juju/Development/Applications/neovim/.deps/build/src/unibilium'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[29/112] Performing download step (download, verify and extract) for 'treesitter_c'
-- Downloading...
dst='/Users/juju/Development/Applications/neovim/.deps/build/downloads/treesitter_c/v0.24.1.tar.gz'
timeout='none'
inactivity timeout='none'
-- Using src='https://github.com/tree-sitter/tree-sitter-c/archive/v0.24.1.tar.gz'
-- verifying file...
file='/Users/juju/Development/Applications/neovim/.deps/build/downloads/treesitter_c/v0.24.1.tar.gz'
-- Downloading... done
-- extracting...
src='/Users/juju/Development/Applications/neovim/.deps/build/downloads/treesitter_c/v0.24.1.tar.gz'
dst='/Users/juju/Development/Applications/neovim/.deps/build/src/treesitter_c'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[30/112] Performing download step (download, verify and extract) for 'treesitter_vim'
-- Downloading...
dst='/Users/juju/Development/Applications/neovim/.deps/build/downloads/treesitter_vim/v0.6.0.tar.gz'
timeout='none'
inactivity timeout='none'
-- Using src='https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v0.6.0.tar.gz'
-- verifying file...
file='/Users/juju/Development/Applications/neovim/.deps/build/downloads/treesitter_vim/v0.6.0.tar.gz'
-- Downloading... done
-- extracting...
src='/Users/juju/Development/Applications/neovim/.deps/build/downloads/treesitter_vim/v0.6.0.tar.gz'
dst='/Users/juju/Development/Applications/neovim/.deps/build/src/treesitter_vim'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[31/112] Performing download step (download, verify and extract) for 'treesitter_query'
-- Downloading...
dst='/Users/juju/Development/Applications/neovim/.deps/build/downloads/treesitter_query/v0.6.1.tar.gz'
timeout='none'
inactivity timeout='none'
-- Using src='https://github.com/tree-sitter-grammars/tree-sitter-query/archive/v0.6.1.tar.gz'
-- verifying file...
file='/Users/juju/Development/Applications/neovim/.deps/build/downloads/treesitter_query/v0.6.1.tar.gz'
-- Downloading... done
-- extracting...
src='/Users/juju/Development/Applications/neovim/.deps/build/downloads/treesitter_query/v0.6.1.tar.gz'
dst='/Users/juju/Development/Applications/neovim/.deps/build/src/treesitter_query'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[34/112] Performing download step (download, verify and extract) for 'utf8proc'
-- Downloading...
dst='/Users/juju/Development/Applications/neovim/.deps/build/downloads/utf8proc/v2.10.0.tar.gz'
timeout='none'
inactivity timeout='none'
-- Using src='https://github.com/JuliaStrings/utf8proc/archive/v2.10.0.tar.gz'
-- verifying file...
file='/Users/juju/Development/Applications/neovim/.deps/build/downloads/utf8proc/v2.10.0.tar.gz'
-- Downloading... done
-- extracting...
src='/Users/juju/Development/Applications/neovim/.deps/build/downloads/utf8proc/v2.10.0.tar.gz'
dst='/Users/juju/Development/Applications/neovim/.deps/build/src/utf8proc'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[41/112] Performing configure step for 'treesitter_vimdoc'
-- The C compiler identification is AppleClang 17.0.0.17000013
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done (0.3s)
-- Generating done (0.0s)
-- Build files have been written to: /Users/juju/Development/Applications/neovim/.deps/build/src/treesitter_vimdoc-build
[42/112] Performing configure step for 'treesitter_lua'
-- The C compiler identification is AppleClang 17.0.0.17000013
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done (0.3s)
-- Generating done (0.0s)
-- Build files have been written to: /Users/juju/Development/Applications/neovim/.deps/build/src/treesitter_lua-build
[43/112] Performing configure step for 'unibilium'
-- The C compiler identification is AppleClang 17.0.0.17000013
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done (0.3s)
-- Generating done (0.0s)
-- Build files have been written to: /Users/juju/Development/Applications/neovim/.deps/build/src/unibilium-build
[44/112] Performing build step for 'treesitter_lua'
[1/3] Building C object CMakeFiles/parser.dir/src/scanner.c.o
[2/3] Building C object CMakeFiles/parser.dir/src/parser.c.o
[3/3] Linking C shared module lua.so
[45/112] Performing configure step for 'treesitter_c'
-- The C compiler identification is AppleClang 17.0.0.17000013
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done (0.3s)
-- Generating done (0.0s)
-- Build files have been written to: /Users/juju/Development/Applications/neovim/.deps/build/src/treesitter_c-build
[46/112] Performing configure step for 'treesitter_vim'
-- The C compiler identification is AppleClang 17.0.0.17000013
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done (0.3s)
-- Generating done (0.0s)
-- Build files have been written to: /Users/juju/Development/Applications/neovim/.deps/build/src/treesitter_vim-build
[47/112] Performing configure step for 'treesitter_query'
-- The C compiler identification is AppleClang 17.0.0.17000013
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done (0.3s)
-- Generating done (0.0s)
-- Build files have been written to: /Users/juju/Development/Applications/neovim/.deps/build/src/treesitter_query-build
[48/112] Performing configure step for 'utf8proc'
-- The C compiler identification is AppleClang 17.0.0.17000013
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done (0.3s)
-- Generating done (0.0s)
-- Build files have been written to: /Users/juju/Development/Applications/neovim/.deps/build/src/utf8proc-build
[49/112] Performing install step for 'treesitter_lua'
[0/1] Install the project...
-- Install configuration: "Release"
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/lib/nvim/parser/lua.so
[50/112] Performing download step (download, verify and extract) for 'luajit'
-- Downloading...
dst='/Users/juju/Development/Applications/neovim/.deps/build/downloads/luajit/51d4c26ec7805d77bfc3470fdf99b73c4ef2faec.tar.gz'
timeout='none'
inactivity timeout='none'
-- Using src='https://github.com/luajit/luajit/archive/51d4c26ec7805d77bfc3470fdf99b73c4ef2faec.tar.gz'
-- verifying file...
file='/Users/juju/Development/Applications/neovim/.deps/build/downloads/luajit/51d4c26ec7805d77bfc3470fdf99b73c4ef2faec.tar.gz'
-- Downloading... done
-- extracting...
src='/Users/juju/Development/Applications/neovim/.deps/build/downloads/luajit/51d4c26ec7805d77bfc3470fdf99b73c4ef2faec.tar.gz'
dst='/Users/juju/Development/Applications/neovim/.deps/build/src/luajit'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[56/112] Performing build step for 'treesitter_vimdoc'
[1/2] Building C object CMakeFiles/parser.dir/src/parser.c.o
[2/2] Linking C shared module vimdoc.so
[57/112] Performing build step for 'treesitter_query'
[1/2] Building C object CMakeFiles/parser.dir/src/parser.c.o
[2/2] Linking C shared module query.so
[58/112] Performing install step for 'treesitter_vimdoc'
[0/1] Install the project...
-- Install configuration: "Release"
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/lib/nvim/parser/vimdoc.so
[60/112] Performing install step for 'treesitter_query'
[0/1] Install the project...
-- Install configuration: "Release"
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/lib/nvim/parser/query.so
[62/112] Performing download step (download, verify and extract) for 'treesitter_markdown'
-- Downloading...
dst='/Users/juju/Development/Applications/neovim/.deps/build/downloads/treesitter_markdown/v0.5.0.tar.gz'
timeout='none'
inactivity timeout='none'
-- Using src='https://github.com/tree-sitter-grammars/tree-sitter-markdown/archive/v0.5.0.tar.gz'
-- verifying file...
file='/Users/juju/Development/Applications/neovim/.deps/build/downloads/treesitter_markdown/v0.5.0.tar.gz'
-- Downloading... done
-- extracting...
src='/Users/juju/Development/Applications/neovim/.deps/build/downloads/treesitter_markdown/v0.5.0.tar.gz'
dst='/Users/juju/Development/Applications/neovim/.deps/build/src/treesitter_markdown'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[63/112] Performing download step (download, verify and extract) for 'treesitter'
-- Downloading...
dst='/Users/juju/Development/Applications/neovim/.deps/build/downloads/treesitter/v0.25.6.tar.gz'
timeout='none'
inactivity timeout='none'
-- Using src='https://github.com/tree-sitter/tree-sitter/archive/v0.25.6.tar.gz'
-- verifying file...
file='/Users/juju/Development/Applications/neovim/.deps/build/downloads/treesitter/v0.25.6.tar.gz'
-- Downloading... done
-- extracting...
src='/Users/juju/Development/Applications/neovim/.deps/build/downloads/treesitter/v0.25.6.tar.gz'
dst='/Users/juju/Development/Applications/neovim/.deps/build/src/treesitter'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[68/112] Performing build step for 'utf8proc'
[1/2] Building C object CMakeFiles/utf8proc.dir/utf8proc.c.o
[2/2] Linking C static library libutf8proc.a
[69/112] Performing build step for 'treesitter_c'
[1/2] Building C object CMakeFiles/parser.dir/src/parser.c.o
[2/2] Linking C shared module c.so
[70/112] Performing install step for 'treesitter_c'
[0/1] Install the project...
-- Install configuration: "Release"
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/lib/nvim/parser/c.so
[71/112] Performing build step for 'unibilium'
[1/4] Building C object CMakeFiles/unibilium.dir/uninames.c.o
[2/4] Building C object CMakeFiles/unibilium.dir/uniutil.c.o
[3/4] Building C object CMakeFiles/unibilium.dir/unibilium.c.o
[4/4] Linking C static library libunibilium.a
[72/112] Performing download step (download, verify and extract) for 'libuv'
-- Downloading...
dst='/Users/juju/Development/Applications/neovim/.deps/build/downloads/libuv/v1.51.0.tar.gz'
timeout='none'
inactivity timeout='none'
-- Using src='https://github.com/libuv/libuv/archive/v1.51.0.tar.gz'
-- verifying file...
file='/Users/juju/Development/Applications/neovim/.deps/build/downloads/libuv/v1.51.0.tar.gz'
-- Downloading... done
-- extracting...
src='/Users/juju/Development/Applications/neovim/.deps/build/downloads/libuv/v1.51.0.tar.gz'
dst='/Users/juju/Development/Applications/neovim/.deps/build/src/libuv'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[73/112] Performing install step for 'utf8proc'
[0/1] Install the project...
-- Install configuration: "Release"
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/include/utf8proc.h
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/lib/libutf8proc.a
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/lib/pkgconfig/libutf8proc.pc
[78/112] Performing install step for 'unibilium'
[0/1] Install the project...
-- Install configuration: "Release"
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/lib/libunibilium.a
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/include/unibilium.h
[80/112] Performing configure step for 'treesitter_markdown'
-- The C compiler identification is AppleClang 17.0.0.17000013
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done (0.5s)
-- Generating done (0.0s)
-- Build files have been written to: /Users/juju/Development/Applications/neovim/.deps/build/src/treesitter_markdown-build
[81/112] Performing configure step for 'treesitter'
-- The C compiler identification is AppleClang 17.0.0.17000013
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done (0.5s)
-- Generating done (0.0s)
-- Build files have been written to: /Users/juju/Development/Applications/neovim/.deps/build/src/treesitter-build
[82/112] Performing build step for 'treesitter_markdown'
[1/6] Building C object CMakeFiles/markdown_inline.dir/tree-sitter-markdown-inline/src/scanner.c.o
[2/6] Building C object CMakeFiles/markdown.dir/tree-sitter-markdown/src/scanner.c.o
[3/6] Building C object CMakeFiles/markdown.dir/tree-sitter-markdown/src/parser.c.o
[4/6] Building C object CMakeFiles/markdown_inline.dir/tree-sitter-markdown-inline/src/parser.c.o
[5/6] Linking C shared module markdown.so
[6/6] Linking C shared module markdown_inline.so
[83/112] Performing install step for 'treesitter_markdown'
[0/1] Install the project...
-- Install configuration: "Release"
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/lib/nvim/parser/markdown.so
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/lib/nvim/parser/markdown_inline.so
[85/112] Performing build step for 'treesitter'
[1/13] Building C object CMakeFiles/tree-sitter.dir/src/alloc.c.o
[2/13] Building C object CMakeFiles/tree-sitter.dir/src/wasm_store.c.o
[3/13] Building C object CMakeFiles/tree-sitter.dir/src/tree.c.o
[4/13] Building C object CMakeFiles/tree-sitter.dir/src/language.c.o
[5/13] Building C object CMakeFiles/tree-sitter.dir/src/lexer.c.o
[6/13] Building C object CMakeFiles/tree-sitter.dir/src/get_changed_ranges.c.o
[7/13] Building C object CMakeFiles/tree-sitter.dir/src/tree_cursor.c.o
[8/13] Building C object CMakeFiles/tree-sitter.dir/src/stack.c.o
[9/13] Building C object CMakeFiles/tree-sitter.dir/src/subtree.c.o
[10/13] Building C object CMakeFiles/tree-sitter.dir/src/node.c.o
[11/13] Building C object CMakeFiles/tree-sitter.dir/src/parser.c.o
[12/13] Building C object CMakeFiles/tree-sitter.dir/src/query.c.o
[13/13] Linking C static library libtree-sitter.a
[86/112] Performing install step for 'treesitter'
[0/1] Install the project...
-- Install configuration: "Release"
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/include/tree_sitter/api.h
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/lib/pkgconfig/tree-sitter.pc
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/lib/libtree-sitter.a
[88/112] Performing build step for 'treesitter_vim'
[1/3] Building C object CMakeFiles/parser.dir/src/scanner.c.o
[2/3] Building C object CMakeFiles/parser.dir/src/parser.c.o
[3/3] Linking C shared module vim.so
[89/112] Performing install step for 'treesitter_vim'
[0/1] Install the project...
-- Install configuration: "Release"
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/lib/nvim/parser/vim.so
[91/112] Performing configure step for 'libuv'
-- The C compiler identification is AppleClang 17.0.0.17000013
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC
-- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC - Failed
-- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC
-- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC - Failed
-- Performing Test UV_LINT_NO_NONSTANDARD_MSVC
-- Performing Test UV_LINT_NO_NONSTANDARD_MSVC - Failed
-- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC
-- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC - Failed
-- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC
-- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC - Failed
-- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC
-- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC - Failed
-- Performing Test UV_LINT_NO_HIDES_LOCAL
-- Performing Test UV_LINT_NO_HIDES_LOCAL - Failed
-- Performing Test UV_LINT_NO_HIDES_PARAM
-- Performing Test UV_LINT_NO_HIDES_PARAM - Failed
-- Performing Test UV_LINT_NO_HIDES_GLOBAL
-- Performing Test UV_LINT_NO_HIDES_GLOBAL - Failed
-- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC
-- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC - Failed
-- Performing Test UV_LINT_NO_UNSAFE_MSVC
-- Performing Test UV_LINT_NO_UNSAFE_MSVC - Failed
-- Performing Test UV_LINT_WALL
-- Performing Test UV_LINT_WALL - Success
-- Performing Test UV_LINT_NO_UNUSED_PARAMETER
-- Performing Test UV_LINT_NO_UNUSED_PARAMETER - Success
-- Performing Test UV_LINT_STRICT_PROTOTYPES
-- Performing Test UV_LINT_STRICT_PROTOTYPES - Success
-- Performing Test UV_LINT_EXTRA
-- Performing Test UV_LINT_EXTRA - Success
-- Performing Test UV_LINT_UTF8_MSVC
-- Performing Test UV_LINT_UTF8_MSVC - Failed
-- Performing Test UV_F_STRICT_ALIASING
-- Performing Test UV_F_STRICT_ALIASING - Success
-- summary of build options:
Install prefix: /Users/juju/Development/Applications/neovim/.deps/usr
Target system: Darwin
Compiler:
C compiler: /usr/bin/cc (AppleClang)
CFLAGS:
-- Configuring done (2.0s)
-- Generating done (0.0s)
-- Build files have been written to: /Users/juju/Development/Applications/neovim/.deps/build/src/libuv-build
[92/112] Performing build step for 'libuv'
[1/38] Building C object CMakeFiles/uv_a.dir/src/strtok.c.o
[2/38] Building C object CMakeFiles/uv_a.dir/src/version.c.o
[3/38] Building C object CMakeFiles/uv_a.dir/src/unix/getnameinfo.c.o
[4/38] Building C object CMakeFiles/uv_a.dir/src/uv-data-getter-setters.c.o
[5/38] Building C object CMakeFiles/uv_a.dir/src/strscpy.c.o
[6/38] Building C object CMakeFiles/uv_a.dir/src/fs-poll.c.o
[7/38] Building C object CMakeFiles/uv_a.dir/src/random.c.o
[8/38] Building C object CMakeFiles/uv_a.dir/src/unix/getaddrinfo.c.o
[9/38] Building C object CMakeFiles/uv_a.dir/src/thread-common.c.o
[10/38] Building C object CMakeFiles/uv_a.dir/src/unix/dl.c.o
[11/38] Building C object CMakeFiles/uv_a.dir/src/timer.c.o
[12/38] Building C object CMakeFiles/uv_a.dir/src/threadpool.c.o
[13/38] Building C object CMakeFiles/uv_a.dir/src/unix/async.c.o
[14/38] Building C object CMakeFiles/uv_a.dir/src/idna.c.o
[15/38] Building C object CMakeFiles/uv_a.dir/src/uv-common.c.o
[16/38] Building C object CMakeFiles/uv_a.dir/src/inet.c.o
[17/38] Building C object CMakeFiles/uv_a.dir/src/unix/poll.c.o
[18/38] Building C object CMakeFiles/uv_a.dir/src/unix/pipe.c.o
[19/38] Building C object CMakeFiles/uv_a.dir/src/unix/core.c.o
[20/38] Building C object CMakeFiles/uv_a.dir/src/unix/loop.c.o
[21/38] Building C object CMakeFiles/uv_a.dir/src/unix/random-devurandom.c.o
[22/38] Building C object CMakeFiles/uv_a.dir/src/unix/loop-watcher.c.o
[23/38] Building C object CMakeFiles/uv_a.dir/src/unix/fs.c.o
[24/38] Building C object CMakeFiles/uv_a.dir/src/unix/bsd-ifaddrs.c.o
[25/38] Building C object CMakeFiles/uv_a.dir/src/unix/random-getentropy.c.o
[26/38] Building C object CMakeFiles/uv_a.dir/src/unix/thread.c.o
[27/38] Building C object CMakeFiles/uv_a.dir/src/unix/darwin-proctitle.c.o
[28/38] Building C object CMakeFiles/uv_a.dir/src/unix/proctitle.c.o
[29/38] Building C object CMakeFiles/uv_a.dir/src/unix/tcp.c.o
[30/38] Building C object CMakeFiles/uv_a.dir/src/unix/darwin.c.o
[31/38] Building C object CMakeFiles/uv_a.dir/src/unix/tty.c.o
[32/38] Building C object CMakeFiles/uv_a.dir/src/unix/kqueue.c.o
[33/38] Building C object CMakeFiles/uv_a.dir/src/unix/process.c.o
[34/38] Building C object CMakeFiles/uv_a.dir/src/unix/fsevents.c.o
[35/38] Building C object CMakeFiles/uv_a.dir/src/unix/stream.c.o
[36/38] Building C object CMakeFiles/uv_a.dir/src/unix/signal.c.o
[37/38] Building C object CMakeFiles/uv_a.dir/src/unix/udp.c.o
[38/38] Linking C static library libuv.a
[93/112] Performing install step for 'libuv'
[0/1] Install the project...
-- Install configuration: "Release"
-- Up-to-date: /Users/juju/Development/Applications/neovim/.deps/usr/include
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/include/uv.h
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/include/uv
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/include/uv/version.h
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/include/uv/bsd.h
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/include/uv/threadpool.h
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/include/uv/linux.h
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/include/uv/tree.h
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/include/uv/posix.h
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/include/uv/errno.h
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/include/uv/darwin.h
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/include/uv/os390.h
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/include/uv/aix.h
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/include/uv/sunos.h
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/include/uv/win.h
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/include/uv/unix.h
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/share/doc/libuv/LICENSE
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/share/doc/libuv/LICENSE-extra
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/lib/pkgconfig/libuv-static.pc
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/lib/libuv.a
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/lib/cmake/libuv/libuvConfig.cmake
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/lib/cmake/libuv/libuvConfig-release.cmake
[95/112] Performing install step for 'luajit'
==== Building LuaJIT 2.1 ====
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C src
HOSTCC host/minilua.o
HOSTCC host/buildvm_asm.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -I. -DLUAJIT_TARGET=LUAJIT_ARCH_arm64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/minilua.o host/minilua.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -I. -DLUAJIT_TARGET=LUAJIT_ARCH_arm64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_asm.o host/buildvm_asm.c
HOSTCC host/buildvm_lib.o
HOSTCC host/buildvm_peobj.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -I. -DLUAJIT_TARGET=LUAJIT_ARCH_arm64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_lib.o host/buildvm_lib.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -I. -DLUAJIT_TARGET=LUAJIT_ARCH_arm64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_peobj.o host/buildvm_peobj.c
CC lj_char.o
HOSTCC host/buildvm_fold.o
CC lj_assert.o
CC lj_gc.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -I. -DLUAJIT_TARGET=LUAJIT_ARCH_arm64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_fold.o host/buildvm_fold.c
CC lj_obj.o
CC lj_str.o
CC lj_buf.o
CC lj_tab.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_char.o lj_char.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_str.o lj_str.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_gc.o lj_gc.c
CC lj_func.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_obj.o lj_obj.c
CC lj_udata.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_tab.o lj_tab.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_assert.o lj_assert.c
CC lj_meta.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_buf.o lj_buf.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_udata.o lj_udata.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_meta.o lj_meta.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_func.o lj_func.c
CC lj_vmevent.o
CC lj_prng.o
CC lj_debug.o
CC lj_vmmath.o
CC lj_strscan.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_vmevent.o lj_vmevent.c
CC lj_strfmt_num.o
CC lj_api.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_prng.o lj_prng.c
CC lj_strfmt.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_debug.o lj_debug.c
CC lj_bcread.o
CC lj_serialize.o
CC lj_parse.o
CC lj_lex.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_strfmt_num.o lj_strfmt_num.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_strscan.o lj_strscan.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_api.o lj_api.c
CC lj_bcwrite.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_vmmath.o lj_vmmath.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_strfmt.o lj_strfmt.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_parse.o lj_parse.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_bcread.o lj_bcread.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_bcwrite.o lj_bcwrite.c
CC lj_load.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_lex.o lj_lex.c
CC lj_opt_narrow.o
CC lj_opt_dce.o
CC lj_ir.o
CC lj_opt_loop.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_load.o lj_load.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_serialize.o lj_serialize.c
CC lj_opt_mem.o
CC lj_opt_split.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_opt_narrow.o lj_opt_narrow.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_opt_mem.o lj_opt_mem.c
CC lj_snap.o
CC lj_mcode.o
CC lj_opt_sink.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_opt_loop.o lj_opt_loop.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_ir.o lj_ir.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_opt_dce.o lj_opt_dce.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_snap.o lj_snap.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_opt_sink.o lj_opt_sink.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_mcode.o lj_mcode.c
CC lj_asm.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_opt_split.o lj_opt_split.c
CC lj_gdbjit.o
CC lj_trace.o
CC lj_cconv.o
CC lj_cdata.o
CC lj_ccall.o
CC lj_ctype.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_asm.o lj_asm.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_gdbjit.o lj_gdbjit.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_ccall.o lj_ccall.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_cdata.o lj_cdata.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_ctype.o lj_ctype.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_trace.o lj_trace.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_cconv.o lj_cconv.c
CC lj_clib.o
CC lj_carith.o
CC lj_ccallback.o
CC lj_cparse.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_clib.o lj_clib.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_ccallback.o lj_ccallback.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_cparse.o lj_cparse.c
CC lj_lib.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_carith.o lj_carith.c
CC lj_alloc.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_lib.o lj_lib.c
CC lib_aux.o
CC lib_package.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_alloc.o lj_alloc.c
CC lib_init.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lib_package.o lib_package.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lib_aux.o lib_aux.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lib_init.o lib_init.c
HOSTLINK host/minilua
/usr/bin/cc -g -o host/minilua host/minilua.o -lm
VERSION luajit.h
DYNASM host/buildvm_arch.h
[ -e ../.git ] && git show -s --format=%ct >luajit_relver.txt 2>/dev/null || cat ../.relver >luajit_relver.txt 2>/dev/null || :
host/minilua ../dynasm/dynasm.lua -D ENDIAN_LE -D P64 -D JIT -D FFI -D DUALNUM -D FPU -D HFABI -D VER=80 -o host/buildvm_arch.h vm_arm64.dasc
host/minilua host/genversion.lua
CC lj_state.o
CC lj_profile.o
CC luajit.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o luajit.o luajit.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_profile.o lj_profile.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_state.o lj_state.c
HOSTCC host/buildvm.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -I. -DLUAJIT_TARGET=LUAJIT_ARCH_arm64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm.o host/buildvm.c
HOSTLINK host/buildvm
/usr/bin/cc -g -o host/buildvm host/buildvm.o host/buildvm_asm.o host/buildvm_peobj.o host/buildvm_lib.o host/buildvm_fold.o
BUILDVM lj_ffdef.h
BUILDVM lj_folddef.h
host/buildvm -m ffdef -o lj_ffdef.h lib_base.c lib_math.c lib_bit.c lib_string.c lib_table.c lib_io.c lib_os.c lib_package.c lib_debug.c lib_jit.c lib_ffi.c lib_buffer.c
host/buildvm -m folddef -o lj_folddef.h lj_opt_fold.c
BUILDVM lj_bcdef.h
BUILDVM lj_vm.S
host/buildvm -m bcdef -o lj_bcdef.h lib_base.c lib_math.c lib_bit.c lib_string.c lib_table.c lib_io.c lib_os.c lib_package.c lib_debug.c lib_jit.c lib_ffi.c lib_buffer.c
BUILDVM jit/vmdef.lua
BUILDVM lj_recdef.h
BUILDVM lj_libdef.h
host/buildvm -m machasm -o lj_vm.S
host/buildvm -m vmdef -o jit/vmdef.lua lib_base.c lib_math.c lib_bit.c lib_string.c lib_table.c lib_io.c lib_os.c lib_package.c lib_debug.c lib_jit.c lib_ffi.c lib_buffer.c
host/buildvm -m libdef -o lj_libdef.h lib_base.c lib_math.c lib_bit.c lib_string.c lib_table.c lib_io.c lib_os.c lib_package.c lib_debug.c lib_jit.c lib_ffi.c lib_buffer.c
host/buildvm -m recdef -o lj_recdef.h lib_base.c lib_math.c lib_bit.c lib_string.c lib_table.c lib_io.c lib_os.c lib_package.c lib_debug.c lib_jit.c lib_ffi.c lib_buffer.c
CC lj_dispatch.o
ASM lj_vm.o
CC lj_crecord.o
CC lj_record.o
CC lib_table.o
CC lj_ffrecord.o
CC lib_bit.o
CC lj_err.o
CC lib_string.o
CC lib_math.o
CC lib_io.o
CC lib_base.o
CC lib_debug.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_dispatch.o lj_dispatch.c
CC lib_os.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lib_bit.o lib_bit.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_crecord.o lj_crecord.c
CC lib_jit.o
/usr/bin/cc -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_vm.o lj_vm.S
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lib_string.o lib_string.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_ffrecord.o lj_ffrecord.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lib_io.o lib_io.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lib_table.o lib_table.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lib_math.o lib_math.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lib_debug.o lib_debug.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lib_jit.o lib_jit.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lib_base.o lib_base.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_err.o lj_err.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lib_os.o lib_os.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_record.o lj_record.c
CC lib_buffer.o
CC lib_ffi.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lib_ffi.o lib_ffi.c
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lib_buffer.o lib_buffer.c
CC lj_bc.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_bc.o lj_bc.c
CC lj_opt_fold.o
/usr/bin/cc -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -funwind-tables -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/juju/Development/Applications/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -DLUA_LJDIR=\"/Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1\" -fno-stack-protector -DLUAJIT_UNWIND_EXTERNAL -c -o lj_opt_fold.o lj_opt_fold.c
DYNLINK libluajit.so
AR libluajit.a
/usr/bin/cc -g -dynamiclib -undefined dynamic_lookup -fPIC -install_name /Users/juju/Development/Applications/neovim/.deps/usr/lib/libluajit-5.1.2.dylib -compatibility_version 2.1 -current_version 2.1.255 -o libluajit.so lj_vm.o lj_assert.o lj_gc.o lj_err.o lj_char.o lj_bc.o lj_obj.o lj_buf.o lj_str.o lj_tab.o lj_func.o lj_udata.o lj_meta.o lj_debug.o lj_prng.o lj_state.o lj_dispatch.o lj_vmevent.o lj_vmmath.o lj_strscan.o lj_strfmt.o lj_strfmt_num.o lj_serialize.o lj_api.o lj_profile.o lj_lex.o lj_parse.o lj_bcread.o lj_bcwrite.o lj_load.o lj_ir.o lj_opt_mem.o lj_opt_fold.o lj_opt_narrow.o lj_opt_dce.o lj_opt_loop.o lj_opt_split.o lj_opt_sink.o lj_mcode.o lj_snap.o lj_record.o lj_crecord.o lj_ffrecord.o lj_asm.o lj_trace.o lj_gdbjit.o lj_ctype.o lj_cdata.o lj_cconv.o lj_ccall.o lj_ccallback.o lj_carith.o lj_clib.o lj_cparse.o lj_lib.o lj_alloc.o lib_aux.o lib_base.o lib_math.o lib_bit.o lib_string.o lib_table.o lib_io.o lib_os.o lib_package.o lib_debug.o lib_jit.o lib_ffi.o lib_buffer.o lib_init.o -lm
ar rcus 2>/dev/null libluajit.a lj_vm.o lj_assert.o lj_gc.o lj_err.o lj_char.o lj_bc.o lj_obj.o lj_buf.o lj_str.o lj_tab.o lj_func.o lj_udata.o lj_meta.o lj_debug.o lj_prng.o lj_state.o lj_dispatch.o lj_vmevent.o lj_vmmath.o lj_strscan.o lj_strfmt.o lj_strfmt_num.o lj_serialize.o lj_api.o lj_profile.o lj_lex.o lj_parse.o lj_bcread.o lj_bcwrite.o lj_load.o lj_ir.o lj_opt_mem.o lj_opt_fold.o lj_opt_narrow.o lj_opt_dce.o lj_opt_loop.o lj_opt_split.o lj_opt_sink.o lj_mcode.o lj_snap.o lj_record.o lj_crecord.o lj_ffrecord.o lj_asm.o lj_trace.o lj_gdbjit.o lj_ctype.o lj_cdata.o lj_cconv.o lj_ccall.o lj_ccallback.o lj_carith.o lj_clib.o lj_cparse.o lj_lib.o lj_alloc.o lib_aux.o lib_base.o lib_math.o lib_bit.o lib_string.o lib_table.o lib_io.o lib_os.o lib_package.o lib_debug.o lib_jit.o lib_ffi.o lib_buffer.o lib_init.o
LINK luajit
/usr/bin/cc -g -o luajit luajit.o libluajit.a -lm
OK Successfully built LuaJIT
==== Successfully built LuaJIT 2.1 ====
==== Installing LuaJIT 2.1.1744317938 to /Users/juju/Development/Applications/neovim/.deps/usr ====
mkdir -p /Users/juju/Development/Applications/neovim/.deps/usr/bin /Users/juju/Development/Applications/neovim/.deps/usr/lib /Users/juju/Development/Applications/neovim/.deps/usr/include/luajit-2.1 /Users/juju/Development/Applications/neovim/.deps/usr/share/man/man1 /Users/juju/Development/Applications/neovim/.deps/usr/lib/pkgconfig /Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1/jit /Users/juju/Development/Applications/neovim/.deps/usr/share/lua/5.1 /Users/juju/Development/Applications/neovim/.deps/usr/lib/lua/5.1
cd src && install -m 0755 luajit /Users/juju/Development/Applications/neovim/.deps/usr/bin/luajit-2.1.1744317938
cd src && test -f libluajit.a && install -m 0644 libluajit.a /Users/juju/Development/Applications/neovim/.deps/usr/lib/libluajit-5.1.a || :
rm -f /Users/juju/Development/Applications/neovim/.deps/usr/lib/libluajit-5.1.2.1.1744317938.dylib /Users/juju/Development/Applications/neovim/.deps/usr/lib/libluajit-5.1.dylib /Users/juju/Development/Applications/neovim/.deps/usr/lib/libluajit-5.1.2.dylib
cd src && test -f libluajit.so && \
install -m 0755 libluajit.so /Users/juju/Development/Applications/neovim/.deps/usr/lib/libluajit-5.1.2.1.1744317938.dylib && \
( : /Users/juju/Development/Applications/neovim/.deps/usr/lib || : ) && \
ln -sf libluajit-5.1.2.1.1744317938.dylib /Users/juju/Development/Applications/neovim/.deps/usr/lib/libluajit-5.1.dylib && \
ln -sf libluajit-5.1.2.1.1744317938.dylib /Users/juju/Development/Applications/neovim/.deps/usr/lib/libluajit-5.1.2.dylib || :
cd etc && install -m 0644 luajit.1 /Users/juju/Development/Applications/neovim/.deps/usr/share/man/man1
cd etc && sed -e "s|^prefix=.*|prefix=/Users/juju/Development/Applications/neovim/.deps/usr|" -e "s|^multilib=.*|multilib=lib|" -e "s|^relver=.*|relver=1744317938|" -e "s| -Wl,-E||" luajit.pc > luajit.pc.tmp && \
install -m 0644 luajit.pc.tmp /Users/juju/Development/Applications/neovim/.deps/usr/lib/pkgconfig/luajit.pc && \
rm -f luajit.pc.tmp
cd src && install -m 0644 lua.h lualib.h lauxlib.h luaconf.h lua.hpp luajit.h /Users/juju/Development/Applications/neovim/.deps/usr/include/luajit-2.1
cd src/jit && install -m 0644 bc.lua bcsave.lua dump.lua p.lua v.lua zone.lua dis_x86.lua dis_x64.lua dis_arm.lua dis_arm64.lua dis_arm64be.lua dis_ppc.lua dis_mips.lua dis_mipsel.lua dis_mips64.lua dis_mips64el.lua dis_mips64r6.lua dis_mips64r6el.lua vmdef.lua /Users/juju/Development/Applications/neovim/.deps/usr/share/luajit-2.1/jit
ln -sf luajit-2.1.1744317938 /Users/juju/Development/Applications/neovim/.deps/usr/bin/luajit
==== Successfully installed LuaJIT 2.1.1744317938 to /Users/juju/Development/Applications/neovim/.deps/usr ====
[99/112] Performing download step (download, verify and extract) for 'lpeg'
-- Downloading...
dst='/Users/juju/Development/Applications/neovim/.deps/build/downloads/lpeg/lpeg-1.1.0.tar.gz'
timeout='none'
inactivity timeout='none'
-- Using src='https://github.com/neovim/deps/raw/d495ee6f79e7962a53ad79670cb92488abe0b9b4/opt/lpeg-1.1.0.tar.gz'
-- verifying file...
file='/Users/juju/Development/Applications/neovim/.deps/build/downloads/lpeg/lpeg-1.1.0.tar.gz'
-- Downloading... done
-- extracting...
src='/Users/juju/Development/Applications/neovim/.deps/build/downloads/lpeg/lpeg-1.1.0.tar.gz'
dst='/Users/juju/Development/Applications/neovim/.deps/build/src/lpeg'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[102/112] Performing configure step for 'lpeg'
-- The C compiler identification is AppleClang 17.0.0.17000013
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done (0.3s)
-- Generating done (0.0s)
-- Build files have been written to: /Users/juju/Development/Applications/neovim/.deps/build/src/lpeg-build
[103/112] Performing download step (download, verify and extract) for 'luv'
-- Downloading...
dst='/Users/juju/Development/Applications/neovim/.deps/build/downloads/luv/1.51.0-1.tar.gz'
timeout='none'
inactivity timeout='none'
-- Using src='https://github.com/luvit/luv/archive/1.51.0-1.tar.gz'
-- verifying file...
file='/Users/juju/Development/Applications/neovim/.deps/build/downloads/luv/1.51.0-1.tar.gz'
-- Downloading... done
-- extracting...
src='/Users/juju/Development/Applications/neovim/.deps/build/downloads/luv/1.51.0-1.tar.gz'
dst='/Users/juju/Development/Applications/neovim/.deps/build/src/luv'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[106/112] Performing build step for 'lpeg'
[1/7] Building C object CMakeFiles/lpeg.dir/lpprint.c.o
[2/7] Building C object CMakeFiles/lpeg.dir/lpcset.c.o
[3/7] Building C object CMakeFiles/lpeg.dir/lpvm.c.o
[4/7] Building C object CMakeFiles/lpeg.dir/lpcap.c.o
[5/7] Building C object CMakeFiles/lpeg.dir/lpcode.c.o
[6/7] Building C object CMakeFiles/lpeg.dir/lptree.c.o
[7/7] Linking C static library liblpeg.a
[107/112] Performing install step for 'lpeg'
[0/1] Install the project...
-- Install configuration: "Release"
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/lib/liblpeg.a
[109/112] Performing configure step for 'luv'
-- The C compiler identification is AppleClang 17.0.0.17000013
-- The ASM compiler identification is AppleClang
-- Found assembler: /usr/bin/cc
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found Libuv: /Users/juju/Development/Applications/neovim/.deps/usr/lib/libuv.a
-- Found LuaJIT: /Users/juju/Development/Applications/neovim/.deps/usr/lib/libluajit-5.1.dylib
-- Configuring done (0.4s)
-- Generating done (0.0s)
-- Build files have been written to: /Users/juju/Development/Applications/neovim/.deps/build/src/luv-build
[110/112] Performing build step for 'luv'
[1/2] Building C object CMakeFiles/libluv_a.dir/src/luv.c.o
[2/2] Linking C static library libluv.a
[111/112] Performing install step for 'luv'
[0/1] Install the project...
-- Install configuration: "Release"
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/lib/libluv.a
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/include/luv/luv.h
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/include/luv/util.h
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/include/luv/lhandle.h
-- Installing: /Users/juju/Development/Applications/neovim/.deps/usr/include/luv/lreq.h
[112/112] Completed 'luv'
/opt/homebrew/bin/cmake -B build -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/Users/juju/Development/Applications/neovim/_install -DCMAKE_INSTALL_PREFIX=/Users/juju/Development/Applications/neovim/_install /Users/juju/Development/Applications/neovim/
-- The C compiler identification is AppleClang 17.0.0.17000013
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found GNU Make at /usr/bin/make
-- Using deployment target 15.5
-- CMAKE_INSTALL_PREFIX=/Users/juju/Development/Applications/neovim/_install
-- CMAKE_BUILD_TYPE=Release
-- Using Lua interpreter: /Users/juju/Development/Applications/neovim/.deps/usr/bin/luajit
-- Using Lua interpreter for code generation: /Users/juju/Development/Applications/neovim/.deps/usr/bin/luajit
-- Using Lua compiler: /Users/juju/Development/Applications/neovim/.deps/usr/bin/luajit -b -s %s -
-- Found Luv: /Users/juju/Development/Applications/neovim/.deps/usr/lib/libluv.a (Required is at least version "1.43.0")
-- Found Iconv: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for kstat_lookup in kstat
-- Looking for kstat_lookup in kstat - not found
-- Looking for kvm_open in kvm
-- Looking for kvm_open in kvm - not found
-- Looking for gethostbyname in nsl
-- Looking for gethostbyname in nsl - not found
-- Looking for perfstat_cpu in perfstat
-- Looking for perfstat_cpu in perfstat - not found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - not found
-- Looking for sendfile in sendfile
-- Looking for sendfile in sendfile - not found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found Libuv: /Users/juju/Development/Applications/neovim/.deps/usr/lib/libuv.a (Required is at least version "1.28.0")
-- Found Lpeg: /Users/juju/Development/Applications/neovim/.deps/usr/lib/liblpeg.a
-- Found Treesitter: /Users/juju/Development/Applications/neovim/.deps/usr/lib/libtree-sitter.a (Required is at least version "0.25.0")
-- Found Unibilium: /Users/juju/Development/Applications/neovim/.deps/usr/include (Required is at least version "2.0")
-- Found UTF8proc: /Users/juju/Development/Applications/neovim/.deps/usr/lib/libutf8proc.a
-- Performing Test HAVE_WORKING_LIBINTL
-- Performing Test HAVE_WORKING_LIBINTL - Success
-- Looking for _nl_msg_cat_cntr
-- Looking for _nl_msg_cat_cntr - not found
-- Found Libintl:
-- Found Luajit: /Users/juju/Development/Applications/neovim/.deps/usr/lib/libluajit-5.1.a
-- Performing Test HAS_FSTACK_PROTECTOR_STRONG_FLAG
-- Performing Test HAS_FSTACK_PROTECTOR_STRONG_FLAG - Success
-- Performing Test HAVE_WIMPLICIT_FALLTHROUGH_FLAG
-- Performing Test HAVE_WIMPLICIT_FALLTHROUGH_FLAG - Success
-- Performing Test HAS_DIAG_COLOR_FLAG
-- Performing Test HAS_DIAG_COLOR_FLAG - Success
-- main_lib props '/Users/juju/Development/Applications/neovim/.deps/usr/include/luajit-2.1;/Users/juju/Development/Applications/neovim/.deps/usr/include;/Users/juju/Development/Applications/neovim/build/src/nvim/auto;/Users/juju/Development/Applications/neovim/build/include;/Users/juju/Development/Applications/neovim/build/cmake.config;/Users/juju/Development/Applications/neovim/src'
-- nlua0 props '/Users/juju/Development/Applications/neovim/.deps/usr/include/luajit-2.1;/Users/juju/Development/Applications/neovim/src;/Users/juju/Development/Applications/neovim/build/cmake.config;/Users/juju/Development/Applications/neovim/build/include'
-- iconv props '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include'
-- libuv props '/Users/juju/Development/Applications/neovim/.deps/usr/include'
-- treesitter props '/Users/juju/Development/Applications/neovim/.deps/usr/include'
-- unibilium props '/Users/juju/Development/Applications/neovim/.deps/usr/include'
-- utf8proc props '/Users/juju/Development/Applications/neovim/.deps/usr/include'
-- libintl props '/opt/homebrew/opt/gettext/include'
-- Performing Test HAVE_EXECINFO_BACKTRACE
-- Performing Test HAVE_EXECINFO_BACKTRACE - Success
-- Performing Test HAVE_BUILTIN_ADD_OVERFLOW
-- Performing Test HAVE_BUILTIN_ADD_OVERFLOW - Success
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of intmax_t
-- Check size of intmax_t - done
-- Check size of size_t
-- Check size of size_t - done
-- Check size of void *
-- Check size of void * - done
-- Looking for _NSGetEnviron
-- Looking for _NSGetEnviron - found
-- Looking for include file langinfo.h
-- Looking for include file langinfo.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file sys/utsname.h
-- Looking for include file sys/utsname.h - found
-- Looking for include file termios.h
-- Looking for include file termios.h - found
-- Looking for include file sys/uio.h
-- Looking for include file sys/uio.h - found
-- Looking for include file sys/sdt.h
-- Looking for include file sys/sdt.h - found
-- Looking for fseeko
-- Looking for fseeko - found
-- Looking for readv
-- Looking for readv - found
-- Looking for readlink
-- Looking for readlink - found
-- Looking for strnlen
-- Looking for strnlen - found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for strncasecmp
-- Looking for strncasecmp - found
-- Looking for strptime
-- Looking for strptime - found
-- Performing Test HAVE_DIRFD_AND_FLOCK
-- Performing Test HAVE_DIRFD_AND_FLOCK - Success
-- Performing Test HAVE_PWD_FUNCS
-- Performing Test HAVE_PWD_FUNCS - Success
-- Performing Test HAVE_BITSCANFORWARD64
-- Performing Test HAVE_BITSCANFORWARD64 - Failed
-- Looking for FD_CLOEXEC
-- Looking for FD_CLOEXEC - found
-- Looking for CODESET
-- Looking for CODESET - found
-- Looking for include file endian.h
-- Looking for include file endian.h - not found
-- Looking for include file sys/endian.h
-- Looking for include file sys/endian.h - not found
-- Performing Test HAVE_BE64TOH_MACROS
-- Performing Test HAVE_BE64TOH_MACROS - Failed
-- Looking for be64toh
-- Looking for be64toh - not found
-- Configuring done (6.9s)
-- Generating done (0.2s)
-- Build files have been written to: /Users/juju/Development/Applications/neovim/build
touch build/.ran-cmake
/opt/homebrew/bin/cmake --build build
[0/2] Re-checking globbed directories...
[7/659] cd /Users/juju/Development/Applications/neovim/build/src/nvim && /opt/homebr...ns/neovim -P /Users/juju/Development/Applications/neovim/cmake/GenerateVersion.cmake
-- Using NVIM_VERSION: v0.12.0-dev-7197+g0d658660c
[21/659] Generating auto/api/ui.c.generated.h, ../../include/api/ui.h.generated.h
FAILED: src/nvim/auto/api/ui.c.generated.h include/api/ui.h.generated.h /Users/juju/Development/Applications/neovim/build/src/nvim/auto/api/ui.c.generated.h /Users/juju/Development/Applications/neovim/build/include/api/ui.h.generated.h
cd /Users/juju/Development/Applications/neovim/build/src/nvim && /usr/bin/cc /Users/juju/Development/Applications/neovim/src/nvim/api/ui.c -w -E -o /Users/juju/Development/Applications/neovim/build/src/nvim/auto/api/ui.c.i -D_GNU_SOURCE -I/Users/juju/Development/Applications/neovim/.deps/usr/include/luajit-2.1 -I/Users/juju/Development/Applications/neovim/.deps/usr/include -I/Users/juju/Development/Applications/neovim/build/src/nvim/auto -I/Users/juju/Development/Applications/neovim/build/include -I/Users/juju/Development/Applications/neovim/build/cmake.config -I/Users/juju/Development/Applications/neovim/src -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -I/opt/homebrew/opt/gettext/include && /Users/juju/Development/Applications/neovim/.deps/usr/bin/luajit /Users/juju/Development/Applications/neovim/src/gen/preload_nlua.lua /Users/juju/Development/Applications/neovim /Users/juju/Development/Applications/neovim/build/lib/libnlua0.so /Users/juju/Development/Applications/neovim/build /Users/juju/Development/Applications/neovim/src/gen/gen_declarations.lua /Users/juju/Development/Applications/neovim/src/nvim/api/ui.c /Users/juju/Development/Applications/neovim/build/src/nvim/auto/api/ui.c.generated.h /Users/juju/Development/Applications/neovim/build/include/api/ui.h.generated.h /Users/juju/Development/Applications/neovim/build/src/nvim/auto/api/ui.c.i api/ui.c.generated.h
/Users/juju/Development/Applications/neovim/.deps/usr/bin/luajit: ...lopment/Applications/neovim/src/gen/gen_declarations.lua:156: fail: missing include for api/ui.c.generated.h in /Users/juju/Development/Applications/neovim/src/nvim/api/ui.c
stack traceback:
[C]: in function 'error'
...lopment/Applications/neovim/src/gen/gen_declarations.lua:156: in function <...lopment/Applications/neovim/src/gen/gen_declarations.lua:115>
[C]: at 0x01005e083c
[30/659] Generating auto/arglist.c.generated.h, ../../include/arglist.h.generated.h
FAILED: src/nvim/auto/arglist.c.generated.h include/arglist.h.generated.h /Users/juju/Development/Applications/neovim/build/src/nvim/auto/arglist.c.generated.h /Users/juju/Development/Applications/neovim/build/include/arglist.h.generated.h
cd /Users/juju/Development/Applications/neovim/build/src/nvim && /usr/bin/cc /Users/juju/Development/Applications/neovim/src/nvim/arglist.c -w -E -o /Users/juju/Development/Applications/neovim/build/src/nvim/auto/arglist.c.i -D_GNU_SOURCE -I/Users/juju/Development/Applications/neovim/.deps/usr/include/luajit-2.1 -I/Users/juju/Development/Applications/neovim/.deps/usr/include -I/Users/juju/Development/Applications/neovim/build/src/nvim/auto -I/Users/juju/Development/Applications/neovim/build/include -I/Users/juju/Development/Applications/neovim/build/cmake.config -I/Users/juju/Development/Applications/neovim/src -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -I/opt/homebrew/opt/gettext/include && /Users/juju/Development/Applications/neovim/.deps/usr/bin/luajit /Users/juju/Development/Applications/neovim/src/gen/preload_nlua.lua /Users/juju/Development/Applications/neovim /Users/juju/Development/Applications/neovim/build/lib/libnlua0.so /Users/juju/Development/Applications/neovim/build /Users/juju/Development/Applications/neovim/src/gen/gen_declarations.lua /Users/juju/Development/Applications/neovim/src/nvim/arglist.c /Users/juju/Development/Applications/neovim/build/src/nvim/auto/arglist.c.generated.h /Users/juju/Development/Applications/neovim/build/include/arglist.h.generated.h /Users/juju/Development/Applications/neovim/build/src/nvim/auto/arglist.c.i arglist.c.generated.h
/Users/juju/Development/Applications/neovim/.deps/usr/bin/luajit: ...lopment/Applications/neovim/src/gen/gen_declarations.lua:156: fail: missing include for arglist.c.generated.h in /Users/juju/Development/Applications/neovim/src/nvim/arglist.c
stack traceback:
[C]: in function 'error'
...lopment/Applications/neovim/src/gen/gen_declarations.lua:156: in function <...lopment/Applications/neovim/src/gen/gen_declarations.lua:115>
[C]: at 0x01022dc83c
[35/659] Generating auto/autocmd.c.generated.h, ../../include/autocmd.h.generated.h
FAILED: src/nvim/auto/autocmd.c.generated.h include/autocmd.h.generated.h /Users/juju/Development/Applications/neovim/build/src/nvim/auto/autocmd.c.generated.h /Users/juju/Development/Applications/neovim/build/include/autocmd.h.generated.h
cd /Users/juju/Development/Applications/neovim/build/src/nvim && /usr/bin/cc /Users/juju/Development/Applications/neovim/src/nvim/autocmd.c -w -E -o /Users/juju/Development/Applications/neovim/build/src/nvim/auto/autocmd.c.i -D_GNU_SOURCE -I/Users/juju/Development/Applications/neovim/.deps/usr/include/luajit-2.1 -I/Users/juju/Development/Applications/neovim/.deps/usr/include -I/Users/juju/Development/Applications/neovim/build/src/nvim/auto -I/Users/juju/Development/Applications/neovim/build/include -I/Users/juju/Development/Applications/neovim/build/cmake.config -I/Users/juju/Development/Applications/neovim/src -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -I/opt/homebrew/opt/gettext/include && /Users/juju/Development/Applications/neovim/.deps/usr/bin/luajit /Users/juju/Development/Applications/neovim/src/gen/preload_nlua.lua /Users/juju/Development/Applications/neovim /Users/juju/Development/Applications/neovim/build/lib/libnlua0.so /Users/juju/Development/Applications/neovim/build /Users/juju/Development/Applications/neovim/src/gen/gen_declarations.lua /Users/juju/Development/Applications/neovim/src/nvim/autocmd.c /Users/juju/Development/Applications/neovim/build/src/nvim/auto/autocmd.c.generated.h /Users/juju/Development/Applications/neovim/build/include/autocmd.h.generated.h /Users/juju/Development/Applications/neovim/build/src/nvim/auto/autocmd.c.i autocmd.c.generated.h
/Users/juju/Development/Applications/neovim/.deps/usr/bin/luajit: ...lopment/Applications/neovim/src/gen/gen_declarations.lua:156: fail: missing include for autocmd.c.generated.h in /Users/juju/Development/Applications/neovim/src/nvim/autocmd.c
stack traceback:
[C]: in function 'error'
...lopment/Applications/neovim/src/gen/gen_declarations.lua:156: in function <...lopment/Applications/neovim/src/gen/gen_declarations.lua:115>
[C]: at 0x010097c83c
[38/659] Generating auto/channel.c.generated.h, ../../include/channel.h.generated.h
ninja: build stopped: subcommand failed.
make: *** [nvim] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment