Advertisement
Guest User

Untitled

a guest
Nov 30th, 2017
544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. root@(none):~/electroneum# cmake .
  2. -- Building without build tag
  3. -- Could not find DEVELOPER_LOCAL_TOOLS in env (not required)
  4. -- BOOST_IGNORE_SYSTEM_PATHS defaults to OFF
  5. -- Could not find DEVELOPER_LIBUNBOUND_OLD in env (not required)
  6. -- Building for a 64-bit system
  7. -- Building internal libraries as static
  8. -- Could not find DATABASE in env (not required unless you want to change database type from default: lmdb)
  9. -- Using LMDB as default DB type
  10. -- Stack trace on exception enabled
  11. CMake Error at cmake/FindMiniupnpc.cmake:51 (if):
  12. if given arguments:
  13.  
  14. "GREATER" "10" "OR" "EQUAL" "10"
  15.  
  16. Unknown arguments specified
  17. Call Stack (most recent call first):
  18. external/CMakeLists.txt:38 (find_package)
  19.  
  20.  
  21. -- Configuring incomplete, errors occurred!
  22. See also "/root/electroneum/CMakeFiles/CMakeOutput.log".
  23. See also "/root/electroneum/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement