Advertisement
Guest User

qutecom-hg make output

a guest
Dec 18th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. -- The C compiler identification is GNU 4.8.2
  2. -- The CXX compiler identification is GNU 4.8.2
  3. -- Check for working C compiler: /usr/bin/cc
  4. -- Check for working C compiler: /usr/bin/cc -- works
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. -- Check for working CXX compiler: /usr/bin/c++
  8. -- Check for working CXX compiler: /usr/bin/c++ -- works
  9. -- Detecting CXX compiler ABI info
  10. -- Detecting CXX compiler ABI info - done
  11. -- Performing Test WITH_FPIC
  12. -- Performing Test WITH_FPIC - Success
  13. -- OS: Linux-3.12.5-1-ARCH
  14. -- Processor: x86_64
  15. -- Compiler: /usr/bin/cc
  16. -- Build type:
  17. -- Build tool: /usr/bin/make
  18. -- Build directory:
  19. -- Time: 2013.12.18_20.04.41
  20. -- Found Mercurial (hg): /usr/bin/hg
  21. -- QuteCom: f5cc7178b900
  22. -- Verona: 2bfb6cee8cd0
  23.  
  24. -- Mediastreamer2: 2a616ca474ab
  25.  
  26. -- Looking for include file pthread.h
  27. -- Looking for include file pthread.h - found
  28. -- Looking for pthread_create
  29. -- Looking for pthread_create - not found
  30. -- Looking for pthread_create in pthreads
  31. -- Looking for pthread_create in pthreads - not found
  32. -- Looking for pthread_create in pthread
  33. -- Looking for pthread_create in pthread - found
  34. -- Found Threads: TRUE
  35. -- Boost version: 1.55.0
  36. -- Found the following Boost libraries:
  37. -- system
  38. -- thread
  39. -- serialization
  40. -- program_options
  41. -- date_time
  42. -- signals
  43. -- Looking for Q_WS_X11
  44. -- Looking for Q_WS_X11 - found
  45. -- Looking for Q_WS_WIN
  46. -- Looking for Q_WS_WIN - not found
  47. -- Looking for Q_WS_QWS
  48. -- Looking for Q_WS_QWS - not found
  49. -- Looking for Q_WS_MAC
  50. -- Looking for Q_WS_MAC - not found
  51. CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
  52. Could NOT find Qt4 (missing: QT_QTWEBKIT_INCLUDE_DIR QT_QTWEBKIT_LIBRARY)
  53. (found suitable version "4.8.5", minimum required is "4.7.0")
  54. Call Stack (most recent call first):
  55. /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
  56. /usr/share/cmake-2.8/Modules/FindQt4.cmake:1393 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  57. libs/3rdparty/qt4/CMakeLists.txt:8 (find_package)
  58.  
  59.  
  60. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement