We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get an error when running make install:
make install
$ cd release $ make # completes successfully […] $ make install […] -- Installing: /usr/local/bin/lsb_heka_cat -- Removed runtime path from "/usr/local/bin/lsb_heka_cat" CMake Error at src/cli/cmake_install.cmake:54 (file): file INSTALL cannot find "/lua_sandbox/src/cli/scripts". Call Stack (most recent call first): src/cmake_install.cmake:89 (include) cmake_install.cmake:56 (include) Makefile:66: recipe for target 'install' failed make: *** [install] Error 1
Is this a known issue? Thanks.
The text was updated successfully, but these errors were encountered:
Sorry the scripts install was leftover from some local experimentation, it has been corrected c7fb38a
Sorry, something went wrong.
Thanks. I had commented that line, but was not sure that was the right fix.
No branches or pull requests
I get an error when running
make install
:Is this a known issue? Thanks.
The text was updated successfully, but these errors were encountered: