Advertisement
Guest User

Untitled

a guest
Aug 27th, 2021
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.02 KB | None | 0 0
  1. root@4b5d92daa3be:~/wasm_work/WasmEdge/build# cmake ..
  2. -- The C compiler identification is Clang 12.0.0
  3. -- The CXX compiler identification is Clang 12.0.0
  4. -- Detecting C compiler ABI info
  5. -- Detecting C compiler ABI info - done
  6. -- Check for working C compiler: /usr/bin/clang - skipped
  7. -- Detecting C compile features
  8. -- Detecting C compile features - done
  9. -- Detecting CXX compiler ABI info
  10. -- Detecting CXX compiler ABI info - done
  11. -- Check for working CXX compiler: /usr/bin/clang++ - skipped
  12. -- Detecting CXX compile features
  13. -- Detecting CXX compile features - done
  14. -- Looking for C++ include filesystem
  15. -- Looking for C++ include filesystem - found
  16. -- Performing Test CXX_FILESYSTEM_NO_LINK_NEEDED
  17. -- Performing Test CXX_FILESYSTEM_NO_LINK_NEEDED - Success
  18. -- Looking for pthread.h
  19. -- Looking for pthread.h - found
  20. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  21. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
  22. -- Check if compiler accepts -pthread
  23. -- Check if compiler accepts -pthread - yes
  24. -- Found Threads: TRUE
  25. -- Found ZLIB: /usr/local/lib/libz.so (found version "1.2.11")
  26. -- Linker detection: GNU ld
  27. -- Build spdlog: 1.8.5
  28. -- Build type: RelWithDebInfo
  29. -- Looking for mmap
  30. -- Looking for mmap - found
  31. -- Looking for C++ include pwd.h
  32. -- Looking for C++ include pwd.h - found
  33. -- The ASM-ATT compiler identification is GNU
  34. -- Found assembler: /usr/bin/as
  35. -- Found opentelemetry-cpp: /usr/local/include
  36. -- Configuring done
  37. CMake Error at cmake/Helper.cmake:76 (add_executable):
  38. Target "wasmedge" links to target "protobuf::libprotobuf" but the target
  39. was not found. Perhaps a find_package() call is missing for an IMPORTED
  40. target, or an ALIAS target is missing?
  41. Call Stack (most recent call first):
  42. tools/wasmedge/CMakeLists.txt:33 (wasmedge_add_executable)
  43.  
  44.  
  45. CMake Error at cmake/Helper.cmake:76 (add_executable):
  46. Target "wasmedge" links to target "protobuf::libprotobuf" but the target
  47. was not found. Perhaps a find_package() call is missing for an IMPORTED
  48. target, or an ALIAS target is missing?
  49. Call Stack (most recent call first):
  50. tools/wasmedge/CMakeLists.txt:33 (wasmedge_add_executable)
  51.  
  52.  
  53. CMake Error at cmake/Helper.cmake:76 (add_executable):
  54. Target "wasmedge" links to target "gRPC::grpc++" but the target was not
  55. found. Perhaps a find_package() call is missing for an IMPORTED target, or
  56. an ALIAS target is missing?
  57. Call Stack (most recent call first):
  58. tools/wasmedge/CMakeLists.txt:33 (wasmedge_add_executable)
  59.  
  60.  
  61. CMake Error at cmake/Helper.cmake:76 (add_executable):
  62. Target "wasmedge" links to target "CURL::libcurl" but the target was not
  63. found. Perhaps a find_package() call is missing for an IMPORTED target, or
  64. an ALIAS target is missing?
  65. Call Stack (most recent call first):
  66. tools/wasmedge/CMakeLists.txt:33 (wasmedge_add_executable)
  67.  
  68.  
  69. CMake Error at cmake/Helper.cmake:76 (add_executable):
  70. Target "wasmedge" links to target "nlohmann_json::nlohmann_json" but the
  71. target was not found. Perhaps a find_package() call is missing for an
  72. IMPORTED target, or an ALIAS target is missing?
  73. Call Stack (most recent call first):
  74. tools/wasmedge/CMakeLists.txt:33 (wasmedge_add_executable)
  75.  
  76.  
  77. CMake Error at cmake/Helper.cmake:76 (add_executable):
  78. Target "wasmedgec" links to target "protobuf::libprotobuf" but the target
  79. was not found. Perhaps a find_package() call is missing for an IMPORTED
  80. target, or an ALIAS target is missing?
  81. Call Stack (most recent call first):
  82. tools/wasmedge/CMakeLists.txt:17 (wasmedge_add_executable)
  83.  
  84.  
  85. CMake Error at cmake/Helper.cmake:76 (add_executable):
  86. Target "wasmedgec" links to target "protobuf::libprotobuf" but the target
  87. was not found. Perhaps a find_package() call is missing for an IMPORTED
  88. target, or an ALIAS target is missing?
  89. Call Stack (most recent call first):
  90. tools/wasmedge/CMakeLists.txt:17 (wasmedge_add_executable)
  91.  
  92.  
  93. CMake Error at cmake/Helper.cmake:76 (add_executable):
  94. Target "wasmedgec" links to target "gRPC::grpc++" but the target was not
  95. found. Perhaps a find_package() call is missing for an IMPORTED target, or
  96. an ALIAS target is missing?
  97. Call Stack (most recent call first):
  98. tools/wasmedge/CMakeLists.txt:17 (wasmedge_add_executable)
  99.  
  100.  
  101. CMake Error at cmake/Helper.cmake:76 (add_executable):
  102. Target "wasmedgec" links to target "CURL::libcurl" but the target was not
  103. found. Perhaps a find_package() call is missing for an IMPORTED target, or
  104. an ALIAS target is missing?
  105. Call Stack (most recent call first):
  106. tools/wasmedge/CMakeLists.txt:17 (wasmedge_add_executable)
  107.  
  108.  
  109. CMake Error at cmake/Helper.cmake:76 (add_executable):
  110. Target "wasmedgec" links to target "nlohmann_json::nlohmann_json" but the
  111. target was not found. Perhaps a find_package() call is missing for an
  112. IMPORTED target, or an ALIAS target is missing?
  113. Call Stack (most recent call first):
  114. tools/wasmedge/CMakeLists.txt:17 (wasmedge_add_executable)
  115.  
  116.  
  117. -- Generating done
  118. CMake Generate step failed. Build files cannot be regenerated correctly.
  119. root@4b5d92daa3be:~/wasm_work/WasmEdge/build#
  120.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement