Skip to content

Instantly share code, notes, and snippets.

@dive
Created November 27, 2020 13:36
Show Gist options
  • Save dive/8216fffd0efa1d02791fe3dfd7c8cd20 to your computer and use it in GitHub Desktop.
Save dive/8216fffd0efa1d02791fe3dfd7c8cd20 to your computer and use it in GitHub Desktop.
Make log for Neovim (master) on Apple Silicon (M1)
mkdir -p ".deps"
cd .deps && \
cmake -G 'Ninja' \
/Users/dive/Projects/github/neovim/third-party
-- The C compiler identification is AppleClang 12.0.0.12000032
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Performing Test HAS_OG_FLAG
-- Performing Test HAS_OG_FLAG - Success
-- Found GNU Make at /usr/bin/make
-- The CXX compiler identification is AppleClang 12.0.0.12000032
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /opt/local/bin/pkg-config (found version "0.29.2")
-- Performing Test HAS_NO_STACK_CHECK
-- Performing Test HAS_NO_STACK_CHECK - Success
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/dive/Projects/github/neovim/.deps
mkdir -p build
touch build/.ran-third-party-cmake
ninja -C .deps
ninja: Entering directory `.deps'
[1/106] Creating directories for 'gperf'
[2/106] Creating directories for 'lua-compat-5.3'
[3/106] Creating directories for 'msgpack'
[4/106] Creating directories for 'libuv'
[5/106] Creating directories for 'tree-sitter'
[6/106] Creating directories for 'unibilium'
[7/106] Creating directories for 'treesitter-c'
[8/106] Creating directories for 'luajit'
[9/106] Creating directories for 'libvterm'
[10/106] Performing download step for 'libvterm'
-- file: /Users/dive/Projects/github/neovim/.deps/build/downloads/libvterm/libvterm-0.1.4.tar.gz
-- downloading...
src='http://www.leonerd.org.uk/code/libvterm/libvterm-0.1.4.tar.gz'
dst='/Users/dive/Projects/github/neovim/.deps/build/downloads/libvterm/libvterm-0.1.4.tar.gz'
timeout='none'
-- downloading... done
-- extracting...
src='/Users/dive/Projects/github/neovim/.deps/build/downloads/libvterm/libvterm-0.1.4.tar.gz'
dst='/Users/dive/Projects/github/neovim/.deps/build/src/libvterm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean binary dir]
-- extracting... [clean up]
-- extracting... done
[11/106] No update step for 'libvterm'
[12/106] No patch step for 'libvterm'
[13/106] No configure step for 'libvterm'
[14/106] No build step for 'libvterm'
[15/106] Performing download step for 'lua-compat-5.3'
-- file: /Users/dive/Projects/github/neovim/.deps/build/downloads/lua-compat-5.3/v0.7.tar.gz
-- downloading...
src='https://github.com/keplerproject/lua-compat-5.3/archive/v0.7.tar.gz'
dst='/Users/dive/Projects/github/neovim/.deps/build/downloads/lua-compat-5.3/v0.7.tar.gz'
timeout='none'
-- downloading... done
-- extracting...
src='/Users/dive/Projects/github/neovim/.deps/build/downloads/lua-compat-5.3/v0.7.tar.gz'
dst='/Users/dive/Projects/github/neovim/.deps/build/src/lua-compat-5.3'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean binary dir]
-- extracting... [clean up]
-- extracting... done
[16/106] Performing download step for 'unibilium'
-- file: /Users/dive/Projects/github/neovim/.deps/build/downloads/unibilium/92d929f.tar.gz
-- downloading...
src='https://github.com/neovim/unibilium/archive/92d929f.tar.gz'
dst='/Users/dive/Projects/github/neovim/.deps/build/downloads/unibilium/92d929f.tar.gz'
timeout='none'
-- downloading... done
-- extracting...
src='/Users/dive/Projects/github/neovim/.deps/build/downloads/unibilium/92d929f.tar.gz'
dst='/Users/dive/Projects/github/neovim/.deps/build/src/unibilium'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean binary dir]
-- extracting... [clean up]
-- extracting... done
[17/106] No update step for 'lua-compat-5.3'
[18/106] No update step for 'unibilium'
[19/106] No patch step for 'lua-compat-5.3'
[20/106] No patch step for 'unibilium'
[21/106] No configure step for 'lua-compat-5.3'
[22/106] No configure step for 'unibilium'
[23/106] No build step for 'lua-compat-5.3'
[24/106] No install step for 'lua-compat-5.3'
[25/106] Completed 'lua-compat-5.3'
[26/106] Performing download step for 'gperf'
-- file: /Users/dive/Projects/github/neovim/.deps/build/downloads/gperf/gperf-3.1.tar.gz
-- downloading...
src='https://github.com/neovim/deps/raw/ff5b4b18a87397a8564016071ae64f64bcd8c635/opt/gperf-3.1.tar.gz'
dst='/Users/dive/Projects/github/neovim/.deps/build/downloads/gperf/gperf-3.1.tar.gz'
timeout='none'
-- downloading... done
-- extracting...
src='/Users/dive/Projects/github/neovim/.deps/build/downloads/gperf/gperf-3.1.tar.gz'
dst='/Users/dive/Projects/github/neovim/.deps/build/src/gperf'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean binary dir]
-- extracting... [clean up]
-- extracting... done
[27/106] No update step for 'gperf'
[28/106] Performing download step for 'tree-sitter'
-- file: /Users/dive/Projects/github/neovim/.deps/build/downloads/tree-sitter/0.17.3.zip
-- downloading...
src='https://github.com/tree-sitter/tree-sitter/archive/0.17.3.zip'
dst='/Users/dive/Projects/github/neovim/.deps/build/downloads/tree-sitter/0.17.3.zip'
timeout='none'
-- downloading... done
-- extracting...
src='/Users/dive/Projects/github/neovim/.deps/build/downloads/tree-sitter/0.17.3.zip'
dst='/Users/dive/Projects/github/neovim/.deps/build/src/tree-sitter'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean binary dir]
-- extracting... [clean up]
-- extracting... done
[29/106] Performing download step for 'luajit'
-- file: /Users/dive/Projects/github/neovim/.deps/build/downloads/luajit/f0e865dd4861520258299d0f2a56491bd9d602e1.tar.gz
-- downloading...
src='https://github.com/LuaJIT/LuaJIT/archive/f0e865dd4861520258299d0f2a56491bd9d602e1.tar.gz'
dst='/Users/dive/Projects/github/neovim/.deps/build/downloads/luajit/f0e865dd4861520258299d0f2a56491bd9d602e1.tar.gz'
timeout='none'
-- downloading... done
-- extracting...
src='/Users/dive/Projects/github/neovim/.deps/build/downloads/luajit/f0e865dd4861520258299d0f2a56491bd9d602e1.tar.gz'
dst='/Users/dive/Projects/github/neovim/.deps/build/src/luajit'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean binary dir]
-- extracting... [clean up]
-- extracting... done
[30/106] No patch step for 'gperf'
[31/106] No update step for 'tree-sitter'
[32/106] No patch step for 'tree-sitter'
[33/106] No update step for 'luajit'
[34/106] Performing download step for 'treesitter-c'
-- file: /Users/dive/Projects/github/neovim/.deps/build/downloads/treesitter-c/6002fcd.tar.gz
-- downloading...
src='https://github.com/tree-sitter/tree-sitter-c/archive/6002fcd.tar.gz'
dst='/Users/dive/Projects/github/neovim/.deps/build/downloads/treesitter-c/6002fcd.tar.gz'
timeout='none'
-- downloading... done
-- extracting...
src='/Users/dive/Projects/github/neovim/.deps/build/downloads/treesitter-c/6002fcd.tar.gz'
dst='/Users/dive/Projects/github/neovim/.deps/build/src/treesitter-c'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean binary dir]
-- extracting... [clean up]
-- extracting... done
[35/106] No configure step for 'tree-sitter'
[36/106] No patch step for 'luajit'
[37/106] No update step for 'treesitter-c'
[38/106] No configure step for 'luajit'
[39/106] Performing patch step for 'treesitter-c'
[40/106] No build step for 'luajit'
[41/106] Performing download step for 'libuv'
-- file: /Users/dive/Projects/github/neovim/.deps/build/downloads/libuv/v1.34.2.tar.gz
-- downloading...
src='https://github.com/libuv/libuv/archive/v1.34.2.tar.gz'
dst='/Users/dive/Projects/github/neovim/.deps/build/downloads/libuv/v1.34.2.tar.gz'
timeout='none'
-- downloading... done
-- extracting...
src='/Users/dive/Projects/github/neovim/.deps/build/downloads/libuv/v1.34.2.tar.gz'
dst='/Users/dive/Projects/github/neovim/.deps/build/src/libuv'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean binary dir]
-- extracting... [clean up]
-- extracting... done
[42/106] No update step for 'libuv'
[43/106] No patch step for 'libuv'
[44/106] Performing configure step for 'treesitter-c'
-- The C compiler identification is AppleClang 12.0.0.12000032
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_CXX_COMPILER
-- Build files have been written to: /Users/dive/Projects/github/neovim/.deps/build/src/treesitter-c-build
[45/106] Performing download step for 'msgpack'
-- file: /Users/dive/Projects/github/neovim/.deps/build/downloads/msgpack/msgpack-3.0.0.tar.gz
-- downloading...
src='https://github.com/msgpack/msgpack-c/releases/download/cpp-3.0.0/msgpack-3.0.0.tar.gz'
dst='/Users/dive/Projects/github/neovim/.deps/build/downloads/msgpack/msgpack-3.0.0.tar.gz'
timeout='none'
-- downloading... done
-- extracting...
src='/Users/dive/Projects/github/neovim/.deps/build/downloads/msgpack/msgpack-3.0.0.tar.gz'
dst='/Users/dive/Projects/github/neovim/.deps/build/src/msgpack'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean binary dir]
-- extracting... [clean up]
-- extracting... done
[46/106] No update step for 'msgpack'
[47/106] No patch step for 'msgpack'
[48/106] 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
[49/106] Performing install step for 'treesitter-c'
[0/1] Install the project...
-- Install configuration: "Release"
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/lib/nvim/parser/c.so
[50/106] Completed 'treesitter-c'
[51/106] Performing configure step for 'msgpack'
-- The C compiler identification is AppleClang 12.0.0.12000032
-- The CXX compiler identification is AppleClang 12.0.0.12000032
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Could NOT find GTest (missing: GTEST_LIBRARY GTEST_INCLUDE_DIR GTEST_MAIN_LIBRARY)
-- Found ZLIB: /opt/local/lib/libz.dylib (found version "1.2.11")
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Performing Test MSGPACK_ENABLE_GCC_CXX_ATOMIC
-- Performing Test MSGPACK_ENABLE_GCC_CXX_ATOMIC - Failed
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/dive/Projects/github/neovim/.deps/build/src/msgpack-build
[52/106] Performing build step for 'msgpack'
[1/13] Building C object CMakeFiles/msgpackc-static.dir/src/version.c.o
[2/13] Building C object CMakeFiles/msgpackc-static.dir/src/zone.c.o
[3/13] Building C object CMakeFiles/msgpackc.dir/src/zone.c.o
[4/13] Building C object CMakeFiles/msgpackc.dir/src/version.c.o
[5/13] Building C object CMakeFiles/msgpackc-static.dir/src/vrefbuffer.c.o
[6/13] Building C object CMakeFiles/msgpackc.dir/src/vrefbuffer.c.o
[7/13] Building C object CMakeFiles/msgpackc-static.dir/src/objectc.c.o
[8/13] Building C object CMakeFiles/msgpackc-static.dir/src/unpack.c.o
[9/13] Building C object CMakeFiles/msgpackc.dir/src/objectc.c.o
[10/13] Building C object CMakeFiles/msgpackc.dir/src/unpack.c.o
[11/13] Linking C static library libmsgpackc.a
[12/13] Linking C shared library libmsgpackc.2.0.0.dylib
[13/13] Creating library symlink libmsgpackc.2.dylib libmsgpackc.dylib
[53/106] Performing install step for 'msgpack'
[0/1] Install the project...
-- Install configuration: "Release"
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/lib/libmsgpackc.2.0.0.dylib
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/lib/libmsgpackc.2.dylib
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/lib/libmsgpackc.dylib
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/lib/libmsgpackc.a
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/fbuffer.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/gcc_atomic.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/object.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/pack.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/pack_define.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/pack_template.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/architecture.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/architecture/alpha.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/architecture/arm.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/architecture/blackfin.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/architecture/convex.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/architecture/ia64.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/architecture/m68k.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/architecture/mips.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/architecture/parisc.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/architecture/ppc.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/architecture/pyramid.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/architecture/rs6k.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/architecture/sparc.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/architecture/superh.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/architecture/sys370.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/architecture/sys390.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/architecture/x86.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/architecture/x86/32.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/architecture/x86/64.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/architecture/z.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/borland.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/clang.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/comeau.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/compaq.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/diab.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/digitalmars.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/dignus.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/edg.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/ekopath.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/gcc.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/gcc_xml.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/greenhills.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/hp_acc.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/iar.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/ibm.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/intel.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/kai.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/llvm.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/metaware.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/metrowerks.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/microtec.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/mpw.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/palm.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/pgi.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/sgi_mipspro.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/sunpro.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/tendra.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/visualc.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/compiler/watcom.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/detail/_cassert.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/detail/_exception.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/detail/comp_detected.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/detail/endian_compat.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/detail/os_detected.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/detail/platform_detected.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/detail/test.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/detail/test_def.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/hardware.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/hardware/simd.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/hardware/simd/arm.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/hardware/simd/arm/versions.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/hardware/simd/ppc.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/hardware/simd/ppc/versions.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/hardware/simd/x86.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/hardware/simd/x86/versions.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/hardware/simd/x86_amd.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/hardware/simd/x86_amd/versions.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/language.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/language/objc.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/language/stdc.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/language/stdcpp.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/library.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/library/c.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/library/c/_prefix.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/library/c/gnu.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/library/c/uc.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/library/c/vms.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/library/c/zos.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/library/std.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/library/std/_prefix.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/library/std/cxx.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/library/std/dinkumware.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/library/std/libcomo.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/library/std/modena.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/library/std/msl.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/library/std/roguewave.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/library/std/sgi.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/library/std/stdcpp3.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/library/std/stlport.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/library/std/vacpp.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/make.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/os.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/os/aix.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/os/amigaos.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/os/android.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/os/beos.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/os/bsd.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/os/bsd/bsdi.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/os/bsd/dragonfly.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/os/bsd/free.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/os/bsd/net.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/os/bsd/open.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/os/cygwin.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/os/haiku.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/os/hpux.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/os/ios.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/os/irix.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/os/linux.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/os/macos.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/os/os400.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/os/qnxnto.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/os/solaris.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/os/unix.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/os/vms.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/os/windows.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/other.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/other/endian.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/platform.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/platform/mingw.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/platform/windows_desktop.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/platform/windows_phone.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/platform/windows_runtime.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/platform/windows_store.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/version.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/predef/version_number.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/sbuffer.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/sysdep.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/unpack.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/unpack_define.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/unpack_template.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/util.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/version.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/version_master.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/vrefbuffer.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/zbuffer.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/msgpack/zone.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/lib/pkgconfig/msgpack.pc
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/lib/cmake/msgpack/msgpack-targets.cmake
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/lib/cmake/msgpack/msgpack-targets-release.cmake
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/lib/cmake/msgpack/msgpack-config.cmake
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/lib/cmake/msgpack/msgpack-config-version.cmake
[54/106] Completed 'msgpack'
[55/106] Performing install step for 'libvterm'
install -d /Users/dive/Projects/github/neovim/.deps/usr/include
install -m644 include/vterm.h include/vterm_keycodes.h /Users/dive/Projects/github/neovim/.deps/usr/include
install -d /Users/dive/Projects/github/neovim/.deps/usr/lib/pkgconfig
sed -e "s,@PREFIX@,/Users/dive/Projects/github/neovim/.deps/usr," -e "s,@LIBDIR@,/Users/dive/Projects/github/neovim/.deps/usr/lib," -e "s,@VERSION@,0.1.4," <vterm.pc.in >/Users/dive/Projects/github/neovim/.deps/usr/lib/pkgconfig/vterm.pc
CC src/encoding.c
CC src/keyboard.c
CC src/mouse.c
CC src/parser.c
CC src/pen.c
CC src/screen.c
CC src/state.c
CC src/unicode.c
src/unicode.c:215:12: warning: unused function 'mk_wcswidth' [-Wunused-function]
static int mk_wcswidth(const uint32_t *pwcs, size_t n)
^
src/unicode.c:306:12: warning: unused function 'mk_wcswidth_cjk' [-Wunused-function]
static int mk_wcswidth_cjk(const uint32_t *pwcs, size_t n)
^
2 warnings generated.
CC src/vterm.c
LINK libvterm.la
install -d /Users/dive/Projects/github/neovim/.deps/usr/lib
glibtool --quiet --mode=install install libvterm.la /Users/dive/Projects/github/neovim/.deps/usr/lib/libvterm.la
glibtool --quiet --mode=finish /Users/dive/Projects/github/neovim/.deps/usr/lib
CC bin/unterm.c
CC bin/vterm-ctrl.c
bin/vterm-ctrl.c:129:10: warning: result of comparison of constant 156 with expression of type 'char' is always false [-Wtautological-constant-out-of-range-compare]
if(c == 0x9c) // ST
~ ^ ~~~~
1 warning generated.
CC bin/vterm-dump.c
install -d /Users/dive/Projects/github/neovim/.deps/usr/bin
glibtool --quiet --mode=install install bin/unterm bin/vterm-ctrl bin/vterm-dump /Users/dive/Projects/github/neovim/.deps/usr/bin/
[56/106] Completed 'libvterm'
[57/106] Performing build step for 'tree-sitter'
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -O3 -Wall -Wextra -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/get_changed_ranges.o lib/src/get_changed_ranges.c
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -O3 -Wall -Wextra -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/language.o lib/src/language.c
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -O3 -Wall -Wextra -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/lexer.o lib/src/lexer.c
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -O3 -Wall -Wextra -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/node.o lib/src/node.c
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -O3 -Wall -Wextra -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/parser.o lib/src/parser.c
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -O3 -Wall -Wextra -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/query.o lib/src/query.c
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -O3 -Wall -Wextra -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/stack.o lib/src/stack.c
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -O3 -Wall -Wextra -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/subtree.o lib/src/subtree.c
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -O3 -Wall -Wextra -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/tree.o lib/src/tree.c
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -O3 -Wall -Wextra -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/tree_cursor.o lib/src/tree_cursor.c
ar rcs libtree-sitter.a lib/src/get_changed_ranges.o lib/src/language.o lib/src/lexer.o lib/src/node.o lib/src/parser.o lib/src/query.o lib/src/stack.o lib/src/subtree.o lib/src/tree.o lib/src/tree_cursor.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -dynamiclib -Wl,-install_name,/usr/local/lib/libtree-sitter.0.dylib lib/src/get_changed_ranges.o lib/src/language.o lib/src/lexer.o lib/src/node.o lib/src/parser.o lib/src/query.o lib/src/stack.o lib/src/subtree.o lib/src/tree.o lib/src/tree_cursor.o -o libtree-sitter.0.0.dylib
ln -sf libtree-sitter.0.0.dylib libtree-sitter.dylib
ln -sf libtree-sitter.0.0.dylib libtree-sitter.0.dylib
[58/106] Performing install step for 'tree-sitter'
install -d '/Users/dive/Projects/github/neovim/.deps/usr/lib'
install -m755 libtree-sitter.a '/Users/dive/Projects/github/neovim/.deps/usr/lib'/libtree-sitter.a
install -m755 libtree-sitter.0.0.dylib '/Users/dive/Projects/github/neovim/.deps/usr/lib'/libtree-sitter.0.0.dylib
ln -sf libtree-sitter.0.0.dylib '/Users/dive/Projects/github/neovim/.deps/usr/lib'/libtree-sitter.0.dylib
ln -sf libtree-sitter.0.0.dylib '/Users/dive/Projects/github/neovim/.deps/usr/lib'/libtree-sitter.dylib
install -d '/Users/dive/Projects/github/neovim/.deps/usr/include'/tree_sitter
install -m644 lib/include/tree_sitter/*.h '/Users/dive/Projects/github/neovim/.deps/usr/include'/tree_sitter/
install -d '/Users/dive/Projects/github/neovim/.deps/usr/lib/pkgconfig'
sed -e 's|@LIBDIR@|/Users/dive/Projects/github/neovim/.deps/usr/lib|;s|@INCLUDEDIR@|/Users/dive/Projects/github/neovim/.deps/usr/include|;s|@VERSION@|0.6.3|' \
-e 's|=/Users/dive/Projects/github/neovim/.deps/usr|=${prefix}|' \
-e 's|@PREFIX@|/Users/dive/Projects/github/neovim/.deps/usr|' \
tree-sitter.pc.in > '/Users/dive/Projects/github/neovim/.deps/usr/lib/pkgconfig'/tree-sitter.pc
[59/106] Completed 'tree-sitter'
[60/106] Performing configure step for 'gperf'
checking whether /usr/bin/make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
=== configuring in lib (/Users/dive/Projects/github/neovim/.deps/build/src/gperf/lib)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/Users/dive/Projects/github/neovim/.deps/usr' 'MAKE=/usr/bin/make' 'CC=/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk' 'CXX=/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk' 'LD=/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk' --cache-file=/dev/null --srcdir=.
checking whether /usr/bin/make sets $(MAKE)... yes
checking for gcc... /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk accepts -g... yes
checking for /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk option to accept ISO C89... none needed
checking how to run the C preprocessor... /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -E
checking whether we are using the GNU C++ compiler... yes
checking whether /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk accepts -g... yes
checking how to run the C++ preprocessor... /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -E
checking for ar... ar
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
=== configuring in src (/Users/dive/Projects/github/neovim/.deps/build/src/gperf/src)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/Users/dive/Projects/github/neovim/.deps/usr' 'MAKE=/usr/bin/make' 'CC=/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk' 'CXX=/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk' 'LD=/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk' --cache-file=/dev/null --srcdir=.
checking whether /usr/bin/make sets $(MAKE)... yes
checking for gcc... /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk accepts -g... yes
checking for /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk option to accept ISO C89... none needed
checking how to run the C preprocessor... /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -E
checking whether we are using the GNU C++ compiler... yes
checking whether /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk accepts -g... yes
checking how to run the C++ preprocessor... /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -E
checking for a BSD compatible install... /usr/bin/install -c
checking for stack-allocated variable-size arrays... yes
checking for rand in -lm... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
=== configuring in tests (/Users/dive/Projects/github/neovim/.deps/build/src/gperf/tests)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/Users/dive/Projects/github/neovim/.deps/usr' 'MAKE=/usr/bin/make' 'CC=/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk' 'CXX=/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk' 'LD=/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk' --cache-file=/dev/null --srcdir=.
checking whether /usr/bin/make sets $(MAKE)... yes
checking for gcc... /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk accepts -g... yes
checking for /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk option to accept ISO C89... none needed
checking how to run the C preprocessor... /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -E
checking whether we are using the GNU C++ compiler... yes
checking whether /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk accepts -g... yes
checking how to run the C++ preprocessor... /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -E
configure: creating ./config.status
config.status: creating Makefile
=== configuring in doc (/Users/dive/Projects/github/neovim/.deps/build/src/gperf/doc)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/Users/dive/Projects/github/neovim/.deps/usr' 'MAKE=/usr/bin/make' 'CC=/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk' 'CXX=/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk' 'LD=/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk' --cache-file=/dev/null --srcdir=.
checking whether /usr/bin/make sets $(MAKE)... yes
checking for a BSD compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
[61/106] No build step for 'gperf'
[62/106] Performing install step for 'gperf'
cd lib; /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/usr/bin/make install
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -I. -c ./getopt.c
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -I. -c ./getopt1.c
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -I. -c ./getline.cc
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -I. -c ./hash.cc
rm -f libgp.a
ar rc libgp.a getopt.o getopt1.o getline.o hash.o
ranlib libgp.a
cd src; /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/usr/bin/make install
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -I. -I./../lib -c ./version.cc
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -I. -I./../lib -c ./positions.cc
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -I. -I./../lib -c ./options.cc
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -I. -I./../lib -c ./keyword.cc
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -I. -I./../lib -c ./keyword-list.cc
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -I. -I./../lib -c ./input.cc
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -I. -I./../lib -c ./bool-array.cc
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -I. -I./../lib -c ./hash-table.cc
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -I. -I./../lib -c ./search.cc
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -I. -I./../lib -c ./output.cc
./output.cc:325:45: warning: operator '?:' has lower precedence than '|'; '|' will be evaluated first [-Wbitwise-conditional-parentheses]
option[ANSIC] | option[CPLUSPLUS] ?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
./output.cc:325:45: note: place parentheses around the '|' expression to silence this warning
option[ANSIC] | option[CPLUSPLUS] ?
^
( )
./output.cc:325:45: note: place parentheses around the '?:' expression to evaluate it first
option[ANSIC] | option[CPLUSPLUS] ?
^
(
./output.cc:327:11: warning: format string is empty [-Wformat-zero-length]
"",
^~
./output.cc:378:45: warning: operator '?:' has lower precedence than '|'; '|' will be evaluated first [-Wbitwise-conditional-parentheses]
option[ANSIC] | option[CPLUSPLUS] ?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
./output.cc:378:45: note: place parentheses around the '|' expression to silence this warning
option[ANSIC] | option[CPLUSPLUS] ?
^
( )
./output.cc:378:45: note: place parentheses around the '?:' expression to evaluate it first
option[ANSIC] | option[CPLUSPLUS] ?
^
(
./output.cc:380:11: warning: format string is empty [-Wformat-zero-length]
"",
^~
./output.cc:439:45: warning: operator '?:' has lower precedence than '|'; '|' will be evaluated first [-Wbitwise-conditional-parentheses]
option[ANSIC] | option[CPLUSPLUS] ?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
./output.cc:439:45: note: place parentheses around the '|' expression to silence this warning
option[ANSIC] | option[CPLUSPLUS] ?
^
( )
./output.cc:439:45: note: place parentheses around the '?:' expression to evaluate it first
option[ANSIC] | option[CPLUSPLUS] ?
^
(
./output.cc:441:11: warning: format string is empty [-Wformat-zero-length]
"",
^~
./output.cc:840:45: warning: operator '?:' has lower precedence than '|'; '|' will be evaluated first [-Wbitwise-conditional-parentheses]
option[ANSIC] | option[CPLUSPLUS] ?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
./output.cc:840:45: note: place parentheses around the '|' expression to silence this warning
option[ANSIC] | option[CPLUSPLUS] ?
^
( )
./output.cc:840:45: note: place parentheses around the '?:' expression to evaluate it first
option[ANSIC] | option[CPLUSPLUS] ?
^
(
./output.cc:842:11: warning: format string is empty [-Wformat-zero-length]
"",
^~
./output.cc:1996:45: warning: operator '?:' has lower precedence than '|'; '|' will be evaluated first [-Wbitwise-conditional-parentheses]
option[ANSIC] | option[CPLUSPLUS] ?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
./output.cc:1996:45: note: place parentheses around the '|' expression to silence this warning
option[ANSIC] | option[CPLUSPLUS] ?
^
( )
./output.cc:1996:45: note: place parentheses around the '?:' expression to evaluate it first
option[ANSIC] | option[CPLUSPLUS] ?
^
(
./output.cc:1998:11: warning: format string is empty [-Wformat-zero-length]
"",
^~
10 warnings generated.
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -I. -I./../lib -c ./main.cc
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -o gperf version.o positions.o options.o keyword.o keyword-list.o input.o bool-array.o hash-table.o search.o output.o main.o ../lib/libgp.a -lm
/bin/sh ./../build-aux/mkinstalldirs /Users/dive/Projects/github/neovim/.deps/usr/bin
/usr/bin/install -c gperf /Users/dive/Projects/github/neovim/.deps/usr/bin/gperf
cd tests; /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/usr/bin/make install
make[2]: Nothing to be done for `install'.
cd doc; /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/usr/bin/make install
/bin/sh ./../build-aux/mkinstalldirs /Users/dive/Projects/github/neovim/.deps/usr/share/info
mkdir /Users/dive/Projects/github/neovim/.deps/usr/share
mkdir /Users/dive/Projects/github/neovim/.deps/usr/share/info
/usr/bin/install -c -m 644 ./gperf.info /Users/dive/Projects/github/neovim/.deps/usr/share/info/gperf.info
/bin/sh ./../build-aux/mkinstalldirs /Users/dive/Projects/github/neovim/.deps/usr/share/man/man1
mkdir /Users/dive/Projects/github/neovim/.deps/usr/share/man
mkdir /Users/dive/Projects/github/neovim/.deps/usr/share/man/man1
/usr/bin/install -c -m 644 ./gperf.1 /Users/dive/Projects/github/neovim/.deps/usr/share/man/man1/gperf.1
/bin/sh ./../build-aux/mkinstalldirs /Users/dive/Projects/github/neovim/.deps/usr/share/doc/
mkdir /Users/dive/Projects/github/neovim/.deps/usr/share/doc
/usr/bin/install -c -m 644 ./gperf.html /Users/dive/Projects/github/neovim/.deps/usr/share/doc//gperf.html
[63/106] Completed 'gperf'
[64/106] Performing build step for 'unibilium'
glibtool --mode=compile --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -o unibilium.lo -c unibilium.c
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c unibilium.c -fno-common -DPIC -o .libs/unibilium.o
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c unibilium.c -o unibilium.o >/dev/null 2>&1
glibtool --mode=compile --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -o uninames.lo -c uninames.c
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c uninames.c -fno-common -DPIC -o .libs/uninames.o
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c uninames.c -o uninames.o >/dev/null 2>&1
glibtool --mode=compile --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -DTERMINFO_DIRS='"/opt/local/share/terminfo"' -Wall -std=c99 -fPIC -o uniutil.lo -c uniutil.c
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -DTERMINFO_DIRS=\"/opt/local/share/terminfo\" -Wall -std=c99 -fPIC -c uniutil.c -fno-common -DPIC -o .libs/uniutil.o
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -DTERMINFO_DIRS=\"/opt/local/share/terminfo\" -Wall -std=c99 -fPIC -c uniutil.c -o uniutil.o >/dev/null 2>&1
glibtool --mode=link --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -static -rpath '/Users/dive/Projects/github/neovim/.deps/usr/lib' -version-info 4:0:0 -o libunibilium.la unibilium.lo uninames.lo uniutil.lo
glibtool: link: ar cru .libs/libunibilium.a unibilium.o uninames.o uniutil.o
glibtool: link: ranlib .libs/libunibilium.a
glibtool: link: ( cd ".libs" && rm -f "libunibilium.la" && ln -s "../libunibilium.la" "libunibilium.la" )
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_add_ext_bool.pod | gzip > man/unibi_add_ext_bool.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_add_ext_num.pod | gzip > man/unibi_add_ext_num.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_add_ext_str.pod | gzip > man/unibi_add_ext_str.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_count_ext_bool.pod | gzip > man/unibi_count_ext_bool.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_count_ext_num.pod | gzip > man/unibi_count_ext_num.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_count_ext_str.pod | gzip > man/unibi_count_ext_str.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_del_ext_bool.pod | gzip > man/unibi_del_ext_bool.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_destroy.pod | gzip > man/unibi_destroy.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_dummy.pod | gzip > man/unibi_dummy.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_dump.pod | gzip > man/unibi_dump.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_format.pod | gzip > man/unibi_format.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_from_env.pod | gzip > man/unibi_from_env.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_from_fd.pod | gzip > man/unibi_from_fd.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_from_file.pod | gzip > man/unibi_from_file.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_from_fp.pod | gzip > man/unibi_from_fp.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_from_mem.pod | gzip > man/unibi_from_mem.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_from_term.pod | gzip > man/unibi_from_term.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_get_aliases.pod | gzip > man/unibi_get_aliases.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_get_bool.pod | gzip > man/unibi_get_bool.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_get_ext_bool.pod | gzip > man/unibi_get_ext_bool.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_get_ext_bool_name.pod | gzip > man/unibi_get_ext_bool_name.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_get_ext_num.pod | gzip > man/unibi_get_ext_num.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_get_ext_num_name.pod | gzip > man/unibi_get_ext_num_name.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_get_ext_str.pod | gzip > man/unibi_get_ext_str.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_get_ext_str_name.pod | gzip > man/unibi_get_ext_str_name.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_get_name.pod | gzip > man/unibi_get_name.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_get_num.pod | gzip > man/unibi_get_num.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_get_str.pod | gzip > man/unibi_get_str.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_int_from_var.pod | gzip > man/unibi_int_from_var.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_name_bool.pod | gzip > man/unibi_name_bool.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_name_num.pod | gzip > man/unibi_name_num.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_name_str.pod | gzip > man/unibi_name_str.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_num_from_var.pod | gzip > man/unibi_num_from_var.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_run.pod | gzip > man/unibi_run.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_set_aliases.pod | gzip > man/unibi_set_aliases.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_set_bool.pod | gzip > man/unibi_set_bool.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_set_ext_bool.pod | gzip > man/unibi_set_ext_bool.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_set_ext_bool_name.pod | gzip > man/unibi_set_ext_bool_name.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_set_ext_num.pod | gzip > man/unibi_set_ext_num.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_set_ext_num_name.pod | gzip > man/unibi_set_ext_num_name.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_set_ext_str.pod | gzip > man/unibi_set_ext_str.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_set_ext_str_name.pod | gzip > man/unibi_set_ext_str_name.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_set_name.pod | gzip > man/unibi_set_name.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_set_num.pod | gzip > man/unibi_set_num.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_set_str.pod | gzip > man/unibi_set_str.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_short_name_bool.pod | gzip > man/unibi_short_name_bool.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_short_name_num.pod | gzip > man/unibi_short_name_num.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_short_name_str.pod | gzip > man/unibi_short_name_str.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_str_from_var.pod | gzip > man/unibi_str_from_var.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_terminfo_dirs.pod | gzip > man/unibi_terminfo_dirs.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_var_from_num.pod | gzip > man/unibi_var_from_num.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibi_var_from_str.pod | gzip > man/unibi_var_from_str.3.gz
pod2man -c "unibilium" -s3 -r "unibilium-2.0.0" doc/unibilium.h.pod | gzip > man/unibilium.h.3.gz
glibtool --mode=compile --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -o tools/gen-static-test.lo -c tools/gen-static-test.c
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c tools/gen-static-test.c -fno-common -DPIC -o tools/.libs/gen-static-test.o
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c tools/gen-static-test.c -o tools/gen-static-test.o >/dev/null 2>&1
glibtool --mode=link --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -static -o tools/gen-static-test libunibilium.la tools/gen-static-test.lo
glibtool: link: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o tools/gen-static-test tools/.libs/gen-static-test.o ./.libs/libunibilium.a
glibtool --mode=compile --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -o tools/unibi-dump.lo -c tools/unibi-dump.c
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c tools/unibi-dump.c -fno-common -DPIC -o tools/.libs/unibi-dump.o
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c tools/unibi-dump.c -o tools/unibi-dump.o >/dev/null 2>&1
glibtool --mode=link --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -static -o tools/unibi-dump libunibilium.la tools/unibi-dump.lo
glibtool: link: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o tools/unibi-dump tools/.libs/unibi-dump.o ./.libs/libunibilium.a
glibtool --mode=compile --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -o tools/unibi-put.lo -c tools/unibi-put.c
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c tools/unibi-put.c -fno-common -DPIC -o tools/.libs/unibi-put.o
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c tools/unibi-put.c -o tools/unibi-put.o >/dev/null 2>&1
glibtool --mode=link --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -static -o tools/unibi-put libunibilium.la tools/unibi-put.lo
glibtool: link: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o tools/unibi-put tools/.libs/unibi-put.o ./.libs/libunibilium.a
glibtool --mode=compile --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -o t/00_load.lo -c t/00_load.c
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c t/00_load.c -fno-common -DPIC -o t/.libs/00_load.o
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c t/00_load.c -o t/00_load.o >/dev/null 2>&1
glibtool --mode=link --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -static -o t/00_load.t libunibilium.la t/00_load.lo
glibtool: link: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o t/00_load.t t/.libs/00_load.o ./.libs/libunibilium.a
glibtool --mode=compile --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -o t/if-then-else.lo -c t/if-then-else.c
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c t/if-then-else.c -fno-common -DPIC -o t/.libs/if-then-else.o
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c t/if-then-else.c -o t/if-then-else.o >/dev/null 2>&1
glibtool --mode=link --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -static -o t/if-then-else.t libunibilium.la t/if-then-else.lo
glibtool: link: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o t/if-then-else.t t/.libs/if-then-else.o ./.libs/libunibilium.a
glibtool --mode=compile --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -o t/new-extended-format-static_screen.lo -c t/new-extended-format-static_screen.c
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c t/new-extended-format-static_screen.c -fno-common -DPIC -o t/.libs/new-extended-format-static_screen.o
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c t/new-extended-format-static_screen.c -o t/new-extended-format-static_screen.o >/dev/null 2>&1
glibtool --mode=link --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -static -o t/new-extended-format-static_screen.t libunibilium.la t/new-extended-format-static_screen.lo
glibtool: link: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o t/new-extended-format-static_screen.t t/.libs/new-extended-format-static_screen.o ./.libs/libunibilium.a
glibtool --mode=compile --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -o t/static_screen-256color.lo -c t/static_screen-256color.c
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c t/static_screen-256color.c -fno-common -DPIC -o t/.libs/static_screen-256color.o
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c t/static_screen-256color.c -o t/static_screen-256color.o >/dev/null 2>&1
glibtool --mode=link --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -static -o t/static_screen-256color.t libunibilium.la t/static_screen-256color.lo
glibtool: link: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o t/static_screen-256color.t t/.libs/static_screen-256color.o ./.libs/libunibilium.a
glibtool --mode=compile --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -o t/static_screen.lo -c t/static_screen.c
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c t/static_screen.c -fno-common -DPIC -o t/.libs/static_screen.o
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c t/static_screen.c -o t/static_screen.o >/dev/null 2>&1
glibtool --mode=link --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -static -o t/static_screen.t libunibilium.la t/static_screen.lo
glibtool: link: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o t/static_screen.t t/.libs/static_screen.o ./.libs/libunibilium.a
glibtool --mode=compile --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -o t/static_tmux.lo -c t/static_tmux.c
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c t/static_tmux.c -fno-common -DPIC -o t/.libs/static_tmux.o
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c t/static_tmux.c -o t/static_tmux.o >/dev/null 2>&1
glibtool --mode=link --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -static -o t/static_tmux.t libunibilium.la t/static_tmux.lo
glibtool: link: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o t/static_tmux.t t/.libs/static_tmux.o ./.libs/libunibilium.a
glibtool --mode=compile --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -o t/static_xterm-256color.lo -c t/static_xterm-256color.c
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c t/static_xterm-256color.c -fno-common -DPIC -o t/.libs/static_xterm-256color.o
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c t/static_xterm-256color.c -o t/static_xterm-256color.o >/dev/null 2>&1
glibtool --mode=link --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -static -o t/static_xterm-256color.t libunibilium.la t/static_xterm-256color.lo
glibtool: link: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o t/static_xterm-256color.t t/.libs/static_xterm-256color.o ./.libs/libunibilium.a
glibtool --mode=compile --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -o t/static_xterm.lo -c t/static_xterm.c
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c t/static_xterm.c -fno-common -DPIC -o t/.libs/static_xterm.o
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c t/static_xterm.c -o t/static_xterm.o >/dev/null 2>&1
glibtool --mode=link --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -static -o t/static_xterm.t libunibilium.la t/static_xterm.lo
glibtool: link: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o t/static_xterm.t t/.libs/static_xterm.o ./.libs/libunibilium.a
glibtool --mode=compile --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -o t/wide-format.lo -c t/wide-format.c
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c t/wide-format.c -fno-common -DPIC -o t/.libs/wide-format.o
glibtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -I. -Wall -std=c99 -fPIC -c t/wide-format.c -o t/wide-format.o >/dev/null 2>&1
glibtool --mode=link --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -static -o t/wide-format.t libunibilium.la t/wide-format.lo
glibtool: link: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o t/wide-format.t t/.libs/wide-format.o ./.libs/libunibilium.a
rm t/wide-format.lo tools/unibi-put.lo t/static_xterm-256color.lo t/static_xterm.lo t/static_screen-256color.lo t/static_screen.lo tools/gen-static-test.lo t/new-extended-format-static_screen.lo t/00_load.lo tools/unibi-dump.lo t/if-then-else.lo t/static_tmux.lo
[65/106] Performing install step for 'unibilium'
mkdir -p '/Users/dive/Projects/github/neovim/.deps/usr/include'
install -m644 unibilium.h '/Users/dive/Projects/github/neovim/.deps/usr/include'
mkdir -p '/Users/dive/Projects/github/neovim/.deps/usr/lib/pkgconfig'
perl -wpe 'BEGIN { @V{"VERSION", "LIBDIR", "INCDIR"} = splice @ARGV } s/\@(VERSION|LIBDIR|INCDIR)\@/$V{$1}/g' '2.0.0' '/Users/dive/Projects/github/neovim/.deps/usr/lib' '/Users/dive/Projects/github/neovim/.deps/usr/include' <unibilium.pc.in >'/Users/dive/Projects/github/neovim/.deps/usr/lib/pkgconfig/unibilium.pc'
mkdir -p '/Users/dive/Projects/github/neovim/.deps/usr/lib'
glibtool --mode=install cp libunibilium.la '/Users/dive/Projects/github/neovim/.deps/usr/lib/libunibilium.la'
glibtool: install: cp .libs/libunibilium.lai /Users/dive/Projects/github/neovim/.deps/usr/lib/libunibilium.la
glibtool: install: cp .libs/libunibilium.a /Users/dive/Projects/github/neovim/.deps/usr/lib/libunibilium.a
glibtool: install: chmod 644 /Users/dive/Projects/github/neovim/.deps/usr/lib/libunibilium.a
glibtool: install: ranlib /Users/dive/Projects/github/neovim/.deps/usr/lib/libunibilium.a
mkdir -p '/Users/dive/Projects/github/neovim/.deps/usr/share/man/man3'
install -m644 man/unibi_add_ext_bool.3.gz man/unibi_add_ext_num.3.gz man/unibi_add_ext_str.3.gz man/unibi_count_ext_bool.3.gz man/unibi_count_ext_num.3.gz man/unibi_count_ext_str.3.gz man/unibi_del_ext_bool.3.gz man/unibi_destroy.3.gz man/unibi_dummy.3.gz man/unibi_dump.3.gz man/unibi_format.3.gz man/unibi_from_env.3.gz man/unibi_from_fd.3.gz man/unibi_from_file.3.gz man/unibi_from_fp.3.gz man/unibi_from_mem.3.gz man/unibi_from_term.3.gz man/unibi_get_aliases.3.gz man/unibi_get_bool.3.gz man/unibi_get_ext_bool.3.gz man/unibi_get_ext_bool_name.3.gz man/unibi_get_ext_num.3.gz man/unibi_get_ext_num_name.3.gz man/unibi_get_ext_str.3.gz man/unibi_get_ext_str_name.3.gz man/unibi_get_name.3.gz man/unibi_get_num.3.gz man/unibi_get_str.3.gz man/unibi_int_from_var.3.gz man/unibi_name_bool.3.gz man/unibi_name_num.3.gz man/unibi_name_str.3.gz man/unibi_num_from_var.3.gz man/unibi_run.3.gz man/unibi_set_aliases.3.gz man/unibi_set_bool.3.gz man/unibi_set_ext_bool.3.gz man/unibi_set_ext_bool_name.3.gz man/unibi_set_ext_num.3.gz man/unibi_set_ext_num_name.3.gz man/unibi_set_ext_str.3.gz man/unibi_set_ext_str_name.3.gz man/unibi_set_name.3.gz man/unibi_set_num.3.gz man/unibi_set_str.3.gz man/unibi_short_name_bool.3.gz man/unibi_short_name_num.3.gz man/unibi_short_name_str.3.gz man/unibi_str_from_var.3.gz man/unibi_terminfo_dirs.3.gz man/unibi_var_from_num.3.gz man/unibi_var_from_str.3.gz man/unibilium.h.3.gz '/Users/dive/Projects/github/neovim/.deps/usr/share/man/man3'
glibtool --mode=finish '/Users/dive/Projects/github/neovim/.deps/usr/lib'
[66/106] Completed 'unibilium'
[67/106] Creating directories for 'libtermkey'
[68/106] Performing download step for 'libtermkey'
-- file: /Users/dive/Projects/github/neovim/.deps/build/downloads/libtermkey/libtermkey-0.22.tar.gz
-- downloading...
src='http://www.leonerd.org.uk/code/libtermkey/libtermkey-0.22.tar.gz'
dst='/Users/dive/Projects/github/neovim/.deps/build/downloads/libtermkey/libtermkey-0.22.tar.gz'
timeout='none'
-- downloading... done
-- extracting...
src='/Users/dive/Projects/github/neovim/.deps/build/downloads/libtermkey/libtermkey-0.22.tar.gz'
dst='/Users/dive/Projects/github/neovim/.deps/build/src/libtermkey'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean binary dir]
-- extracting... [clean up]
-- extracting... done
[69/106] No update step for 'libtermkey'
[70/106] No patch step for 'libtermkey'
[71/106] No configure step for 'libtermkey'
[72/106] No build step for 'libtermkey'
[73/106] Performing install step for 'libtermkey'
install -d /Users/dive/Projects/github/neovim/.deps/usr/include
install -m644 termkey.h /Users/dive/Projects/github/neovim/.deps/usr/include
install -d /Users/dive/Projects/github/neovim/.deps/usr/lib/pkgconfig
LIBDIR=/Users/dive/Projects/github/neovim/.deps/usr/lib INCDIR=/Users/dive/Projects/github/neovim/.deps/usr/include VERSION=0.22 sh termkey.pc.sh >/Users/dive/Projects/github/neovim/.deps/usr/lib/pkgconfig/termkey.pc
glibtool --quiet --mode=compile --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -fPIC -Og -g -Wall -std=c99 -I/Users/dive/Projects/github/neovim/.deps/usr/include -DHAVE_UNIBILIUM -o termkey.lo -c termkey.c
glibtool --quiet --mode=compile --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -fPIC -Og -g -Wall -std=c99 -I/Users/dive/Projects/github/neovim/.deps/usr/include -DHAVE_UNIBILIUM -o driver-csi.lo -c driver-csi.c
glibtool --quiet --mode=compile --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -fPIC -Og -g -Wall -std=c99 -I/Users/dive/Projects/github/neovim/.deps/usr/include -DHAVE_UNIBILIUM -o driver-ti.lo -c driver-ti.c
glibtool --quiet --mode=link --tag=CC /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -rpath /Users/dive/Projects/github/neovim/.deps/usr/lib -version-info 15:2:14 -static -L/Users/dive/Projects/github/neovim/.deps/usr/lib -lunibilium -o libtermkey.la termkey.lo driver-csi.lo driver-ti.lo
install -d /Users/dive/Projects/github/neovim/.deps/usr/lib
glibtool --quiet --mode=install install libtermkey.la /Users/dive/Projects/github/neovim/.deps/usr/lib/libtermkey.la
install -d /Users/dive/Projects/github/neovim/.deps/usr/share/man/man3
install -d /Users/dive/Projects/github/neovim/.deps/usr/share/man/man7
for F in man/*.3; do \
gzip <$F >/Users/dive/Projects/github/neovim/.deps/usr/share/man/man3/${F#man/}.gz; \
done
for F in man/*.7; do \
gzip <$F >/Users/dive/Projects/github/neovim/.deps/usr/share/man/man7/${F#man/}.gz; \
done
while read FROM EQ TO; do \
echo ln -sf $TO.gz /Users/dive/Projects/github/neovim/.deps/usr/share/man/man3/$FROM.gz; \
done < man/also
ln -sf termkey_new.3.gz /Users/dive/Projects/github/neovim/.deps/usr/share/man/man3/termkey_destroy.3.gz
ln -sf termkey_new.3.gz /Users/dive/Projects/github/neovim/.deps/usr/share/man/man3/termkey_new_abstract.3.gz
ln -sf termkey_set_flags.3.gz /Users/dive/Projects/github/neovim/.deps/usr/share/man/man3/termkey_get_flags.3.gz
ln -sf termkey_set_canonflags.3.gz /Users/dive/Projects/github/neovim/.deps/usr/share/man/man3/termkey_get_canonflags.3.gz
ln -sf termkey_set_buffer_size.3.gz /Users/dive/Projects/github/neovim/.deps/usr/share/man/man3/termkey_get_buffer_size.3.gz
ln -sf termkey_set_waittime.3.gz /Users/dive/Projects/github/neovim/.deps/usr/share/man/man3/termkey_get_waittime.3.gz
ln -sf termkey_getkey.3.gz /Users/dive/Projects/github/neovim/.deps/usr/share/man/man3/termkey_getkey_force.3.gz
ln -sf termkey_start.3.gz /Users/dive/Projects/github/neovim/.deps/usr/share/man/man3/termkey_stop.3.gz
ln -sf termkey_start.3.gz /Users/dive/Projects/github/neovim/.deps/usr/share/man/man3/termkey_is_started.3.gz
glibtool --quiet --mode=finish /Users/dive/Projects/github/neovim/.deps/usr/lib
[74/106] Completed 'libtermkey'
[75/106] Performing configure step for 'libuv'
+ glibtoolize --copy
glibtoolize: putting auxiliary files in '.'.
glibtoolize: copying file './ltmain.sh'
glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
glibtoolize: copying file 'm4/libtool.m4'
glibtoolize: copying file 'm4/ltoptions.m4'
glibtoolize: copying file 'm4/ltsugar.m4'
glibtoolize: copying file 'm4/ltversion.m4'
glibtoolize: copying file 'm4/lt~obsolete.m4'
+ aclocal -I m4
+ autoconf
+ automake --add-missing --copy
configure.ac:36: installing './ar-lib'
configure.ac:25: installing './compile'
configure.ac:22: installing './config.guess'
configure.ac:22: installing './config.sub'
configure.ac:21: installing './install-sh'
configure.ac:21: installing './missing'
Makefile.am: installing './depcomp'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /Users/dive/Projects/github/neovim/.deps/build/src/libuv/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether /usr/bin/make sets $(MAKE)... yes
checking whether /usr/bin/make supports nested variables... yes
checking build system type... aarch64-apple-darwin20.1.0
checking host system type... aarch64-apple-darwin20.1.0
checking for gcc... /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk accepts -g... yes
checking for /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk option to accept ISO C89... none needed
checking whether /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk understands -c and -o together... yes
checking whether /usr/bin/make supports the include directive... yes (GNU style)
checking dependency style of /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk... gcc3
checking for /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk way to treat warnings as errors... -Werror
checking if /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk supports -fvisibility=hidden... yes
checking if /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk supports -g flag... yes
checking if /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk supports -std=gnu89 flag... yes
checking if /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk supports -Wall flag... yes
checking if /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk supports -Wextra flag... yes
checking if /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk supports -Wno-long-long flag... yes
checking if /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk supports -Wno-unused-parameter flag... yes
checking if /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk supports -Wstrict-prototypes flag... yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk... /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 786432
checking how to convert aarch64-apple-darwin20.1.0 file names to aarch64-apple-darwin20.1.0 format... func_convert_file_noop
checking how to convert aarch64-apple-darwin20.1.0 file names to toolchain format... func_convert_file_noop
checking for /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk supports -fno-rtti -fno-exceptions... yes
checking for /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk option to produce PIC... -fno-common -DPIC
checking if /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk PIC flag -fno-common -DPIC works... yes
checking if /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk static flag -static works... no
checking if /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk supports -c -o file.o... yes
checking if /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk supports -c -o file.o... (cached) yes
checking whether the /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk linker (/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin20.1.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking whether /usr/bin/make supports nested variables... (cached) yes
checking for dlopen in -ldl... yes
checking for kstat_lookup in -lkstat... no
checking for gethostbyname in -lnsl... no
checking for perfstat_cpu in -lperfstat... no
checking for pthread_mutex_init in -lpthread... yes
checking for clock_gettime in -lrt... no
checking for sendfile in -lsendfile... no
checking for socket in -lsocket... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking sys/ahafs_evProds.h usability... no
checking sys/ahafs_evProds.h presence... no
checking for sys/ahafs_evProds.h... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libuv.pc
config.status: linking /Users/dive/Projects/github/neovim/.deps/build/src/libuv/test/fixtures/empty_file to test/fixtures/empty_file
config.status: linking /Users/dive/Projects/github/neovim/.deps/build/src/libuv/test/fixtures/load_error.node to test/fixtures/load_error.node
config.status: linking /Users/dive/Projects/github/neovim/.deps/build/src/libuv/test/fixtures/lorem_ipsum.txt to test/fixtures/lorem_ipsum.txt
config.status: executing depfiles commands
config.status: executing libtool commands
[76/106] No build step for 'libuv'
[77/106] Performing install step for 'luajit'
==== Building LuaJIT 2.1.0-beta3 ====
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/usr/bin/make -C src
HOSTCC host/minilua.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -I. -DLUAJIT_TARGET=LUAJIT_ARCH_arm64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -DLUAJIT_NO_UNWIND -c -o host/minilua.o host/minilua.c
HOSTLINK host/minilua
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -o host/minilua host/minilua.o -lm
DYNASM host/buildvm_arch.h
host/minilua ../dynasm/dynasm.lua -D ENDIAN_LE -D P64 -D FFI -D DUALNUM -D FPU -D HFABI -D NO_UNWIND -D VER=80 -o host/buildvm_arch.h vm_arm64.dasc
HOSTCC host/buildvm.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -I. -DLUAJIT_TARGET=LUAJIT_ARCH_arm64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -DLUAJIT_NO_UNWIND -c -o host/buildvm.o host/buildvm.c
HOSTCC host/buildvm_asm.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -I. -DLUAJIT_TARGET=LUAJIT_ARCH_arm64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -DLUAJIT_NO_UNWIND -c -o host/buildvm_asm.o host/buildvm_asm.c
HOSTCC host/buildvm_peobj.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -I. -DLUAJIT_TARGET=LUAJIT_ARCH_arm64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -DLUAJIT_NO_UNWIND -c -o host/buildvm_peobj.o host/buildvm_peobj.c
HOSTCC host/buildvm_lib.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -I. -DLUAJIT_TARGET=LUAJIT_ARCH_arm64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -DLUAJIT_NO_UNWIND -c -o host/buildvm_lib.o host/buildvm_lib.c
HOSTCC host/buildvm_fold.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -I. -DLUAJIT_TARGET=LUAJIT_ARCH_arm64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -DLUAJIT_NO_UNWIND -c -o host/buildvm_fold.o host/buildvm_fold.c
HOSTLINK host/buildvm
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -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_vm.S
host/buildvm -m machasm -o lj_vm.S
ASM lj_vm.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_vm.o lj_vm.S
CC lj_gc.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_gc.o lj_gc.c
BUILDVM lj_ffdef.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
CC lj_err.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_err.o lj_err.c
CC lj_char.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_char.o lj_char.c
BUILDVM lj_bcdef.h
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
CC lj_bc.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_bc.o lj_bc.c
CC lj_obj.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_obj.o lj_obj.c
CC lj_buf.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_buf.o lj_buf.c
CC lj_str.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_str.o lj_str.c
CC lj_tab.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_tab.o lj_tab.c
CC lj_func.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_func.o lj_func.c
CC lj_udata.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_udata.o lj_udata.c
CC lj_meta.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_meta.o lj_meta.c
CC lj_debug.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_debug.o lj_debug.c
CC lj_state.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_state.o lj_state.c
CC lj_dispatch.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_dispatch.o lj_dispatch.c
CC lj_vmevent.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_vmevent.o lj_vmevent.c
CC lj_vmmath.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_vmmath.o lj_vmmath.c
CC lj_strscan.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_strscan.o lj_strscan.c
CC lj_strfmt.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_strfmt.o lj_strfmt.c
CC lj_strfmt_num.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_strfmt_num.o lj_strfmt_num.c
CC lj_api.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_api.o lj_api.c
CC lj_profile.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_profile.o lj_profile.c
CC lj_lex.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_lex.o lj_lex.c
CC lj_parse.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_parse.o lj_parse.c
CC lj_bcread.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_bcread.o lj_bcread.c
CC lj_bcwrite.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_bcwrite.o lj_bcwrite.c
CC lj_load.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_load.o lj_load.c
CC lj_ir.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_ir.o lj_ir.c
CC lj_opt_mem.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_opt_mem.o lj_opt_mem.c
BUILDVM lj_folddef.h
host/buildvm -m folddef -o lj_folddef.h lj_opt_fold.c
CC lj_opt_fold.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_opt_fold.o lj_opt_fold.c
CC lj_opt_narrow.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_opt_narrow.o lj_opt_narrow.c
CC lj_opt_dce.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_opt_dce.o lj_opt_dce.c
CC lj_opt_loop.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_opt_loop.o lj_opt_loop.c
CC lj_opt_split.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_opt_split.o lj_opt_split.c
CC lj_opt_sink.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_opt_sink.o lj_opt_sink.c
CC lj_mcode.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_mcode.o lj_mcode.c
CC lj_snap.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_snap.o lj_snap.c
CC lj_record.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_record.o lj_record.c
CC lj_crecord.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_crecord.o lj_crecord.c
BUILDVM lj_recdef.h
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
CC lj_ffrecord.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_ffrecord.o lj_ffrecord.c
CC lj_asm.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_asm.o lj_asm.c
CC lj_trace.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_trace.o lj_trace.c
CC lj_gdbjit.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_gdbjit.o lj_gdbjit.c
CC lj_ctype.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_ctype.o lj_ctype.c
CC lj_cdata.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_cdata.o lj_cdata.c
CC lj_cconv.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_cconv.o lj_cconv.c
CC lj_ccall.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_ccall.o lj_ccall.c
CC lj_ccallback.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_ccallback.o lj_ccallback.c
CC lj_carith.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_carith.o lj_carith.c
CC lj_clib.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_clib.o lj_clib.c
CC lj_cparse.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_cparse.o lj_cparse.c
CC lj_lib.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_lib.o lj_lib.c
CC lj_alloc.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_alloc.o lj_alloc.c
CC lib_aux.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_aux.o lib_aux.c
BUILDVM lj_libdef.h
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
CC lib_base.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_base.o lib_base.c
CC lib_math.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_math.o lib_math.c
CC lib_bit.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_bit.o lib_bit.c
CC lib_string.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_string.o lib_string.c
CC lib_table.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_table.o lib_table.c
CC lib_io.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_io.o lib_io.c
CC lib_os.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_os.o lib_os.c
CC lib_package.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_package.o lib_package.c
CC lib_debug.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_debug.o lib_debug.c
CC lib_jit.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_jit.o lib_jit.c
CC lib_ffi.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_ffi.o lib_ffi.c
CC lib_init.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_init.o lib_init.c
AR libluajit.a
ar rcus 2>/dev/null libluajit.a lj_vm.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_state.o lj_dispatch.o lj_vmevent.o lj_vmmath.o lj_strscan.o lj_strfmt.o lj_strfmt_num.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_init.o
CC luajit.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUA_USE_APICHECK -DLUA_USE_ASSERT -fno-stack-check -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/Users/dive/Projects/github/neovim/.deps/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o luajit.o luajit.c
BUILDVM jit/vmdef.lua
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
DYNLINK libluajit.so
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -dynamiclib -single_module -undefined dynamic_lookup -fPIC -install_name /Users/dive/Projects/github/neovim/.deps/usr/lib/libluajit-5.1.2.dylib -compatibility_version 2.1 -current_version 2.1.0 -o libluajit.so lj_vm.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_state.o lj_dispatch.o lj_vmevent.o lj_vmmath.o lj_strscan.o lj_strfmt.o lj_strfmt_num.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_init.o -lm
LINK luajit
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -o luajit luajit.o libluajit.a -lm
OK Successfully built LuaJIT
==== Successfully built LuaJIT 2.1.0-beta3 ====
==== Installing LuaJIT 2.1.0-beta3 to /Users/dive/Projects/github/neovim/.deps/usr ====
mkdir -p /Users/dive/Projects/github/neovim/.deps/usr/bin /Users/dive/Projects/github/neovim/.deps/usr/lib /Users/dive/Projects/github/neovim/.deps/usr/include/luajit-2.1 /Users/dive/Projects/github/neovim/.deps/usr/share/man/man1 /Users/dive/Projects/github/neovim/.deps/usr/lib/pkgconfig /Users/dive/Projects/github/neovim/.deps/usr/share/luajit-2.1.0-beta3/jit /Users/dive/Projects/github/neovim/.deps/usr/share/lua/5.1 /Users/dive/Projects/github/neovim/.deps/usr/lib/lua/5.1
cd src && install -m 0755 luajit /Users/dive/Projects/github/neovim/.deps/usr/bin/luajit-2.1.0-beta3
cd src && test -f libluajit.a && install -m 0644 libluajit.a /Users/dive/Projects/github/neovim/.deps/usr/lib/libluajit-5.1.a || :
rm -f /Users/dive/Projects/github/neovim/.deps/usr/lib/libluajit-5.1.2.1.0.dylib /Users/dive/Projects/github/neovim/.deps/usr/lib/libluajit-5.1.dylib /Users/dive/Projects/github/neovim/.deps/usr/lib/libluajit-5.1.2.dylib
cd src && test -f libluajit.so && \
install -m 0755 libluajit.so /Users/dive/Projects/github/neovim/.deps/usr/lib/libluajit-5.1.2.1.0.dylib && \
: /Users/dive/Projects/github/neovim/.deps/usr/lib && \
ln -sf libluajit-5.1.2.1.0.dylib /Users/dive/Projects/github/neovim/.deps/usr/lib/libluajit-5.1.dylib && \
ln -sf libluajit-5.1.2.1.0.dylib /Users/dive/Projects/github/neovim/.deps/usr/lib/libluajit-5.1.2.dylib || :
cd etc && install -m 0644 luajit.1 /Users/dive/Projects/github/neovim/.deps/usr/share/man/man1
cd etc && sed -e "s|^prefix=.*|prefix=/Users/dive/Projects/github/neovim/.deps/usr|" -e "s|^multilib=.*|multilib=lib|" luajit.pc > luajit.pc.tmp && \
install -m 0644 luajit.pc.tmp /Users/dive/Projects/github/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/dive/Projects/github/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 vmdef.lua /Users/dive/Projects/github/neovim/.deps/usr/share/luajit-2.1.0-beta3/jit
==== Successfully installed LuaJIT 2.1.0-beta3 to /Users/dive/Projects/github/neovim/.deps/usr ====
Note: the development releases deliberately do NOT install a symlink for luajit
You can do this now by running this command (with sudo):
ln -sf luajit-2.1.0-beta3 /Users/dive/Projects/github/neovim/.deps/usr/bin/luajit
[78/106] Completed 'luajit'
[79/106] Running utility command for luajit
[80/106] Creating directories for 'luarocks'
[81/106] Performing download step for 'luarocks'
-- file: /Users/dive/Projects/github/neovim/.deps/build/downloads/luarocks/v3.2.1.tar.gz
-- downloading...
src='https://github.com/luarocks/luarocks/archive/v3.2.1.tar.gz'
dst='/Users/dive/Projects/github/neovim/.deps/build/downloads/luarocks/v3.2.1.tar.gz'
timeout='none'
-- downloading... done
-- extracting...
src='/Users/dive/Projects/github/neovim/.deps/build/downloads/luarocks/v3.2.1.tar.gz'
dst='/Users/dive/Projects/github/neovim/.deps/build/src/luarocks'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean binary dir]
-- extracting... [clean up]
-- extracting... done
[82/106] No update step for 'luarocks'
[83/106] No patch step for 'luarocks'
[84/106] Performing configure step for 'luarocks'
Configuring LuaRocks version 3.2.1...
Lua version detected: 5.1
Lua interpreter found: /Users/dive/Projects/github/neovim/.deps/usr/bin/luajit
lua.h found: /Users/dive/Projects/github/neovim/.deps/usr/include/luajit-2.1/lua.h
unzip found in PATH: /usr/bin
Done configuring.
LuaRocks will be installed at......: /Users/dive/Projects/github/neovim/.deps/usr
LuaRocks will install rocks at.....: /Users/dive/Projects/github/neovim/.deps/usr
LuaRocks configuration directory...: /Users/dive/Projects/github/neovim/.deps/usr/etc/luarocks
Using Lua from.....................: /Users/dive/Projects/github/neovim/.deps/usr
Lua include directory..............: /Users/dive/Projects/github/neovim/.deps/usr/include/luajit-2.1
* Type make and make install:
to install to /Users/dive/Projects/github/neovim/.deps/usr as usual.
* Type make bootstrap:
to install LuaRocks into /Users/dive/Projects/github/neovim/.deps/usr as a rock.
[85/106] No build step for 'luarocks'
[86/106] Performing install step for 'luarocks'
mkdir -p "build"
mkdir -p .luarocks
cp ./build/config-5.1.lua .luarocks/config-5.1.lua
rm -f src/luarocks/core/hardcoded.lua
echo "#!/bin/sh" > luarocks
echo "unset LUA_PATH LUA_PATH_5_2 LUA_PATH_5_3 LUA_PATH_5_4 LUA_CPATH LUA_CPATH_5_2 LUA_CPATH_5_3 LUA_CPATH_5_4" >> luarocks
echo 'LUAROCKS_SYSCONFDIR="/Users/dive/Projects/github/neovim/.deps/usr/etc/luarocks" LUA_PATH="/Volumes/Extended/Projects/github/neovim/.deps/build/src/luarocks/src/?.lua;;" exec "/Users/dive/Projects/github/neovim/.deps/usr/bin/luajit" "/Volumes/Extended/Projects/github/neovim/.deps/build/src/luarocks/src/bin/luarocks" --project-tree="/Volumes/Extended/Projects/github/neovim/.deps/build/src/luarocks/lua_modules" "$@"' >> luarocks
chmod +rx ./luarocks
./luarocks init
Initializing project 'luarocks' for Lua 5.1 ...
-----------------------------------------------
Checking your Lua installation ...
Adding entries to .gitignore ...
Preparing ./.luarocks/ ...
Wrote .luarocks/config-5.1.lua
Preparing ./lua_modules/ ...
./luarocks already exists. Not overwriting it!
Preparing ./lua for version 5.1...
mkdir -p "/Users/dive/Projects/github/neovim/.deps/usr/etc/luarocks"
install -m 644 "build/config-5.1.lua" "/Users/dive/Projects/github/neovim/.deps/usr/etc/luarocks/config-5.1.lua"
./luarocks make --tree="/Users/dive/Projects/github/neovim/.deps/usr"
No existing manifest. Attempting to rebuild...
luarocks 3.2.1-1 is now installed in /Users/dive/Projects/github/neovim/.deps/usr (license: MIT)
[87/106] Completed 'luarocks'
[88/106] Generating usr/lib/luarocks/rocks-5.1/mpack
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -O2 -fPIC -I/Users/dive/Projects/github/neovim/.deps/usr/include/luajit-2.1 -c lmpack.c -o lmpack.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -bundle -undefined dynamic_lookup -all_load -o mpack.so lmpack.o
mpack 1.0.8-0 is now installed in /Users/dive/Projects/github/neovim/.deps/usr (license: MIT)
[89/106] Performing install step for 'libuv'
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/libuv_la-fs-poll.lo -MD -MP -MF src/.deps/libuv_la-fs-poll.Tpo -c -o src/libuv_la-fs-poll.lo `test -f 'src/fs-poll.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/fs-poll.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/libuv_la-fs-poll.lo -MD -MP -MF src/.deps/libuv_la-fs-poll.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/fs-poll.c -fno-common -DPIC -o src/libuv_la-fs-poll.o
mv -f src/.deps/libuv_la-fs-poll.Tpo src/.deps/libuv_la-fs-poll.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/libuv_la-idna.lo -MD -MP -MF src/.deps/libuv_la-idna.Tpo -c -o src/libuv_la-idna.lo `test -f 'src/idna.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/idna.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/libuv_la-idna.lo -MD -MP -MF src/.deps/libuv_la-idna.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/idna.c -fno-common -DPIC -o src/libuv_la-idna.o
mv -f src/.deps/libuv_la-idna.Tpo src/.deps/libuv_la-idna.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/libuv_la-inet.lo -MD -MP -MF src/.deps/libuv_la-inet.Tpo -c -o src/libuv_la-inet.lo `test -f 'src/inet.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/inet.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/libuv_la-inet.lo -MD -MP -MF src/.deps/libuv_la-inet.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/inet.c -fno-common -DPIC -o src/libuv_la-inet.o
mv -f src/.deps/libuv_la-inet.Tpo src/.deps/libuv_la-inet.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/libuv_la-random.lo -MD -MP -MF src/.deps/libuv_la-random.Tpo -c -o src/libuv_la-random.lo `test -f 'src/random.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/random.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/libuv_la-random.lo -MD -MP -MF src/.deps/libuv_la-random.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/random.c -fno-common -DPIC -o src/libuv_la-random.o
mv -f src/.deps/libuv_la-random.Tpo src/.deps/libuv_la-random.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/libuv_la-strscpy.lo -MD -MP -MF src/.deps/libuv_la-strscpy.Tpo -c -o src/libuv_la-strscpy.lo `test -f 'src/strscpy.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/strscpy.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/libuv_la-strscpy.lo -MD -MP -MF src/.deps/libuv_la-strscpy.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/strscpy.c -fno-common -DPIC -o src/libuv_la-strscpy.o
mv -f src/.deps/libuv_la-strscpy.Tpo src/.deps/libuv_la-strscpy.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/libuv_la-threadpool.lo -MD -MP -MF src/.deps/libuv_la-threadpool.Tpo -c -o src/libuv_la-threadpool.lo `test -f 'src/threadpool.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/threadpool.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/libuv_la-threadpool.lo -MD -MP -MF src/.deps/libuv_la-threadpool.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/threadpool.c -fno-common -DPIC -o src/libuv_la-threadpool.o
mv -f src/.deps/libuv_la-threadpool.Tpo src/.deps/libuv_la-threadpool.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/libuv_la-timer.lo -MD -MP -MF src/.deps/libuv_la-timer.Tpo -c -o src/libuv_la-timer.lo `test -f 'src/timer.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/timer.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/libuv_la-timer.lo -MD -MP -MF src/.deps/libuv_la-timer.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/timer.c -fno-common -DPIC -o src/libuv_la-timer.o
mv -f src/.deps/libuv_la-timer.Tpo src/.deps/libuv_la-timer.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/libuv_la-uv-data-getter-setters.lo -MD -MP -MF src/.deps/libuv_la-uv-data-getter-setters.Tpo -c -o src/libuv_la-uv-data-getter-setters.lo `test -f 'src/uv-data-getter-setters.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/uv-data-getter-setters.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/libuv_la-uv-data-getter-setters.lo -MD -MP -MF src/.deps/libuv_la-uv-data-getter-setters.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/uv-data-getter-setters.c -fno-common -DPIC -o src/libuv_la-uv-data-getter-setters.o
mv -f src/.deps/libuv_la-uv-data-getter-setters.Tpo src/.deps/libuv_la-uv-data-getter-setters.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/libuv_la-uv-common.lo -MD -MP -MF src/.deps/libuv_la-uv-common.Tpo -c -o src/libuv_la-uv-common.lo `test -f 'src/uv-common.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/uv-common.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/libuv_la-uv-common.lo -MD -MP -MF src/.deps/libuv_la-uv-common.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/uv-common.c -fno-common -DPIC -o src/libuv_la-uv-common.o
mv -f src/.deps/libuv_la-uv-common.Tpo src/.deps/libuv_la-uv-common.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/libuv_la-version.lo -MD -MP -MF src/.deps/libuv_la-version.Tpo -c -o src/libuv_la-version.lo `test -f 'src/version.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/version.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/libuv_la-version.lo -MD -MP -MF src/.deps/libuv_la-version.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/version.c -fno-common -DPIC -o src/libuv_la-version.o
mv -f src/.deps/libuv_la-version.Tpo src/.deps/libuv_la-version.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-async.lo -MD -MP -MF src/unix/.deps/libuv_la-async.Tpo -c -o src/unix/libuv_la-async.lo `test -f 'src/unix/async.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/unix/async.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-async.lo -MD -MP -MF src/unix/.deps/libuv_la-async.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix/async.c -fno-common -DPIC -o src/unix/libuv_la-async.o
mv -f src/unix/.deps/libuv_la-async.Tpo src/unix/.deps/libuv_la-async.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-core.lo -MD -MP -MF src/unix/.deps/libuv_la-core.Tpo -c -o src/unix/libuv_la-core.lo `test -f 'src/unix/core.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/unix/core.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-core.lo -MD -MP -MF src/unix/.deps/libuv_la-core.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix/core.c -fno-common -DPIC -o src/unix/libuv_la-core.o
mv -f src/unix/.deps/libuv_la-core.Tpo src/unix/.deps/libuv_la-core.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-dl.lo -MD -MP -MF src/unix/.deps/libuv_la-dl.Tpo -c -o src/unix/libuv_la-dl.lo `test -f 'src/unix/dl.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/unix/dl.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-dl.lo -MD -MP -MF src/unix/.deps/libuv_la-dl.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix/dl.c -fno-common -DPIC -o src/unix/libuv_la-dl.o
mv -f src/unix/.deps/libuv_la-dl.Tpo src/unix/.deps/libuv_la-dl.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-fs.lo -MD -MP -MF src/unix/.deps/libuv_la-fs.Tpo -c -o src/unix/libuv_la-fs.lo `test -f 'src/unix/fs.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/unix/fs.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-fs.lo -MD -MP -MF src/unix/.deps/libuv_la-fs.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix/fs.c -fno-common -DPIC -o src/unix/libuv_la-fs.o
mv -f src/unix/.deps/libuv_la-fs.Tpo src/unix/.deps/libuv_la-fs.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-getaddrinfo.lo -MD -MP -MF src/unix/.deps/libuv_la-getaddrinfo.Tpo -c -o src/unix/libuv_la-getaddrinfo.lo `test -f 'src/unix/getaddrinfo.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/unix/getaddrinfo.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-getaddrinfo.lo -MD -MP -MF src/unix/.deps/libuv_la-getaddrinfo.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix/getaddrinfo.c -fno-common -DPIC -o src/unix/libuv_la-getaddrinfo.o
mv -f src/unix/.deps/libuv_la-getaddrinfo.Tpo src/unix/.deps/libuv_la-getaddrinfo.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-getnameinfo.lo -MD -MP -MF src/unix/.deps/libuv_la-getnameinfo.Tpo -c -o src/unix/libuv_la-getnameinfo.lo `test -f 'src/unix/getnameinfo.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/unix/getnameinfo.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-getnameinfo.lo -MD -MP -MF src/unix/.deps/libuv_la-getnameinfo.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix/getnameinfo.c -fno-common -DPIC -o src/unix/libuv_la-getnameinfo.o
mv -f src/unix/.deps/libuv_la-getnameinfo.Tpo src/unix/.deps/libuv_la-getnameinfo.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-loop-watcher.lo -MD -MP -MF src/unix/.deps/libuv_la-loop-watcher.Tpo -c -o src/unix/libuv_la-loop-watcher.lo `test -f 'src/unix/loop-watcher.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/unix/loop-watcher.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-loop-watcher.lo -MD -MP -MF src/unix/.deps/libuv_la-loop-watcher.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix/loop-watcher.c -fno-common -DPIC -o src/unix/libuv_la-loop-watcher.o
mv -f src/unix/.deps/libuv_la-loop-watcher.Tpo src/unix/.deps/libuv_la-loop-watcher.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-loop.lo -MD -MP -MF src/unix/.deps/libuv_la-loop.Tpo -c -o src/unix/libuv_la-loop.lo `test -f 'src/unix/loop.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/unix/loop.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-loop.lo -MD -MP -MF src/unix/.deps/libuv_la-loop.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix/loop.c -fno-common -DPIC -o src/unix/libuv_la-loop.o
mv -f src/unix/.deps/libuv_la-loop.Tpo src/unix/.deps/libuv_la-loop.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-pipe.lo -MD -MP -MF src/unix/.deps/libuv_la-pipe.Tpo -c -o src/unix/libuv_la-pipe.lo `test -f 'src/unix/pipe.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/unix/pipe.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-pipe.lo -MD -MP -MF src/unix/.deps/libuv_la-pipe.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix/pipe.c -fno-common -DPIC -o src/unix/libuv_la-pipe.o
mv -f src/unix/.deps/libuv_la-pipe.Tpo src/unix/.deps/libuv_la-pipe.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-poll.lo -MD -MP -MF src/unix/.deps/libuv_la-poll.Tpo -c -o src/unix/libuv_la-poll.lo `test -f 'src/unix/poll.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/unix/poll.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-poll.lo -MD -MP -MF src/unix/.deps/libuv_la-poll.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix/poll.c -fno-common -DPIC -o src/unix/libuv_la-poll.o
mv -f src/unix/.deps/libuv_la-poll.Tpo src/unix/.deps/libuv_la-poll.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-process.lo -MD -MP -MF src/unix/.deps/libuv_la-process.Tpo -c -o src/unix/libuv_la-process.lo `test -f 'src/unix/process.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/unix/process.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-process.lo -MD -MP -MF src/unix/.deps/libuv_la-process.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix/process.c -fno-common -DPIC -o src/unix/libuv_la-process.o
mv -f src/unix/.deps/libuv_la-process.Tpo src/unix/.deps/libuv_la-process.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-random-devurandom.lo -MD -MP -MF src/unix/.deps/libuv_la-random-devurandom.Tpo -c -o src/unix/libuv_la-random-devurandom.lo `test -f 'src/unix/random-devurandom.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/unix/random-devurandom.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-random-devurandom.lo -MD -MP -MF src/unix/.deps/libuv_la-random-devurandom.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix/random-devurandom.c -fno-common -DPIC -o src/unix/libuv_la-random-devurandom.o
mv -f src/unix/.deps/libuv_la-random-devurandom.Tpo src/unix/.deps/libuv_la-random-devurandom.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-signal.lo -MD -MP -MF src/unix/.deps/libuv_la-signal.Tpo -c -o src/unix/libuv_la-signal.lo `test -f 'src/unix/signal.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/unix/signal.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-signal.lo -MD -MP -MF src/unix/.deps/libuv_la-signal.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix/signal.c -fno-common -DPIC -o src/unix/libuv_la-signal.o
mv -f src/unix/.deps/libuv_la-signal.Tpo src/unix/.deps/libuv_la-signal.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-stream.lo -MD -MP -MF src/unix/.deps/libuv_la-stream.Tpo -c -o src/unix/libuv_la-stream.lo `test -f 'src/unix/stream.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/unix/stream.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-stream.lo -MD -MP -MF src/unix/.deps/libuv_la-stream.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix/stream.c -fno-common -DPIC -o src/unix/libuv_la-stream.o
mv -f src/unix/.deps/libuv_la-stream.Tpo src/unix/.deps/libuv_la-stream.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-tcp.lo -MD -MP -MF src/unix/.deps/libuv_la-tcp.Tpo -c -o src/unix/libuv_la-tcp.lo `test -f 'src/unix/tcp.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/unix/tcp.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-tcp.lo -MD -MP -MF src/unix/.deps/libuv_la-tcp.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix/tcp.c -fno-common -DPIC -o src/unix/libuv_la-tcp.o
mv -f src/unix/.deps/libuv_la-tcp.Tpo src/unix/.deps/libuv_la-tcp.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-thread.lo -MD -MP -MF src/unix/.deps/libuv_la-thread.Tpo -c -o src/unix/libuv_la-thread.lo `test -f 'src/unix/thread.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/unix/thread.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-thread.lo -MD -MP -MF src/unix/.deps/libuv_la-thread.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix/thread.c -fno-common -DPIC -o src/unix/libuv_la-thread.o
mv -f src/unix/.deps/libuv_la-thread.Tpo src/unix/.deps/libuv_la-thread.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-tty.lo -MD -MP -MF src/unix/.deps/libuv_la-tty.Tpo -c -o src/unix/libuv_la-tty.lo `test -f 'src/unix/tty.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/unix/tty.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-tty.lo -MD -MP -MF src/unix/.deps/libuv_la-tty.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix/tty.c -fno-common -DPIC -o src/unix/libuv_la-tty.o
mv -f src/unix/.deps/libuv_la-tty.Tpo src/unix/.deps/libuv_la-tty.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-udp.lo -MD -MP -MF src/unix/.deps/libuv_la-udp.Tpo -c -o src/unix/libuv_la-udp.lo `test -f 'src/unix/udp.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/unix/udp.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-udp.lo -MD -MP -MF src/unix/.deps/libuv_la-udp.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix/udp.c -fno-common -DPIC -o src/unix/libuv_la-udp.o
mv -f src/unix/.deps/libuv_la-udp.Tpo src/unix/.deps/libuv_la-udp.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-bsd-ifaddrs.lo -MD -MP -MF src/unix/.deps/libuv_la-bsd-ifaddrs.Tpo -c -o src/unix/libuv_la-bsd-ifaddrs.lo `test -f 'src/unix/bsd-ifaddrs.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/unix/bsd-ifaddrs.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-bsd-ifaddrs.lo -MD -MP -MF src/unix/.deps/libuv_la-bsd-ifaddrs.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix/bsd-ifaddrs.c -fno-common -DPIC -o src/unix/libuv_la-bsd-ifaddrs.o
mv -f src/unix/.deps/libuv_la-bsd-ifaddrs.Tpo src/unix/.deps/libuv_la-bsd-ifaddrs.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-darwin.lo -MD -MP -MF src/unix/.deps/libuv_la-darwin.Tpo -c -o src/unix/libuv_la-darwin.lo `test -f 'src/unix/darwin.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/unix/darwin.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-darwin.lo -MD -MP -MF src/unix/.deps/libuv_la-darwin.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix/darwin.c -fno-common -DPIC -o src/unix/libuv_la-darwin.o
mv -f src/unix/.deps/libuv_la-darwin.Tpo src/unix/.deps/libuv_la-darwin.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-darwin-proctitle.lo -MD -MP -MF src/unix/.deps/libuv_la-darwin-proctitle.Tpo -c -o src/unix/libuv_la-darwin-proctitle.lo `test -f 'src/unix/darwin-proctitle.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/unix/darwin-proctitle.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-darwin-proctitle.lo -MD -MP -MF src/unix/.deps/libuv_la-darwin-proctitle.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix/darwin-proctitle.c -fno-common -DPIC -o src/unix/libuv_la-darwin-proctitle.o
mv -f src/unix/.deps/libuv_la-darwin-proctitle.Tpo src/unix/.deps/libuv_la-darwin-proctitle.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-fsevents.lo -MD -MP -MF src/unix/.deps/libuv_la-fsevents.Tpo -c -o src/unix/libuv_la-fsevents.lo `test -f 'src/unix/fsevents.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/unix/fsevents.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-fsevents.lo -MD -MP -MF src/unix/.deps/libuv_la-fsevents.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix/fsevents.c -fno-common -DPIC -o src/unix/libuv_la-fsevents.o
mv -f src/unix/.deps/libuv_la-fsevents.Tpo src/unix/.deps/libuv_la-fsevents.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-kqueue.lo -MD -MP -MF src/unix/.deps/libuv_la-kqueue.Tpo -c -o src/unix/libuv_la-kqueue.lo `test -f 'src/unix/kqueue.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/unix/kqueue.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-kqueue.lo -MD -MP -MF src/unix/.deps/libuv_la-kqueue.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix/kqueue.c -fno-common -DPIC -o src/unix/libuv_la-kqueue.o
mv -f src/unix/.deps/libuv_la-kqueue.Tpo src/unix/.deps/libuv_la-kqueue.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-proctitle.lo -MD -MP -MF src/unix/.deps/libuv_la-proctitle.Tpo -c -o src/unix/libuv_la-proctitle.lo `test -f 'src/unix/proctitle.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/unix/proctitle.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-proctitle.lo -MD -MP -MF src/unix/.deps/libuv_la-proctitle.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix/proctitle.c -fno-common -DPIC -o src/unix/libuv_la-proctitle.o
mv -f src/unix/.deps/libuv_la-proctitle.Tpo src/unix/.deps/libuv_la-proctitle.Plo
/bin/sh ./libtool --tag=CC --mode=compile /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" -DPACKAGE_STRING=\"libuv\ 1.34.2\" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-random-getentropy.lo -MD -MP -MF src/unix/.deps/libuv_la-random-getentropy.Tpo -c -o src/unix/libuv_la-random-getentropy.lo `test -f 'src/unix/random-getentropy.c' || echo '/Users/dive/Projects/github/neovim/.deps/build/src/libuv/'`src/unix/random-getentropy.c
libtool: compile: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNAME=\"libuv\" -DPACKAGE_VERSION=\"1.34.2\" "-DPACKAGE_STRING=\"libuv 1.34.2\"" -DPACKAGE_BUGREPORT=\"https://github.com/libuv/libuv/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libuv\" -DVERSION=\"1.34.2\" -DSUPPORT_FLAG_VISIBILITY=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBDL=1 -DHAVE_LIBPTHREAD=1 -I. -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/include -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src -I/Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -MT src/unix/libuv_la-random-getentropy.lo -MD -MP -MF src/unix/.deps/libuv_la-random-getentropy.Tpo -c /Users/dive/Projects/github/neovim/.deps/build/src/libuv/src/unix/random-getentropy.c -fno-common -DPIC -o src/unix/libuv_la-random-getentropy.o
mv -f src/unix/.deps/libuv_la-random-getentropy.Tpo src/unix/.deps/libuv_la-random-getentropy.Plo
/bin/sh ./libtool --tag=CC --mode=link /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -D_DARWIN_USE_64_BIT_INODE=1 -D_DARWIN_UNLIMITED_SELECT=1 -g -O2 -g -std=gnu89 -Wall -Wextra -Wno-long-long -Wno-unused-parameter -Wstrict-prototypes -no-undefined -version-info 1:0:0 -o libuv.la -rpath /Users/dive/Projects/github/neovim/.deps/usr/lib src/libuv_la-fs-poll.lo src/libuv_la-idna.lo src/libuv_la-inet.lo src/libuv_la-random.lo src/libuv_la-strscpy.lo src/libuv_la-threadpool.lo src/libuv_la-timer.lo src/libuv_la-uv-data-getter-setters.lo src/libuv_la-uv-common.lo src/libuv_la-version.lo src/unix/libuv_la-async.lo src/unix/libuv_la-core.lo src/unix/libuv_la-dl.lo src/unix/libuv_la-fs.lo src/unix/libuv_la-getaddrinfo.lo src/unix/libuv_la-getnameinfo.lo src/unix/libuv_la-loop-watcher.lo src/unix/libuv_la-loop.lo src/unix/libuv_la-pipe.lo src/unix/libuv_la-poll.lo src/unix/libuv_la-process.lo src/unix/libuv_la-random-devurandom.lo src/unix/libuv_la-signal.lo src/unix/libuv_la-stream.lo src/unix/libuv_la-tcp.lo src/unix/libuv_la-thread.lo src/unix/libuv_la-tty.lo src/unix/libuv_la-udp.lo src/unix/libuv_la-bsd-ifaddrs.lo src/unix/libuv_la-darwin.lo src/unix/libuv_la-darwin-proctitle.lo src/unix/libuv_la-fsevents.lo src/unix/libuv_la-kqueue.lo src/unix/libuv_la-proctitle.lo src/unix/libuv_la-random-getentropy.lo -lpthread -ldl
libtool: link: ar cru .libs/libuv.a src/libuv_la-fs-poll.o src/libuv_la-idna.o src/libuv_la-inet.o src/libuv_la-random.o src/libuv_la-strscpy.o src/libuv_la-threadpool.o src/libuv_la-timer.o src/libuv_la-uv-data-getter-setters.o src/libuv_la-uv-common.o src/libuv_la-version.o src/unix/libuv_la-async.o src/unix/libuv_la-core.o src/unix/libuv_la-dl.o src/unix/libuv_la-fs.o src/unix/libuv_la-getaddrinfo.o src/unix/libuv_la-getnameinfo.o src/unix/libuv_la-loop-watcher.o src/unix/libuv_la-loop.o src/unix/libuv_la-pipe.o src/unix/libuv_la-poll.o src/unix/libuv_la-process.o src/unix/libuv_la-random-devurandom.o src/unix/libuv_la-signal.o src/unix/libuv_la-stream.o src/unix/libuv_la-tcp.o src/unix/libuv_la-thread.o src/unix/libuv_la-tty.o src/unix/libuv_la-udp.o src/unix/libuv_la-bsd-ifaddrs.o src/unix/libuv_la-darwin.o src/unix/libuv_la-darwin-proctitle.o src/unix/libuv_la-fsevents.o src/unix/libuv_la-kqueue.o src/unix/libuv_la-proctitle.o src/unix/libuv_la-random-getentropy.o
libtool: link: ranlib .libs/libuv.a
libtool: link: ( cd ".libs" && rm -f "libuv.la" && ln -s "../libuv.la" "libuv.la" )
/Users/dive/Projects/github/neovim/.deps/build/src/libuv/install-sh -c -d '/Users/dive/Projects/github/neovim/.deps/usr/lib'
/bin/sh ./libtool --mode=install /usr/bin/install -c libuv.la '/Users/dive/Projects/github/neovim/.deps/usr/lib'
libtool: install: /usr/bin/install -c .libs/libuv.lai /Users/dive/Projects/github/neovim/.deps/usr/lib/libuv.la
libtool: install: /usr/bin/install -c .libs/libuv.a /Users/dive/Projects/github/neovim/.deps/usr/lib/libuv.a
libtool: install: chmod 644 /Users/dive/Projects/github/neovim/.deps/usr/lib/libuv.a
libtool: install: ranlib /Users/dive/Projects/github/neovim/.deps/usr/lib/libuv.a
/Users/dive/Projects/github/neovim/.deps/build/src/libuv/install-sh -c -d '/Users/dive/Projects/github/neovim/.deps/usr/include'
/usr/bin/install -c -m 644 /Users/dive/Projects/github/neovim/.deps/build/src/libuv/include/uv.h '/Users/dive/Projects/github/neovim/.deps/usr/include'
/Users/dive/Projects/github/neovim/.deps/build/src/libuv/install-sh -c -d '/Users/dive/Projects/github/neovim/.deps/usr/lib/pkgconfig'
/usr/bin/install -c -m 644 libuv.pc '/Users/dive/Projects/github/neovim/.deps/usr/lib/pkgconfig'
/Users/dive/Projects/github/neovim/.deps/build/src/libuv/install-sh -c -d '/Users/dive/Projects/github/neovim/.deps/usr/include/uv'
/usr/bin/install -c -m 644 /Users/dive/Projects/github/neovim/.deps/build/src/libuv/include/uv/errno.h /Users/dive/Projects/github/neovim/.deps/build/src/libuv/include/uv/threadpool.h /Users/dive/Projects/github/neovim/.deps/build/src/libuv/include/uv/version.h /Users/dive/Projects/github/neovim/.deps/build/src/libuv/include/uv/unix.h /Users/dive/Projects/github/neovim/.deps/build/src/libuv/include/uv/darwin.h '/Users/dive/Projects/github/neovim/.deps/usr/include/uv'
[90/106] Completed 'libuv'
[91/106] Creating directories for 'luv-static'
[92/106] Performing download step for 'luv-static'
-- file: /Users/dive/Projects/github/neovim/.deps/build/downloads/luv/1.30.1-1.tar.gz
-- downloading...
src='https://github.com/luvit/luv/archive/1.30.1-1.tar.gz'
dst='/Users/dive/Projects/github/neovim/.deps/build/downloads/luv/1.30.1-1.tar.gz'
timeout='none'
-- downloading... done
-- extracting...
src='/Users/dive/Projects/github/neovim/.deps/build/downloads/luv/1.30.1-1.tar.gz'
dst='/Users/dive/Projects/github/neovim/.deps/build/src/luv'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean binary dir]
-- extracting... [clean up]
-- extracting... done
[93/106] No update step for 'luv-static'
[94/106] Performing patch step for 'luv-static'
[95/106] Performing configure step for 'luv-static'
-- The C compiler identification is AppleClang 12.0.0.12000032
-- The ASM compiler identification is Clang
-- Found assembler: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
CMake Warning (dev) at /opt/local/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
The package name passed to `find_package_handle_standard_args` (LIBUV) does
not match the name of the calling package (Libuv). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake/Modules/FindLibuv.cmake:33 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:62 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found LIBUV: /Users/dive/Projects/github/neovim/.deps/usr/lib/libuv.a
CMake Warning (dev) at /opt/local/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
The package name passed to `find_package_handle_standard_args` (LUAJIT)
does not match the name of the calling package (LuaJIT). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake/Modules/FindLuaJIT.cmake:55 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:106 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found LUAJIT: /Users/dive/Projects/github/neovim/.deps/usr/lib/libluajit-5.1.dylib
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/dive/Projects/github/neovim/.deps/build/src/luv-static-build
[96/106] Performing build step for 'luv-static'
[1/2] Building C object CMakeFiles/luv.dir/src/luv.c.o
[2/2] Linking C static library libluv.a
[97/106] Performing install step for 'luv-static'
[0/1] Install the project...
-- Install configuration: "Release"
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/lib/libluv.a
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/lib/pkgconfig/libluv.pc
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/luv/luv.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/luv/util.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/luv/lhandle.h
-- Installing: /Users/dive/Projects/github/neovim/.deps/usr/include/luv/lreq.h
[98/106] Completed 'luv-static'
[99/106] Generating usr/lib/luarocks/rocks-5.1/lpeg
In file included from lpcap.c:9:
In file included from ./lpcap.h:9:
./lptypes.h:38:9: warning: 'luaL_newlib' macro redefined [-Wmacro-redefined]
#define luaL_newlib(L,f) luaL_register(L,"lpeg",f)
^
/Users/dive/Projects/github/neovim/.deps/usr/include/luajit-2.1/lauxlib.h:125:9: note: previous definition is here
#define luaL_newlib(L, l) (luaL_newlibtable(L, l), luaL_setfuncs(L, l, 0))
^
1 warning generated.
In file included from lpcode.c:12:
./lptypes.h:38:9: warning: 'luaL_newlib' macro redefined [-Wmacro-redefined]
#define luaL_newlib(L,f) luaL_register(L,"lpeg",f)
^
/Users/dive/Projects/github/neovim/.deps/usr/include/luajit-2.1/lauxlib.h:125:9: note: previous definition is here
#define luaL_newlib(L, l) (luaL_newlibtable(L, l), luaL_setfuncs(L, l, 0))
^
1 warning generated.
In file included from lptree.c:14:
./lptypes.h:38:9: warning: 'luaL_newlib' macro redefined [-Wmacro-redefined]
#define luaL_newlib(L,f) luaL_register(L,"lpeg",f)
^
/Users/dive/Projects/github/neovim/.deps/usr/include/luajit-2.1/lauxlib.h:125:9: note: previous definition is here
#define luaL_newlib(L, l) (luaL_newlibtable(L, l), luaL_setfuncs(L, l, 0))
^
1 warning generated.
In file included from lpvm.c:13:
In file included from ./lpcap.h:9:
./lptypes.h:38:9: warning: 'luaL_newlib' macro redefined [-Wmacro-redefined]
#define luaL_newlib(L,f) luaL_register(L,"lpeg",f)
^
/Users/dive/Projects/github/neovim/.deps/usr/include/luajit-2.1/lauxlib.h:125:9: note: previous definition is here
#define luaL_newlib(L, l) (luaL_newlibtable(L, l), luaL_setfuncs(L, l, 0))
^
1 warning generated.
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -O2 -fPIC -I/Users/dive/Projects/github/neovim/.deps/usr/include/luajit-2.1 -c lpcap.c -o lpcap.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -O2 -fPIC -I/Users/dive/Projects/github/neovim/.deps/usr/include/luajit-2.1 -c lpcode.c -o lpcode.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -O2 -fPIC -I/Users/dive/Projects/github/neovim/.deps/usr/include/luajit-2.1 -c lpprint.c -o lpprint.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -O2 -fPIC -I/Users/dive/Projects/github/neovim/.deps/usr/include/luajit-2.1 -c lptree.c -o lptree.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -O2 -fPIC -I/Users/dive/Projects/github/neovim/.deps/usr/include/luajit-2.1 -c lpvm.c -o lpvm.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -bundle -undefined dynamic_lookup -all_load -o lpeg.so lpcap.o lpcode.o lpprint.o lptree.o lpvm.o
lpeg 1.0.2-1 is now installed in /Users/dive/Projects/github/neovim/.deps/usr (license: MIT/X11)
[100/106] Generating usr/lib/luarocks/rocks-5.1/penlight
Missing dependencies for penlight 1.5.4-1:
luafilesystem (not installed)
penlight 1.5.4-1 depends on luafilesystem (not installed)
Installing https://luarocks.org/luafilesystem-1.8.0-1.src.rock
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -O2 -fPIC -I/Users/dive/Projects/github/neovim/.deps/usr/include/luajit-2.1 -c src/lfs.c -o src/lfs.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -bundle -undefined dynamic_lookup -all_load -o lfs.so src/lfs.o
luafilesystem 1.8.0-1 is now installed in /Users/dive/Projects/github/neovim/.deps/usr (license: MIT/X11)
penlight 1.5.4-1 is now installed in /Users/dive/Projects/github/neovim/.deps/usr (license: MIT/X11)
[101/106] Generating usr/bin/busted
Missing dependencies for busted 2.0.0-1:
lua_cliargs 3.0 (not installed)
luasystem >= 0.2.0 (not installed)
dkjson >= 2.1.0 (not installed)
say >= 1.3 (not installed)
luassert >= 1.8.0 (not installed)
lua-term >= 0.1 (not installed)
mediator_lua >= 1.1.1 (not installed)
busted 2.0.0-1 depends on lua_cliargs 3.0 (not installed)
Installing https://luarocks.org/lua_cliargs-3.0-2.src.rock
src/time.c:22:7: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
#if !(HAVE_CLOCK_GETTIME)
^
src/time.c:20:90: note: expanded from macro 'HAVE_CLOCK_GETTIME'
#define HAVE_CLOCK_GETTIME (MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_12 || defined(CLOCK_MONOTONIC))
^
1 warning generated.
lua_cliargs 3.0-2 is now installed in /Users/dive/Projects/github/neovim/.deps/usr (license: MIT <http://opensource.org/licenses/MIT>)
busted 2.0.0-1 depends on luasystem >= 0.2.0 (not installed)
Installing https://luarocks.org/luasystem-0.2.1-0.src.rock
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -O2 -fPIC -I/Users/dive/Projects/github/neovim/.deps/usr/include/luajit-2.1 -c src/core.c -o src/core.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -O2 -fPIC -I/Users/dive/Projects/github/neovim/.deps/usr/include/luajit-2.1 -c src/compat.c -o src/compat.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -O2 -fPIC -I/Users/dive/Projects/github/neovim/.deps/usr/include/luajit-2.1 -c src/time.c -o src/time.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -bundle -undefined dynamic_lookup -all_load -o system/core.so src/core.o src/compat.o src/time.o
luasystem 0.2.1-0 is now installed in /Users/dive/Projects/github/neovim/.deps/usr (license: MIT <http://opensource.org/licenses/MIT>)
busted 2.0.0-1 depends on dkjson >= 2.1.0 (not installed)
Installing https://luarocks.org/dkjson-2.5-2.src.rock
dkjson 2.5-2 is now installed in /Users/dive/Projects/github/neovim/.deps/usr (license: MIT/X11)
busted 2.0.0-1 depends on say >= 1.3 (not installed)
Installing https://luarocks.org/say-1.3-1.rockspec
say 1.3-1 is now installed in /Users/dive/Projects/github/neovim/.deps/usr (license: MIT <http://opensource.org/licenses/MIT>)
busted 2.0.0-1 depends on luassert >= 1.8.0 (not installed)
Installing https://luarocks.org/luassert-1.8.0-0.rockspec
luassert 1.8.0-0 is now installed in /Users/dive/Projects/github/neovim/.deps/usr (license: MIT <http://opensource.org/licenses/MIT>)
busted 2.0.0-1 depends on lua-term >= 0.1 (not installed)
Installing https://luarocks.org/lua-term-0.7-1.rockspec
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -O2 -fPIC -I/Users/dive/Projects/github/neovim/.deps/usr/include/luajit-2.1 -c core.c -o core.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -bundle -undefined dynamic_lookup -all_load -o term/core.so core.o
lua-term 0.7-1 is now installed in /Users/dive/Projects/github/neovim/.deps/usr (license: MIT/X11)
busted 2.0.0-1 depends on mediator_lua >= 1.1.1 (not installed)
Installing https://luarocks.org/mediator_lua-1.1.2-0.rockspec
mediator_lua 1.1.2-0 is now installed in /Users/dive/Projects/github/neovim/.deps/usr (license: MIT <http://opensource.org/licenses/MIT>)
busted 2.0.0-1 is now installed in /Users/dive/Projects/github/neovim/.deps/usr (license: MIT <http://opensource.org/licenses/MIT>)
[102/106] Generating usr/bin/luacheck
Missing dependencies for luacheck 0.23.0-1:
argparse >= 0.6.0 (not installed)
luacheck 0.23.0-1 depends on argparse >= 0.6.0 (not installed)
Installing https://luarocks.org/argparse-0.7.1-1.src.rock
argparse 0.7.1-1 is now installed in /Users/dive/Projects/github/neovim/.deps/usr (license: MIT)
luacheck 0.23.0-1 is now installed in /Users/dive/Projects/github/neovim/.deps/usr (license: MIT)
[103/106] Generating usr/lib/luarocks/rocks-5.1/luv
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -O0 -g3 -fPIC -I/Users/dive/Projects/github/neovim/.deps/usr/include/luajit-2.1 -c src/luv.c -o src/luv.o -I/Users/dive/Projects/github/neovim/.deps/usr/include -I/Users/dive/Projects/github/neovim/.deps/build/src/lua-compat-5.3
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -bundle -undefined dynamic_lookup -all_load -o luv.so src/luv.o -L/Users/dive/Projects/github/neovim/.deps/usr/lib -luv
luv scm-0 is now installed in /Users/dive/Projects/github/neovim/.deps/usr (license: Apache 2.0)
[104/106] Generating usr/lib/luarocks/rocks-5.1/nvim-client
Missing dependencies for nvim-client 0.2.2-1:
coxpcall (not installed)
nvim-client 0.2.2-1 depends on coxpcall (not installed)
Installing https://luarocks.org/coxpcall-1.17.0-1.src.rock
coxpcall 1.17.0-1 is now installed in /Users/dive/Projects/github/neovim/.deps/usr (license: MIT/X11)
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -O2 -fPIC -I/Users/dive/Projects/github/neovim/.deps/usr/include/luajit-2.1 -c nvim/native.c -o nvim/native.o
/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot/Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -bundle -undefined dynamic_lookup -all_load -o nvim/native.so nvim/native.o
nvim-client 0.2.2-1 is now installed in /Users/dive/Projects/github/neovim/.deps/usr (license: Apache)
[105/106] cd /Users/dive/Projects/github/neovim/.deps && /opt/local/bin/cmake -DREMOVE_FILE_GLOB=/Users/dive/Projects/github/neovim/.deps/usr/lib/lib*.dylib* -P /Users/dive/Projects/github/neovim/third-party/cmake/RemoveFiles.cmake
[106/106] cd /Users/dive/Projects/github/neovim/.deps && /opt/local/bin/cmake -E touch .third-party
cd build && cmake -G 'Ninja' -DCMAKE_BUILD_TYPE=Debug /Users/dive/Projects/github/neovim
-- The C compiler identification is AppleClang 12.0.0.12000032
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Volumes/Extended/Archives/Xcode_12.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- CMAKE_INSTALL_PREFIX=/usr/local
-- CMAKE_BUILD_TYPE=Debug
-- MIN_LOG_LEVEL not specified, default is 1 (INFO)
-- Replacing -O3 in CMAKE_C_FLAGS_RELEASE with -O2
-- Performing Test HAS_ACCEPTABLE_FORTIFY
-- Performing Test HAS_ACCEPTABLE_FORTIFY - Failed
-- Unsupported _FORTIFY_SOURCE found, forcing _FORTIFY_SOURCE=1
-- Performing Test HAVE_EXECINFO_BACKTRACE
-- Performing Test HAVE_EXECINFO_BACKTRACE - Success
-- Performing Test HAVE_BUILTIN_ADD_OVERFLOW
-- Performing Test HAVE_BUILTIN_ADD_OVERFLOW - Success
-- Performing Test HAVE_WIMPLICIT_FALLTHROUGH_FLAG
-- Performing Test HAVE_WIMPLICIT_FALLTHROUGH_FLAG - Success
-- Performing Test HAS_WVLA_FLAG
-- Performing Test HAS_WVLA_FLAG - Success
-- Performing Test HAS_FSTACK_PROTECTOR_STRONG_FLAG
-- Performing Test HAS_FSTACK_PROTECTOR_STRONG_FLAG - Success
-- Performing Test HAS_FSTACK_PROTECTOR_FLAG
-- Performing Test HAS_FSTACK_PROTECTOR_FLAG - Success
-- Performing Test HAVE_FNO_COMMON
-- Performing Test HAVE_FNO_COMMON - Success
-- Performing Test HAS_DIAG_COLOR_FLAG
-- Performing Test HAS_DIAG_COLOR_FLAG - Success
-- Found PkgConfig: /opt/local/bin/pkg-config (found version "0.29.2")
-- 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
-- Found LibUV: /Users/dive/Projects/github/neovim/.deps/usr/lib/libuv.a (Required is at least version "1.28.0")
-- Found Msgpack: /Users/dive/Projects/github/neovim/.deps/usr/lib/libmsgpackc.a (found suitable version "3.0.0", minimum required is "1.0.0")
-- Found LibLUV: /Users/dive/Projects/github/neovim/.deps/usr/lib/libluv.a (Required is at least version "1.30.0")
-- Found TreeSitter 0.6.3
-- Found LuaJit: /Users/dive/Projects/github/neovim/.deps/usr/lib/libluajit-5.1.a
-- Performing Test MSGPACK_HAS_FLOAT32
-- Performing Test MSGPACK_HAS_FLOAT32 - Success
-- Found UNIBILIUM 2.0.0
-- Performing Test UNIBI_HAS_VAR_FROM
-- Performing Test UNIBI_HAS_VAR_FROM - Success
-- Found LibTermkey: /Users/dive/Projects/github/neovim/.deps/usr/lib/libtermkey.a (Required is at least version "0.18")
-- Found LIBVTERM 0.1.4
-- Found Iconv
-- 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
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Checking Lua interpreter: /Users/dive/Projects/github/neovim/.deps/usr/bin/luajit
-- Using Lua interpreter: /Users/dive/Projects/github/neovim/.deps/usr/bin/luajit
-- Performing Test HAS_WSTATIC_IN_INLINE
-- Performing Test HAS_WSTATIC_IN_INLINE - Success
-- Using NVIM_VERSION_MEDIUM from Git
-- Found Gettext: /opt/local/bin/msgmerge (found version "0.19.8.1")
-- 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 long long
-- Check size of long long - 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 locale.h
-- Looking for include file locale.h - found
-- Looking for include file pwd.h
-- Looking for include file pwd.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file sys/wait.h
-- Looking for include file sys/wait.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 getpwent
-- Looking for getpwent - found
-- Looking for getpwnam
-- Looking for getpwnam - found
-- Looking for getpwuid
-- Looking for getpwuid - found
-- Looking for readv
-- Looking for readv - found
-- Looking for opendir
-- Looking for opendir - found
-- Looking for readlink
-- Looking for readlink - found
-- Looking for setpgid
-- Looking for setpgid - found
-- Looking for setsid
-- Looking for setsid - found
-- Looking for sigaction
-- Looking for sigaction - found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for strncasecmp
-- Looking for strncasecmp - found
-- 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
-- Performing Test ORDER_BIG_ENDIAN
-- Performing Test ORDER_BIG_ENDIAN - Failed
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/dive/Projects/github/neovim/build
touch build/.ran-cmake
ninja -C build
ninja: Entering directory `build'
[1/319] cd /Users/dive/Projects/github/neovim && /Users/dive/Projects/github/neovim/.deps/usr/bin/luajit scripts/update_version_stamp.lua build/config/auto/versiondef_git.h v0.5.0
[2/319] Generating auto/api/tabpage.c.generated.h, ../../include/api/tabpage.h.generated.h
[3/319] Generating auto/api/private/handle.c.generated.h, ../../include/api/private/handle.h.generated.h
[4/319] Generating auto/arabic.c.generated.h, ../../include/arabic.h.generated.h
[5/319] Generating auto/api/private/dispatch.c.generated.h, ../../include/api/private/dispatch.h.generated.h
[6/319] Generating auto/api/buffer.c.generated.h, ../../include/api/buffer.h.generated.h
[7/319] Generating auto/api/ui.c.generated.h, ../../include/api/ui.h.generated.h
[8/319] Generating auto/api/private/helpers.c.generated.h, ../../include/api/private/helpers.h.generated.h
[9/319] Generating auto/api/window.c.generated.h, ../../include/api/window.h.generated.h
[10/319] Generating auto/api/vim.c.generated.h, ../../include/api/vim.h.generated.h
[11/319] Generating auto/buffer_updates.c.generated.h, ../../include/buffer_updates.h.generated.h
[12/319] Generating auto/cursor.c.generated.h, ../../include/cursor.h.generated.h
[13/319] Generating auto/context.c.generated.h, ../../include/context.h.generated.h
[14/319] Generating auto/charset.c.generated.h, ../../include/charset.h.generated.h
[15/319] Generating auto/autocmd.c.generated.h, ../../include/autocmd.h.generated.h
[16/319] Generating auto/aucmd.c.generated.h, ../../include/aucmd.h.generated.h
[17/319] Generating auto/channel.c.generated.h, ../../include/channel.h.generated.h
[18/319] Generating auto/change.c.generated.h, ../../include/change.h.generated.h
[19/319] Generating auto/buffer.c.generated.h, ../../include/buffer.h.generated.h
[20/319] Generating auto/decoration.c.generated.h, ../../include/decoration.h.generated.h
[21/319] Generating auto/cursor_shape.c.generated.h, ../../include/cursor_shape.h.generated.h
[22/319] Generating auto/digraph.c.generated.h, ../../include/digraph.h.generated.h
[23/319] Generating auto/eval/executor.c.generated.h, ../../include/eval/executor.h.generated.h
[24/319] Generating auto/eval/gc.c.generated.h, ../../include/eval/gc.h.generated.h
[25/319] Generating auto/diff.c.generated.h, ../../include/diff.h.generated.h
[26/319] Generating auto/eval/decode.c.generated.h, ../../include/eval/decode.h.generated.h
[27/319] Generating auto/eval/encode.c.generated.h, ../../include/eval/encode.h.generated.h
[28/319] Generating auto/edit.c.generated.h, ../../include/edit.h.generated.h
[29/319] Generating nvim.pot
[30/319] Generating auto/eval.c.generated.h, ../../include/eval.h.generated.h
[31/319] Generating auto/event/loop.c.generated.h, ../../include/event/loop.h.generated.h
[32/319] Generating auto/event/multiqueue.c.generated.h, ../../include/event/multiqueue.h.generated.h
[33/319] Generating auto/eval/userfunc.c.generated.h, ../../include/eval/userfunc.h.generated.h
[34/319] Generating auto/event/libuv_process.c.generated.h, ../../include/event/libuv_process.h.generated.h
[35/319] Generating auto/event/signal.c.generated.h, ../../include/event/signal.h.generated.h
[36/319] Generating auto/map.c.generated.h, ../../include/map.h.generated.h
[37/319] Generating auto/event/rstream.c.generated.h, ../../include/event/rstream.h.generated.h
[38/319] Generating auto/event/process.c.generated.h, ../../include/event/process.h.generated.h
[39/319] Generating auto/eval/typval.c.generated.h, ../../include/eval/typval.h.generated.h
[40/319] Generating auto/event/stream.c.generated.h, ../../include/event/stream.h.generated.h
[41/319] Generating auto/event/time.c.generated.h, ../../include/event/time.h.generated.h
[42/319] Generating auto/event/socket.c.generated.h, ../../include/event/socket.h.generated.h
[43/319] Generating auto/event/wstream.c.generated.h, ../../include/event/wstream.h.generated.h
[44/319] Generating auto/eval/funcs.c.generated.h, ../../include/eval/funcs.h.generated.h
[45/319] Generating auto/ex_cmds2.c.generated.h, ../../include/ex_cmds2.h.generated.h
[46/319] Generating auto/ex_docmd.c.generated.h, ../../include/ex_docmd.h.generated.h
[47/319] Generating auto/ex_eval.c.generated.h, ../../include/ex_eval.h.generated.h
[48/319] Generating auto/ex_session.c.generated.h, ../../include/ex_session.h.generated.h
[49/319] Generating auto/ex_getln.c.generated.h, ../../include/ex_getln.h.generated.h
[50/319] Generating auto/ex_cmds.c.generated.h, ../../include/ex_cmds.h.generated.h
[51/319] Generating auto/extmark.c.generated.h, ../../include/extmark.h.generated.h
[52/319] Generating auto/garray.c.generated.h, ../../include/garray.h.generated.h
[53/319] Generating auto/fold.c.generated.h, ../../include/fold.h.generated.h
[54/319] Generating auto/file_search.c.generated.h, ../../include/file_search.h.generated.h
[55/319] Generating auto/hashtab.c.generated.h, ../../include/hashtab.h.generated.h
[56/319] Generating auto/highlight.c.generated.h, ../../include/highlight.h.generated.h
[57/319] Generating auto/fileio.c.generated.h, ../../include/fileio.h.generated.h
[58/319] Generating auto/hardcopy.c.generated.h, ../../include/hardcopy.h.generated.h
[59/319] Generating auto/if_cscope.c.generated.h, ../../include/if_cscope.h.generated.h
[60/319] Generating auto/indent_c.c.generated.h, ../../include/indent_c.h.generated.h
[61/319] Generating auto/keymap.c.generated.h, ../../include/keymap.h.generated.h
[62/319] Generating auto/getchar.c.generated.h, ../../include/getchar.h.generated.h
[63/319] Generating auto/indent.c.generated.h, ../../include/indent.h.generated.h
[64/319] Generating auto/log.c.generated.h, ../../include/log.h.generated.h
[65/319] Generating auto/math.c.generated.h, ../../include/math.h.generated.h
[66/319] Generating auto/marktree.c.generated.h, ../../include/marktree.h.generated.h
[67/319] Generating auto/lua/converter.c.generated.h, ../../include/lua/converter.h.generated.h
[68/319] Generating auto/main.c.generated.h, ../../include/main.h.generated.h
[69/319] Generating auto/mark.c.generated.h, ../../include/mark.h.generated.h
[70/319] Generating auto/lua/executor.c.generated.h, ../../include/lua/executor.h.generated.h
[71/319] Generating auto/lua/treesitter.c.generated.h, ../../include/lua/treesitter.h.generated.h
[72/319] Generating auto/memfile.c.generated.h, ../../include/memfile.h.generated.h
[73/319] Generating auto/memline.c.generated.h, ../../include/memline.h.generated.h
[74/319] Generating auto/mouse.c.generated.h, ../../include/mouse.h.generated.h
[75/319] Generating auto/memory.c.generated.h, ../../include/memory.h.generated.h
[76/319] Generating auto/mbyte.c.generated.h, ../../include/mbyte.h.generated.h
[77/319] Generating auto/move.c.generated.h, ../../include/move.h.generated.h
[78/319] Generating auto/misc1.c.generated.h, ../../include/misc1.h.generated.h
[79/319] Generating auto/msgpack_rpc/channel.c.generated.h, ../../include/msgpack_rpc/channel.h.generated.h
[80/319] Generating auto/msgpack_rpc/helpers.c.generated.h, ../../include/msgpack_rpc/helpers.h.generated.h
[81/319] Generating auto/message.c.generated.h, ../../include/message.h.generated.h
[82/319] Generating auto/menu.c.generated.h, ../../include/menu.h.generated.h
[83/319] Generating auto/os/dl.c.generated.h, ../../include/os/dl.h.generated.h
[84/319] Generating auto/os/env.c.generated.h, ../../include/os/env.h.generated.h
[85/319] Generating auto/os/fileio.c.generated.h, ../../include/os/fileio.h.generated.h
[86/319] Generating auto/os/fs.c.generated.h, ../../include/os/fs.h.generated.h
[87/319] Generating auto/ops.c.generated.h, ../../include/ops.h.generated.h
[88/319] Generating auto/msgpack_rpc/server.c.generated.h, ../../include/msgpack_rpc/server.h.generated.h
[89/319] Generating auto/option.c.generated.h, ../../include/option.h.generated.h
[90/319] Generating auto/os/input.c.generated.h, ../../include/os/input.h.generated.h
[91/319] Generating auto/normal.c.generated.h, ../../include/normal.h.generated.h
[92/319] Generating auto/os/lang.c.generated.h, ../../include/os/lang.h.generated.h
[93/319] Generating auto/os/pty_process_unix.c.generated.h, ../../include/os/pty_process_unix.h.generated.h
[94/319] Generating auto/os/time.c.generated.h, ../../include/os/time.h.generated.h
[95/319] Generating auto/os/shell.c.generated.h, ../../include/os/shell.h.generated.h
[96/319] Generating auto/os/stdpaths.c.generated.h, ../../include/os/stdpaths.h.generated.h
[97/319] Generating auto/os/mem.c.generated.h, ../../include/os/mem.h.generated.h
[98/319] Generating auto/os/process.c.generated.h, ../../include/os/process.h.generated.h
[99/319] Generating auto/os/tty.c.generated.h, ../../include/os/tty.h.generated.h
[100/319] Generating auto/os/users.c.generated.h, ../../include/os/users.h.generated.h
[101/319] Generating auto/os/signal.c.generated.h, ../../include/os/signal.h.generated.h
[102/319] Generating auto/profile.c.generated.h, ../../include/profile.h.generated.h
[103/319] Generating auto/os_unix.c.generated.h, ../../include/os_unix.h.generated.h
[104/319] Generating auto/popupmnu.c.generated.h, ../../include/popupmnu.h.generated.h
[105/319] Generating auto/quickfix.c.generated.h, ../../include/quickfix.h.generated.h
[106/319] Generating auto/rbuffer.c.generated.h, ../../include/rbuffer.h.generated.h
[107/319] Generating auto/regexp.c.generated.h, ../../include/regexp.h.generated.h
[108/319] Generating auto/path.c.generated.h, ../../include/path.h.generated.h
[109/319] Generating auto/sha256.c.generated.h, ../../include/sha256.h.generated.h
[110/319] Generating auto/runtime.c.generated.h, ../../include/runtime.h.generated.h
[111/319] Generating auto/search.c.generated.h, ../../include/search.h.generated.h
[112/319] Generating auto/screen.c.generated.h, ../../include/screen.h.generated.h
[113/319] Generating auto/sign.c.generated.h, ../../include/sign.h.generated.h
[114/319] Generating auto/shada.c.generated.h, ../../include/shada.h.generated.h
[115/319] Generating auto/state.c.generated.h, ../../include/state.h.generated.h
[116/319] Generating auto/spell.c.generated.h, ../../include/spell.h.generated.h
[117/319] Generating auto/spellfile.c.generated.h, ../../include/spellfile.h.generated.h
[118/319] Generating auto/strings.c.generated.h, ../../include/strings.h.generated.h
[119/319] Generating auto/tui/input.c.generated.h, ../../include/tui/input.h.generated.h
[120/319] Generating auto/tui/terminfo.c.generated.h, ../../include/tui/terminfo.h.generated.h
[121/319] Generating auto/terminal.c.generated.h, ../../include/terminal.h.generated.h
[122/319] Generating auto/tui/tui.c.generated.h, ../../include/tui/tui.h.generated.h
[123/319] Generating auto/ui_bridge.c.generated.h, ../../include/ui_bridge.h.generated.h
[124/319] Generating auto/tag.c.generated.h, ../../include/tag.h.generated.h
[125/319] Generating auto/ugrid.c.generated.h, ../../include/ugrid.h.generated.h
[126/319] Generating ../../include/ex_cmds_enum.generated.h, auto/ex_cmds_defs.generated.h
[127/319] Generating auto/syntax.c.generated.h, ../../include/syntax.h.generated.h
[128/319] Generating ../../include/auevents_enum.generated.h, auto/auevents_name_map.generated.h
[129/319] Generating auto/viml/parser/parser.c.generated.h, ../../include/viml/parser/parser.h.generated.h
[130/319] Generating auto/ui_events.generated.h, auto/ui_events_call.generated.h, auto/ui_events_remote.generated.h, auto/ui_events_bridge.generated.h, auto/api/private/ui_events_metadata.generated.h
[131/319] Generating auto/ui.c.generated.h, ../../include/ui.h.generated.h
[132/319] Generating auto/api/private/dispatch_wrappers.generated.h, auto/api/private/funcs_metadata.generated.h, ../../api_metadata.mpack, auto/msgpack_lua_c_bindings.generated.c
[133/319] Generating auto/options.generated.h
[134/319] Generating auto/regexp_nfa.c.generated.h, ../../include/regexp_nfa.h.generated.h
[135/319] Generating auto/ui_compositor.c.generated.h, ../../include/ui_compositor.h.generated.h
[136/319] Generating auto/ui_events_call.c.generated.h, ../../include/ui_events_call.h.generated.h
[137/319] Generating auto/ui_events_remote.c.generated.h, ../../include/ui_events_remote.h.generated.h
[138/319] Generating auto/ui_events_bridge.c.generated.h, ../../include/ui_events_bridge.h.generated.h
[139/319] Generating auto/lua/vim_module.generated.h
[140/319] Generating auto/version.c.generated.h, ../../include/version.h.generated.h
[141/319] Generating ja.euc-jp.mo
[142/319] Generating auto/api/private/dispatch_wrappers.c.generated.h, ../../include/api/private/dispatch_wrappers.h.generated.h
[143/319] Generating auto/undo.c.generated.h, ../../include/undo.h.generated.h
[144/319] Generating nb.mo
[145/319] Generating cs.cp1250.mo
[146/319] Generating sk.cp1250.mo
[147/319] Generating ko.UTF-8.mo
[148/319] Generating cs.mo
[149/319] Generating af.mo
[150/319] Generating da.mo
[151/319] Generating ca.mo
[152/319] Generating de.mo
[153/319] Generating en_GB.mo
[154/319] Generating ga.mo
[155/319] Generating eo.mo
[156/319] Generating auto/viml/parser/expressions.c.generated.h, ../../include/viml/parser/expressions.h.generated.h
[157/319] Generating fi.mo
[158/319] Generating es.mo
[159/319] Generating nl.mo
[160/319] Generating ja.mo
[161/319] Generating fr.mo
[162/319] Generating it.mo
[163/319] Generating pl.UTF-8.mo
[164/319] Generating auto/window.c.generated.h, ../../include/window.h.generated.h
[165/319] Generating no.mo
[166/319] Generating pt_BR.mo
[167/319] Generating uk.mo
[168/319] Generating ru.mo
[169/319] Generating sk.mo
[170/319] Generating zh_CN.UTF-8.mo
[171/319] Generating zh_TW.UTF-8.mo
[172/319] Generating vi.mo
[173/319] Generating sv.mo
[174/319] Generating auto/unicode_tables.generated.h
[175/319] Generating auto/funcs.generated.h, ../../funcs_data.mpack
[176/319] Building C object src/nvim/CMakeFiles/nvim.dir/arabic.c.o
[177/319] Building C object src/nvim/CMakeFiles/nvim.dir/buffer_updates.c.o
[178/319] Building C object src/nvim/CMakeFiles/nvim.dir/api/window.c.o
[179/319] Building C object src/nvim/CMakeFiles/nvim.dir/channel.c.o
[180/319] Building C object src/nvim/CMakeFiles/nvim.dir/autocmd.c.o
[181/319] Building C object src/nvim/CMakeFiles/nvim.dir/charset.c.o
[182/319] Building C object src/nvim/CMakeFiles/nvim.dir/change.c.o
[183/319] Building C object src/nvim/CMakeFiles/nvim.dir/__/__/config/auto/pathdef.c.o
[184/319] Building C object src/nvim/CMakeFiles/nvim.dir/aucmd.c.o
[185/319] Building C object src/nvim/CMakeFiles/nvim.dir/api/vim.c.o
[186/319] Building C object src/nvim/CMakeFiles/nvim.dir/api/tabpage.c.o
[187/319] Building C object src/nvim/CMakeFiles/nvim.dir/api/private/handle.c.o
[188/319] Building C object src/nvim/CMakeFiles/nvim.dir/auto/msgpack_lua_c_bindings.generated.c.o
[189/319] Building C object src/nvim/CMakeFiles/nvim.dir/api/buffer.c.o
[190/319] Building C object src/nvim/CMakeFiles/nvim.dir/context.c.o
[191/319] Building C object src/nvim/CMakeFiles/nvim.dir/cursor.c.o
[192/319] Building C object src/nvim/CMakeFiles/nvim.dir/cursor_shape.c.o
[193/319] Building C object src/nvim/CMakeFiles/nvim.dir/buffer.c.o
[194/319] Building C object src/nvim/CMakeFiles/nvim.dir/api/ui.c.o
[195/319] Building C object src/nvim/CMakeFiles/nvim.dir/decoration.c.o
[196/319] Building C object src/nvim/CMakeFiles/nvim.dir/digraph.c.o
[197/319] Building C object src/nvim/CMakeFiles/nvim.dir/eval/executor.c.o
[198/319] Building C object src/nvim/CMakeFiles/nvim.dir/eval/gc.c.o
[199/319] Building C object src/nvim/CMakeFiles/nvim.dir/eval/decode.c.o
[200/319] Building C object src/nvim/CMakeFiles/nvim.dir/api/private/helpers.c.o
[201/319] Building C object src/nvim/CMakeFiles/nvim.dir/diff.c.o
[202/319] Building C object src/nvim/CMakeFiles/nvim.dir/event/loop.c.o
[203/319] Building C object src/nvim/CMakeFiles/nvim.dir/event/libuv_process.c.o
[204/319] Building C object src/nvim/CMakeFiles/nvim.dir/event/multiqueue.c.o
[205/319] Building C object src/nvim/CMakeFiles/nvim.dir/api/private/dispatch.c.o
[206/319] Building C object src/nvim/CMakeFiles/nvim.dir/eval/encode.c.o
[207/319] Building C object src/nvim/CMakeFiles/nvim.dir/event/process.c.o
[208/319] Building C object src/nvim/CMakeFiles/nvim.dir/eval/userfunc.c.o
[209/319] Building C object src/nvim/CMakeFiles/nvim.dir/event/signal.c.o
[210/319] Building C object src/nvim/CMakeFiles/nvim.dir/eval/typval.c.o
[211/319] Building C object src/nvim/CMakeFiles/nvim.dir/event/rstream.c.o
[212/319] Building C object src/nvim/CMakeFiles/nvim.dir/event/stream.c.o
[213/319] Building C object src/nvim/CMakeFiles/nvim.dir/event/socket.c.o
[214/319] Building C object src/nvim/CMakeFiles/nvim.dir/event/time.c.o
[215/319] Building C object src/nvim/CMakeFiles/nvim.dir/event/wstream.c.o
[216/319] Building C object src/nvim/CMakeFiles/nvim.dir/ex_eval.c.o
[217/319] Building C object src/nvim/CMakeFiles/nvim.dir/ex_session.c.o
[218/319] Building C object src/nvim/CMakeFiles/nvim.dir/edit.c.o
[219/319] Building C object src/nvim/CMakeFiles/nvim.dir/extmark.c.o
[220/319] Building C object src/nvim/CMakeFiles/nvim.dir/ex_cmds2.c.o
[221/319] Building C object src/nvim/CMakeFiles/nvim.dir/garray.c.o
[222/319] Building C object src/nvim/CMakeFiles/nvim.dir/file_search.c.o
[223/319] Building C object src/nvim/CMakeFiles/nvim.dir/fold.c.o
[224/319] Building C object src/nvim/CMakeFiles/nvim.dir/eval.c.o
[225/319] Building C object src/nvim/CMakeFiles/nvim.dir/hashtab.c.o
[226/319] Building C object src/nvim/CMakeFiles/nvim.dir/ex_getln.c.o
[227/319] Building C object src/nvim/CMakeFiles/nvim.dir/ex_cmds.c.o
[228/319] Building C object src/nvim/CMakeFiles/nvim.dir/getchar.c.o
[229/319] Building C object src/nvim/CMakeFiles/nvim.dir/fileio.c.o
[230/319] Building C object src/nvim/CMakeFiles/nvim.dir/hardcopy.c.o
[231/319] Building C object src/nvim/CMakeFiles/nvim.dir/highlight.c.o
[232/319] Building C object src/nvim/CMakeFiles/nvim.dir/if_cscope.c.o
[233/319] Building C object src/nvim/CMakeFiles/nvim.dir/keymap.c.o
[234/319] Building C object src/nvim/CMakeFiles/nvim.dir/log.c.o
[235/319] Building C object src/nvim/CMakeFiles/nvim.dir/indent.c.o
[236/319] Building C object src/nvim/CMakeFiles/nvim.dir/indent_c.c.o
[237/319] Building C object src/nvim/CMakeFiles/nvim.dir/math.c.o
[238/319] Building C object src/nvim/CMakeFiles/nvim.dir/eval/funcs.c.o
[239/319] Building C object src/nvim/CMakeFiles/nvim.dir/ex_docmd.c.o
[240/319] Building C object src/nvim/CMakeFiles/nvim.dir/lua/converter.c.o
[241/319] Building C object src/nvim/CMakeFiles/nvim.dir/lua/treesitter.c.o
[242/319] Building C object src/nvim/CMakeFiles/nvim.dir/marktree.c.o
[243/319] Building C object src/nvim/CMakeFiles/nvim.dir/mark.c.o
[244/319] Building C object src/nvim/CMakeFiles/nvim.dir/memfile.c.o
[245/319] Building C object src/nvim/CMakeFiles/nvim.dir/main.c.o
[246/319] Building C object src/nvim/CMakeFiles/nvim.dir/memory.c.o
[247/319] Building C object src/nvim/CMakeFiles/nvim.dir/lua/executor.c.o
[248/319] Building C object src/nvim/CMakeFiles/nvim.dir/map.c.o
[249/319] Building C object src/nvim/CMakeFiles/nvim.dir/mouse.c.o
[250/319] Building C object src/nvim/CMakeFiles/nvim.dir/mbyte.c.o
[251/319] Building C object src/nvim/CMakeFiles/nvim.dir/misc1.c.o
[252/319] Building C object src/nvim/CMakeFiles/nvim.dir/menu.c.o
[253/319] Building C object src/nvim/CMakeFiles/nvim.dir/msgpack_rpc/channel.c.o
[254/319] Building C object src/nvim/CMakeFiles/nvim.dir/msgpack_rpc/server.c.o
[255/319] Building C object src/nvim/CMakeFiles/nvim.dir/move.c.o
[256/319] Building C object src/nvim/CMakeFiles/nvim.dir/msgpack_rpc/helpers.c.o
[257/319] Building C object src/nvim/CMakeFiles/nvim.dir/memline.c.o
[258/319] Building C object src/nvim/CMakeFiles/nvim.dir/message.c.o
[259/319] Building C object src/nvim/CMakeFiles/nvim.dir/os/dl.c.o
[260/319] Building C object src/nvim/CMakeFiles/nvim.dir/os/fileio.c.o
[261/319] Building C object src/nvim/CMakeFiles/nvim.dir/os/fs.c.o
[262/319] Building C object src/nvim/CMakeFiles/nvim.dir/os/input.c.o
[263/319] Building C object src/nvim/CMakeFiles/nvim.dir/os/env.c.o
[264/319] Building C object src/nvim/CMakeFiles/nvim.dir/os/mem.c.o
[265/319] Building C object src/nvim/CMakeFiles/nvim.dir/os/process.c.o
[266/319] Building C object src/nvim/CMakeFiles/nvim.dir/os/lang.c.o
[267/319] Building C object src/nvim/CMakeFiles/nvim.dir/os/pty_process_unix.c.o
[268/319] Building C object src/nvim/CMakeFiles/nvim.dir/os/stdpaths.c.o
[269/319] Building C object src/nvim/CMakeFiles/nvim.dir/os/tty.c.o
[270/319] Building C object src/nvim/CMakeFiles/nvim.dir/os/time.c.o
[271/319] Building C object src/nvim/CMakeFiles/nvim.dir/os/signal.c.o
[272/319] Building C object src/nvim/CMakeFiles/nvim.dir/os/users.c.o
[273/319] Building C object src/nvim/CMakeFiles/nvim.dir/os/shell.c.o
[274/319] Building C object src/nvim/CMakeFiles/nvim.dir/profile.c.o
[275/319] Building C object src/nvim/CMakeFiles/nvim.dir/os_unix.c.o
[276/319] Building C object src/nvim/CMakeFiles/nvim.dir/rbuffer.c.o
[277/319] Building C object src/nvim/CMakeFiles/nvim.dir/popupmnu.c.o
[278/319] Building C object src/nvim/CMakeFiles/nvim.dir/path.c.o
[279/319] Building C object src/nvim/CMakeFiles/nvim.dir/normal.c.o
[280/319] Building C object src/nvim/CMakeFiles/nvim.dir/runtime.c.o
[281/319] Building C object src/nvim/CMakeFiles/nvim.dir/ops.c.o
[282/319] Building C object src/nvim/CMakeFiles/nvim.dir/sha256.c.o
[283/319] Building C object src/nvim/CMakeFiles/nvim.dir/state.c.o
[284/319] Building C object src/nvim/CMakeFiles/nvim.dir/sign.c.o
[285/319] Building C object src/nvim/CMakeFiles/nvim.dir/option.c.o
[286/319] Building C object src/nvim/CMakeFiles/nvim.dir/search.c.o
[287/319] Building C object src/nvim/CMakeFiles/nvim.dir/quickfix.c.o
[288/319] Building C object src/nvim/CMakeFiles/nvim.dir/spellfile.c.o
[289/319] Building C object src/nvim/CMakeFiles/nvim.dir/strings.c.o
[290/319] Building C object src/nvim/CMakeFiles/nvim.dir/tui/input.c.o
[291/319] Building C object src/nvim/CMakeFiles/nvim.dir/terminal.c.o
[292/319] Building C object src/nvim/CMakeFiles/nvim.dir/tag.c.o
[293/319] Building C object src/nvim/CMakeFiles/nvim.dir/spell.c.o
[294/319] Building C object src/nvim/CMakeFiles/nvim.dir/tui/terminfo.c.o
[295/319] Building C object src/nvim/CMakeFiles/nvim.dir/shada.c.o
[296/319] Building C object src/nvim/CMakeFiles/nvim.dir/ugrid.c.o
[297/319] Building C object src/nvim/CMakeFiles/nvim.dir/screen.c.o
[298/319] Building C object src/nvim/CMakeFiles/nvim.dir/tui/tui.c.o
[299/319] Building C object src/nvim/CMakeFiles/nvim.dir/viml/parser/parser.c.o
[300/319] Building C object src/nvim/CMakeFiles/nvim.dir/version.c.o
[301/319] Building C object src/nvim/CMakeFiles/nvim.dir/ui_bridge.c.o
[302/319] Building C object src/nvim/CMakeFiles/nvim.dir/xdiff/xdiffi.c.o
[303/319] Building C object src/nvim/CMakeFiles/nvim.dir/syntax.c.o
[304/319] Building C object src/nvim/CMakeFiles/nvim.dir/ui_compositor.c.o
[305/319] Building C object src/nvim/CMakeFiles/nvim.dir/ui.c.o
[306/319] Building C object src/nvim/CMakeFiles/nvim.dir/xdiff/xhistogram.c.o
[307/319] Building C object src/nvim/CMakeFiles/nvim.dir/xdiff/xemit.c.o
[308/319] Building C object src/nvim/CMakeFiles/nvim.dir/xdiff/xpatience.c.o
[309/319] Building C object src/nvim/CMakeFiles/nvim.dir/xdiff/xprepare.c.o
[310/319] Building C object src/nvim/CMakeFiles/nvim.dir/undo.c.o
[311/319] Building C object src/nvim/CMakeFiles/nvim.dir/xdiff/xutils.c.o
[312/319] Building C object src/nvim/CMakeFiles/nvim.dir/regexp.c.o
[313/319] Building C object src/nvim/CMakeFiles/nvim.dir/viml/parser/expressions.c.o
[314/319] Building C object src/nvim/CMakeFiles/nvim.dir/window.c.o
[315/319] Linking C executable bin/nvim
[316/319] Generating syntax/vim/generated.vim
[317/319] Generating pack/dist/opt/vimball/doc/tags
FAILED: runtime/pack/dist/opt/vimball/doc/tags
cd /Users/dive/Projects/github/neovim/build/runtime/pack/dist/opt/vimball && /opt/local/bin/cmake -E copy_directory /Users/dive/Projects/github/neovim/runtime/pack/dist/opt/vimball /Users/dive/Projects/github/neovim/build/runtime/pack/dist/opt/vimball && /Users/dive/Projects/github/neovim/build/bin/nvim -u NONE -i NONE -e --headless -c helptags\ doc -c quit
/bin/sh: line 1: 77429 Killed: 9 /Users/dive/Projects/github/neovim/build/bin/nvim -u NONE -i NONE -e --headless -c helptags\ doc -c quit
[318/319] Generating pack/dist/opt/matchit/doc/tags
FAILED: runtime/pack/dist/opt/matchit/doc/tags
cd /Users/dive/Projects/github/neovim/build/runtime/pack/dist/opt/matchit && /opt/local/bin/cmake -E copy_directory /Users/dive/Projects/github/neovim/runtime/pack/dist/opt/matchit /Users/dive/Projects/github/neovim/build/runtime/pack/dist/opt/matchit && /Users/dive/Projects/github/neovim/build/bin/nvim -u NONE -i NONE -e --headless -c helptags\ doc -c quit
/bin/sh: line 1: 77430 Killed: 9 /Users/dive/Projects/github/neovim/build/bin/nvim -u NONE -i NONE -e --headless -c helptags\ doc -c quit
[319/319] Generating doc/tags
FAILED: runtime/doc/tags
cd /Users/dive/Projects/github/neovim/build/runtime && /opt/local/bin/cmake -E remove doc/* && /opt/local/bin/cmake -E copy_directory /Users/dive/Projects/github/neovim/runtime/doc doc && /Users/dive/Projects/github/neovim/build/bin/nvim -u NONE -i NONE -e --headless -c helptags\ ++t\ doc -c quit
/bin/sh: line 1: 77431 Killed: 9 /Users/dive/Projects/github/neovim/build/bin/nvim -u NONE -i NONE -e --headless -c helptags\ ++t\ doc -c quit
ninja: build stopped: subcommand failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment