Advertisement
Guest User

Untitled

a guest
Dec 9th, 2015
845
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. Cloning into 'forknote'...
  2. remote: Counting objects: 4165, done.
  3. remote: Total 4165 (delta 0), reused 0 (delta 0), pack-reused 4165
  4. Receiving objects: 100% (4165/4165), 14.38 MiB | 4.09 MiB/s, done.
  5. Resolving deltas: 100% (2483/2483), done.
  6. Checking connectivity... done.
  7. mkdir -p build/release
  8. cd build/release && cmake -D CMAKE_BUILD_TYPE=Release ../..
  9. -- The C compiler identification is GNU 4.8.4
  10. -- The CXX compiler identification is GNU 4.8.4
  11. -- Check for working C compiler: /usr/bin/cc
  12. -- Check for working C compiler: /usr/bin/cc -- works
  13. -- Detecting C compiler ABI info
  14. -- Detecting C compiler ABI info - done
  15. -- Check for working CXX compiler: /usr/bin/c++
  16. -- Check for working CXX compiler: /usr/bin/c++ -- works
  17. -- Detecting CXX compiler ABI info
  18. -- Detecting CXX compiler ABI info - done
  19. -- Boost version: 1.55.0
  20. -- Found the following Boost libraries:
  21. -- system
  22. -- filesystem
  23. -- thread
  24. -- date_time
  25. -- chrono
  26. -- regex
  27. -- serialization
  28. -- program_options
  29. -- Found Git: /usr/bin/git
  30. -- Found PythonInterp: /usr/bin/python (found version "2.7.6")
  31. -- Looking for include file pthread.h
  32. -- Looking for include file pthread.h - not found
  33. -- Could NOT find Threads (missing: Threads_FOUND)
  34. You have called ADD_LIBRARY for library Common without any source files. This typically indicates a problem with your CMakeLists.txt file
  35. You have called ADD_LIBRARY for library Rpc without any source files. This typically indicates a problem with your CMakeLists.txt file
  36. You have called ADD_LIBRARY for library Serialization without any source files. This typically indicates a problem with your CMakeLists.txt file
  37. You have called ADD_LIBRARY for library Transfers without any source files. This typically indicates a problem with your CMakeLists.txt file
  38. CMake Error at src/CMakeLists.txt:54 (add_executable):
  39. add_executable called with incorrect number of arguments
  40.  
  41.  
  42. CMake Error at src/CMakeLists.txt:55 (add_executable):
  43. add_executable called with incorrect number of arguments
  44.  
  45.  
  46. CMake Error at src/CMakeLists.txt:60 (target_link_libraries):
  47. Cannot specify link libraries for target "Daemon" which is not built by
  48. this project.
  49.  
  50.  
  51. -- Configuring incomplete, errors occurred!
  52. See also "/home/nanashi/Downloads/forknote/build/release/CMakeFiles/CMakeOutput.log".
  53. See also "/home/nanashi/Downloads/forknote/build/release/CMakeFiles/CMakeError.log".
  54. make: *** [cmake-release] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement