Advertisement
Guest User

Untitled

a guest
Jul 21st, 2014
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. $ ./m_unix
  2. remote: Counting objects: 13, done.
  3. remote: Compressing objects: 100% (1/1), done.
  4. remote: Total 7 (delta 6), reused 7 (delta 6)
  5. Unpacking objects: 100% (7/7), done.
  6. From https://github.com/jl777/pNXT
  7. * branch HEAD -> FETCH_HEAD
  8. Updating 6209bda..f60b3ef
  9. Fast-forward
  10. NXTservices/NXTprivacy.h | 13 +++++++++----
  11. NXTservices/NXTservices.h | 2 +-
  12. NXTservices/orders.h | 1 -
  13. NXTservices/packets.h | 4 +++-
  14. 4 files changed, 13 insertions(+), 7 deletions(-)
  15. CMake Error at /usr/share/cmake-2.8/Modules/Platform/Darwin.cmake:344 (list):
  16. list sub-command REMOVE_DUPLICATES requires list to be present.
  17. Call Stack (most recent call first):
  18. /usr/share/cmake-2.8/Modules/CMakeSystemSpecificInformation.cmake:36 (include)
  19. CMakeLists.txt:3 (PROJECT)
  20.  
  21.  
  22. CMake Error at /usr/share/cmake-2.8/Modules/Platform/Darwin.cmake:344 (list):
  23. list sub-command REMOVE_DUPLICATES requires list to be present.
  24. Call Stack (most recent call first):
  25. /usr/share/cmake-2.8/Modules/CMakeSystemSpecificInformation.cmake:36 (include)
  26. CMakeLists.txt:2 (PROJECT)
  27.  
  28.  
  29. CMake Error: Internal CMake error, TryCompile configure of cmake failed
  30. CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1131 (message):
  31. Unable to find the requested Boost libraries.
  32.  
  33. Boost version: 1.54.0
  34.  
  35. Boost include path: /usr/include
  36.  
  37. Could not find the following static Boost libraries:
  38.  
  39. boost_system
  40. boost_filesystem
  41. boost_thread
  42. boost_date_time
  43. boost_chrono
  44. boost_regex
  45. boost_serialization
  46. boost_atomic
  47. boost_program_options
  48.  
  49. No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
  50. directory containing Boost libraries or BOOST_ROOT to the location of
  51. Boost.
  52. Call Stack (most recent call first):
  53. CMakeLists.txt:106 (find_package)
  54.  
  55.  
  56. -- Found Git: /usr/bin/git
  57. -- Could NOT find Threads (missing: Threads_FOUND)
  58. -- Configuring incomplete, errors occurred!
  59. See also "/home/ubuntu/pNXT/src/CMakeFiles/CMakeError.log".
  60. In file included from test-server.c:53:
  61. In file included from ./libwebsocketsglue.h:18:
  62. In file included from ./../NXTservices/NXTservices.c:5:
  63. ./../NXTservices/jl777.h:69:10: fatal error: 'curl/curl.h' file not found
  64. #include <curl/curl.h>
  65. ^
  66. 1 error generated.
  67. ./m_unix: line 6: unzip: command not found
  68. make: *** No rule to make target `simplewallet'. Stop.
  69. make: *** No targets specified and no makefile found. Stop.
  70. ubuntu@ip-12-0-135-191:~/pNXT/src$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement