Sublime Forum

SublimeClang Plugin: Installation assitance for Mac

#1

I have been trying to install this plugin for the greater part of the last few days.

Currently I think I am getting stuck on the last part.
I have tried both on a mac desktop and my laptop.

When building libclang I get the following output:

CMakeLists.txt build clang-c main.cpp mingw32-toolchain.cmake mingw64-toolchain.cmake MORRISON:src mmorrison$ cd build/ MORRISON:build mmorrison$ cmake .. CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: CMAKE_C_COMPILER_ENV_VAR CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: CMAKE_C_COMPILER CMake Error: Could not find cmake module file:/Users/mmorrison/Library/Application Support/Sublime Text 2/Packages/SublimeClang/src/build/CMakeFiles/CMakeCCompiler.cmake CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: CMAKE_CXX_COMPILER_ENV_VAR CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: CMAKE_CXX_COMPILER CMake Error: Could not find cmake module file:/Users/mmorrison/Library/Application Support/Sublime Text 2/Packages/SublimeClang/src/build/CMakeFiles/CMakeCXXCompiler.cmake CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage -- Configuring incomplete, errors occurred!

It seems the plain default installation of CMake is not cooperating … any ideas?

0 Likes