Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. $ cmake .
  2. -- Looking for include file pthread.h
  3. -- Looking for include file pthread.h - found
  4. -- Looking for pthread_create
  5. -- Looking for pthread_create - not found
  6. -- Looking for pthread_create in pthreads
  7. -- Looking for pthread_create in pthreads - not found
  8. -- Looking for pthread_create in pthread
  9. -- Looking for pthread_create in pthread - found
  10. -- Found Threads: TRUE
  11. CMake Error: Error in cmake code at
  12. /home/eqemu/new-source/cmake/FindPackageHandleStandardArgs.cmake:6:
  13. Parse error. Expected "(", got newline with text "
  14. ".
  15. CMake Error at cmake/FindProtobuf.cmake:543 (include):
  16. include could not find load file:
  17.  
  18. /home/eqemu/new-source/cmake/FindPackageHandleStandardArgs.cmake
  19. Call Stack (most recent call first):
  20. CMakeLists.txt:59 (FIND_PACKAGE)
  21.  
  22.  
  23. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
  24. CMake Error: Error in cmake code at
  25. /home/eqemu/new-source/cmake/FindPackageHandleStandardArgs.cmake:6:
  26. Parse error. Expected "(", got newline with text "
  27. ".
  28. CMake Error at cmake/FindMySQL.cmake:72 (INCLUDE):
  29. include could not find load file:
  30.  
  31. /home/eqemu/new-source/cmake/FindPackageHandleStandardArgs.cmake
  32. Call Stack (most recent call first):
  33. CMakeLists.txt:351 (FIND_PACKAGE)
  34.  
  35.  
  36. -- Found MySQL: /usr/lib/x86_64-linux-gnu/libmysqlclient_r.so
  37. -- Found Perl: /usr/bin/perl (found version "5.18.2")
  38. -- Found PerlLibs: /usr/lib/libperl.so.5.18.2 (found version "5.18.2")
  39. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
  40. -- checking for module 'libsodium'
  41. -- found libsodium, version 1.0.11
  42. CMake Error: Error in cmake code at
  43. /home/eqemu/new-source/cmake/FindPackageHandleStandardArgs.cmake:6:
  44. Parse error. Expected "(", got newline with text "
  45. ".
  46. CMake Error at cmake/FindSodium.cmake:28 (include):
  47. include could not find load file:
  48.  
  49. /home/eqemu/new-source/cmake/FindPackageHandleStandardArgs.cmake
  50. Call Stack (most recent call first):
  51. CMakeLists.txt:359 (FIND_PACKAGE)
  52.  
  53.  
  54. -- Found SODIUM: /usr/lib/x86_64-linux-gnu/libsodium.so
  55. CMake Error: Error in cmake code at
  56. /home/eqemu/new-source/cmake/FindPackageHandleStandardArgs.cmake:6:
  57. Parse error. Expected "(", got newline with text "
  58. ".
  59. CMake Error at cmake/FindEQLua51.cmake:117 (INCLUDE):
  60. include could not find load file:
  61.  
  62. /home/eqemu/new-source/cmake/FindPackageHandleStandardArgs.cmake
  63. Call Stack (most recent call first):
  64. CMakeLists.txt:382 (FIND_PACKAGE)
  65.  
  66.  
  67. -- Found Lua51: /usr/lib/x86_64-linux-gnu/liblua5.1.so;/usr/lib/x86_64-linux-gnu/libm.so (found version "5.1.5")
  68. -- Boost version: 1.54.0
  69. -- CMake version: 2.8.12.2
  70. -- Build type: RelWithDebInfo
  71. -- Performing Test HAVE_STD_CPP11_FLAG
  72. -- Performing Test HAVE_STD_CPP11_FLAG - Success
  73. -- Performing Test FMT_CPP11_CMATH
  74. -- Performing Test FMT_CPP11_CMATH - Success
  75. -- Performing Test FMT_CPP11_UNISTD_H
  76. -- Performing Test FMT_CPP11_UNISTD_H - Success
  77. -- Performing Test SUPPORTS_VARIADIC_TEMPLATES
  78. -- Performing Test SUPPORTS_VARIADIC_TEMPLATES - Success
  79. -- Performing Test SUPPORTS_INITIALIZER_LIST
  80. -- Performing Test SUPPORTS_INITIALIZER_LIST - Success
  81. -- Performing Test SUPPORTS_ENUM_BASE
  82. -- Performing Test SUPPORTS_ENUM_BASE - Success
  83. -- Performing Test SUPPORTS_TYPE_TRAITS
  84. -- Performing Test SUPPORTS_TYPE_TRAITS - Success
  85. -- Performing Test SUPPORTS_USER_DEFINED_LITERALS
  86. -- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success
  87. -- Looking for open
  88. -- Looking for open - found
  89. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement