Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to install in Windows. #19

Open
bhavesh-bhanda opened this issue Jan 19, 2022 · 2 comments
Open

Not able to install in Windows. #19

bhavesh-bhanda opened this issue Jan 19, 2022 · 2 comments

Comments

@bhavesh-bhanda
Copy link

bhavesh-bhanda commented Jan 19, 2022

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.

@arkottke
Copy link
Owner

Note that pre-built binaries are available here.

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:

  1. cmake -G Ninja ..
  2. ninja

@bhavesh-bhanda
Copy link
Author

thanks for the link of pre-built binaries.

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

No branches or pull requests

2 participants