iCompleteMe icon indicating copy to clipboard operation
iCompleteMe copied to clipboard

Is this project still maintained?

Open sdondley opened this issue 5 years ago • 2 comments

I tried installing with Xcode 11.3.1 but I got build errors:

[100%] Built target ycm_core
Configure SwiftySwiftVim..
CMake Warning (dev) in CMakeLists.txt:
  No project() command is present.  The top-level CMakeLists.txt file must
  contain a literal, direct call to the project() command.  Add a line of
  code such as

    project(ProjectName)

  near the top of the file, but after cmake_minimum_required().

  CMake is pretending there is a "project(Project)" command on the first
  line.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The C compiler identification is AppleClang 11.0.0.11000033
-- The CXX compiler identification is AppleClang 11.0.0.11000033
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- 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: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
SSVIM CMAKE START
Building boost
CMake Error at /usr/local/Cellar/cmake/3.16.4/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
  Could NOT find Boost (missing: coroutine context thread) (found version
  "1.67.0")
Call Stack (most recent call first):
  /usr/local/Cellar/cmake/3.16.4/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
  /usr/local/Cellar/cmake/3.16.4/share/cmake/Modules/FindBoost.cmake:2179 (find_package_handle_standard_args)
  CMakeLists.txt:27 (find_package)

sdondley avatar Feb 21 '20 15:02 sdondley

bump

I got the same error. A brew install boost gave me a different error.

jdmarshall90 avatar Feb 17 '21 02:02 jdmarshall90

@sdondley @jdmarshall90 if you want a fork that builds properly in more modern macOS systems (im on catalina with xcode 12.4) check out: https://github.com/lechium/iCompleteMe

for reference, it wasnt iCompleteMe that needed any changes, it was swiftyswiftvim which is two submodule levels deep.

lechium avatar Aug 28 '21 23:08 lechium