View Single Post
  #3  
Old 08-31-2017, 02:07 PM
Sorn
Fire Beetle
 
Join Date: Jun 2010
Posts: 2
Default

Could only get CMake 3.8.2. Installed that, got a new error that told me Visual Studio 2017 had no C++ capability on install. (The error was No CMAKE_CXX_COMPILER could be found/No CMAKE_C_COMPILER could be found)

Found and added the C++ add-on/plug-in/whatever it was to Visual Studio 2017. With that, CMake was able to build test files. All values popped up in red. I hit Configure again and it all went white with no apparent errors.

To update Visual Studio, open it and go to Tools > Get Tools and Features, then select one of the options that mentions C++. I picked Desktop Development with C++ and that seems to be working, but one of the other C++ tools might also work. After that, clear your CMake cache and hit Configure again, and if it shows up in red, make sure that EQEMU_BUILD_LUA is checked and hit Configure once more.

This is how far I've gotten. I'll keep going on the set-up guide, but this error is fixed for me. Hopefully I don't run into anything else weird!
Reply With Quote