Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Build error after upgrading to Xcode 7.0 (SOLVED: xcode-select --install) #85

Closed
yeliu84 opened this issue Sep 17, 2015 · 2 comments
Closed

Comments

@yeliu84
Copy link

yeliu84 commented Sep 17, 2015

I got the following error after upgrading to Xcode 7.0

==> Building third-party dependencies.
==> cmake ../third-party -DUSE_BUNDLED_BUSTED=OFF -DUSE_EXISTING_SRC_DIR=ON -DCMAKE_C_FLAGS_RELEASE= -DCMAKE_CXX_FLAGS_RELEASE= -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/neovim/HEAD -DCMAKE_BU
==> make VERBOSE=1
If you meant to cross compile, use `--host'.
See `config.log' for more details
make[2]: *** [build/src/jemalloc-stamp/jemalloc-configure] Error 1
make[1]: *** [CMakeFiles/jemalloc.dir/all] Error 2
make: *** [all] Error 2

https://gist.github.com/0d285094ba0995072953

@yeliu84
Copy link
Author

yeliu84 commented Sep 17, 2015

Never mind, xcode-select --install fixed this issue.

@fwalch fwalch closed this as completed Sep 17, 2015
@justinmk justinmk changed the title Build error after upgrading to Xcode 7.0 Build error after upgrading to Xcode 7.0 (SOLVED: xcode-select --install) Sep 22, 2015
@aleksandrs-ledovskis
Copy link

When was faced with the same issue - reinstall helped.

  1. Trashed and purged 'Xcode.app'
  2. Ran sudo rm -rf /Library/Developer/CommandLineTools
  3. Followed by sudo xcode-select --install

Lo and behold, build succeeded!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants