Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. ~/libo3d3xx-master/build$ make
  2. Scanning dependencies of target O3D3XX_CAMERA
  3. [ 2%] Creating directories for 'O3D3XX_CAMERA'
  4. [ 5%] No download step for 'O3D3XX_CAMERA'
  5. [ 7%] No patch step for 'O3D3XX_CAMERA'
  6. [ 10%] No update step for 'O3D3XX_CAMERA'
  7. [ 12%] Performing configure step for 'O3D3XX_CAMERA'
  8. -- The C compiler identification is GNU 5.4.0
  9. -- The CXX compiler identification is GNU 5.4.0
  10. -- Check for working C compiler: /usr/bin/cc
  11. -- Check for working C compiler: /usr/bin/cc -- works
  12. -- Detecting C compiler ABI info
  13. -- Detecting C compiler ABI info - done
  14. -- Detecting C compile features
  15. -- Detecting C compile features - done
  16. -- Check for working CXX compiler: /usr/bin/c++
  17. -- Check for working CXX compiler: /usr/bin/c++ -- works
  18. -- Detecting CXX compiler ABI info
  19. -- Detecting CXX compiler ABI info - done
  20. -- Detecting CXX compile features
  21. -- Detecting CXX compile features - done
  22. -- UBUNTU_VERSION: 16.04.3
  23. -- UBUNTU_MAJOR: 16
  24. -- UBUNTU_MINOR: 04
  25. -- UBUNTU_PATCH: 3
  26. -- Boost version: 1.58.0
  27. -- Found the following Boost libraries:
  28. -- program_options
  29. -- system
  30. -- Found PythonInterp: /usr/bin/python (found version "2.7.12")
  31. -- Looking for pthread.h
  32. -- Looking for pthread.h - found
  33. -- Looking for pthread_create
  34. -- Looking for pthread_create - not found
  35. -- Looking for pthread_create in pthreads
  36. -- Looking for pthread_create in pthreads - not found
  37. -- Looking for pthread_create in pthread
  38. -- Looking for pthread_create in pthread - found
  39. -- Found Threads: TRUE
  40. -- DEB_FILE: libo3d3xx-camera_0.7.6_ubuntu-16.04.3_amd64.deb
  41. CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  42. Please set them or make sure they are set and tested correctly in the CMake files:
  43. LIB_glog
  44. linked by target "o3d3xx_camera_static" in directory /home/matteo/libo3d3xx-master/modules/camera/src/libo3d3xx_camera
  45. linked by target "o3d3xx_camera_shared" in directory /home/matteo/libo3d3xx-master/modules/camera/src/libo3d3xx_camera
  46.  
  47. -- Configuring incomplete, errors occurred!
  48. See also "/home/matteo/libo3d3xx-master/build/O3D3XX_CAMERA-prefix/src/O3D3XX_CAMERA-build/CMakeFiles/CMakeOutput.log".
  49. See also "/home/matteo/libo3d3xx-master/build/O3D3XX_CAMERA-prefix/src/O3D3XX_CAMERA-build/CMakeFiles/CMakeError.log".
  50. CMakeFiles/O3D3XX_CAMERA.dir/build.make:109: set di istruzioni per l'obiettivo "O3D3XX_CAMERA-prefix/src/O3D3XX_CAMERA-stamp/O3D3XX_CAMERA-configure" non riuscito
  51. make[2]: *** [O3D3XX_CAMERA-prefix/src/O3D3XX_CAMERA-stamp/O3D3XX_CAMERA-configure] Errore 1
  52. CMakeFiles/Makefile2:67: set di istruzioni per l'obiettivo "CMakeFiles/O3D3XX_CAMERA.dir/all" non riuscito
  53. make[1]: *** [CMakeFiles/O3D3XX_CAMERA.dir/all] Errore 2
  54. Makefile:83: set di istruzioni per l'obiettivo "all" non riuscito
  55. make: *** [all] Errore 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement