Advertisement
Guest User

Untitled

a guest
Aug 8th, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. cmake --build=build .
  2. -- Finding suggested package PTHREAD.
  3. -- Disable this using "-DWITH_PTHREAD=OFF".
  4. -- checking for module 'pthread'
  5. -- package 'pthread' not found
  6. -- Finding suggested package GCRYPT.
  7. -- Disable this using "-DWITH_GCRYPT=OFF".
  8. -- Finding suggested package LIBSSH.
  9. -- Disable this using "-DWITH_LIBSSH=OFF".
  10. -- Finding suggested package VTE.
  11. -- Disable this using "-DWITH_VTE=OFF".
  12. -- Finding suggested package APPINDICATOR.
  13. -- Disable this using "-DWITH_APPINDICATOR=OFF".
  14. -- Finding suggested package Gettext.
  15. -- Disable this using "-DWITH_GETTEXT=OFF".
  16. -- Finding suggested package LIBSSH.
  17. -- Disable this using "-DWITH_LIBSSH=OFF".
  18. -- Finding suggested package FREERDP.
  19. -- Disable this using "-DWITH_FREERDP=OFF".
  20. -- checking for module 'freerdp>=1.0'
  21. -- found freerdp, version 1.0.1
  22. -- Found FREERDP: /usr/lib/libfreerdp-core.so
  23. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  24. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  25. -- Looking for pthread_create in pthreads
  26. -- Looking for pthread_create in pthreads - not found
  27. -- Looking for pthread_create in pthread
  28. -- Looking for pthread_create in pthread - found
  29. -- Found Threads: TRUE
  30. -- Finding suggested package TELEPATHY.
  31. -- Disable this using "-DWITH_TELEPATHY=OFF".
  32. -- checking for module 'telepathy-glib'
  33. -- found telepathy-glib, version 0.18.0
  34. -- Found TELEPATHY: /usr/lib/libtelepathy-glib.so
  35. -- Found GTK3: /usr/lib/x86_64-linux-gnu/libgtk-3.so
  36. -- Finding suggested package ZLIB.
  37. -- Disable this using "-DWITH_ZLIB=OFF".
  38. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.3.4")
  39. -- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so
  40. -- checking for module 'gnutls'
  41. -- found gnutls, version 2.12.14
  42. -- Found GnuTLS: /usr/lib/x86_64-linux-gnu/libgnutls.so
  43. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
  44. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
  45. -- Looking for gethostbyname
  46. -- Looking for gethostbyname - found
  47. -- Looking for connect
  48. -- Looking for connect - found
  49. -- Looking for remove
  50. -- Looking for remove - found
  51. -- Looking for shmat
  52. -- Looking for shmat - found
  53. -- Looking for IceConnectionNumber in ICE
  54. -- Looking for IceConnectionNumber in ICE - found
  55. -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
  56. -- Found libgcrypt: /lib/x86_64-linux-gnu/libgcrypt.so
  57. -- Looking for fcntl.h
  58. -- Looking for fcntl.h - found
  59. -- Looking for netinet/in.h
  60. -- Looking for netinet/in.h - found
  61. -- Looking for sys/socket.h
  62. -- Looking for sys/socket.h - found
  63. -- Looking for sys/stat.h
  64. -- Looking for sys/stat.h - found
  65. -- Looking for sys/time.h
  66. -- Looking for sys/time.h - found
  67. -- Looking for sys/types.h
  68. -- Looking for sys/types.h - found
  69. -- Looking for sys/wait.h
  70. -- Looking for sys/wait.h - found
  71. -- Looking for unistd.h
  72. -- Looking for unistd.h - found
  73. -- Looking for stdint.h
  74. -- Looking for stdint.h - found
  75. -- Looking for stddef.h
  76. -- Looking for stddef.h - found
  77. -- Looking for sys/types.h
  78. -- Looking for sys/types.h - found
  79. -- Looking for gettimeofday
  80. -- Looking for gettimeofday - found
  81. -- Check size of pid_t
  82. -- Check size of pid_t - done
  83. -- Check size of size_t
  84. -- Check size of size_t - done
  85. -- Check size of socklen_t
  86. -- Check size of socklen_t - done
  87. -- Check size of in_addr_t
  88. -- Check size of in_addr_t - done
  89. -- Check if the system is big endian
  90. -- Searching 16 bit integer
  91. -- Check size of unsigned short
  92. -- Check size of unsigned short - done
  93. -- Using unsigned short
  94. -- Check if the system is big endian - little endian
  95. -- Finding suggested package Gettext.
  96. -- Disable this using "-DWITH_GETTEXT=OFF".
  97. -- Found GNOMEKEYRING: /usr/lib/x86_64-linux-gnu/libgnome-keyring.so
  98. -- Finding suggested package AVAHI.
  99. -- Disable this using "-DWITH_AVAHI=OFF".
  100. -- checking for modules 'avahi-ui-gtk3>=0.6.30;avahi-client>=0.6.30'
  101. -- found avahi-ui-gtk3, version 0.6.30
  102. -- found avahi-client, version 0.6.30
  103. -- Found AVAHI: /usr/lib/x86_64-linux-gnu/libavahi-ui-gtk3.so
  104. CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  105. Please set them or make sure they are set and tested correctly in the CMake files:
  106. FREERDP_KBD_LIBRARY
  107. linked by target "remmina-plugin-rdp" in directory /home/devcode/FreeRDP-Remmina-356c033/remmina-plugins/rdp
  108.  
  109. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement