Skip to content

Instantly share code, notes, and snippets.

@stlimtat
Created January 5, 2017 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stlimtat/4b19cba1fc5a673910571621b9508b4e to your computer and use it in GitHub Desktop.
Save stlimtat/4b19cba1fc5a673910571621b9508b4e to your computer and use it in GitHub Desktop.
neovim (neovim/neovim/neovim) on macOS 10.12.2 - Homebrew build logs
Homebrew build logs for neovim/neovim/neovim on macOS 10.12.2
Build date: 2017-01-05 11:06:05
HOMEBREW_VERSION: 1.1.6-9-g98dadd907
ORIGIN: https://github.com/Homebrew/brew
HEAD: 98dadd907e31bb5f9a16bfb6aa2138b1852c4db5
Last commit: 16 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 003288022cf4b026fa96f670514227d4edaa0682
Core tap last commit: 5 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local/Homebrew
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit broadwell
Homebrew Ruby: 2.0.0-p648
Clang: 8.0 build 800
Git: 2.11.0 => /usr/local/bin/git
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.4.0/bin/ruby
Java: 1.8.0_112, 1.7.0_80, 1.6.0_65-b14-468
macOS: 10.12.2-x86_64
Xcode: 8.2.1
CLT: 8.2.0.0.1.1480973914
X11: 2.7.11 => /opt/X11
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:
/Applications/Postgres.app/Contents/Versions/latest/bin/gdal-config
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/python2.7/greenlet/greenlet.h
/usr/local/include/python3.6m/greenlet/greenlet.h
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
vim
Warning: You have a curlrc file
If you have trouble downloading packages with Homebrew, then maybe this
is the problem? If the following command doesn't work, then try removing
your curlrc:
curl https://github.com
Warning: Some installed formula are missing dependencies.
You should `brew install` the missing dependencies:
brew install qt5
Run `brew missing` for more details.
neovim/neovim/neovim
Formula: neovim
Tap: neovim/neovim
Path: /usr/local/Homebrew/Library/Taps/neovim/homebrew-neovim/Formula/neovim.rb
2017-01-05 11:05:00 +0800
cmake
../third-party
-DUSE_BUNDLED_BUSTED=OFF
-DUSE_BUNDLED_GPERF=OFF
-DUSE_BUNDLED_LIBUV=OFF
-DUSE_BUNDLED_MSGPACK=OFF
-DUSE_BUNDLED_UNIBILIUM=OFF
-DUSE_BUNDLED_LIBTERMKEY=OFF
-DUSE_BUNDLED_LIBVTERM=OFF
-DUSE_BUNDLED_JEMALLOC=OFF
-DUSE_EXISTING_SRC_DIR=ON
-DCMAKE_C_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/neovim/0.1.7
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
-- The C compiler identification is AppleClang 8.0.0.8000042
-- The CXX compiler identification is AppleClang 8.0.0.8000042
-- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/super/clang
-- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/super/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/local/Homebrew/Library/Homebrew/shims/super/clang++
-- Check for working CXX compiler: /usr/local/Homebrew/Library/Homebrew/shims/super/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found GNU Make at /usr/local/Homebrew/Library/Homebrew/shims/super/gmake
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build
clang called with: CMakeCCompilerId.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang CMakeCCompilerId.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: CMakeCXXCompilerId.cpp
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ CMakeCXXCompilerId.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_618ca.dir/testCCompiler.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/CMakeTmp/testCCompiler.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_618ca.dir/testCCompiler.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/CMakeTmp/testCCompiler.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_618ca.dir/testCCompiler.c.o -o cmTC_618ca
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_618ca.dir/testCCompiler.c.o -o cmTC_618ca -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_24e91.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeCCompilerABI.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_24e91.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeCCompilerABI.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_24e91.dir/CMakeCCompilerABI.c.o -o cmTC_24e91
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_24e91.dir/CMakeCCompilerABI.c.o -o cmTC_24e91 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -std=c11 -o CMakeFiles/cmTC_52e1c.dir/feature_tests.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.12 -std=c11 -o CMakeFiles/cmTC_52e1c.dir/feature_tests.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_52e1c.dir/feature_tests.c.o -o cmTC_52e1c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_52e1c.dir/feature_tests.c.o -o cmTC_52e1c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -std=c99 -o CMakeFiles/cmTC_67cb2.dir/feature_tests.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.12 -std=c99 -o CMakeFiles/cmTC_67cb2.dir/feature_tests.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_67cb2.dir/feature_tests.c.o -o cmTC_67cb2
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_67cb2.dir/feature_tests.c.o -o cmTC_67cb2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -std=c90 -o CMakeFiles/cmTC_bfc0e.dir/feature_tests.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.12 -std=c90 -o CMakeFiles/cmTC_bfc0e.dir/feature_tests.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bfc0e.dir/feature_tests.c.o -o cmTC_bfc0e
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bfc0e.dir/feature_tests.c.o -o cmTC_bfc0e -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_4c7db.dir/testCXXCompiler.cxx.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_4c7db.dir/testCXXCompiler.cxx.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4c7db.dir/testCXXCompiler.cxx.o -o cmTC_4c7db
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4c7db.dir/testCXXCompiler.cxx.o -o cmTC_4c7db -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_dd830.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_dd830.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_dd830.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_dd830
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_dd830.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_dd830 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -std=c++14 -o CMakeFiles/cmTC_d852b.dir/feature_tests.cxx.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/feature_tests.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.12 -std=c++14 -o CMakeFiles/cmTC_d852b.dir/feature_tests.cxx.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d852b.dir/feature_tests.cxx.o -o cmTC_d852b
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d852b.dir/feature_tests.cxx.o -o cmTC_d852b -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -std=c++11 -o CMakeFiles/cmTC_0f69c.dir/feature_tests.cxx.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/feature_tests.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.12 -std=c++11 -o CMakeFiles/cmTC_0f69c.dir/feature_tests.cxx.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0f69c.dir/feature_tests.cxx.o -o cmTC_0f69c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0f69c.dir/feature_tests.cxx.o -o cmTC_0f69c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -std=c++98 -o CMakeFiles/cmTC_25d5a.dir/feature_tests.cxx.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/feature_tests.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.12 -std=c++98 -o CMakeFiles/cmTC_25d5a.dir/feature_tests.cxx.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_25d5a.dir/feature_tests.cxx.o -o cmTC_25d5a
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_25d5a.dir/feature_tests.cxx.o -o cmTC_25d5a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2017-01-05 11:05:04 +0800
make
VERBOSE=1
/usr/local/Cellar/cmake/3.7.1/bin/cmake -H/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/third-party -B/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_progress_start /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/progress.marks
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/luajit.dir/build.make CMakeFiles/luajit.dir/depend
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/third-party /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/third-party /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/luajit.dir/DependInfo.cmake --color=
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/luajit.dir/DependInfo.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/luajit.dir/depend.internal".
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/luajit.dir/depend.internal".
Scanning dependencies of target luajit
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/luajit.dir/build.make CMakeFiles/luajit.dir/build
[ 3%] Creating directories for 'luajit'
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E make_directory /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luajit
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E make_directory /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luajit
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E make_directory /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E make_directory /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/tmp
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E make_directory /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luajit-stamp
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E make_directory /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/downloads/luajit
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luajit-stamp/luajit-mkdir
[ 7%] Performing download step for 'luajit'
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/downloads/luajit && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DPREFIX=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build -DDOWNLOAD_DIR=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/downloads/luajit -DURL=https://github.com/neovim/deps/raw/master/opt/LuaJIT-2.0.4.tar.gz -DEXPECTED_SHA256=620fa4eb12375021bef6e4f237cbd2dd5d49e56beb414bee052c746beef1807d -DTARGET=luajit -DUSE_EXISTING_SRC_DIR=ON -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/third-party/cmake/DownloadAndExtractFile.cmake
-- /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luajit is found and not empty, skipping download and extraction.
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/downloads/luajit && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luajit-stamp/luajit-download
[ 14%] No update step for 'luajit'
[ 14%] No patch step for 'luajit'
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E echo_append
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E echo_append
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luajit-stamp/luajit-update
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luajit-stamp/luajit-patch
[ 18%] No configure step for 'luajit'
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luajit && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E echo_append
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luajit && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luajit-stamp/luajit-configure
[ 22%] No build step for 'luajit'
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luajit && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E echo_append
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luajit && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luajit-stamp/luajit-build
[ 25%] Performing install step for 'luajit'
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luajit && /Applications/Xcode.app/Contents/Developer/usr/bin/make CFLAGS=-fPIC CFLAGS+=-DLUAJIT_DISABLE_JIT CFLAGS+=-DLUA_USE_APICHECK CFLAGS+=-DLUA_USE_ASSERT CCDEBUG+=-g Q= install CC=/usr/local/Homebrew/Library/Homebrew/shims/super/clang PREFIX=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr
==== Building LuaJIT 2.0.4 ====
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C src
HOSTCC host/minilua.o
HOSTCC host/buildvm_asm.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/minilua.o host/minilua.c
HOSTCC host/buildvm_peobj.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_peobj.o host/buildvm_peobj.c
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_asm.o host/buildvm_asm.c
HOSTCC host/buildvm_lib.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_lib.o host/buildvm_lib.c
HOSTCC host/buildvm_fold.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_fold.o host/buildvm_fold.c
CC lj_gc.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_gc.o lj_gc.c
CC lj_char.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_char.o lj_char.c
CC lj_obj.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_obj.o lj_obj.c
CC lj_str.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_str.o lj_str.c
CC lj_tab.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_tab.o lj_tab.c
CC lj_func.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_func.o lj_func.c
CC lj_udata.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_udata.o lj_udata.c
CC lj_meta.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_meta.o lj_meta.c
CC lj_debug.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_debug.o lj_debug.c
CC lj_state.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_state.o lj_state.c
CC lj_vmevent.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_vmevent.o lj_vmevent.c
CC lj_vmmath.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_vmmath.o lj_vmmath.c
CC lj_strscan.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_strscan.o lj_strscan.c
CC lj_api.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_api.o lj_api.c
CC lj_lex.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_lex.o lj_lex.c
CC lj_parse.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_parse.o lj_parse.c
CC lj_bcread.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_bcread.o lj_bcread.c
CC lj_bcwrite.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_bcwrite.o lj_bcwrite.c
CC lj_load.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_load.o lj_load.c
CC lj_ir.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_ir.o lj_ir.c
CC lj_opt_mem.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_opt_mem.o lj_opt_mem.c
CC lj_opt_narrow.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_opt_narrow.o lj_opt_narrow.c
CC lj_opt_dce.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_opt_dce.o lj_opt_dce.c
CC lj_opt_loop.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_opt_loop.o lj_opt_loop.c
CC lj_opt_split.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_opt_split.o lj_opt_split.c
CC lj_opt_sink.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_opt_sink.o lj_opt_sink.c
CC lj_mcode.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_mcode.o lj_mcode.c
CC lj_snap.o
CC lj_asm.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_snap.o lj_snap.c
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_asm.o lj_asm.c
CC lj_trace.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_trace.o lj_trace.c
CC lj_gdbjit.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_gdbjit.o lj_gdbjit.c
CC lj_ctype.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_ctype.o lj_ctype.c
CC lj_cdata.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_cdata.o lj_cdata.c
CC lj_cconv.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_cconv.o lj_cconv.c
CC lj_ccall.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_ccall.o lj_ccall.c
CC lj_ccallback.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_ccallback.o lj_ccallback.c
CC lj_carith.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_carith.o lj_carith.c
CC lj_clib.o
CC lj_cparse.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_clib.o lj_clib.c
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_cparse.o lj_cparse.c
CC lj_lib.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_lib.o lj_lib.c
CC lj_alloc.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_alloc.o lj_alloc.c
CC lib_aux.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_aux.o lib_aux.c
CC lib_package.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_package.o lib_package.c
CC lib_init.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_init.o lib_init.c
CC luajit.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o luajit.o luajit.c
HOSTLINK host/minilua
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -o host/minilua host/minilua.o -lm
DYNASM host/buildvm_arch.h
host/minilua ../dynasm/dynasm.lua -D P64 -D FFI -D FPU -D HFABI -D VER= -o host/buildvm_arch.h vm_x86.dasc
HOSTCC host/buildvm.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm.o host/buildvm.c
HOSTLINK host/buildvm
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -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
BUILDVM lj_ffdef.h
BUILDVM lj_bcdef.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
BUILDVM lj_folddef.h
host/buildvm -m folddef -o lj_folddef.h lj_opt_fold.c
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
host/buildvm -m machasm -o lj_vm.s
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
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
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
ASM lj_vm.o
CC lj_err.o
CC lj_bc.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_err.o lj_err.c
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_vm.o lj_vm.s
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_bc.o lj_bc.c
CC lj_dispatch.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_dispatch.o lj_dispatch.c
CC lj_record.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_record.o lj_record.c
CC lj_crecord.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_crecord.o lj_crecord.c
CC lj_ffrecord.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_ffrecord.o lj_ffrecord.c
CC lib_base.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_base.o lib_base.c
CC lib_math.o
CC lib_bit.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_math.o lib_math.c
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_bit.o lib_bit.c
CC lib_string.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_string.o lib_string.c
CC lib_table.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_table.o lib_table.c
CC lib_io.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_io.o lib_io.c
CC lib_os.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_os.o lib_os.c
CC lib_debug.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_debug.o lib_debug.c
CC lib_jit.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_jit.o lib_jit.c
CC lib_ffi.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lib_ffi.o lib_ffi.c
CC lj_opt_fold.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT=\"/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr\" -DLUA_MULTILIB=\"lib\" -fno-stack-protector -c -o lj_opt_fold.o lj_opt_fold.c
AR libluajit.a
DYNLINK libluajit.so
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -dynamiclib -single_module -undefined dynamic_lookup -fPIC -install_name /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib/libluajit-5.1.2.dylib -compatibility_version 2.0 -current_version 2.0.4 -image_base 7fff04c4a000 -o libluajit.so lj_vm.o lj_gc.o lj_err.o lj_char.o lj_bc.o lj_obj.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_api.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
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_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_api.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
LINK luajit
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -g -pagezero_size 10000 -image_base 100000000 -o luajit luajit.o libluajit.a -lm
OK Successfully built LuaJIT
==== Successfully built LuaJIT 2.0.4 ====
==== Installing LuaJIT 2.0.4 to /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr ====
mkdir -p /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/bin /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/share/man/man1 /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib/pkgconfig /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/share/luajit-2.0.4/jit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/share/lua/5.1 /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib/lua/5.1
cd src && install -m 0755 luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/bin/luajit-2.0.4
cd src && test -f libluajit.a && install -m 0644 libluajit.a /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib/libluajit-5.1.a || :
rm -f /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib/libluajit-5.1.2.0.4.dylib /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib/libluajit-5.1.dylib /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib/libluajit-5.1.2.dylib
cd src && test -f libluajit.so && \
install -m 0755 libluajit.so /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib/libluajit-5.1.2.0.4.dylib && \
: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib && \
ln -sf libluajit-5.1.2.0.4.dylib /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib/libluajit-5.1.dylib && \
ln -sf libluajit-5.1.2.0.4.dylib /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib/libluajit-5.1.2.dylib || :
cd etc && install -m 0644 luajit.1 /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/share/man/man1
cd etc && sed -e "s|^prefix=.*|prefix=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr|" -e "s|^multilib=.*|multilib=lib|" luajit.pc > luajit.pc.tmp && \
install -m 0644 luajit.pc.tmp /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/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 /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0
cd src/jit && install -m 0644 bc.lua v.lua dump.lua dis_x86.lua dis_x64.lua dis_arm.lua dis_ppc.lua dis_mips.lua dis_mipsel.lua bcsave.lua vmdef.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/share/luajit-2.0.4/jit
ln -sf luajit-2.0.4 /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/bin/luajit
==== Successfully installed LuaJIT 2.0.4 to /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr ====
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luajit && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luajit-stamp/luajit-install
[ 29%] Completed 'luajit'
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E make_directory /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/luajit-complete
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luajit-stamp/luajit-done
[ 29%] Built target luajit
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/luarocks.dir/build.make CMakeFiles/luarocks.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/luv-static.dir/build.make CMakeFiles/luv-static.dir/depend
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/third-party /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/third-party /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/luarocks.dir/DependInfo.cmake --color=
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/third-party /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/third-party /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/luv-static.dir/DependInfo.cmake --color=
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/luarocks.dir/DependInfo.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/luarocks.dir/depend.internal".
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/luv-static.dir/DependInfo.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/luv-static.dir/depend.internal".
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/luarocks.dir/depend.internal".
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/luv-static.dir/depend.internal".
Scanning dependencies of target luv-static
Scanning dependencies of target luarocks
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/luv-static.dir/build.make CMakeFiles/luv-static.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/luarocks.dir/build.make CMakeFiles/luarocks.dir/build
[ 37%] Creating directories for 'luarocks'
[ 37%] Creating directories for 'luv-static'
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E make_directory /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E make_directory /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luarocks
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E make_directory /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luarocks
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E make_directory /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E make_directory /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E make_directory /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E make_directory /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/tmp
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E make_directory /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/tmp
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E make_directory /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luarocks-stamp
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E make_directory /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-stamp
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E make_directory /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/downloads/luarocks
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E make_directory /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/downloads/luv
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luarocks-stamp/luarocks-mkdir
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-stamp/luv-static-mkdir
[ 40%] Performing download step for 'luarocks'
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/downloads/luarocks && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DPREFIX=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build -DDOWNLOAD_DIR=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/downloads/luarocks -DURL=https://github.com/keplerproject/luarocks/archive/5d8a16526573b36d5b22aa74866120c998466697.tar.gz -DEXPECTED_SHA256=cae709111c5701235770047dfd7169f66b82ae1c7b9b79207f9df0afb722bfd9 -DTARGET=luarocks -DUSE_EXISTING_SRC_DIR=ON -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/third-party/cmake/DownloadAndExtractFile.cmake
[ 44%] Performing download step for 'luv-static'
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/downloads/luv && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DPREFIX=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build -DDOWNLOAD_DIR=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/downloads/luv -DURL=https://github.com/luvit/luv/archive/1.9.1-0.tar.gz -DEXPECTED_SHA256=86a199403856018cd8e5529c8527450c83664a3d36f52d5253cbe909ea6c5a06 -DTARGET=luv -DUSE_EXISTING_SRC_DIR=ON -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/third-party/cmake/DownloadAndExtractFile.cmake
-- /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luarocks is found and not empty, skipping download and extraction.
-- /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv is found and not empty, skipping download and extraction.
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/downloads/luarocks && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luarocks-stamp/luarocks-download
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/downloads/luv && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-stamp/luv-static-download
[ 51%] Performing patch step for 'luv-static'
[ 51%] No patch step for 'luarocks'
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DLUV_SRC_DIR=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/third-party/cmake/PatchLuv.cmake
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E echo_append
[ 55%] No update step for 'luv-static'
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E echo_append
[ 59%] No update step for 'luarocks'
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E echo_append
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luarocks-stamp/luarocks-patch
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-stamp/luv-static-update
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luarocks-stamp/luarocks-update
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-stamp/luv-static-patch
[ 62%] Performing configure step for 'luarocks'
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luarocks && /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luarocks/configure --prefix=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr --force-config --with-lua=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr --with-lua-include=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 --lua-suffix=jit
[ 66%] Performing configure step for 'luv-static'
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build && /usr/local/Cellar/cmake/3.7.1/bin/cmake /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv "-DCMAKE_GENERATOR=Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr -DLUA_BUILD_TYPE=System -DWITH_SHARED_LIBUV=ON -DBUILD_SHARED_LIBS=OFF -DBUILD_MODULE=OFF -DCMAKE_C_COMPILER=/usr/local/Homebrew/Library/Homebrew/shims/super/clang "-DCMAKE_C_FLAGS:STRING= -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -fPIC"
Re-run cmake no build system arguments
Checking Lua interpreter...
luajit found in /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/bin
Checking Lua includes...
lua.h found in /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0/lua.h
-- The C compiler identification is AppleClang 8.0.0.8000042
-- The ASM compiler identification is AppleClang
-- Found assembler: /usr/local/Homebrew/Library/Homebrew/shims/super/clang
-- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/super/clang
curl found at /usr/bin
-- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/super/clang -- works
-- Detecting C compiler ABI info
openssl found at /usr/bin
Configuring for system...
Darwin
Configuring for architecture...
x86_64
Using unversioned rocks dir: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib/luarocks/rocks
Writing configuration...
Installation prefix: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr
LuaRocks configuration directory: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/etc/luarocks
Using Lua from: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr
-- Detecting C compiler ABI info - done
-- Detecting C compile features
Done configuring.
- Type 'make build' and 'make install':
to install to /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr as usual.
- Type 'make bootstrap':
to install LuaRocks in /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr as a rock.
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luarocks && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luarocks-stamp/luarocks-configure
[ 70%] No build step for 'luarocks'
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luarocks && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E echo_append
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luarocks && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luarocks-stamp/luarocks-build
[ 74%] Performing install step for 'luarocks'
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luarocks && /Applications/Xcode.app/Contents/Developer/usr/bin/make bootstrap
rm -f src/luarocks/site_config.lua
mkdir -p "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr"
for f in luarocks luarocks-admin ;\
do \
mv src/bin/$f src/bin/$f.bak ;\
sed "s,^#!.*lua.*,#!/usr/bin/env lua,;/^package.path/d" < src/bin/$f.bak > src/bin/$f ;\
chmod +x src/bin/$f ;\
rm -f src/bin/$f.bak ;\
done
echo 'local site_config = {}' >> src/luarocks/site_config.lua
if [ -n "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" ] ;\
then \
echo "site_config.LUAROCKS_PREFIX=[[/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr]]" >> src/luarocks/site_config.lua ;\
fi
if [ ! -f "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/etc/luarocks/config-5.1.lua" ] ;\
then \
mkdir -p `dirname "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/etc/luarocks/config-5.1.lua"` ;\
echo 'rocks_trees = {' >> "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/etc/luarocks/config-5.1.lua" ;\
if [ ! -n "yes" ] ;\
then \
echo ' { name = [[user]], root = home..[[/.luarocks]] },' >> "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/etc/luarocks/config-5.1.lua" ;\
fi ;\
echo ' { name = [[system]], root = [[/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr]] }' >> "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/etc/luarocks/config-5.1.lua" ;\
echo '}' >> "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/etc/luarocks/config-5.1.lua" ;\
fi
if [ -n "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0" ] ;\
then \
echo "site_config.LUA_INCDIR=[[/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0]]" >> src/luarocks/site_config.lua ;\
fi
if [ -n "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib" ] ;\
then \
echo "site_config.LUA_LIBDIR=[[/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib]]" >> src/luarocks/site_config.lua ;\
fi
if [ -n "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/bin" ] ;\
then \
echo "site_config.LUA_BINDIR=[[/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/bin]]" >> src/luarocks/site_config.lua ;\
fi
if [ -n "jit" ] ;\
then \
echo "site_config.LUA_INTERPRETER=[[luajit]]" >> src/luarocks/site_config.lua ;\
fi
if [ -n "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/etc/luarocks" ] ;\
then \
echo "site_config.LUAROCKS_SYSCONFDIR=[[/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/etc/luarocks]]" >> src/luarocks/site_config.lua ;\
fi
if [ -n "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" ] ;\
then \
echo "site_config.LUAROCKS_ROCKS_TREE=[[/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr]]" >> src/luarocks/site_config.lua ;\
fi
if [ -n "yes" ] ;\
then \
echo "site_config.LUAROCKS_FORCE_CONFIG=true" >> src/luarocks/site_config.lua ;\
fi
if [ -n "/lib/luarocks/rocks" ] ;\
then \
echo "site_config.LUAROCKS_ROCKS_SUBDIR=[[/lib/luarocks/rocks]]" >> src/luarocks/site_config.lua ;\
fi
if [ "yes" = "yes" ] ;\
then \
echo "site_config.LUA_DIR_SET=true" >> src/luarocks/site_config.lua ;\
fi
echo "site_config.LUAROCKS_UNAME_S=[[Darwin]]" >> src/luarocks/site_config.lua
echo "site_config.LUAROCKS_UNAME_M=[[x86_64]]" >> src/luarocks/site_config.lua
echo "site_config.LUAROCKS_DOWNLOADER=[[curl]]" >> src/luarocks/site_config.lua
echo "site_config.LUAROCKS_MD5CHECKER=[[openssl]]" >> src/luarocks/site_config.lua
if [ -n "" ] ;\
then \
echo 'site_config.LUAROCKS_EXTERNAL_DEPS_SUBDIRS={ bin="bin", lib={ "lib", [[]] }, include="include" }' >> src/luarocks/site_config.lua ;\
echo 'site_config.LUAROCKS_RUNTIME_EXTERNAL_DEPS_SUBDIRS={ bin="bin", lib={ "lib", [[]] }, include="include" }' >> src/luarocks/site_config.lua ;\
fi
echo "return site_config" >> src/luarocks/site_config.lua
mkdir -p "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/share/lua/5.1//luarocks"
cp src/luarocks/site_config.lua "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/share/lua/5.1//luarocks"
'/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/bin/luajit' -e "package.path=[[`echo "$PWD" | sed -e 's/\([][]\)\1/]]..'\''\1\1'\''..[[/g'`/src/?.lua;]]..package.path" src/bin/luarocks make rockspec --tree="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr"
Warning: variable CFLAGS was not passed in build_variables
mkdir -p "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib/luarocks/rocks/luarocks/scm-1/bin"
mkdir -p "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib/luarocks/rocks/luarocks/scm-1/lua/luarocks"
cd src/luarocks && for f in fs/unix/tools.lua fs/unix.lua fs/win32/tools.lua fs/win32.lua fs/lua.lua persist.lua list.lua require.lua repos.lua dir.lua make_manifest.lua command_line.lua install.lua build/command.lua build/cmake.lua build/make.lua build/builtin.lua fetch/cvs.lua fetch/git.lua fetch/sscm.lua tools/patch.lua fetch/svn.lua tools/zip.lua tools/tar.lua pack.lua type_check.lua make.lua remove.lua fs.lua manif.lua add.lua deps.lua build.lua search.lua show.lua manif_core.lua fetch.lua unpack.lua validate.lua cfg.lua download.lua help.lua util.lua index.lua cache.lua refresh_cache.lua loader.lua admin_remove.lua fetch/hg.lua fetch/git_file.lua new_version.lua lint.lua purge.lua path.lua path_cmd.lua write_rockspec.lua doc.lua upload.lua upload/api.lua upload/multipart.lua fetch/git_http.lua fetch/hg_http.lua fetch/hg_https.lua fetch/hg_ssh.lua fetch/git_https.lua; \
do \
d="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib/luarocks/rocks/luarocks/scm-1/lua/luarocks"/`dirname "$f"` && \
mkdir -p "$d" && \
cp "$f" "$d" || exit 1; \
done
cd src/bin && \
luaver="5.1" && [ -n "$luaver" ] || luaver=`/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/bin/luajit -e 'print(_VERSION:sub(5))'`; \
for f in luarocks luarocks-admin; \
do \
cp "$f" "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib/luarocks/rocks/luarocks/scm-1/bin/$f-$luaver"; \
ln -nfs "$f-$luaver" "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib/luarocks/rocks/luarocks/scm-1/bin/$f"; \
done
-- Detecting C compile features - done
-- Found LIBUV: /usr/local/lib/libuv.dylib
-- Found LUAJIT: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib/libluajit-5.1.dylib
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-stamp/luv-static-configure
[ 77%] Performing build step for 'luv-static'
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build && /usr/local/Cellar/cmake/3.7.1/bin/cmake --build .
/usr/local/Cellar/cmake/3.7.1/bin/cmake -H/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv -B/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_progress_start /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build/CMakeFiles /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build/CMakeFiles/progress.marks
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/luv.dir/build.make CMakeFiles/luv.dir/depend
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build/CMakeFiles/luv.dir/DependInfo.cmake --color=
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build/CMakeFiles/luv.dir/DependInfo.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build/CMakeFiles/luv.dir/depend.internal".
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build/CMakeFiles/luv.dir/depend.internal".
Scanning dependencies of target luv
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/luv.dir/build.make CMakeFiles/luv.dir/build
[ 50%] Building C object CMakeFiles/luv.dir/src/luv.c.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -I/usr/local/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/luv.dir/src/luv.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv/src/luv.c
[100%] Linking C static library libluv.a
/usr/local/Cellar/cmake/3.7.1/bin/cmake -P CMakeFiles/luv.dir/cmake_clean_target.cmake
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/luv.dir/link.txt --verbose=1
/usr/bin/ar qc libluv.a CMakeFiles/luv.dir/src/luv.c.o
/usr/bin/ranlib libluv.a
[100%] Built target luv
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_progress_start /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build/CMakeFiles 0
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-stamp/luv-static-build
[ 81%] Performing install step for 'luv-static'
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build && /usr/local/Cellar/cmake/3.7.1/bin/cmake --build . --target install
/usr/local/Cellar/cmake/3.7.1/bin/cmake -H/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv -B/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_progress_start /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build/CMakeFiles /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build/CMakeFiles/progress.marks
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/luv.dir/build.make CMakeFiles/luv.dir/depend
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build/CMakeFiles/luv.dir/DependInfo.cmake --color=
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/luv.dir/build.make CMakeFiles/luv.dir/build
make[5]: Nothing to be done for `CMakeFiles/luv.dir/build'.
[100%] Built target luv
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_progress_start /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build/CMakeFiles 0
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 preinstall
make[4]: Nothing to be done for `preinstall'.
Install the project...
/usr/local/Cellar/cmake/3.7.1/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib/libluv.a
-- Installing: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luv/luv.h
-- Installing: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luv/util.h
-- Installing: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luv/lhandle.h
-- Installing: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luv/lreq.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-stamp/luv-static-install
[ 85%] Completed 'luv-static'
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E make_directory /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/luv-static-complete
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-stamp/luv-static-done
[ 85%] Built target luv-static
No existing manifest. Attempting to rebuild...
Updating manifest for /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib/luarocks/rocks
luarocks scm-1 is now built and installed in /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr (license: MIT/X11)
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luarocks && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luarocks-stamp/luarocks-install
[ 88%] Completed 'luarocks'
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E make_directory /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/luarocks-complete
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luarocks-stamp/luarocks-done
[ 88%] Built target luarocks
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/mpack.dir/build.make CMakeFiles/mpack.dir/depend
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/third-party /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/third-party /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/mpack.dir/DependInfo.cmake --color=
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/mpack.dir/DependInfo.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/mpack.dir/depend.internal".
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/mpack.dir/depend.internal".
Scanning dependencies of target mpack
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/mpack.dir/build.make CMakeFiles/mpack.dir/build
[ 92%] Generating usr/lib/luarocks/rocks/mpack
usr/bin/luarocks build mpack CC=/usr/local/Homebrew/Library/Homebrew/shims/super/clang LD=/usr/local/Homebrew/Library/Homebrew/shims/super/clang
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -O2 -fPIC -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -c lmpack.c -o lmpack.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -bundle -undefined dynamic_lookup -all_load -o mpack.so -L/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib lmpack.o
Updating manifest for /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib/luarocks/rocks
mpack 1.0.3-0 is now built and installed in /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr (license: MIT)
[ 92%] Built target mpack
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/inspect.dir/build.make CMakeFiles/inspect.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/lpeg.dir/build.make CMakeFiles/lpeg.dir/depend
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/third-party /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/third-party /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/inspect.dir/DependInfo.cmake --color=
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/third-party /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/third-party /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/lpeg.dir/DependInfo.cmake --color=
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/inspect.dir/DependInfo.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/inspect.dir/depend.internal".
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/lpeg.dir/DependInfo.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/lpeg.dir/depend.internal".
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/inspect.dir/depend.internal".
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/lpeg.dir/depend.internal".
Scanning dependencies of target lpeg
Scanning dependencies of target inspect
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/lpeg.dir/build.make CMakeFiles/lpeg.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/inspect.dir/build.make CMakeFiles/inspect.dir/build
[100%] Generating usr/lib/luarocks/rocks/lpeg
[100%] Generating usr/lib/luarocks/rocks/inspect
usr/bin/luarocks build inspect CC=/usr/local/Homebrew/Library/Homebrew/shims/super/clang LD=/usr/local/Homebrew/Library/Homebrew/shims/super/clang
usr/bin/luarocks build lpeg CC=/usr/local/Homebrew/Library/Homebrew/shims/super/clang LD=/usr/local/Homebrew/Library/Homebrew/shims/super/clang
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -O2 -fPIC -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -c lpcap.c -o lpcap.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -O2 -fPIC -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -c lpcode.c -o lpcode.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -O2 -fPIC -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -c lpprint.c -o lpprint.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -O2 -fPIC -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -c lptree.c -o lptree.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -O2 -fPIC -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -c lpvm.c -o lpvm.o
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -bundle -undefined dynamic_lookup -all_load -o lpeg.so -L/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib lpcap.o lpcode.o lpprint.o lptree.o lpvm.o
Updating manifest for /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib/luarocks/rocks
lpeg 1.0.0-1 is now built and installed in /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr (license: MIT/X11)
[100%] Built target lpeg
Updating manifest for /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib/luarocks/rocks
inspect 3.1.0-1 is now built and installed in /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr (license: MIT <http://opensource.org/licenses/MIT>)
[100%] Built target inspect
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/clean-shared-libraries.dir/build.make CMakeFiles/clean-shared-libraries.dir/depend
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/third-party /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/third-party /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/clean-shared-libraries.dir/DependInfo.cmake --color=
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/clean-shared-libraries.dir/DependInfo.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/clean-shared-libraries.dir/depend.internal".
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/clean-shared-libraries.dir/depend.internal".
Scanning dependencies of target clean-shared-libraries
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/clean-shared-libraries.dir/build.make CMakeFiles/clean-shared-libraries.dir/build
/usr/local/Cellar/cmake/3.7.1/bin/cmake -DREMOVE_FILE_GLOB=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib/lib*.dylib* -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/third-party/cmake/RemoveFiles.cmake
[100%] Built target clean-shared-libraries
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/third-party.dir/build.make CMakeFiles/third-party.dir/depend
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/third-party /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/third-party /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/third-party.dir/DependInfo.cmake --color=
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/third-party.dir/DependInfo.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/third-party.dir/depend.internal".
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles/third-party.dir/depend.internal".
Scanning dependencies of target third-party
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/third-party.dir/build.make CMakeFiles/third-party.dir/build
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E touch .third-party
[100%] Built target third-party
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_progress_start /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/CMakeFiles 0
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -E lj_arch.h -dM
superenv removed: -g -O2 -Wall
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -E lj_arch.h -dM -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -E lj_arch.h -dM
superenv removed: -g -O2 -Wall
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -E lj_arch.h -dM -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -E lj_arch.h -dM
superenv removed: -g -O2 -Wall
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -E lj_arch.h -dM -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -o /dev/null -c -x c /dev/null -fno-stack-protector
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -o /dev/null -c -x c /dev/null -fno-stack-protector -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM
superenv removed: -g -O2 -Wall
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM
superenv removed: -g -O2 -Wall
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM
superenv removed: -g -O2 -Wall
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM
superenv removed: -g -O2 -Wall
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM
superenv removed: -g -O2 -Wall
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM
superenv removed: -g -O2 -Wall
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/minilua.o host/minilua.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/minilua.o host/minilua.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_peobj.o host/buildvm_peobj.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_peobj.o host/buildvm_peobj.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_asm.o host/buildvm_asm.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_asm.o host/buildvm_asm.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_lib.o host/buildvm_lib.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_lib.o host/buildvm_lib.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_fold.o host/buildvm_fold.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm_fold.o host/buildvm_fold.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_gc.o lj_gc.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_gc.o lj_gc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_char.o lj_char.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_char.o lj_char.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_obj.o lj_obj.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_obj.o lj_obj.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_str.o lj_str.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_str.o lj_str.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_tab.o lj_tab.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_tab.o lj_tab.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_func.o lj_func.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_func.o lj_func.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_udata.o lj_udata.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_udata.o lj_udata.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_meta.o lj_meta.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_meta.o lj_meta.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_debug.o lj_debug.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_debug.o lj_debug.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_state.o lj_state.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_state.o lj_state.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_vmevent.o lj_vmevent.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_vmevent.o lj_vmevent.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_vmmath.o lj_vmmath.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_vmmath.o lj_vmmath.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_strscan.o lj_strscan.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_strscan.o lj_strscan.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_api.o lj_api.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_api.o lj_api.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_lex.o lj_lex.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_lex.o lj_lex.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_parse.o lj_parse.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_parse.o lj_parse.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_bcread.o lj_bcread.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_bcread.o lj_bcread.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_bcwrite.o lj_bcwrite.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_bcwrite.o lj_bcwrite.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_load.o lj_load.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_load.o lj_load.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_ir.o lj_ir.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_ir.o lj_ir.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_mem.o lj_opt_mem.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_mem.o lj_opt_mem.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_narrow.o lj_opt_narrow.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_narrow.o lj_opt_narrow.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_dce.o lj_opt_dce.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_dce.o lj_opt_dce.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_loop.o lj_opt_loop.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_loop.o lj_opt_loop.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_split.o lj_opt_split.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_split.o lj_opt_split.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_sink.o lj_opt_sink.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_sink.o lj_opt_sink.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_mcode.o lj_mcode.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_mcode.o lj_mcode.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_asm.o lj_asm.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_asm.o lj_asm.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_snap.o lj_snap.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_snap.o lj_snap.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_trace.o lj_trace.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_trace.o lj_trace.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_gdbjit.o lj_gdbjit.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_gdbjit.o lj_gdbjit.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_ctype.o lj_ctype.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_ctype.o lj_ctype.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_cdata.o lj_cdata.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_cdata.o lj_cdata.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_cconv.o lj_cconv.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_cconv.o lj_cconv.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_ccall.o lj_ccall.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_ccall.o lj_ccall.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_ccallback.o lj_ccallback.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_ccallback.o lj_ccallback.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_carith.o lj_carith.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_carith.o lj_carith.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_cparse.o lj_cparse.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_cparse.o lj_cparse.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_clib.o lj_clib.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_clib.o lj_clib.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_lib.o lj_lib.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_lib.o lj_lib.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_alloc.o lj_alloc.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_alloc.o lj_alloc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_aux.o lib_aux.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_aux.o lib_aux.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_package.o lib_package.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_package.o lib_package.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_init.o lib_init.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_init.o lib_init.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o luajit.o luajit.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o luajit.o luajit.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -o host/minilua host/minilua.o -lm
superenv removed: -g
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -o host/minilua host/minilua.o -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM
superenv removed: -g -O2 -Wall
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -E lj_arch.h -dM -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm.o host/buildvm.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0 -c -o host/buildvm.o host/buildvm.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -o host/buildvm host/buildvm.o host/buildvm_asm.o host/buildvm_peobj.o host/buildvm_lib.o host/buildvm_fold.o
superenv removed: -g
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -o host/buildvm host/buildvm.o host/buildvm_asm.o host/buildvm_peobj.o host/buildvm_lib.o host/buildvm_fold.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_vm.o lj_vm.s
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_vm.o lj_vm.s -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_err.o lj_err.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_err.o lj_err.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_bc.o lj_bc.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_bc.o lj_bc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_dispatch.o lj_dispatch.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_dispatch.o lj_dispatch.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_record.o lj_record.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_record.o lj_record.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_crecord.o lj_crecord.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_crecord.o lj_crecord.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_ffrecord.o lj_ffrecord.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_ffrecord.o lj_ffrecord.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_base.o lib_base.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_base.o lib_base.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_math.o lib_math.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_math.o lib_math.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_bit.o lib_bit.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_bit.o lib_bit.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_string.o lib_string.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_string.o lib_string.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_table.o lib_table.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_table.o lib_table.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_io.o lib_io.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_io.o lib_io.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_os.o lib_os.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_os.o lib_os.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_debug.o lib_debug.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_debug.o lib_debug.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_jit.o lib_jit.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_jit.o lib_jit.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_ffi.o lib_ffi.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lib_ffi.o lib_ffi.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -O2 -fomit-frame-pointer -Wall -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_fold.o lj_opt_fold.c
superenv removed: -g -O2 -Wall
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fomit-frame-pointer -fPIC -DLUAJIT_DISABLE_JIT -DLUA_USE_APICHECK -DLUA_USE_ASSERT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U_FORTIFY_SOURCE -DLUA_ROOT="/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr" -DLUA_MULTILIB="lib" -fno-stack-protector -c -o lj_opt_fold.o lj_opt_fold.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -g -dynamiclib -single_module -undefined dynamic_lookup -fPIC -install_name /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib/libluajit-5.1.2.dylib -compatibility_version 2.0 -current_version 2.0.4 -image_base 7fff04c4a000 -o libluajit.so lj_vm.o lj_gc.o lj_err.o lj_char.o lj_bc.o lj_obj.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_api.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
superenv removed: -g
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -dynamiclib -single_module -undefined dynamic_lookup -fPIC -install_name /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib/libluajit-5.1.2.dylib -compatibility_version 2.0 -current_version 2.0.4 -image_base 7fff04c4a000 -o libluajit.so lj_vm.o lj_gc.o lj_err.o lj_char.o lj_bc.o lj_obj.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_api.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 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -g -pagezero_size 10000 -image_base 100000000 -o luajit luajit.o libluajit.a -lm
superenv removed: -g
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -pagezero_size 10000 -image_base 100000000 -o luajit luajit.o libluajit.a -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -fPIC CMakeCCompilerId.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -fPIC CMakeCCompilerId.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_e9d12.dir/testCCompiler.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build/CMakeFiles/CMakeTmp/testCCompiler.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -fPIC -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_e9d12.dir/testCCompiler.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build/CMakeFiles/CMakeTmp/testCCompiler.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e9d12.dir/testCCompiler.c.o -o cmTC_e9d12
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -fPIC -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e9d12.dir/testCCompiler.c.o -o cmTC_e9d12 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_dde61.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeCCompilerABI.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -fPIC -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_dde61.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeCCompilerABI.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_dde61.dir/CMakeCCompilerABI.c.o -o cmTC_dde61
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -fPIC -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_dde61.dir/CMakeCCompilerABI.c.o -o cmTC_dde61 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -std=c11 -o CMakeFiles/cmTC_704ce.dir/feature_tests.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -fPIC -mmacosx-version-min=10.12 -std=c11 -o CMakeFiles/cmTC_704ce.dir/feature_tests.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_704ce.dir/feature_tests.c.o -o cmTC_704ce
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -fPIC -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_704ce.dir/feature_tests.c.o -o cmTC_704ce -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -std=c99 -o CMakeFiles/cmTC_aaa38.dir/feature_tests.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -fPIC -mmacosx-version-min=10.12 -std=c99 -o CMakeFiles/cmTC_aaa38.dir/feature_tests.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_aaa38.dir/feature_tests.c.o -o cmTC_aaa38
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -fPIC -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_aaa38.dir/feature_tests.c.o -o cmTC_aaa38 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -std=c90 -o CMakeFiles/cmTC_35487.dir/feature_tests.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -fPIC -mmacosx-version-min=10.12 -std=c90 -o CMakeFiles/cmTC_35487.dir/feature_tests.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv-static-build/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_35487.dir/feature_tests.c.o -o cmTC_35487
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -fPIC -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_35487.dir/feature_tests.c.o -o cmTC_35487 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -fPIC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/luv.dir/src/luv.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv/src/luv.c
superenv removed: -I/usr/local/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include -fPIC -mmacosx-version-min=10.12 -o CMakeFiles/luv.dir/src/luv.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/build/src/luv/src/luv.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -O2 -fPIC -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -c lmpack.c -o lmpack.o
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -c lmpack.c -o lmpack.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -bundle -undefined dynamic_lookup -all_load -o mpack.so -L/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib lmpack.o
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -all_load -o mpack.so -L/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib lmpack.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -O2 -fPIC -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -c lpcap.c -o lpcap.o
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -c lpcap.c -o lpcap.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -O2 -fPIC -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -c lpcode.c -o lpcode.o
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -c lpcode.c -o lpcode.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -O2 -fPIC -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -c lpprint.c -o lpprint.o
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -c lpprint.c -o lpprint.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -O2 -fPIC -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -c lptree.c -o lptree.o
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -c lptree.c -o lptree.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -O2 -fPIC -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -c lpvm.c -o lpvm.o
superenv removed: -O2
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -fPIC -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/include/luajit-2.0 -c lpvm.c -o lpvm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -bundle -undefined dynamic_lookup -all_load -o lpeg.so -L/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib lpcap.o lpcode.o lpprint.o lptree.o lpvm.o
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -bundle -undefined dynamic_lookup -all_load -o lpeg.so -L/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/lib lpcap.o lpcode.o lpprint.o lptree.o lpvm.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2017-01-05 11:05:34 +0800
cmake
..
-DCMAKE_C_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/neovim/0.1.7
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
-DDEPS_PREFIX=../deps-build/usr
-DCMAKE_BUILD_TYPE=RelWithDebInfo
-DJEMALLOC_LIBRARY=/usr/local/opt/jemalloc/lib/libjemalloc.a
-DIconv_INCLUDE_DIRS:PATH=/usr/include
-DIconv_LIBRARIES:PATH=/usr/lib/libiconv.dylib
-- The C compiler identification is AppleClang 8.0.0.8000042
-- The CXX compiler identification is AppleClang 8.0.0.8000042
-- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/super/clang
-- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/super/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/local/Homebrew/Library/Homebrew/shims/super/clang++
-- Check for working CXX compiler: /usr/local/Homebrew/Library/Homebrew/shims/super/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test HAS_ACCEPTABLE_FORTIFY
-- Performing Test HAS_ACCEPTABLE_FORTIFY - Failed
-- Unsupported _FORTIFY_SOURCE found, forcing _FORTIFY_SOURCE=1.
-- 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 HAS_DIAG_COLOR_FLAG
-- Performing Test HAS_DIAG_COLOR_FLAG - Success
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.1")
-- 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: /usr/local/lib/libuv.dylib
-- Found Msgpack: /usr/local/lib/libmsgpackc.dylib (found suitable version "2.0.0", minimum required is "1.0.0")
-- Found unibilium: /usr/local/lib/libunibilium.dylib
-- Found LibTermkey: /usr/local/lib/libtermkey.dylib
-- Found LibVterm: /usr/local/lib/libvterm.dylib
-- Found JeMalloc: /usr/local/opt/jemalloc/lib/libjemalloc.a
-- Performing Test HAVE_WORKING_LIBINTL
-- Performing Test HAVE_WORKING_LIBINTL - Success
-- Looking for _nl_msg_cat_cntr
-- Looking for _nl_msg_cat_cntr - found
-- Found LibIntl
-- Found Iconv
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE
-- Checking Lua interpreter /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/bin/luajit
-- Using the Lua interpreter /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/deps-build/usr/bin/luajit.
-- Log level not specified, defaulting to INFO(1)
-- Performing Test HAS_WNO_STATIC_IN_INLINE_FLAG
-- Performing Test HAS_WNO_STATIC_IN_INLINE_FLAG - Success
-- Found Gettext: /usr/local/opt/gettext/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 iconv.h
-- Looking for include file iconv.h - 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 utime.h
-- Looking for include file utime.h - found
-- Looking for include file sys/uio.h
-- Looking for include file sys/uio.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 uv_translate_sys_error
-- Looking for uv_translate_sys_error - not found
-- Looking for readv
-- Looking for readv - found
-- Looking for _putenv_s
-- Looking for _putenv_s - not found
-- Looking for opendir
-- Looking for opendir - found
-- Looking for readlink
-- Looking for readlink - found
-- Looking for setenv
-- Looking for setenv - found
-- Looking for unsetenv
-- Looking for unsetenv - 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 utime
-- Looking for utime - found
-- Looking for utimes
-- Looking for utimes - 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: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build
clang called with: CMakeCCompilerId.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang CMakeCCompilerId.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: CMakeCXXCompilerId.cpp
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ CMakeCXXCompilerId.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_68ec7.dir/testCCompiler.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/testCCompiler.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_68ec7.dir/testCCompiler.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/testCCompiler.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_68ec7.dir/testCCompiler.c.o -o cmTC_68ec7
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_68ec7.dir/testCCompiler.c.o -o cmTC_68ec7 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_960ac.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeCCompilerABI.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_960ac.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeCCompilerABI.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_960ac.dir/CMakeCCompilerABI.c.o -o cmTC_960ac
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_960ac.dir/CMakeCCompilerABI.c.o -o cmTC_960ac -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -std=c11 -o CMakeFiles/cmTC_1af6c.dir/feature_tests.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.12 -std=c11 -o CMakeFiles/cmTC_1af6c.dir/feature_tests.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1af6c.dir/feature_tests.c.o -o cmTC_1af6c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1af6c.dir/feature_tests.c.o -o cmTC_1af6c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -std=c99 -o CMakeFiles/cmTC_ebe1e.dir/feature_tests.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.12 -std=c99 -o CMakeFiles/cmTC_ebe1e.dir/feature_tests.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ebe1e.dir/feature_tests.c.o -o cmTC_ebe1e
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ebe1e.dir/feature_tests.c.o -o cmTC_ebe1e -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -std=c90 -o CMakeFiles/cmTC_f0c57.dir/feature_tests.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/feature_tests.c
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.12 -std=c90 -o CMakeFiles/cmTC_f0c57.dir/feature_tests.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f0c57.dir/feature_tests.c.o -o cmTC_f0c57
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f0c57.dir/feature_tests.c.o -o cmTC_f0c57 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_33141.dir/testCXXCompiler.cxx.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_33141.dir/testCXXCompiler.cxx.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_33141.dir/testCXXCompiler.cxx.o -o cmTC_33141
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_33141.dir/testCXXCompiler.cxx.o -o cmTC_33141 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_3c92f.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_3c92f.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_3c92f.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_3c92f
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_3c92f.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_3c92f -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -std=c++14 -o CMakeFiles/cmTC_74795.dir/feature_tests.cxx.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/feature_tests.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.12 -std=c++14 -o CMakeFiles/cmTC_74795.dir/feature_tests.cxx.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_74795.dir/feature_tests.cxx.o -o cmTC_74795
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_74795.dir/feature_tests.cxx.o -o cmTC_74795 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -std=c++11 -o CMakeFiles/cmTC_9001f.dir/feature_tests.cxx.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/feature_tests.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.12 -std=c++11 -o CMakeFiles/cmTC_9001f.dir/feature_tests.cxx.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9001f.dir/feature_tests.cxx.o -o cmTC_9001f
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9001f.dir/feature_tests.cxx.o -o cmTC_9001f -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -std=c++98 -o CMakeFiles/cmTC_9cbfa.dir/feature_tests.cxx.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/feature_tests.cxx
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.12 -std=c++98 -o CMakeFiles/cmTC_9cbfa.dir/feature_tests.cxx.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9cbfa.dir/feature_tests.cxx.o -o cmTC_9cbfa
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9cbfa.dir/feature_tests.cxx.o -o cmTC_9cbfa -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -DHAS_ACCEPTABLE_FORTIFY -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_ed7d4.dir/src.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAS_ACCEPTABLE_FORTIFY -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_ed7d4.dir/src.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_WVLA_FLAG -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wvla -o CMakeFiles/cmTC_57a1e.dir/src.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -Wvla
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_WVLA_FLAG -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_57a1e.dir/src.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_WVLA_FLAG -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_57a1e.dir/src.c.o -o cmTC_57a1e
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_WVLA_FLAG -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_57a1e.dir/src.c.o -o cmTC_57a1e -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_FSTACK_PROTECTOR_STRONG_FLAG -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -fstack-protector-strong -o CMakeFiles/cmTC_eba42.dir/src.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_FSTACK_PROTECTOR_STRONG_FLAG -DDISABLE_LOG -mmacosx-version-min=10.12 -fstack-protector-strong -o CMakeFiles/cmTC_eba42.dir/src.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_FSTACK_PROTECTOR_STRONG_FLAG -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_eba42.dir/src.c.o -o cmTC_eba42
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_FSTACK_PROTECTOR_STRONG_FLAG -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_eba42.dir/src.c.o -o cmTC_eba42 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_FSTACK_PROTECTOR_FLAG -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -fstack-protector -o CMakeFiles/cmTC_0994e.dir/src.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_FSTACK_PROTECTOR_FLAG -DDISABLE_LOG -mmacosx-version-min=10.12 -fstack-protector -o CMakeFiles/cmTC_0994e.dir/src.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_FSTACK_PROTECTOR_FLAG -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0994e.dir/src.c.o -o cmTC_0994e
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_FSTACK_PROTECTOR_FLAG -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0994e.dir/src.c.o -o cmTC_0994e -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_DIAG_COLOR_FLAG -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -fdiagnostics-color=auto -o CMakeFiles/cmTC_a12f5.dir/src.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_DIAG_COLOR_FLAG -DDISABLE_LOG -mmacosx-version-min=10.12 -fdiagnostics-color=auto -o CMakeFiles/cmTC_a12f5.dir/src.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_DIAG_COLOR_FLAG -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a12f5.dir/src.c.o -o cmTC_a12f5
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_DIAG_COLOR_FLAG -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a12f5.dir/src.c.o -o cmTC_a12f5 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=dlopen -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_2bad2.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=dlopen -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_2bad2.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=dlopen -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2bad2.dir/CheckFunctionExists.c.o -o cmTC_2bad2 -L/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/dlfcn.h -Wl,-rpath,/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/dlfcn.h -ldl
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=dlopen -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2bad2.dir/CheckFunctionExists.c.o -o cmTC_2bad2 -L/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/dlfcn.h -Wl,-rpath,/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/dlfcn.h -ldl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=kstat_lookup -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_18322.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=kstat_lookup -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_18322.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=kstat_lookup -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_18322.dir/CheckFunctionExists.c.o -o cmTC_18322 -L/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/kstat.h -Wl,-rpath,/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/kstat.h -lkstat
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=kstat_lookup -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_18322.dir/CheckFunctionExists.c.o -o cmTC_18322 -L/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/kstat.h -Wl,-rpath,/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/kstat.h -lkstat -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=kvm_open -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_277da.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=kvm_open -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_277da.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=kvm_open -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_277da.dir/CheckFunctionExists.c.o -o cmTC_277da -L/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/kvm.h -Wl,-rpath,/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/kvm.h -lkvm
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=kvm_open -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_277da.dir/CheckFunctionExists.c.o -o cmTC_277da -L/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/kvm.h -Wl,-rpath,/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/kvm.h -lkvm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=gethostbyname -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_5a8ce.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=gethostbyname -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_5a8ce.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=gethostbyname -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5a8ce.dir/CheckFunctionExists.c.o -o cmTC_5a8ce -L/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/nsl.h -Wl,-rpath,/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/nsl.h -lnsl
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=gethostbyname -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5a8ce.dir/CheckFunctionExists.c.o -o cmTC_5a8ce -L/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/nsl.h -Wl,-rpath,/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/nsl.h -lnsl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=perfstat_cpu -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_bf672.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=perfstat_cpu -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_bf672.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=perfstat_cpu -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bf672.dir/CheckFunctionExists.c.o -o cmTC_bf672 -L/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/libperfstat.h -Wl,-rpath,/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/libperfstat.h -lperfstat
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=perfstat_cpu -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bf672.dir/CheckFunctionExists.c.o -o cmTC_bf672 -L/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/libperfstat.h -Wl,-rpath,/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/libperfstat.h -lperfstat -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=clock_gettime -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_6a7b2.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=clock_gettime -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_6a7b2.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=clock_gettime -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6a7b2.dir/CheckFunctionExists.c.o -o cmTC_6a7b2 -L/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/time.h -Wl,-rpath,/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/time.h -lrt
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=clock_gettime -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6a7b2.dir/CheckFunctionExists.c.o -o cmTC_6a7b2 -L/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/time.h -Wl,-rpath,/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/time.h -lrt -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=sendfile -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_1793c.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=sendfile -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_1793c.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=sendfile -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1793c.dir/CheckFunctionExists.c.o -o cmTC_1793c -lsendfile
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=sendfile -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1793c.dir/CheckFunctionExists.c.o -o cmTC_1793c -lsendfile -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAVE_WORKING_LIBINTL -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_83929.dir/src.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAVE_WORKING_LIBINTL -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_83929.dir/src.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAVE_WORKING_LIBINTL -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_83929.dir/src.c.o -o cmTC_83929 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAVE_WORKING_LIBINTL -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_83929.dir/src.c.o -o cmTC_83929 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_VARIABLE_EXISTS=_nl_msg_cat_cntr -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_94227.dir/CheckVariableExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckVariableExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_VARIABLE_EXISTS=_nl_msg_cat_cntr -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_94227.dir/CheckVariableExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckVariableExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_VARIABLE_EXISTS=_nl_msg_cat_cntr -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_94227.dir/CheckVariableExists.c.o -o cmTC_94227 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_VARIABLE_EXISTS=_nl_msg_cat_cntr -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_94227.dir/CheckVariableExists.c.o -o cmTC_94227 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_6e426.dir/CheckIncludeFile.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_6e426.dir/CheckIncludeFile.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6e426.dir/CheckIncludeFile.c.o -o cmTC_6e426
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6e426.dir/CheckIncludeFile.c.o -o cmTC_6e426 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_3a692.dir/CheckSymbolExists.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_3a692.dir/CheckSymbolExists.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3a692.dir/CheckSymbolExists.c.o -o cmTC_3a692 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3a692.dir/CheckSymbolExists.c.o -o cmTC_3a692 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_WNO_STATIC_IN_INLINE_FLAG -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wno-static-in-inline -o CMakeFiles/cmTC_3e8ce.dir/src.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_WNO_STATIC_IN_INLINE_FLAG -DDISABLE_LOG -mmacosx-version-min=10.12 -Wno-static-in-inline -o CMakeFiles/cmTC_3e8ce.dir/src.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_WNO_STATIC_IN_INLINE_FLAG -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3e8ce.dir/src.c.o -o cmTC_3e8ce /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAS_WNO_STATIC_IN_INLINE_FLAG -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3e8ce.dir/src.c.o -o cmTC_3e8ce /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_5e135.dir/CheckIncludeFile.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_5e135.dir/CheckIncludeFile.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5e135.dir/CheckIncludeFile.c.o -o cmTC_5e135
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5e135.dir/CheckIncludeFile.c.o -o cmTC_5e135 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_4b724.dir/CheckIncludeFile.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_4b724.dir/CheckIncludeFile.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4b724.dir/CheckIncludeFile.c.o -o cmTC_4b724
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4b724.dir/CheckIncludeFile.c.o -o cmTC_4b724 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_b5e92.dir/CheckIncludeFile.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_b5e92.dir/CheckIncludeFile.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b5e92.dir/CheckIncludeFile.c.o -o cmTC_b5e92
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b5e92.dir/CheckIncludeFile.c.o -o cmTC_b5e92 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_4a725.dir/SIZEOF_INT.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CheckTypeSize/SIZEOF_INT.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_4a725.dir/SIZEOF_INT.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CheckTypeSize/SIZEOF_INT.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4a725.dir/SIZEOF_INT.c.o -o cmTC_4a725 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4a725.dir/SIZEOF_INT.c.o -o cmTC_4a725 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_581d3.dir/SIZEOF_LONG.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CheckTypeSize/SIZEOF_LONG.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_581d3.dir/SIZEOF_LONG.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CheckTypeSize/SIZEOF_LONG.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_581d3.dir/SIZEOF_LONG.c.o -o cmTC_581d3 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_581d3.dir/SIZEOF_LONG.c.o -o cmTC_581d3 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_c901a.dir/SIZEOF_INTMAX_T.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CheckTypeSize/SIZEOF_INTMAX_T.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_c901a.dir/SIZEOF_INTMAX_T.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CheckTypeSize/SIZEOF_INTMAX_T.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c901a.dir/SIZEOF_INTMAX_T.c.o -o cmTC_c901a /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c901a.dir/SIZEOF_INTMAX_T.c.o -o cmTC_c901a /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_b8798.dir/SIZEOF_SIZE_T.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CheckTypeSize/SIZEOF_SIZE_T.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_b8798.dir/SIZEOF_SIZE_T.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CheckTypeSize/SIZEOF_SIZE_T.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b8798.dir/SIZEOF_SIZE_T.c.o -o cmTC_b8798 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b8798.dir/SIZEOF_SIZE_T.c.o -o cmTC_b8798 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_1be2c.dir/SIZEOF_LONG_LONG.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CheckTypeSize/SIZEOF_LONG_LONG.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_1be2c.dir/SIZEOF_LONG_LONG.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CheckTypeSize/SIZEOF_LONG_LONG.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1be2c.dir/SIZEOF_LONG_LONG.c.o -o cmTC_1be2c /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1be2c.dir/SIZEOF_LONG_LONG.c.o -o cmTC_1be2c /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_8e6c1.dir/SIZEOF_VOID_PTR.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CheckTypeSize/SIZEOF_VOID_PTR.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_8e6c1.dir/SIZEOF_VOID_PTR.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CheckTypeSize/SIZEOF_VOID_PTR.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8e6c1.dir/SIZEOF_VOID_PTR.c.o -o cmTC_8e6c1 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8e6c1.dir/SIZEOF_VOID_PTR.c.o -o cmTC_8e6c1 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_ca218.dir/CheckSymbolExists.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_ca218.dir/CheckSymbolExists.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ca218.dir/CheckSymbolExists.c.o -o cmTC_ca218 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ca218.dir/CheckSymbolExists.c.o -o cmTC_ca218 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_e1497.dir/CheckIncludeFiles.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_e1497.dir/CheckIncludeFiles.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e1497.dir/CheckIncludeFiles.c.o -o cmTC_e1497
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e1497.dir/CheckIncludeFiles.c.o -o cmTC_e1497 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_9a0f0.dir/CheckIncludeFiles.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_9a0f0.dir/CheckIncludeFiles.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9a0f0.dir/CheckIncludeFiles.c.o -o cmTC_9a0f0
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9a0f0.dir/CheckIncludeFiles.c.o -o cmTC_9a0f0 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_75a4a.dir/CheckIncludeFiles.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_75a4a.dir/CheckIncludeFiles.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_75a4a.dir/CheckIncludeFiles.c.o -o cmTC_75a4a
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_75a4a.dir/CheckIncludeFiles.c.o -o cmTC_75a4a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_d0065.dir/CheckIncludeFiles.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_d0065.dir/CheckIncludeFiles.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d0065.dir/CheckIncludeFiles.c.o -o cmTC_d0065
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d0065.dir/CheckIncludeFiles.c.o -o cmTC_d0065 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_b2c4c.dir/CheckIncludeFiles.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_b2c4c.dir/CheckIncludeFiles.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b2c4c.dir/CheckIncludeFiles.c.o -o cmTC_b2c4c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b2c4c.dir/CheckIncludeFiles.c.o -o cmTC_b2c4c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_1b4e3.dir/CheckIncludeFiles.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_1b4e3.dir/CheckIncludeFiles.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1b4e3.dir/CheckIncludeFiles.c.o -o cmTC_1b4e3
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1b4e3.dir/CheckIncludeFiles.c.o -o cmTC_1b4e3 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_1bb1b.dir/CheckIncludeFiles.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_1bb1b.dir/CheckIncludeFiles.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1bb1b.dir/CheckIncludeFiles.c.o -o cmTC_1bb1b
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1bb1b.dir/CheckIncludeFiles.c.o -o cmTC_1bb1b -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_8ec7f.dir/CheckIncludeFiles.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_8ec7f.dir/CheckIncludeFiles.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8ec7f.dir/CheckIncludeFiles.c.o -o cmTC_8ec7f
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8ec7f.dir/CheckIncludeFiles.c.o -o cmTC_8ec7f -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_afb48.dir/CheckIncludeFiles.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_afb48.dir/CheckIncludeFiles.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_afb48.dir/CheckIncludeFiles.c.o -o cmTC_afb48
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_afb48.dir/CheckIncludeFiles.c.o -o cmTC_afb48 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=fseeko -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_ef5be.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=fseeko -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_ef5be.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=fseeko -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ef5be.dir/CheckFunctionExists.c.o -o cmTC_ef5be /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=fseeko -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ef5be.dir/CheckFunctionExists.c.o -o cmTC_ef5be /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=getpwent -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_3f25b.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=getpwent -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_3f25b.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=getpwent -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3f25b.dir/CheckFunctionExists.c.o -o cmTC_3f25b /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=getpwent -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3f25b.dir/CheckFunctionExists.c.o -o cmTC_3f25b /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=getpwnam -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_c98c0.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=getpwnam -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_c98c0.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=getpwnam -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c98c0.dir/CheckFunctionExists.c.o -o cmTC_c98c0 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=getpwnam -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c98c0.dir/CheckFunctionExists.c.o -o cmTC_c98c0 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=getpwuid -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_9294a.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=getpwuid -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_9294a.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=getpwuid -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9294a.dir/CheckFunctionExists.c.o -o cmTC_9294a /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=getpwuid -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9294a.dir/CheckFunctionExists.c.o -o cmTC_9294a /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=uv_translate_sys_error -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_37b45.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=uv_translate_sys_error -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_37b45.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=uv_translate_sys_error -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_37b45.dir/CheckFunctionExists.c.o -o cmTC_37b45 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=uv_translate_sys_error -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_37b45.dir/CheckFunctionExists.c.o -o cmTC_37b45 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=readv -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_e8017.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=readv -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_e8017.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=readv -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e8017.dir/CheckFunctionExists.c.o -o cmTC_e8017 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=readv -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e8017.dir/CheckFunctionExists.c.o -o cmTC_e8017 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=_putenv_s -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_59277.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=_putenv_s -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_59277.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=_putenv_s -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_59277.dir/CheckFunctionExists.c.o -o cmTC_59277 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=_putenv_s -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_59277.dir/CheckFunctionExists.c.o -o cmTC_59277 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=opendir -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_396b5.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=opendir -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_396b5.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=opendir -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_396b5.dir/CheckFunctionExists.c.o -o cmTC_396b5 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=opendir -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_396b5.dir/CheckFunctionExists.c.o -o cmTC_396b5 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=readlink -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_9d966.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=readlink -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_9d966.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=readlink -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9d966.dir/CheckFunctionExists.c.o -o cmTC_9d966 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=readlink -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9d966.dir/CheckFunctionExists.c.o -o cmTC_9d966 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=setenv -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_76101.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=setenv -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_76101.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=setenv -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_76101.dir/CheckFunctionExists.c.o -o cmTC_76101 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=setenv -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_76101.dir/CheckFunctionExists.c.o -o cmTC_76101 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=unsetenv -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_e5dd5.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=unsetenv -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_e5dd5.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=unsetenv -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e5dd5.dir/CheckFunctionExists.c.o -o cmTC_e5dd5 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=unsetenv -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e5dd5.dir/CheckFunctionExists.c.o -o cmTC_e5dd5 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=setpgid -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_5430f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=setpgid -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_5430f.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=setpgid -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5430f.dir/CheckFunctionExists.c.o -o cmTC_5430f /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=setpgid -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5430f.dir/CheckFunctionExists.c.o -o cmTC_5430f /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=setsid -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_39114.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=setsid -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_39114.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=setsid -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_39114.dir/CheckFunctionExists.c.o -o cmTC_39114 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=setsid -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_39114.dir/CheckFunctionExists.c.o -o cmTC_39114 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=sigaction -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_4b417.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=sigaction -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_4b417.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=sigaction -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4b417.dir/CheckFunctionExists.c.o -o cmTC_4b417 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=sigaction -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4b417.dir/CheckFunctionExists.c.o -o cmTC_4b417 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=strcasecmp -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_54152.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=strcasecmp -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_54152.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=strcasecmp -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_54152.dir/CheckFunctionExists.c.o -o cmTC_54152 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=strcasecmp -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_54152.dir/CheckFunctionExists.c.o -o cmTC_54152 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=strncasecmp -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_92b34.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=strncasecmp -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_92b34.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=strncasecmp -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_92b34.dir/CheckFunctionExists.c.o -o cmTC_92b34 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=strncasecmp -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_92b34.dir/CheckFunctionExists.c.o -o cmTC_92b34 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=utime -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_a95dd.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=utime -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_a95dd.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=utime -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a95dd.dir/CheckFunctionExists.c.o -o cmTC_a95dd /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=utime -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a95dd.dir/CheckFunctionExists.c.o -o cmTC_a95dd /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=utimes -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_87614.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=utimes -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_87614.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=utimes -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_87614.dir/CheckFunctionExists.c.o -o cmTC_87614 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=utimes -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_87614.dir/CheckFunctionExists.c.o -o cmTC_87614 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_2258d.dir/CheckSymbolExists.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_2258d.dir/CheckSymbolExists.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2258d.dir/CheckSymbolExists.c.o -o cmTC_2258d /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2258d.dir/CheckSymbolExists.c.o -o cmTC_2258d /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_f394b.dir/CheckSymbolExists.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_f394b.dir/CheckSymbolExists.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f394b.dir/CheckSymbolExists.c.o -o cmTC_f394b /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f394b.dir/CheckSymbolExists.c.o -o cmTC_f394b /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_ab616.dir/CheckIncludeFiles.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_ab616.dir/CheckIncludeFiles.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_90a75.dir/CheckIncludeFiles.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_90a75.dir/CheckIncludeFiles.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAVE_BE64TOH_MACROS -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_cfe75.dir/src.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DHAVE_BE64TOH_MACROS -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_cfe75.dir/src.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=be64toh -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_236d5.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=be64toh -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_236d5.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.7.1/share/cmake/Modules/CheckFunctionExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=be64toh -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_236d5.dir/CheckFunctionExists.c.o -o cmTC_236d5 /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DCHECK_FUNCTION_EXISTS=be64toh -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_236d5.dir/CheckFunctionExists.c.o -o cmTC_236d5 /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -I/usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DORDER_BIG_ENDIAN -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_7b26d.dir/src.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/src.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -I/usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DORDER_BIG_ENDIAN -DDISABLE_LOG -mmacosx-version-min=10.12 -o CMakeFiles/cmTC_7b26d.dir/src.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DORDER_BIG_ENDIAN -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7b26d.dir/src.c.o -o cmTC_7b26d /usr/local/opt/gettext/lib/libintl.dylib
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DORDER_BIG_ENDIAN -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7b26d.dir/src.c.o -o cmTC_7b26d /usr/local/opt/gettext/lib/libintl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2017-01-05 11:06:05 +0800
make
VERBOSE=1
install
/usr/local/Cellar/cmake/3.7.1/bin/cmake -H/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7 -B/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_progress_start /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles/progress.marks
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/nvim/CMakeFiles/nvim.dir/build.make src/nvim/CMakeFiles/nvim.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/nvim/po/CMakeFiles/translations.dir/build.make src/nvim/po/CMakeFiles/translations.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f test/functional/fixtures/CMakeFiles/shell-test.dir/build.make test/functional/fixtures/CMakeFiles/shell-test.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f test/functional/fixtures/CMakeFiles/tty-test.dir/build.make test/functional/fixtures/CMakeFiles/tty-test.dir/depend
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7 /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/CMakeFiles/translations.dir/DependInfo.cmake --color=
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7 /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/test/functional/fixtures /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/test/functional/fixtures /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/test/functional/fixtures/CMakeFiles/shell-test.dir/DependInfo.cmake --color=
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7 /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/test/functional/fixtures /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/test/functional/fixtures /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/test/functional/fixtures/CMakeFiles/tty-test.dir/DependInfo.cmake --color=
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/CMakeFiles/translations.dir/DependInfo.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/CMakeFiles/translations.dir/depend.internal".
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/CMakeFiles/translations.dir/depend.internal".
Scanning dependencies of target translations
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/test/functional/fixtures/CMakeFiles/tty-test.dir/DependInfo.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/test/functional/fixtures/CMakeFiles/tty-test.dir/depend.internal".
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/test/functional/fixtures/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/test/functional/fixtures/CMakeFiles/tty-test.dir/depend.internal".
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/test/functional/fixtures/CMakeFiles/shell-test.dir/DependInfo.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/test/functional/fixtures/CMakeFiles/shell-test.dir/depend.internal".
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/test/functional/fixtures/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/test/functional/fixtures/CMakeFiles/shell-test.dir/depend.internal".
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/nvim/po/CMakeFiles/translations.dir/build.make src/nvim/po/CMakeFiles/translations.dir/build
Scanning dependencies of target shell-test
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f test/functional/fixtures/CMakeFiles/shell-test.dir/build.make test/functional/fixtures/CMakeFiles/shell-test.dir/build
[ 0%] Generating auto/api/buffer.c.generated.h, ../../include/api/buffer.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/buffer.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/buffer.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
Scanning dependencies of target tty-test
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f test/functional/fixtures/CMakeFiles/tty-test.dir/build.make test/functional/fixtures/CMakeFiles/tty-test.dir/build
[ 0%] Generating nvim.pot
[ 0%] Building C object test/functional/fixtures/CMakeFiles/shell-test.dir/shell-test.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/test/functional/fixtures && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/shell-test.dir/shell-test.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/test/functional/fixtures/shell-test.c
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DXGETTEXT_PRG=/usr/local/opt/gettext/bin/xgettext -DPOT_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/nvim.pot -DSEARCH_DIR=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po "-DSOURCES=../api/buffer.c;../api/private/dispatch.c;../api/private/handle.c;../api/private/helpers.c;../api/tabpage.c;../api/ui.c;../api/vim.c;../api/window.c;../arabic.c;../buffer.c;../charset.c;../cursor.c;../cursor_shape.c;../diff.c;../digraph.c;../edit.c;../eval.c;../eval/decode.c;../eval/encode.c;../event/libuv_process.c;../event/loop.c;../event/multiqueue.c;../event/process.c;../event/rstream.c;../event/signal.c;../event/socket.c;../event/stream.c;../event/time.c;../event/wstream.c;../ex_cmds.c;../ex_cmds2.c;../ex_docmd.c;../ex_eval.c;../ex_getln.c;../farsi.c;../file_search.c;../fileio.c;../fold.c;../garray.c;../getchar.c;../hardcopy.c;../hashtab.c;../if_cscope.c;../indent.c;../indent_c.c;../keymap.c;../log.c;../main.c;../map.c;../mark.c;../mbyte.c;../memfile.c;../memline.c;../memory.c;../menu.c;../message.c;../misc1.c;../mouse.c;../move.c;../msgpack_rpc/channel.c;../msgpack_rpc/helpers.c;../msgpack_rpc/server.c;../normal.c;../ops.c;../option.c;../os/dl.c;../os/env.c;../os/fileio.c;../os/fs.c;../os/input.c;../os/mem.c;../os/pty_process_unix.c;../os/shell.c;../os/signal.c;../os/stdpaths.c;../os/time.c;../os/users.c;../os_unix.c;../path.c;../popupmnu.c;../profile.c;../quickfix.c;../rbuffer.c;../regexp.c;../screen.c;../search.c;../sha256.c;../shada.c;../spell.c;../state.c;../strings.c;../syntax.c;../tag.c;../terminal.c;../tui/input.c;../tui/tui.c;../ugrid.c;../ui.c;../ui_bridge.c;../undo.c;../version.c;../window.c;../api/buffer.h;../api/private/defs.h;../api/private/dispatch.h;../api/private/handle.h;../api/private/helpers.h;../api/tabpage.h;../api/ui.h;../api/vim.h;../api/window.h;../arabic.h;../ascii.h;../assert.h;../buffer.h;../buffer_defs.h;../bufhl_defs.h;../charset.h;../cursor.h;../cursor_shape.h;../diff.h;../digraph.h;../edit.h;../eval.h;../eval/decode.h;../eval/encode.h;../eval/typval_encode.h;../eval_defs.h;../event/defs.h;../event/libuv_process.h;../event/loop.h;../event/multiqueue.h;../event/process.h;../event/rstream.h;../event/signal.h;../event/socket.h;../event/stream.h;../event/time.h;../event/wstream.h;../ex_cmds.h;../ex_cmds2.h;../ex_cmds_defs.h;../ex_docmd.h;../ex_eval.h;../ex_getln.h;../farsi.h;../file_search.h;../fileio.h;../fold.h;../func_attr.h;../garray.h;../getchar.h;../globals.h;../hardcopy.h;../hashtab.h;../iconv.h;../if_cscope.h;../if_cscope_defs.h;../indent.h;../indent_c.h;../keymap.h;../lib/khash.h;../lib/klist.h;../lib/kvec.h;../lib/queue.h;../lib/ringbuf.h;../log.h;../macros.h;../main.h;../map.h;../map_defs.h;../mark.h;../mark_defs.h;../mbyte.h;../memfile.h;../memfile_defs.h;../memline.h;../memline_defs.h;../memory.h;../menu.h;../message.h;../misc1.h;../mouse.h;../move.h;../msgpack_rpc/channel.h;../msgpack_rpc/helpers.h;../msgpack_rpc/server.h;../normal.h;../ops.h;../option.h;../option_defs.h;../os/dl.h;../os/fileio.h;../os/fs_defs.h;../os/input.h;../os/os.h;../os/os_defs.h;../os/pty_process.h;../os/pty_process_unix.h;../os/pty_process_win.h;../os/shell.h;../os/signal.h;../os/stdpaths_defs.h;../os/time.h;../os/unix_defs.h;../os/win_defs.h;../os_unix.h;../path.h;../popupmnu.h;../pos.h;../profile.h;../quickfix.h;../rbuffer.h;../regexp.h;../regexp_defs.h;../screen.h;../search.h;../sha256.h;../shada.h;../sign_defs.h;../spell.h;../state.h;../strings.h;../syntax.h;../syntax_defs.h;../tag.h;../terminal.h;../tui/input.h;../tui/tui.h;../types.h;../ugrid.h;../ui.h;../ui_bridge.h;../undo.h;../undo_defs.h;../version.h;../vim.h;../window.h" -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunXgettext.cmake
[ 0%] Building C object test/functional/fixtures/CMakeFiles/tty-test.dir/tty-test.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/test/functional/fixtures && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/tty-test.dir/tty-test.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/test/functional/fixtures/tty-test.c
[ 0%] Linking C executable ../../../bin/shell-test
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/test/functional/fixtures && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/shell-test.dir/link.txt --verbose=1
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -pagezero_size 10000 -image_base 100000000 CMakeFiles/shell-test.dir/shell-test.c.o -o ../../../bin/shell-test
[ 0%] Linking C executable ../../../bin/tty-test
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/test/functional/fixtures && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/tty-test.dir/link.txt --verbose=1
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -pagezero_size 10000 -image_base 100000000 CMakeFiles/tty-test.dir/tty-test.c.o -o ../../../bin/tty-test /usr/local/lib/libuv.dylib -lpthread -ldl -ldl
[ 0%] Built target shell-test
[ 0%] Generating auto/api/tabpage.c.generated.h, ../../include/api/tabpage.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/tabpage.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/tabpage.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 0%] Built target tty-test
[ 0%] Generating auto/api/ui.c.generated.h, ../../include/api/ui.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/ui.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/ui.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/tabpage.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/tabpage.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/api/tabpage.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/tabpage.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/ui.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/ui.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/api/ui.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/ui.i
[ 0%] Generating auto/api/vim.c.generated.h, ../../include/api/vim.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/vim.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/vim.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/buffer.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/buffer.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/api/buffer.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/buffer.i
[ 0%] Generating auto/api/window.c.generated.h, ../../include/api/window.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/window.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/window.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 3%] Generating auto/api/private/dispatch.c.generated.h, ../../include/api/private/dispatch.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/private/dispatch.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/private/dispatch.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/window.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/window.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/api/window.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/window.i
[ 3%] Generating auto/api/private/handle.c.generated.h, ../../include/api/private/handle.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/private/handle.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/private/handle.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/vim.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/vim.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/api/vim.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/vim.i
[ 3%] Generating auto/api/private/helpers.c.generated.h, ../../include/api/private/helpers.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/private/helpers.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/private/helpers.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/private/handle.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/private/handle.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/api/private/handle.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/private/handle.i
[ 3%] Generating auto/arabic.c.generated.h, ../../include/arabic.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/arabic.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/arabic.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/arabic.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/arabic.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/arabic.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/arabic.i
[ 6%] Generating auto/buffer.c.generated.h, ../../include/buffer.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/buffer.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/buffer.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/buffer.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/buffer.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/buffer.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/buffer.i
[ 6%] Generating auto/charset.c.generated.h, ../../include/charset.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/charset.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/charset.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/private/helpers.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/private/helpers.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/api/private/helpers.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/private/helpers.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/private/dispatch.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/private/dispatch.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/api/private/dispatch.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/private/dispatch.i
[ 6%] Generating auto/cursor.c.generated.h, ../../include/cursor.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/cursor.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/cursor.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 6%] Generating auto/cursor_shape.c.generated.h, ../../include/cursor_shape.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/cursor_shape.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/cursor_shape.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/charset.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/charset.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/charset.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/charset.i
[ 6%] Generating auto/diff.c.generated.h, ../../include/diff.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/diff.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/diff.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/cursor.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/cursor.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/cursor.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/cursor.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/cursor_shape.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/cursor_shape.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/cursor_shape.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/cursor_shape.i
[ 6%] Generating auto/digraph.c.generated.h, ../../include/digraph.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/digraph.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/digraph.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 6%] Generating auto/edit.c.generated.h, ../../include/edit.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/edit.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/edit.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/diff.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/diff.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/diff.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/diff.i
[ 9%] Generating auto/eval.c.generated.h, ../../include/eval.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/eval.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/eval.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/digraph.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/digraph.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/digraph.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/digraph.i
[ 9%] Generating auto/eval/decode.c.generated.h, ../../include/eval/decode.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/eval/decode.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/eval/decode.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/edit.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/edit.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/edit.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/edit.i
[ 9%] Generating auto/eval/encode.c.generated.h, ../../include/eval/encode.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/eval/encode.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/eval/encode.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/eval.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/eval.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/eval.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/eval.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/eval/decode.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/eval/decode.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/eval/decode.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/eval/decode.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/eval/encode.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/eval/encode.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/eval/encode.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/eval/encode.i
[ 9%] Generating auto/event/loop.c.generated.h, ../../include/event/loop.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/loop.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/loop.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 9%] Generating auto/event/multiqueue.c.generated.h, ../../include/event/multiqueue.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/multiqueue.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/multiqueue.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 9%] Generating auto/event/libuv_process.c.generated.h, ../../include/event/libuv_process.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/libuv_process.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/libuv_process.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/multiqueue.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/multiqueue.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/event/multiqueue.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/multiqueue.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/loop.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/loop.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/event/loop.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/loop.i
[ 9%] Generating auto/event/process.c.generated.h, ../../include/event/process.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/process.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/process.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 9%] Generating auto/event/rstream.c.generated.h, ../../include/event/rstream.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/rstream.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/rstream.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/libuv_process.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/libuv_process.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/event/libuv_process.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/libuv_process.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/process.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/process.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/event/process.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/process.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/rstream.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/rstream.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/event/rstream.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/rstream.i
[ 12%] Generating auto/event/signal.c.generated.h, ../../include/event/signal.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/signal.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/signal.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 12%] Generating auto/event/socket.c.generated.h, ../../include/event/socket.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/socket.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/socket.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 12%] Generating auto/event/stream.c.generated.h, ../../include/event/stream.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/stream.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/stream.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/signal.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/signal.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/event/signal.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/signal.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/stream.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/stream.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/event/stream.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/stream.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/socket.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/socket.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/event/socket.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/socket.i
[ 12%] Generating auto/event/time.c.generated.h, ../../include/event/time.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/time.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/time.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 12%] Generating auto/event/wstream.c.generated.h, ../../include/event/wstream.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/wstream.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/wstream.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 12%] Generating auto/ex_cmds.c.generated.h, ../../include/ex_cmds.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ex_cmds.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ex_cmds.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/time.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/time.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/event/time.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/time.i
[ 15%] Generating ja.euc-jp.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/ja.euc-jp.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/ja.euc-jp.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/wstream.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/wstream.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/event/wstream.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/wstream.i
[ 15%] Generating cs.cp1250.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/cs.cp1250.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/cs.cp1250.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ex_cmds.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ex_cmds.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/ex_cmds.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ex_cmds.i
[ 15%] Generating auto/ex_cmds2.c.generated.h, ../../include/ex_cmds2.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ex_cmds2.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ex_cmds2.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 15%] Generating sk.cp1250.mo
[ 15%] Generating auto/ex_docmd.c.generated.h, ../../include/ex_docmd.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ex_docmd.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ex_docmd.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/sk.cp1250.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/sk.cp1250.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
[ 15%] Generating nb.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/nb.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/nb.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
[ 15%] Generating af.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/af.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/af.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
[ 18%] Generating auto/ex_eval.c.generated.h, ../../include/ex_eval.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ex_eval.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ex_eval.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ex_cmds2.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ex_cmds2.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/ex_cmds2.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ex_cmds2.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ex_docmd.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ex_docmd.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/ex_docmd.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ex_docmd.i
[ 18%] Generating auto/ex_getln.c.generated.h, ../../include/ex_getln.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ex_getln.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ex_getln.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 18%] Generating ca.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/ca.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/ca.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
[ 18%] Generating cs.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/cs.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/cs.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ex_eval.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ex_eval.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/ex_eval.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ex_eval.i
[ 18%] Generating de.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/de.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/de.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
[ 21%] Generating en_GB.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/en_GB.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/en_GB.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ex_getln.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ex_getln.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/ex_getln.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ex_getln.i
[ 21%] Generating eo.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/eo.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/eo.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
[ 21%] Generating auto/farsi.c.generated.h, ../../include/farsi.h.generated.h
[ 21%] Generating es.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/es.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/es.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/farsi.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/farsi.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 21%] Generating auto/file_search.c.generated.h, ../../include/file_search.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/file_search.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/file_search.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 21%] Generating fi.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/fi.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/fi.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
[ 21%] Generating auto/fileio.c.generated.h, ../../include/fileio.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/fileio.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/fileio.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 21%] Generating fr.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/fr.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/fr.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/farsi.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/farsi.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/farsi.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/farsi.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/file_search.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/file_search.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/file_search.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/file_search.i
[ 21%] Generating ga.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/ga.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/ga.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
[ 21%] Generating it.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/it.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/it.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
[ 21%] Generating auto/fold.c.generated.h, ../../include/fold.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/fold.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/fold.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/fileio.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/fileio.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/fileio.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/fileio.i
[ 21%] Generating auto/garray.c.generated.h, ../../include/garray.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/garray.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/garray.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 21%] Generating ja.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/ja.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/ja.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
[ 25%] Generating ko.UTF-8.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/ko.UTF-8.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/ko.UTF-8.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
[ 28%] Generating nl.mo
[ 28%] Generating auto/getchar.c.generated.h, ../../include/getchar.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/nl.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/nl.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/getchar.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/getchar.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/fold.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/fold.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/fold.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/fold.i
[ 28%] Generating no.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/no.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/no.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
[ 28%] Generating auto/hardcopy.c.generated.h, ../../include/hardcopy.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/hardcopy.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/hardcopy.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/garray.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/garray.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/garray.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/garray.i
[ 28%] Generating pl.UTF-8.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/pl.UTF-8.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/pl.UTF-8.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
[ 28%] Generating pt_BR.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/pt_BR.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/pt_BR.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/getchar.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/getchar.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/getchar.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/getchar.i
[ 28%] Generating ru.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/ru.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/ru.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
[ 28%] Generating auto/hashtab.c.generated.h, ../../include/hashtab.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/hashtab.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/hashtab.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 28%] Generating auto/if_cscope.c.generated.h, ../../include/if_cscope.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/if_cscope.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/if_cscope.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/hardcopy.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/hardcopy.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/hardcopy.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/hardcopy.i
[ 28%] Generating sk.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/sk.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/sk.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
[ 28%] Generating auto/indent.c.generated.h, ../../include/indent.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/indent.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/indent.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 31%] Generating sv.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/sv.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/sv.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/hashtab.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/hashtab.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/hashtab.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/hashtab.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/if_cscope.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/if_cscope.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/if_cscope.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/if_cscope.i
[ 31%] Generating auto/indent_c.c.generated.h, ../../include/indent_c.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/indent_c.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/indent_c.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 31%] Generating uk.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/uk.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/uk.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
[ 31%] Generating auto/keymap.c.generated.h, ../../include/keymap.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/keymap.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/keymap.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/indent.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/indent.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/indent.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/indent.i
[ 31%] Generating vi.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/vi.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/vi.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
[ 31%] Generating auto/log.c.generated.h, ../../include/log.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/log.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/log.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/indent_c.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/indent_c.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/indent_c.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/indent_c.i
[ 34%] Generating auto/main.c.generated.h, ../../include/main.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/main.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/main.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/keymap.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/keymap.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/keymap.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/keymap.i
[ 34%] Generating zh_CN.UTF-8.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/zh_CN.UTF-8.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/zh_CN.UTF-8.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
[ 34%] Generating zh_TW.UTF-8.mo
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po && /usr/local/Cellar/cmake/3.7.1/bin/cmake -DMSGFMT_PRG=/usr/local/opt/gettext/bin/msgfmt -DMO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/po/zh_TW.UTF-8.mo -DPO_FILE=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/po/zh_TW.UTF-8.po -P /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/cmake/RunMsgfmt.cmake
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/log.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/log.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/log.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/log.i
[ 34%] Generating auto/map.c.generated.h, ../../include/map.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/map.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/map.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 34%] Generating auto/mark.c.generated.h, ../../include/mark.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/mark.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/mark.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/main.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/main.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/main.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/main.i
[ 34%] Built target translations
[ 34%] Generating auto/mbyte.c.generated.h, ../../include/mbyte.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/mbyte.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/mbyte.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 34%] Generating auto/memfile.c.generated.h, ../../include/memfile.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/memfile.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/memfile.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/map.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/map.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/map.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/map.i
[ 34%] Generating auto/memline.c.generated.h, ../../include/memline.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/memline.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/memline.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/mbyte.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/mbyte.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/mbyte.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/mbyte.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/memfile.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/memfile.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/memfile.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/memfile.i
[ 34%] Generating auto/memory.c.generated.h, ../../include/memory.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/memory.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/memory.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 37%] Generating auto/menu.c.generated.h, ../../include/menu.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/menu.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/menu.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/memline.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/memline.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/memline.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/memline.i
[ 37%] Generating auto/message.c.generated.h, ../../include/message.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/message.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/message.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/mark.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/mark.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/mark.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/mark.i
[ 37%] Generating auto/misc1.c.generated.h, ../../include/misc1.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/misc1.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/misc1.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/menu.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/menu.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/menu.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/menu.i
[ 37%] Generating auto/mouse.c.generated.h, ../../include/mouse.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/mouse.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/mouse.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/message.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/message.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/message.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/message.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/misc1.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/misc1.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/misc1.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/misc1.i
[ 37%] Generating auto/move.c.generated.h, ../../include/move.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/move.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/move.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/memory.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/memory.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/memory.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/memory.i
[ 37%] Generating auto/msgpack_rpc/channel.c.generated.h, ../../include/msgpack_rpc/channel.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/msgpack_rpc/channel.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/msgpack_rpc/channel.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 37%] Generating auto/msgpack_rpc/helpers.c.generated.h, ../../include/msgpack_rpc/helpers.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/msgpack_rpc/helpers.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/msgpack_rpc/helpers.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/move.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/move.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/move.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/move.i
[ 37%] Generating auto/msgpack_rpc/server.c.generated.h, ../../include/msgpack_rpc/server.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/msgpack_rpc/server.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/msgpack_rpc/server.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/msgpack_rpc/channel.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/msgpack_rpc/channel.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/msgpack_rpc/channel.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/msgpack_rpc/channel.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/mouse.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/mouse.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/mouse.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/mouse.i
[ 40%] Generating auto/normal.c.generated.h, ../../include/normal.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/normal.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/normal.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 40%] Generating auto/ops.c.generated.h, ../../include/ops.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ops.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ops.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/msgpack_rpc/helpers.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/msgpack_rpc/helpers.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/msgpack_rpc/helpers.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/msgpack_rpc/helpers.i
[ 40%] Generating auto/option.c.generated.h, ../../include/option.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/option.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/option.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/msgpack_rpc/server.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/msgpack_rpc/server.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/msgpack_rpc/server.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/msgpack_rpc/server.i
[ 40%] Generating auto/os/dl.c.generated.h, ../../include/os/dl.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/dl.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/dl.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/normal.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/normal.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/normal.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/normal.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/option.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/option.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/option.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/option.i
[ 40%] Generating auto/os/env.c.generated.h, ../../include/os/env.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/env.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/env.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ops.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ops.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/ops.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ops.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/dl.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/dl.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/os/dl.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/dl.i
[ 40%] Generating auto/os/fileio.c.generated.h, ../../include/os/fileio.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/fileio.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/fileio.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 40%] Generating auto/os/fs.c.generated.h, ../../include/os/fs.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/fs.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/fs.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 40%] Generating auto/os/input.c.generated.h, ../../include/os/input.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/input.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/input.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/fs.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/fs.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/os/fs.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/fs.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/env.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/env.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/os/env.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/env.i
[ 43%] Generating auto/os/mem.c.generated.h, ../../include/os/mem.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/mem.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/mem.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/input.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/input.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/os/input.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/input.i
[ 43%] Generating auto/os/pty_process_unix.c.generated.h, ../../include/os/pty_process_unix.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/fileio.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/fileio.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/os/fileio.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/fileio.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/pty_process_unix.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/pty_process_unix.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 43%] Generating auto/os/shell.c.generated.h, ../../include/os/shell.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/shell.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/shell.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 43%] Generating auto/os/signal.c.generated.h, ../../include/os/signal.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/signal.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/signal.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/signal.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/signal.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/os/signal.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/signal.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/shell.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/shell.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/os/shell.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/shell.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/pty_process_unix.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/pty_process_unix.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/os/pty_process_unix.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/pty_process_unix.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/mem.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/mem.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/os/mem.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/mem.i
[ 43%] Generating auto/os/time.c.generated.h, ../../include/os/time.h.generated.h
[ 43%] Generating auto/os/stdpaths.c.generated.h, ../../include/os/stdpaths.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/time.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/time.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/stdpaths.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/stdpaths.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 43%] Generating auto/os/users.c.generated.h, ../../include/os/users.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/users.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/users.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 46%] Generating auto/os_unix.c.generated.h, ../../include/os_unix.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os_unix.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os_unix.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/stdpaths.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/stdpaths.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/os/stdpaths.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/stdpaths.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/users.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/users.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/os/users.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/users.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os_unix.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os_unix.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/os_unix.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os_unix.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/time.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/time.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/os/time.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/os/time.i
[ 46%] Generating auto/path.c.generated.h, ../../include/path.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/path.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/path.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 46%] Generating auto/popupmnu.c.generated.h, ../../include/popupmnu.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/popupmnu.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/popupmnu.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 46%] Generating auto/profile.c.generated.h, ../../include/profile.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/profile.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/profile.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 46%] Generating auto/quickfix.c.generated.h, ../../include/quickfix.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/quickfix.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/quickfix.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/popupmnu.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/popupmnu.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/popupmnu.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/popupmnu.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/path.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/path.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/path.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/path.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/profile.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/profile.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/profile.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/profile.i
[ 46%] Generating auto/rbuffer.c.generated.h, ../../include/rbuffer.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/rbuffer.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/rbuffer.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 46%] Generating auto/regexp.c.generated.h, ../../include/regexp.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/regexp.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/regexp.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 46%] Generating auto/screen.c.generated.h, ../../include/screen.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/screen.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/screen.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/rbuffer.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/rbuffer.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/rbuffer.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/rbuffer.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/regexp.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/regexp.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/regexp.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/regexp.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/quickfix.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/quickfix.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/quickfix.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/quickfix.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/screen.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/screen.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/screen.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/screen.i
[ 50%] Generating auto/search.c.generated.h, ../../include/search.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/search.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/search.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 50%] Generating auto/sha256.c.generated.h, ../../include/sha256.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/sha256.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/sha256.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 50%] Generating auto/shada.c.generated.h, ../../include/shada.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/shada.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/shada.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/search.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/search.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/search.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/search.i
[ 50%] Generating auto/spell.c.generated.h, ../../include/spell.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/spell.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/spell.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 50%] Generating auto/state.c.generated.h, ../../include/state.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/state.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/state.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/shada.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/shada.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/shada.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/shada.i
[ 50%] Generating auto/strings.c.generated.h, ../../include/strings.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/strings.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/strings.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/sha256.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/sha256.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/sha256.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/sha256.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/state.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/state.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/state.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/state.i
[ 50%] Generating auto/syntax.c.generated.h, ../../include/syntax.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/syntax.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/syntax.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 50%] Generating auto/tag.c.generated.h, ../../include/tag.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/tag.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/tag.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/strings.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/strings.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/strings.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/strings.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/spell.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/spell.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/spell.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/spell.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/tag.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/tag.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/tag.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/tag.i
[ 53%] Generating auto/terminal.c.generated.h, ../../include/terminal.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/terminal.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/terminal.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 53%] Generating auto/tui/input.c.generated.h, ../../include/tui/input.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/tui/input.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/tui/input.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 53%] Generating auto/tui/tui.c.generated.h, ../../include/tui/tui.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/tui/tui.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/tui/tui.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/syntax.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/syntax.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/syntax.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/syntax.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/terminal.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/terminal.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/terminal.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/terminal.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/tui/input.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/tui/input.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/tui/input.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/tui/input.i
[ 53%] Generating auto/ugrid.c.generated.h, ../../include/ugrid.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ugrid.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ugrid.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/tui/tui.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/tui/tui.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/tui/tui.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/tui/tui.i
[ 53%] Generating auto/ui.c.generated.h, ../../include/ui.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ui.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ui.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 53%] Generating auto/ui_bridge.c.generated.h, ../../include/ui_bridge.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ui_bridge.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ui_bridge.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 53%] Generating auto/undo.c.generated.h, ../../include/undo.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/undo.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/undo.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ugrid.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ugrid.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/ugrid.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ugrid.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ui_bridge.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ui_bridge.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/ui_bridge.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ui_bridge.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/undo.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/undo.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/undo.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/undo.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ui.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ui.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/ui.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ui.i
[ 56%] Generating auto/version.c.generated.h, ../../include/version.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/version.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/version.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 56%] Generating auto/window.c.generated.h, ../../include/window.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/window.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/window.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 56%] Generating auto/regexp_nfa.c.generated.h, ../../include/regexp_nfa.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/regexp_nfa.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/regexp_nfa.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/regexp_nfa.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/regexp_nfa.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/regexp_nfa.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/regexp_nfa.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/version.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/version.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/version.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/version.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/window.c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/window.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/window.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/window.i
[ 56%] Generating ../../include/auevents_enum.generated.h, auto/auevents_name_map.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gen_events.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/auevents_enum.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/auevents_name_map.generated.h
[ 56%] Generating auto/options.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/genoptions.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/options.generated.h
[ 59%] Generating auto/unicode_tables.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/genunicodetables.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/unicode /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/unicode_tables.generated.h
[ 59%] Generating ../../include/ex_cmds_enum.generated.h, auto/ex_cmds_defs.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/genex_cmds.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto
[ 59%] Generating auto/api/private/dispatch_wrappers.generated.h, auto/api/private/funcs_metadata.generated.h, ../../api_metadata.mpack
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendispatch.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/buffer.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/tabpage.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/ui.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/vim.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/window.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/api/buffer.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/api/tabpage.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/api/ui.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/api/vim.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/api/window.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/private/dispatch_wrappers.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/private/funcs_metadata.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/api_metadata.mpack
[ 59%] Generating auto/api/private/dispatch_wrappers.c.generated.h, ../../include/api/private/dispatch_wrappers.h.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/private/dispatch_wrappers.generated.h -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/private/dispatch_wrappers.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
[ 59%] Generating auto/funcs.generated.h, ../../funcs_data.mpack
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/geneval.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/api_metadata.mpack /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/funcs_data.mpack
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/bin/gperf /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/funcs.generated.h.gperf --output-file=/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/funcs.generated.h
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && ../../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/gendeclarations.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/private/dispatch_wrappers.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/private/dispatch_wrappers.c.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include/api/private/dispatch_wrappers.h.generated.h /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/private/dispatch_wrappers.i
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7 /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/CMakeFiles/nvim.dir/DependInfo.cmake --color=
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/CMakeFiles/nvim.dir/DependInfo.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/CMakeFiles/nvim.dir/depend.internal".
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/CMakeFiles/nvim.dir/depend.internal".
Scanning dependencies of target nvim
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/nvim/CMakeFiles/nvim.dir/build.make src/nvim/CMakeFiles/nvim.dir/build
[ 59%] Building C object src/nvim/CMakeFiles/nvim.dir/__/__/config/auto/pathdef.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/__/__/config/auto/pathdef.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config/auto/pathdef.c
[ 59%] Building C object src/nvim/CMakeFiles/nvim.dir/api/buffer.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/api/buffer.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/buffer.c
[ 59%] Building C object src/nvim/CMakeFiles/nvim.dir/api/private/handle.c.o
[ 59%] Building C object src/nvim/CMakeFiles/nvim.dir/api/private/dispatch.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/api/private/handle.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/private/handle.c
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/api/private/dispatch.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/private/dispatch.c
[ 59%] Building C object src/nvim/CMakeFiles/nvim.dir/api/private/helpers.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/api/private/helpers.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/private/helpers.c
[ 59%] Building C object src/nvim/CMakeFiles/nvim.dir/api/tabpage.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/api/tabpage.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/tabpage.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/api/ui.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/api/ui.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/ui.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/api/vim.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/api/vim.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/vim.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/api/window.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/api/window.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/window.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/buffer.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -Wno-conversion -o CMakeFiles/nvim.dir/buffer.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/buffer.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/arabic.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/arabic.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/arabic.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/charset.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/charset.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/charset.c
[ 62%] Building C object src/nvim/CMakeFiles/nvim.dir/cursor.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/cursor.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/cursor.c
[ 65%] Building C object src/nvim/CMakeFiles/nvim.dir/cursor_shape.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/cursor_shape.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/cursor_shape.c
[ 65%] Building C object src/nvim/CMakeFiles/nvim.dir/diff.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -Wno-conversion -o CMakeFiles/nvim.dir/diff.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/diff.c
[ 65%] Building C object src/nvim/CMakeFiles/nvim.dir/digraph.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/digraph.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/digraph.c
[ 65%] Building C object src/nvim/CMakeFiles/nvim.dir/edit.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -Wno-conversion -o CMakeFiles/nvim.dir/edit.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/edit.c
[ 65%] Building C object src/nvim/CMakeFiles/nvim.dir/eval.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -Wno-static-in-inline -Wno-conversion -o CMakeFiles/nvim.dir/eval.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/eval.c
[ 65%] Building C object src/nvim/CMakeFiles/nvim.dir/eval/decode.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/eval/decode.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/eval/decode.c
[ 65%] Building C object src/nvim/CMakeFiles/nvim.dir/eval/encode.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/eval/encode.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/eval/encode.c
[ 65%] Building C object src/nvim/CMakeFiles/nvim.dir/event/libuv_process.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/event/libuv_process.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/libuv_process.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/event/loop.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/event/loop.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/loop.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/event/multiqueue.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/event/multiqueue.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/multiqueue.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/event/process.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/event/process.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/process.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/event/rstream.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/event/rstream.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/rstream.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/event/signal.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/event/signal.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/signal.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/event/socket.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/event/socket.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/socket.c
[ 68%] Building C object src/nvim/CMakeFiles/nvim.dir/event/stream.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/event/stream.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/stream.c
[ 71%] Building C object src/nvim/CMakeFiles/nvim.dir/event/time.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/event/time.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/time.c
[ 71%] Building C object src/nvim/CMakeFiles/nvim.dir/event/wstream.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/event/wstream.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/wstream.c
[ 71%] Building C object src/nvim/CMakeFiles/nvim.dir/ex_cmds.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -Wno-conversion -o CMakeFiles/nvim.dir/ex_cmds.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ex_cmds.c
[ 71%] Building C object src/nvim/CMakeFiles/nvim.dir/ex_cmds2.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/ex_cmds2.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ex_cmds2.c
[ 71%] Building C object src/nvim/CMakeFiles/nvim.dir/ex_docmd.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -Wno-conversion -o CMakeFiles/nvim.dir/ex_docmd.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ex_docmd.c
[ 71%] Building C object src/nvim/CMakeFiles/nvim.dir/ex_eval.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/ex_eval.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ex_eval.c
[ 71%] Building C object src/nvim/CMakeFiles/nvim.dir/ex_getln.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -Wno-conversion -o CMakeFiles/nvim.dir/ex_getln.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ex_getln.c
[ 71%] Building C object src/nvim/CMakeFiles/nvim.dir/farsi.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/farsi.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/farsi.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/file_search.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/file_search.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/file_search.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/fileio.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -Wno-conversion -o CMakeFiles/nvim.dir/fileio.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/fileio.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/fold.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/fold.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/fold.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/garray.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/garray.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/garray.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/getchar.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/getchar.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/getchar.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/hardcopy.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/hardcopy.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/hardcopy.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/hashtab.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/hashtab.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/hashtab.c
[ 75%] Building C object src/nvim/CMakeFiles/nvim.dir/if_cscope.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/if_cscope.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/if_cscope.c
[ 78%] Building C object src/nvim/CMakeFiles/nvim.dir/indent.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/indent.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/indent.c
[ 78%] Building C object src/nvim/CMakeFiles/nvim.dir/indent_c.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/indent_c.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/indent_c.c
[ 78%] Building C object src/nvim/CMakeFiles/nvim.dir/keymap.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/keymap.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/keymap.c
[ 78%] Building C object src/nvim/CMakeFiles/nvim.dir/log.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/log.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/log.c
[ 78%] Building C object src/nvim/CMakeFiles/nvim.dir/main.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/main.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/main.c
[ 78%] Building C object src/nvim/CMakeFiles/nvim.dir/map.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/map.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/map.c
[ 78%] Building C object src/nvim/CMakeFiles/nvim.dir/mark.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/mark.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/mark.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/mbyte.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -Wno-conversion -o CMakeFiles/nvim.dir/mbyte.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/mbyte.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/memfile.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/memfile.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/memfile.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/memline.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -Wno-conversion -o CMakeFiles/nvim.dir/memline.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/memline.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/memory.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/memory.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/memory.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/menu.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/menu.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/menu.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/message.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -Wno-conversion -o CMakeFiles/nvim.dir/message.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/message.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/misc1.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/misc1.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/misc1.c
[ 81%] Building C object src/nvim/CMakeFiles/nvim.dir/mouse.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/mouse.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/mouse.c
[ 84%] Building C object src/nvim/CMakeFiles/nvim.dir/move.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/move.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/move.c
[ 84%] Building C object src/nvim/CMakeFiles/nvim.dir/msgpack_rpc/channel.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/msgpack_rpc/channel.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/msgpack_rpc/channel.c
[ 84%] Building C object src/nvim/CMakeFiles/nvim.dir/msgpack_rpc/helpers.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/msgpack_rpc/helpers.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/msgpack_rpc/helpers.c
[ 84%] Building C object src/nvim/CMakeFiles/nvim.dir/msgpack_rpc/server.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/msgpack_rpc/server.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/msgpack_rpc/server.c
[ 84%] Building C object src/nvim/CMakeFiles/nvim.dir/normal.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/normal.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/normal.c
[ 84%] Building C object src/nvim/CMakeFiles/nvim.dir/ops.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/ops.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ops.c
[ 84%] Building C object src/nvim/CMakeFiles/nvim.dir/option.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/option.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/option.c
[ 84%] Building C object src/nvim/CMakeFiles/nvim.dir/os/dl.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/os/dl.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/dl.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/os/env.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/os/env.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/env.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/os/fileio.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/os/fileio.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/fileio.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/os/fs.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/os/fs.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/fs.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/os/input.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/os/input.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/input.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/os/mem.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/os/mem.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/mem.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/os/pty_process_unix.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/os/pty_process_unix.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/pty_process_unix.c
[ 87%] Building C object src/nvim/CMakeFiles/nvim.dir/os/shell.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/os/shell.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/shell.c
[ 90%] Building C object src/nvim/CMakeFiles/nvim.dir/os/signal.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/os/signal.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/signal.c
[ 90%] Building C object src/nvim/CMakeFiles/nvim.dir/os/stdpaths.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/os/stdpaths.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/stdpaths.c
[ 90%] Building C object src/nvim/CMakeFiles/nvim.dir/os/users.c.o
[ 90%] Building C object src/nvim/CMakeFiles/nvim.dir/os/time.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/os/users.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/users.c
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/os/time.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os/time.c
[ 90%] Building C object src/nvim/CMakeFiles/nvim.dir/os_unix.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/os_unix.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/os_unix.c
[ 90%] Building C object src/nvim/CMakeFiles/nvim.dir/path.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/path.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/path.c
[ 90%] Building C object src/nvim/CMakeFiles/nvim.dir/popupmnu.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/popupmnu.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/popupmnu.c
[ 90%] Building C object src/nvim/CMakeFiles/nvim.dir/profile.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/profile.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/profile.c
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/quickfix.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/quickfix.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/quickfix.c
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/rbuffer.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/rbuffer.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/rbuffer.c
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/regexp.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -Wno-conversion -o CMakeFiles/nvim.dir/regexp.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/regexp.c
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/search.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -Wno-conversion -o CMakeFiles/nvim.dir/search.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/search.c
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/screen.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -Wno-conversion -o CMakeFiles/nvim.dir/screen.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/screen.c
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/sha256.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/sha256.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/sha256.c
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/shada.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/shada.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/shada.c
[ 93%] Building C object src/nvim/CMakeFiles/nvim.dir/spell.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -Wno-conversion -o CMakeFiles/nvim.dir/spell.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/spell.c
[ 96%] Building C object src/nvim/CMakeFiles/nvim.dir/state.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/state.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/state.c
[ 96%] Building C object src/nvim/CMakeFiles/nvim.dir/strings.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/strings.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/strings.c
[ 96%] Building C object src/nvim/CMakeFiles/nvim.dir/syntax.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -Wno-conversion -o CMakeFiles/nvim.dir/syntax.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/syntax.c
[ 96%] Building C object src/nvim/CMakeFiles/nvim.dir/tag.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -Wno-conversion -o CMakeFiles/nvim.dir/tag.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/tag.c
[ 96%] Building C object src/nvim/CMakeFiles/nvim.dir/terminal.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/terminal.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/terminal.c
[ 96%] Building C object src/nvim/CMakeFiles/nvim.dir/tui/input.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/tui/input.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/tui/input.c
[ 96%] Building C object src/nvim/CMakeFiles/nvim.dir/tui/tui.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/tui/tui.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/tui/tui.c
[100%] Building C object src/nvim/CMakeFiles/nvim.dir/ugrid.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/ugrid.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ugrid.c
[100%] Building C object src/nvim/CMakeFiles/nvim.dir/ui.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/ui.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ui.c
[100%] Building C object src/nvim/CMakeFiles/nvim.dir/ui_bridge.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/ui_bridge.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ui_bridge.c
[100%] Building C object src/nvim/CMakeFiles/nvim.dir/version.c.o
[100%] Building C object src/nvim/CMakeFiles/nvim.dir/undo.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/version.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/version.c
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/nvim.dir/undo.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/undo.c
[100%] Building C object src/nvim/CMakeFiles/nvim.dir/window.c.o
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -Wno-conversion -o CMakeFiles/nvim.dir/window.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/window.c
[100%] Linking C executable ../../bin/nvim
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_link_script CMakeFiles/nvim.dir/link.txt --verbose=1
/usr/local/Homebrew/Library/Homebrew/shims/super/clang -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -pagezero_size 10000 -image_base 100000000 CMakeFiles/nvim.dir/__/__/config/auto/pathdef.c.o CMakeFiles/nvim.dir/api/buffer.c.o CMakeFiles/nvim.dir/api/private/dispatch.c.o CMakeFiles/nvim.dir/api/private/handle.c.o CMakeFiles/nvim.dir/api/private/helpers.c.o CMakeFiles/nvim.dir/api/tabpage.c.o CMakeFiles/nvim.dir/api/ui.c.o CMakeFiles/nvim.dir/api/vim.c.o CMakeFiles/nvim.dir/api/window.c.o CMakeFiles/nvim.dir/arabic.c.o CMakeFiles/nvim.dir/buffer.c.o CMakeFiles/nvim.dir/charset.c.o CMakeFiles/nvim.dir/cursor.c.o CMakeFiles/nvim.dir/cursor_shape.c.o CMakeFiles/nvim.dir/diff.c.o CMakeFiles/nvim.dir/digraph.c.o CMakeFiles/nvim.dir/edit.c.o CMakeFiles/nvim.dir/eval.c.o CMakeFiles/nvim.dir/eval/decode.c.o CMakeFiles/nvim.dir/eval/encode.c.o CMakeFiles/nvim.dir/event/libuv_process.c.o CMakeFiles/nvim.dir/event/loop.c.o CMakeFiles/nvim.dir/event/multiqueue.c.o CMakeFiles/nvim.dir/event/process.c.o CMakeFiles/nvim.dir/event/rstream.c.o CMakeFiles/nvim.dir/event/signal.c.o CMakeFiles/nvim.dir/event/socket.c.o CMakeFiles/nvim.dir/event/stream.c.o CMakeFiles/nvim.dir/event/time.c.o CMakeFiles/nvim.dir/event/wstream.c.o CMakeFiles/nvim.dir/ex_cmds.c.o CMakeFiles/nvim.dir/ex_cmds2.c.o CMakeFiles/nvim.dir/ex_docmd.c.o CMakeFiles/nvim.dir/ex_eval.c.o CMakeFiles/nvim.dir/ex_getln.c.o CMakeFiles/nvim.dir/farsi.c.o CMakeFiles/nvim.dir/file_search.c.o CMakeFiles/nvim.dir/fileio.c.o CMakeFiles/nvim.dir/fold.c.o CMakeFiles/nvim.dir/garray.c.o CMakeFiles/nvim.dir/getchar.c.o CMakeFiles/nvim.dir/hardcopy.c.o CMakeFiles/nvim.dir/hashtab.c.o CMakeFiles/nvim.dir/if_cscope.c.o CMakeFiles/nvim.dir/indent.c.o CMakeFiles/nvim.dir/indent_c.c.o CMakeFiles/nvim.dir/keymap.c.o CMakeFiles/nvim.dir/log.c.o CMakeFiles/nvim.dir/main.c.o CMakeFiles/nvim.dir/map.c.o CMakeFiles/nvim.dir/mark.c.o CMakeFiles/nvim.dir/mbyte.c.o CMakeFiles/nvim.dir/memfile.c.o CMakeFiles/nvim.dir/memline.c.o CMakeFiles/nvim.dir/memory.c.o CMakeFiles/nvim.dir/menu.c.o CMakeFiles/nvim.dir/message.c.o CMakeFiles/nvim.dir/misc1.c.o CMakeFiles/nvim.dir/mouse.c.o CMakeFiles/nvim.dir/move.c.o CMakeFiles/nvim.dir/msgpack_rpc/channel.c.o CMakeFiles/nvim.dir/msgpack_rpc/helpers.c.o CMakeFiles/nvim.dir/msgpack_rpc/server.c.o CMakeFiles/nvim.dir/normal.c.o CMakeFiles/nvim.dir/ops.c.o CMakeFiles/nvim.dir/option.c.o CMakeFiles/nvim.dir/os/dl.c.o CMakeFiles/nvim.dir/os/env.c.o CMakeFiles/nvim.dir/os/fileio.c.o CMakeFiles/nvim.dir/os/fs.c.o CMakeFiles/nvim.dir/os/input.c.o CMakeFiles/nvim.dir/os/mem.c.o CMakeFiles/nvim.dir/os/pty_process_unix.c.o CMakeFiles/nvim.dir/os/shell.c.o CMakeFiles/nvim.dir/os/signal.c.o CMakeFiles/nvim.dir/os/stdpaths.c.o CMakeFiles/nvim.dir/os/time.c.o CMakeFiles/nvim.dir/os/users.c.o CMakeFiles/nvim.dir/os_unix.c.o CMakeFiles/nvim.dir/path.c.o CMakeFiles/nvim.dir/popupmnu.c.o CMakeFiles/nvim.dir/profile.c.o CMakeFiles/nvim.dir/quickfix.c.o CMakeFiles/nvim.dir/rbuffer.c.o CMakeFiles/nvim.dir/regexp.c.o CMakeFiles/nvim.dir/screen.c.o CMakeFiles/nvim.dir/search.c.o CMakeFiles/nvim.dir/sha256.c.o CMakeFiles/nvim.dir/shada.c.o CMakeFiles/nvim.dir/spell.c.o CMakeFiles/nvim.dir/state.c.o CMakeFiles/nvim.dir/strings.c.o CMakeFiles/nvim.dir/syntax.c.o CMakeFiles/nvim.dir/tag.c.o CMakeFiles/nvim.dir/terminal.c.o CMakeFiles/nvim.dir/tui/input.c.o CMakeFiles/nvim.dir/tui/tui.c.o CMakeFiles/nvim.dir/ugrid.c.o CMakeFiles/nvim.dir/ui.c.o CMakeFiles/nvim.dir/ui_bridge.c.o CMakeFiles/nvim.dir/undo.c.o CMakeFiles/nvim.dir/version.c.o CMakeFiles/nvim.dir/window.c.o -o ../../bin/nvim /usr/local/opt/gettext/lib/libintl.dylib /usr/lib/libiconv.dylib /usr/lib/libiconv.dylib /usr/local/lib/libuv.dylib -lpthread -ldl -ldl /usr/local/lib/libmsgpackc.dylib /usr/local/lib/libvterm.dylib /usr/local/lib/libtermkey.dylib /usr/local/lib/libunibilium.dylib -lm -lutil /usr/local/opt/jemalloc/lib/libjemalloc.a
[100%] Built target nvim
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f runtime/CMakeFiles/vimball-tags.dir/build.make runtime/CMakeFiles/vimball-tags.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f runtime/CMakeFiles/helptags.dir/build.make runtime/CMakeFiles/helptags.dir/depend
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7 /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/runtime /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime/CMakeFiles/vimball-tags.dir/DependInfo.cmake --color=
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7 /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/runtime /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime/CMakeFiles/helptags.dir/DependInfo.cmake --color=
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime/CMakeFiles/vimball-tags.dir/DependInfo.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime/CMakeFiles/vimball-tags.dir/depend.internal".
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime/CMakeFiles/vimball-tags.dir/depend.internal".
Scanning dependencies of target vimball-tags
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime/CMakeFiles/helptags.dir/DependInfo.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime/CMakeFiles/helptags.dir/depend.internal".
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime/CMakeFiles/helptags.dir/depend.internal".
Scanning dependencies of target helptags
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f runtime/CMakeFiles/vimball-tags.dir/build.make runtime/CMakeFiles/vimball-tags.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f runtime/CMakeFiles/helptags.dir/build.make runtime/CMakeFiles/helptags.dir/build
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime/pack/dist/opt/vimball && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E copy_directory /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/runtime/pack/dist/opt/vimball /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime/pack/dist/opt/vimball
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E copy_directory /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/runtime/doc /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime/doc
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime/pack/dist/opt/vimball && /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/bin/nvim -u NONE -i NONE -e --headless -c helptags\ doc -c quit
[100%] Built target vimball-tags
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime && /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/bin/nvim -u NONE -i NONE -e --headless -c helptags\ ++t\ doc -c quit
[100%] Built target helptags
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f runtime/CMakeFiles/runtime.dir/build.make runtime/CMakeFiles/runtime.dir/depend
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build && /usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7 /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/runtime /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime/CMakeFiles/runtime.dir/DependInfo.cmake --color=
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime/CMakeFiles/runtime.dir/DependInfo.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime/CMakeFiles/runtime.dir/depend.internal".
Dependee "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime/CMakeFiles/runtime.dir/depend.internal".
Scanning dependencies of target runtime
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f runtime/CMakeFiles/runtime.dir/build.make runtime/CMakeFiles/runtime.dir/build
[100%] Generating syntax/vim/generated.vim
cd /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime && ../../deps-build/usr/bin/luajit /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/scripts/genvimvim.lua /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/runtime/syntax/vim/generated.vim /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/funcs_data.mpack
[100%] Built target runtime
/usr/local/Cellar/cmake/3.7.1/bin/cmake -E cmake_progress_start /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/CMakeFiles 0
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 preinstall
make[1]: Nothing to be done for `preinstall'.
Install the project...
/usr/local/Cellar/cmake/3.7.1/bin/cmake -P cmake_install.cmake
-- Install configuration: "RelWithDebInfo"
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/man/man1/nvim.1
-- Installing: /usr/local/Cellar/neovim/0.1.7/bin/nvim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/ja.euc-jp/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/cs.cp1250/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/sk.cp1250/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/nb/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/af/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/ca/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/cs/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/de/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/en_GB/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/eo/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/es/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/fi/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/fr/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/ga/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/it/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/ja/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/ko.UTF-8/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/nl/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/no/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/pl.UTF-8/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/pt_BR/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/ru/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/sk/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/sv/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/uk/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/vi/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/zh_CN.UTF-8/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/locale/zh_TW.UTF-8/LC_MESSAGES/nvim.mo
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/pack/dist/opt/vimball/doc/tags
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/pack/dist/opt/vimball/doc/vimball.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/tags
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/api.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/arabic.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/autocmd.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/change.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/cmdline.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/debug.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/deprecated.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/develop.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/diff.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/digraph.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/editing.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/eval.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/farsi.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/filetype.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/fold.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/ft_ada.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/ft_sql.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/gui.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/hebrew.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/help.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/helphelp.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/howto.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/if_cscop.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/if_pyth.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/if_ruby.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/indent.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/index.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/insert.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/intro.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/job_control.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/map.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/mbyte.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/message.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/mlang.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/motion.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/msgpack_rpc.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/nvim.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/nvim_terminal_emulator.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/options.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/os_win32.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/pattern.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/pi_gzip.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/pi_health.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/pi_matchit.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/pi_msgpack.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/pi_netrw.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/pi_paren.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/pi_spec.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/pi_tar.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/pi_tutor.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/pi_zip.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/print.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/provider.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/quickfix.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/quickref.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/recover.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/remote.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/remote_plugin.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/repeat.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/rileft.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/russian.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/scroll.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/sign.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/spell.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/sponsor.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/starting.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/syntax.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/tabpage.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/tagsrch.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/term.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/tips.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/uganda.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/undo.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_01.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_02.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_03.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_04.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_05.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_06.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_07.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_08.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_09.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_10.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_11.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_12.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_20.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_21.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_22.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_23.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_24.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_25.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_26.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_27.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_28.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_29.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_30.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_31.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_32.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_40.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_41.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_42.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_43.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_44.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_45.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/usr_toc.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/various.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/vi_diff.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/vim_diff.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/visual.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/windows.txt
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/vim/generated.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/makehtml.awk
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/doc/maketags.awk
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/macros/less.sh
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/macros/less.bat
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/ada.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/adacomplete.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/ccomplete.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/clojurecomplete.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/csscomplete.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/decada.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/gnat.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/gzip.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/health.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/health/nvim.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/health/provider.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/htmlcomplete.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/javascriptcomplete.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/man.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/msgpack.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/netrw.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/netrwFileHandlers.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/netrwSettings.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/netrw_gitignore.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/paste.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/phpcomplete.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/provider/clipboard.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/provider/python.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/provider/python3.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/provider/pythonx.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/provider/ruby.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/python3complete.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/pythoncomplete.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/remote/define.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/remote/host.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/rubycomplete.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/shada.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/spellfile.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/sqlcomplete.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/syntaxcomplete.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/tar.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/tohtml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/tutor.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/vimexpect.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/xml/html32.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/xml/html401f.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/xml/html401s.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/xml/html401t.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/xml/html40f.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/xml/html40s.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/xml/html40t.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/xml/xhtml10f.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/xml/xhtml10s.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/xml/xhtml10t.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/xml/xhtml11.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/xml/xsd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/xml/xsl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/xmlcomplete.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/zip.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/bugreport.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/colors/blue.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/colors/darkblue.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/colors/default.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/colors/delek.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/colors/desert.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/colors/elflord.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/colors/evening.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/colors/industry.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/colors/koehler.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/colors/morning.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/colors/murphy.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/colors/pablo.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/colors/peachpuff.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/colors/ron.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/colors/shine.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/colors/slate.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/colors/torte.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/colors/zellner.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/ant.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/bcc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/bdf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/checkstyle.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/cs.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/cucumber.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/decada.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/dot.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/erlang.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/eruby.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/fortran_F.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/fortran_cv.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/fortran_elf90.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/fortran_g77.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/fortran_lf95.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/fpc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/g95.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/gcc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/gfortran.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/gnat.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/go.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/haml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/hp_acc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/icc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/ifort.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/intel.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/irix5_c.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/irix5_cpp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/javac.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/jikes.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/mcs.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/mips_c.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/mipspro_c89.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/mipspro_cpp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/modelsim_vcom.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/msbuild.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/msvc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/neato.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/ocaml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/onsgmls.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/pbx.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/perl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/php.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/pyunit.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/rake.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/rspec.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/rst.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/ruby.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/rubyunit.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/sass.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/se.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/splint.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/tcl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/tex.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/tidy.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/xbuild.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/xmllint.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/compiler/xmlwf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/delmenu.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/filetype.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftoff.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/a2ps.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/aap.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/abap.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/abaqus.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/ada.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/alsaconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/ant.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/arch.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/art.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/aspvbs.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/automake.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/bdf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/bst.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/btm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/bzl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/c.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/calendar.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/cdrdaoconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/ch.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/changelog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/clojure.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/cobol.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/conf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/config.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/context.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/cpp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/crm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/cs.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/csc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/csh.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/css.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/cucumber.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/cvsrc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/debchangelog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/debcontrol.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/denyhosts.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/dictconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/dictdconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/diff.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/dircolors.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/docbk.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/dockerfile.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/dosbatch.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/dosini.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/dtd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/dtrace.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/eiffel.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/elinks.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/erlang.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/eruby.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/eterm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/falcon.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/fetchmail.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/flexwiki.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/fortran.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/framescript.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/fvwm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/git.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/gitcommit.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/gitconfig.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/gitrebase.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/gitsendemail.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/go.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/gpg.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/gprof.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/groovy.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/group.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/grub.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/haml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/hamster.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/haskell.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/help.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/hgcommit.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/hog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/hostconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/hostsaccess.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/html.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/htmldjango.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/indent.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/initex.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/ishd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/j.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/java.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/javascript.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/jproperties.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/json.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/jsp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/kconfig.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/kwt.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/ld.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/less.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/lftp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/libao.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/limits.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/liquid.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/lisp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/logcheck.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/loginaccess.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/logindefs.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/logtalk.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/lprolog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/lua.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/m4.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/mail.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/mailaliases.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/mailcap.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/make.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/man.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/manconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/markdown.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/matlab.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/mf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/modconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/mp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/mplayerconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/mrxvtrc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/msmessages.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/muttrc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/nanorc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/netrc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/nsis.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/objc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/ocaml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/occam.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/pamconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/pascal.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/passwd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/pdf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/perl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/perl6.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/php.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/pinfo.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/plaintex.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/postscr.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/procmail.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/prolog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/protocols.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/pyrex.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/python.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/qf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/quake.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/r.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/racc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/readline.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/registry.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/reva.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/rhelp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/rmd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/rnc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/rnoweb.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/rpl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/rrst.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/rst.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/ruby.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/sass.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/scheme.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/screen.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/scss.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/sensors.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/services.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/setserial.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/sgml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/sh.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/shada.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/sieve.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/slpconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/slpreg.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/slpspi.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/spec.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/sql.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/sshconfig.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/sudoers.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/svg.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/sysctl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/systemd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/systemverilog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/tcl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/tcsh.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/terminfo.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/tex.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/text.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/treetop.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/tt2html.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/tutor.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/udevconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/udevperm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/udevrules.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/updatedb.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/vb.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/verilog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/vhdl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/vim.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/vroom.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/xdefaults.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/xf86conf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/xhtml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/xinetd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/xml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/xmodmap.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/xs.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/xsd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/xslt.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/yaml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/zimbu.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/zsh.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugof.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/aap.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/ada.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/ant.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/automake.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/awk.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/bib.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/bst.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/bzl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/c.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/cdl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/ch.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/chaiscript.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/changelog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/clojure.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/cmake.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/cobol.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/config.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/cpp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/cs.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/css.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/cucumber.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/cuda.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/d.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/dictconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/dictdconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/docbk.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/dtd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/dtrace.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/dylan.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/eiffel.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/erlang.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/eruby.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/eterm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/falcon.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/fortran.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/framescript.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/gitconfig.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/gitolite.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/go.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/haml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/hamster.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/hog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/html.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/htmldjango.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/idlang.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/ishd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/j.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/java.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/javascript.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/json.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/jsp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/ld.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/less.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/lifelines.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/liquid.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/lisp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/logtalk.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/lua.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/mail.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/make.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/matlab.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/mma.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/mp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/objc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/ocaml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/occam.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/pascal.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/perl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/perl6.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/php.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/postscr.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/pov.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/prolog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/pyrex.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/python.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/r.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/readline.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/rhelp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/rmd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/rnoweb.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/rpl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/rrst.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/rst.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/ruby.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/sass.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/scheme.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/scss.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/sdl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/sh.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/sml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/sql.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/sqlanywhere.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/systemd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/systemverilog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/tcl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/tcsh.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/teraterm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/tex.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/tf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/tilde.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/treetop.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/vb.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/verilog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/vhdl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/vim.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/vroom.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/xf86conf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/xhtml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/xinetd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/xml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/xsd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/xslt.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/yacc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/yaml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/zimbu.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indent/zsh.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/indoff.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/accents.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/arabic.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/arabic_utf-8.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/belarusian-jcuken.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/bulgarian-bds.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/bulgarian-phonetic.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/canfr-win.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/croatian.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/croatian_cp1250.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/croatian_iso-8859-2.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/croatian_utf-8.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/czech.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/czech_utf-8.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/dvorak.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/esperanto.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/esperanto_utf-8.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/greek.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/greek_cp1253.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/greek_cp737.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/greek_iso-8859-7.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/greek_utf-8.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/hebrew.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/hebrew_cp1255.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/hebrew_iso-8859-8.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/hebrew_utf-8.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/hebrewp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/hebrewp_cp1255.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/hebrewp_iso-8859-8.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/hebrewp_utf-8.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/kana.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/lithuanian-baltic.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/magyar_utf-8.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/mongolian_utf-8.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/persian-iranian_utf-8.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/persian.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/pinyin.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/polish-slash.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/polish-slash_cp1250.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/polish-slash_cp852.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/polish-slash_iso-8859-2.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/polish-slash_utf-8.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/russian-dvorak.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/russian-jcuken.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/russian-jcukenwin.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/russian-yawerty.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/serbian-latin.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/serbian-latin_utf-8.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/serbian.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/serbian_cp1250.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/serbian_cp1251.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/serbian_iso-8859-2.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/serbian_iso-8859-5.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/serbian_utf-8.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/sinhala-phonetic_utf-8.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/sinhala.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/slovak.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/slovak_cp1250.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/slovak_iso-8859-2.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/slovak_utf-8.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/tamil_tscii.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/thaana-phonetic_utf-8.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/thaana.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/ukrainian-dvorak.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/ukrainian-jcuken.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/keymap/vietnamese-viqr_utf-8.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/macmap.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/macros/editexisting.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/macros/justify.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/macros/less.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/macros/matchit.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/macros/shellmenu.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/macros/swapmous.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/makemenu.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/menu.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/mswin.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/optwin.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/pack/dist/opt/justify/plugin/justify.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/pack/dist/opt/shellmenu/plugin/shellmenu.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/pack/dist/opt/swapmouse/plugin/swapmouse.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/pack/dist/opt/vimball/autoload/vimball.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/pack/dist/opt/vimball/plugin/vimballPlugin.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/plugin/gzip.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/plugin/health.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/plugin/man.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/plugin/matchit.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/plugin/matchparen.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/plugin/netrwPlugin.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/plugin/rplugin.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/plugin/rrhelper.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/plugin/shada.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/plugin/spellfile.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/plugin/tarPlugin.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/plugin/tohtml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/plugin/tutor.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/plugin/zipPlugin.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/scripts.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/synmenu.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/2html.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/a2ps.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/a65.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/aap.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/abap.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/abaqus.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/abc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/abel.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/acedb.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ada.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/aflex.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ahdl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/alsaconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/amiga.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/aml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ampl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ant.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/antlr.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/apache.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/apachestyle.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/aptconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/arch.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/arduino.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/art.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/asciidoc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/asm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/asm68k.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/asmh8300.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/asn.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/aspperl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/aspvbs.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/asterisk.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/asteriskvm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/atlas.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/autohotkey.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/autoit.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/automake.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ave.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/avra.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/awk.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ayacc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/b.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/baan.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/basic.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/bc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/bdf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/bib.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/bindzone.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/blank.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/bst.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/btm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/bzl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/bzr.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/c.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/cabal.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/calendar.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/catalog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/cdl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/cdrdaoconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/cdrtoc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/cf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/cfg.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ch.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/chaiscript.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/change.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/changelog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/chaskell.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/cheetah.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/chill.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/chordpro.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/cl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/clean.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/clipper.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/clojure.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/cmake.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/cmusrc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/cobol.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/coco.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/colortest.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/conaryrecipe.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/conf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/config.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/context.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/cpp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/crm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/crontab.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/cs.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/csc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/csdl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/csh.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/csp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/css.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/cterm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ctrlh.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/cucumber.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/cuda.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/cupl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/cuplsim.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/cvs.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/cvsrc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/cweb.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/cynlib.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/cynpp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/d.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/datascript.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/dcd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/dcl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/debchangelog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/debcontrol.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/debsources.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/def.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/denyhosts.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/desc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/desktop.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/dictconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/dictdconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/diff.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/dircolors.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/dirpager.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/diva.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/django.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/dns.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/dnsmasq.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/docbk.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/docbksgml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/docbkxml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/dockerfile.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/dosbatch.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/dosini.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/dot.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/doxygen.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/dracula.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/dsl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/dtd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/dtml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/dtrace.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/dts.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/dylan.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/dylanintr.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/dylanlid.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ecd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/edif.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/eiffel.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/elf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/elinks.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/elmfilt.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/erlang.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/eruby.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/esmtprc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/esqlc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/esterel.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/eterm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/euphoria3.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/euphoria4.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/eviews.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/exim.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/expect.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/exports.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/falcon.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/fan.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/fasm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/fdcc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/fetchmail.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/fgl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/flexwiki.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/focexec.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/form.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/forth.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/fortran.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/foxpro.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/framescript.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/freebasic.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/fstab.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/fvwm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/fvwm2m4.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/gdb.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/gdmo.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/gedcom.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/git.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/gitcommit.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/gitconfig.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/gitolite.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/gitrebase.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/gitsendemail.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/gkrellmrc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/gnash.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/gnuplot.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/go.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/godoc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/gp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/gpg.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/gprof.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/grads.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/gretl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/groff.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/groovy.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/group.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/grub.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/gsp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/gtkrc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/haml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/hamster.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/haskell.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/haste.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/hastepreproc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/hb.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/help.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/hercules.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/hex.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/hgcommit.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/hitest.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/hog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/hostconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/hostsaccess.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/html.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/htmlcheetah.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/htmldjango.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/htmlm4.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/htmlos.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ia64.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ibasic.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/icemenu.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/icon.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/idl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/idlang.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/indent.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/inform.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/initex.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/initng.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/inittab.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ipfilter.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ishd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/iss.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ist.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/j.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/jal.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/jam.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/jargon.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/java.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/javacc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/javascript.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/jess.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/jgraph.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/jovial.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/jproperties.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/json.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/jsp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/kconfig.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/kivy.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/kix.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/kscript.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/kwt.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/lace.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/latte.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ld.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ldapconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ldif.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/less.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/lex.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/lftp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/lhaskell.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/libao.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/lifelines.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/lilo.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/limits.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/liquid.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/lisp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/lite.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/litestep.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/loginaccess.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/logindefs.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/logtalk.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/lotos.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/lout.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/lpc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/lprolog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/lscript.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/lsl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/lss.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/lua.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/lynx.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/m4.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/mail.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/mailaliases.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/mailcap.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/make.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/mallard.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/man.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/manconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/manual.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/maple.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/markdown.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/masm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/mason.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/master.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/matlab.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/maxima.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/mel.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/messages.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/mf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/mgl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/mgp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/mib.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/mix.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/mma.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/mmix.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/mmp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/modconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/model.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/modsim3.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/modula2.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/modula3.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/monk.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/moo.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/mp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/mplayerconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/mrxvtrc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/msidl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/msmessages.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/msql.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/mupad.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/mush.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/muttrc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/mysql.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/named.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/nanorc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/nasm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/nastran.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/natural.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ncf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/netrc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/netrw.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ninja.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/nosyntax.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/nqc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/nroff.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/nsis.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/obj.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/objc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/objcpp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ocaml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/occam.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/omnimark.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/openroad.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/opl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ora.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/pamconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/papp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/pascal.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/passwd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/pcap.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/pccts.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/pdf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/perl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/perl6.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/pf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/pfmain.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/php.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/phtml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/pic.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/pike.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/pilrc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/pine.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/pinfo.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/plaintex.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/pli.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/plm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/plp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/plsql.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/po.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/pod.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/postscr.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/pov.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/povini.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ppd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ppwiz.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/prescribe.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/privoxy.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/procmail.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/progress.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/prolog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/promela.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/proto.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/protocols.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/psf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ptcap.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/purifylog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/pyrex.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/python.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/qf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/quake.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/r.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/racc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/radiance.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ratpoison.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/rc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/rcs.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/rcslog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/readline.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/rebol.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/redif.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/registry.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/remind.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/resolv.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/reva.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/rexx.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/rhelp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/rib.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/rmd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/rnc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/rng.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/rnoweb.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/robots.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/rpcgen.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/rpl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/rrst.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/rst.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/rtf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/ruby.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/samba.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sas.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sass.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sather.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/scheme.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/scilab.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/screen.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/scss.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sdc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sdl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sed.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sendpr.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sensors.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/services.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/setserial.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sgml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sgmldecl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sgmllnx.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sh.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/shada.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sicad.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sieve.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/simula.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sinda.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sindacmp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sindaout.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sisu.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/skill.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/slang.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/slice.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/slpconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/slpreg.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/slpspi.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/slrnrc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/slrnsc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/smarty.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/smcl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/smil.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/smith.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/snnsnet.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/snnspat.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/snnsres.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/snobol4.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/spec.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/specman.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/spice.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/splint.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/spup.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/spyce.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sql.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sqlanywhere.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sqlforms.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sqlhana.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sqlinformix.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sqlj.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sqloracle.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sqr.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/squid.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/srec.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sshconfig.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sshdconfig.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/st.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/stata.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/stp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/strace.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sudoers.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/svg.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/svn.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/syncolor.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/synload.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/syntax.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/sysctl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/systemd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/systemverilog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/tads.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/tags.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/tak.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/takcmp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/takout.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/tar.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/taskdata.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/taskedit.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/tasm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/tcl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/tcsh.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/teraterm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/terminfo.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/tex.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/texinfo.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/texmf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/tf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/tidy.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/tilde.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/tli.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/tpp.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/trasys.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/treetop.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/trustees.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/tsalt.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/tsscl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/tssgm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/tssop.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/tt2.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/tt2html.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/tt2js.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/tutor.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/uc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/udevconf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/udevperm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/udevrules.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/uil.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/updatedb.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/upstart.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/upstreamdat.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/upstreaminstalllog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/upstreamlog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/upstreamrpt.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/usserverlog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/usw2kagtlog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/valgrind.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/vb.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/vera.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/verilog.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/verilogams.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/vgrindefs.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/vhdl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/vim.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/viminfo.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/vimnormal.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/virata.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/vmasm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/voscm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/vrml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/vroom.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/vsejcl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/wdiff.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/web.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/webmacro.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/wget.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/whitespace.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/winbatch.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/wml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/wsh.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/wsml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/wvdial.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/xbl.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/xdefaults.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/xf86conf.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/xhtml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/xinetd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/xkb.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/xmath.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/xml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/xmodmap.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/xpm.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/xpm2.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/xquery.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/xs.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/xsd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/xslt.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/xxd.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/yacc.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/yaml.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/z8a.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/zimbu.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/syntax/zsh.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/vimrc_example.vim
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/ftplugin/logtalk.dict
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/autoload/provider/script_host.rb
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/ascii.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/cidfont.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/cns_roman.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/cp1250.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/cp1251.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/cp1252.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/cp1253.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/cp1254.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/cp1255.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/cp1257.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/gb_roman.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/hp-roman8.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/iso-8859-10.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/iso-8859-11.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/iso-8859-13.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/iso-8859-14.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/iso-8859-15.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/iso-8859-2.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/iso-8859-3.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/iso-8859-4.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/iso-8859-5.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/iso-8859-7.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/iso-8859-8.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/iso-8859-9.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/jis_roman.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/koi8-r.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/koi8-u.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/ks_roman.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/latin1.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/mac-roman.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/print/prolog.ps
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/tutor/en/vim-01-beginner.tutor
-- Installing: /usr/local/Cellar/neovim/0.1.7/share/nvim/runtime/tutor/tutor.tutor
This file has been truncated, but you can view the full file.
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/buffer.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/buffer.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/buffer.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/buffer.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/shell-test.dir/shell-test.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/test/functional/fixtures/shell-test.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -Wall -Wextra -pedantic -Wstrict-prototypes -Wvla
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wno-unused-parameter -std=gnu99 -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/shell-test.dir/shell-test.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/test/functional/fixtures/shell-test.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/tty-test.dir/tty-test.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/test/functional/fixtures/tty-test.c
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -Wall -Wextra -pedantic -Wstrict-prototypes -Wvla
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -pipe -w -Os -march=native -DHAVE_CONFIG_H -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -isystem /usr/local/include -isystem /usr/local/opt/gettext/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wno-unused-parameter -std=gnu99 -fstack-protector-strong -fdiagnostics-color=auto -o CMakeFiles/tty-test.dir/tty-test.c.o -c /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/test/functional/fixtures/tty-test.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -pagezero_size 10000 -image_base 100000000 CMakeFiles/shell-test.dir/shell-test.c.o -o ../../../bin/shell-test
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -pagezero_size 10000 -image_base 100000000 CMakeFiles/shell-test.dir/shell-test.c.o -o ../../../bin/shell-test -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DDISABLE_LOG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -pagezero_size 10000 -image_base 100000000 CMakeFiles/tty-test.dir/tty-test.c.o -o ../../../bin/tty-test /usr/local/lib/libuv.dylib -lpthread -ldl -ldl
superenv removed: -Wconversion -O2 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -mmacosx-version-min=10.12 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -pagezero_size 10000 -image_base 100000000 CMakeFiles/tty-test.dir/tty-test.c.o -o ../../../bin/tty-test /usr/local/lib/libuv.dylib -lpthread -ldl -ldl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/tabpage.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/tabpage.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/tabpage.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/tabpage.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/ui.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/ui.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/ui.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/ui.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/vim.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/vim.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/vim.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/vim.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/window.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/window.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/window.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/window.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/private/dispatch.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/private/dispatch.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/private/dispatch.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/private/dispatch.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/private/handle.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/private/handle.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/private/handle.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/private/handle.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/private/helpers.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/private/helpers.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/api/private/helpers.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/api/private/helpers.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/arabic.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/arabic.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/arabic.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/arabic.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/buffer.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/buffer.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/buffer.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/buffer.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/charset.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/charset.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/charset.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/charset.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/cursor.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/cursor.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/cursor.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/cursor.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/cursor_shape.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/cursor_shape.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/cursor_shape.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/cursor_shape.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/diff.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/diff.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/diff.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/diff.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/digraph.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/digraph.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/digraph.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/digraph.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/edit.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/edit.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/edit.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/edit.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/eval.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/eval.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/eval.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/eval.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/eval/decode.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/eval/decode.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/eval/decode.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/eval/decode.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/eval/encode.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/eval/encode.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/eval/encode.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/eval/encode.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/loop.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/loop.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/loop.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/loop.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/multiqueue.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/multiqueue.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/multiqueue.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/multiqueue.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/libuv_process.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/libuv_process.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/libuv_process.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/libuv_process.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/process.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/process.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/process.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/process.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/rstream.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/rstream.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/rstream.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/rstream.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/signal.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/signal.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/signal.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/signal.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/socket.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/socket.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/socket.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/socket.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/stream.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/stream.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/stream.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/stream.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/time.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/time.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/time.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/time.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/wstream.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/wstream.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/event/wstream.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/event/wstream.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ex_cmds.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ex_cmds.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ex_cmds.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ex_cmds.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ex_cmds2.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ex_cmds2.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ex_cmds2.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ex_cmds2.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ex_docmd.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ex_docmd.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ex_docmd.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ex_docmd.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ex_eval.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ex_eval.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ex_eval.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ex_eval.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ex_getln.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ex_getln.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/ex_getln.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/ex_getln.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/farsi.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/farsi.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/farsi.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/farsi.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/file_search.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/file_search.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/file_search.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/file_search.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/fileio.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/fileio.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/fileio.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/fileio.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/fold.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/fold.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/fold.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/fold.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/garray.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/garray.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/garray.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/garray.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/getchar.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/getchar.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/getchar.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/getchar.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/hardcopy.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/hardcopy.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/hardcopy.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/hardcopy.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/hashtab.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/hashtab.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/hashtab.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/hashtab.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/if_cscope.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/if_cscope.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/if_cscope.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/if_cscope.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/indent.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/indent.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/indent.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/indent.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/indent_c.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/indent_c.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/indent_c.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/indent_c.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/keymap.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/keymap.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/keymap.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/keymap.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/log.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/log.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/log.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/log.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/main.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/main.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/main.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/main.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/map.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/map.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/map.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/map.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/mbyte.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/mbyte.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/mbyte.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/mbyte.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/memfile.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/memfile.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/memfile.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/memfile.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -DDISABLE_LOG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/memline.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto/memline.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/config -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/src/nvim/auto -I/tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/build/include -O2 -g -DDISABLE_LOG -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
superenv removed: -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -O2 -g -Wconversion -Wconversion
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/src/nvim/memline.c -E -o /tmp/neovim-20170105-15107-1cqur1a/neovim-0.1.7/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment