-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Description
I have XCode installed as well as gettext, automate, cmake, and libtool
$ make cmake
rm -rf build
for file in lua mbyte mzscheme small tiny; do \
rm -f src/testdir/$file.vim; \
done
mkdir build
cd build && cmake -DCMAKE_BUILD_TYPE=Debug ../
-- The C compiler identification is Clang 5.0.0
-- The CXX compiler identification is Clang 5.0.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for tgetent in termcap
-- Looking for tgetent in termcap - found
-- 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 time_t
-- Check size of time_t - done
-- Check size of off_t
-- Check size of off_t - done
-- Performing Test HAVE_WORKING_LIBINTL
-- Performing Test HAVE_WORKING_LIBINTL - Failed
-- Configuring done
-- Generating done
-- Build files have been written to: ~/projects/neovim/build
Metadata
Metadata
Assignees
Labels
No labels