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

CMake install error #7

Open
EwoutH opened this issue Feb 5, 2019 · 1 comment
Open

CMake install error #7

EwoutH opened this issue Feb 5, 2019 · 1 comment

Comments

@EwoutH
Copy link

EwoutH commented Feb 5, 2019

When testing #6, I encountered the following error:

CMake Error at cmake_install.cmake:47 (file):
  file INSTALL cannot copy file
  "/home/travis/build/EwoutH/lumahdrv/build/libluma_encoder.so" to
  "/usr/local/lib/libluma_encoder.so".
Makefile:95: recipe for target 'install' failed
make: *** [install] Error 1
The command "make install" exited with 2.

Full log: https://travis-ci.com/EwoutH/lumahdrv

Commands used:

 - mkdir build
 - cd build
 - cmake ../
 - make
 - make install
 - make test
@gabrieleilertsen
Copy link
Owner

Hi, and sorry for the late reply.

So it seems like the library compiles ok, but it cannot be copied to your local/lib? Does libluma_encoder.so exist in the build directory? If so you can try 'sudo make install' or manually copying the library to your local/lib.

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