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

Add make as dependecy for compilation steps #3225

Closed
dominicjaeger opened this issue Nov 16, 2019 · 1 comment
Closed

Add make as dependecy for compilation steps #3225

dominicjaeger opened this issue Nov 16, 2019 · 1 comment

Comments

@dominicjaeger
Copy link
Contributor

dominicjaeger commented Nov 16, 2019

Steps to Reproduce the Problem

Create a Fedora 31 VM.
Do the installs from COMPILE.md
sudo dnf install -y cmake3 git gcc-c++

(Note yum => dnf)

Expected Result

Compiling works.

Actual Result

ERROR: Fixing CMake was unable to find a build program corresponding to "Unix Makefiles"

Solution

sudo dnf install make

Update: That means it would be enough to add make to the required dependencies in COMPILE.md

System Information

  • Elektra Version: master
  • Fedora 31
@markus2330
Copy link
Contributor

Thank you for reporting this problem!

sanssecours added a commit to sanssecours/elektra that referenced this issue Nov 16, 2019
sanssecours added a commit to sanssecours/elektra that referenced this issue Nov 16, 2019
sanssecours added a commit to sanssecours/elektra that referenced this issue Nov 16, 2019
sanssecours added a commit to sanssecours/elektra that referenced this issue Nov 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants