Advertisement
Guest User

Untitled

a guest
May 25th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. cmake [-DCMAKE_INSTALL_PREFIX=/usr/local] ..
  2. -- The C compiler identification is GNU 5.3.1
  3. -- The CXX compiler identification is GNU 5.3.1
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Detecting C compile features
  9. -- Detecting C compile features - done
  10. -- Check for working CXX compiler: /usr/bin/c++
  11. -- Check for working CXX compiler: /usr/bin/c++ -- works
  12. -- Detecting CXX compiler ABI info
  13. -- Detecting CXX compiler ABI info - done
  14. -- Detecting CXX compile features
  15. -- Detecting CXX compile features - done
  16. -- Performing Test WERROR_C_AVAILABLE
  17. -- Performing Test WERROR_C_AVAILABLE - Success
  18. -- Performing Test WERROR_CXX_AVAILABLE
  19. -- Performing Test WERROR_CXX_AVAILABLE - Success
  20. CMake Warning at /usr/share/cmake-3.5/Modules/FindQt4.cmake:626 (message):
  21. /usr/bin/qmake reported QT_INSTALL_LIBS as "/usr/lib/x86_64-linux-gnu" but
  22. QtCore could not be found there. Qt is NOT installed correctly for the
  23. target build environment.
  24. Call Stack (most recent call first):
  25. CMakeLists.txt:151 (find_package)
  26.  
  27.  
  28. CMake Error at /usr/share/cmake-3.5/Modules/FindQt4.cmake:634 (message):
  29. Could NOT find QtCore. Check
  30. /home/mike/Downloads/keepassx-2.0.2/build/CMakeFiles/CMakeError.log for
  31. more details.
  32. Call Stack (most recent call first):
  33. CMakeLists.txt:151 (find_package)
  34.  
  35.  
  36. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement