Advertisement
Guest User

Untitled

a guest
Nov 10th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 1.76 KB | None | 0 0
  1. -- Found OpenSSL library: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so
  2. -- Found OpenSSL headers: /usr/include
  3. CMake Error at cmake/macros/FindOpenSSL.cmake:200 (list):
  4.   list GET given empty list
  5. Call Stack (most recent call first):
  6.   CMakeLists.txt:35 (find_package)
  7.  
  8.  
  9. CMake Error at cmake/macros/FindOpenSSL.cmake:201 (list):
  10.   list GET given empty list
  11. Call Stack (most recent call first):
  12.   CMakeLists.txt:35 (find_package)
  13.  
  14.  
  15. CMake Error at cmake/macros/FindOpenSSL.cmake:202 (list):
  16.   list GET given empty list
  17. Call Stack (most recent call first):
  18.   CMakeLists.txt:35 (find_package)
  19.  
  20.  
  21. CMake Error at cmake/macros/FindOpenSSL.cmake:203 (list):
  22.   list GET given empty list
  23. Call Stack (most recent call first):
  24.   CMakeLists.txt:35 (find_package)
  25.  
  26.  
  27. CMake Error at cmake/macros/FindOpenSSL.cmake:210 (math):
  28.   math cannot parse the expression: " + 96": syntax error, unexpected
  29.   exp_PLUS, expecting exp_OPENPARENT or exp_NUMBER (2)
  30. Call Stack (most recent call first):
  31.   CMakeLists.txt:35 (find_package)
  32.  
  33.  
  34. CMake Error at cmake/macros/FindOpenSSL.cmake:214 (string):
  35.   string Character with code does not exist.
  36. Call Stack (most recent call first):
  37.   CMakeLists.txt:35 (find_package)
  38.  
  39.  
  40. CMake Error at cmake/macros/EnsureVersion.cmake:94 (NORMALIZE_VERSION):
  41.   NORMALIZE_VERSION Macro invoked with incorrect arguments for macro named:
  42.   NORMALIZE_VERSION
  43. Call Stack (most recent call first):
  44.   cmake/macros/FindOpenSSL.cmake:221 (ENSURE_VERSION)
  45.   CMakeLists.txt:35 (find_package)
  46.  
  47.  
  48. CMake Error at cmake/macros/FindOpenSSL.cmake:223 (message):
  49.   TrinityCore needs OpenSSL version but found version ..
  50. Call Stack (most recent call first):
  51.   CMakeLists.txt:35 (find_package)
  52.  
  53.  
  54. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement