Skip to content

Instantly share code, notes, and snippets.

@nhooyr
Created December 26, 2016 22:56
Show Gist options
  • Select an option

  • Save nhooyr/4e2d3b98b6b3d1c2d308eb3d2467c237 to your computer and use it in GitHub Desktop.

Select an option

Save nhooyr/4e2d3b98b6b3d1c2d308eb3d2467c237 to your computer and use it in GitHub Desktop.
ninja -C .deps
ninja: Entering directory `.deps'
[1/2] cd /Users/nhooyr/code/neovim/.deps && /nix/store/ixmzldxf7rdn8mcslf13a3wnbpr85mq0-cmake-3.6.2/bin/cmake -DREMOVE_FILE_GLOB=/Users/nhooyr/code/neovim/.deps/usr/lib/lib*.dylib* -P /Users/nhooyr/code/neovim/third-party/cmake/RemoveFiles.cmake
[2/2] cd /Users/nhooyr/code/neovim/.deps && /nix/store/ixmzldxf7rdn8mcslf13a3wnbpr85mq0-cmake-3.6.2/bin/cmake -E touch .third-party
cd build && cmake -G 'Ninja' -DCMAKE_BUILD_TYPE=Debug ..
-- Replacing -O3 in CMAKE_C_FLAGS_RELEASE with -O2.
-- Unsupported _FORTIFY_SOURCE found, forcing _FORTIFY_SOURCE=1.
-- Could NOT find unibilium (missing: UNIBILIUM_LIBRARY)
CMake Error at /nix/store/ixmzldxf7rdn8mcslf13a3wnbpr85mq0-cmake-3.6.2/share/cmake-3.6/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
Could NOT find LibTermkey (missing: LIBTERMKEY_LIBRARY)
Call Stack (most recent call first):
/nix/store/ixmzldxf7rdn8mcslf13a3wnbpr85mq0-cmake-3.6.2/share/cmake-3.6/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
cmake/FindLibTermkey.cmake:44 (find_package_handle_standard_args)
CMakeLists.txt:322 (find_package)
-- Configuring incomplete, errors occurred!
See also "/Users/nhooyr/code/neovim/build/CMakeFiles/CMakeOutput.log".
See also "/Users/nhooyr/code/neovim/build/CMakeFiles/CMakeError.log".
make: *** [build/.ran-cmake] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment