Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 2.93 KB | None | 0 0
  1. /home/ramdac/Projects/ktp-test/build> /bin/cmake -DCMAKE_BUILD_TYPE=Debug -G 'Unix Makefiles' /home/ramdac/Projects/ktp-test/
  2. -- The C compiler identification is GNU 4.8.2
  3. -- The CXX compiler identification is GNU 4.8.2
  4. -- Check for working C compiler: /bin/cc
  5. -- Check for working C compiler: /bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /bin/c++
  9. -- Check for working CXX compiler: /bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Looking for Q_WS_X11
  13. -- Looking for Q_WS_X11 - found
  14. -- Looking for Q_WS_WIN
  15. -- Looking for Q_WS_WIN - not found
  16. -- Looking for Q_WS_QWS
  17. -- Looking for Q_WS_QWS - not found
  18. -- Looking for Q_WS_MAC
  19. -- Looking for Q_WS_MAC - not found
  20. -- Found Qt4: /bin/qmake-qt4 (found version "4.8.5")
  21. -- Found Qt-Version 4.8.5 (using /bin/qmake-qt4)
  22. -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.so;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so;/usr/lib64/libXpm.so
  23. -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.so;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so;/usr/lib64/libXpm.so - found
  24. -- Looking for gethostbyname
  25. -- Looking for gethostbyname - found
  26. -- Looking for connect
  27. -- Looking for connect - found
  28. -- Looking for remove
  29. -- Looking for remove - found
  30. -- Looking for shmat
  31. -- Looking for shmat - found
  32. -- Looking for IceConnectionNumber in ICE
  33. -- Looking for IceConnectionNumber in ICE - found
  34. -- Found X11: /usr/lib64/libX11.so
  35. -- Looking for include file pthread.h
  36. -- Looking for include file pthread.h - found
  37. -- Looking for pthread_create
  38. -- Looking for pthread_create - not found
  39. -- Looking for pthread_create in pthreads
  40. -- Looking for pthread_create in pthreads - not found
  41. -- Looking for pthread_create in pthread
  42. -- Looking for pthread_create in pthread - found
  43. -- Found Threads: TRUE  
  44. -- Found OpenSSL: /usr/lib64/libssl.so;/usr/lib64/libcrypto.so (found version "1.0.1f")
  45. -- Looking for _POSIX_TIMERS
  46. -- Looking for _POSIX_TIMERS - found
  47. -- Found Automoc4: //bin/automoc4  
  48. -- Found Perl: /bin/perl (found version "5.18.2")
  49. -- Found Phonon: /usr/include/qt4 (Required is at least version "4.3.80")
  50. -- Performing Test _OFFT_IS_64BIT
  51. -- Performing Test _OFFT_IS_64BIT - Success
  52. -- Performing Test HAVE_FPIE_SUPPORT
  53. -- Performing Test HAVE_FPIE_SUPPORT - Success
  54. -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
  55. -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
  56. -- Performing Test __KDE_HAVE_GCC_VISIBILITY
  57. -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
  58. -- Found KDE 4.12 include dir: /usr/include
  59. -- Found KDE 4.12 library dir: /usr/lib
  60. -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
  61. -- Found automoc4: //bin/automoc4
  62. -- Configuring done
  63. -- Generating done
  64. -- Build files have been written to: /home/ramdac/Projects/ktp-test/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement