Skip to content

HAVE_WORKING_LIBINTL - Failed on OSX  #25

@kyleconroy

Description

@kyleconroy

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions