You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Developers,
I have done exactly instructed on your GitHub page still I am not able to install the software.
I am getting the following error.
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: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
See also "/home/bhawe/strata/build/CMakeFiles/CMakeOutput.log".
Please help.
After getting this error I have separately installed CMAKE using mingw-w64-x86_64-cmake as instructed in MSYS website.
The text was updated successfully, but these errors were encountered:
If you still want to build the program, you are trying to build "Unix Makefiles", which is inconsistent with the mingw environment. Please try using ninja with:
Dear Developers,
I have done exactly instructed on your GitHub page still I am not able to install the software.
I am getting the following error.
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: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
See also "/home/bhawe/strata/build/CMakeFiles/CMakeOutput.log".
Please help.
After getting this error I have separately installed CMAKE using mingw-w64-x86_64-cmake as instructed in MSYS website.
The text was updated successfully, but these errors were encountered: