-
Notifications
You must be signed in to change notification settings - Fork 31
Description
I compiled the project using mix compile but its giving this error, gcc and make are already installed
/_build/dev/lib/evision/cmake_opencv_4.6.0/modules/python_bindings_generator/headers.txt] Error 127
could not compile dependency :evision, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile evision", update it with "mix deps.update evision" or clean it with "mix deps.clean evision"
** (Mix) Could not compile with "make" (exit status: 2).
You need to have gcc and make installed. If you are using
Ubuntu or any other Debian-based system, install the packages
"build-essential". Also install "erlang-dev" package if not
included in your Erlang/OTP version. If you're on Fedora, run
"dnf group install 'Development Tools'".