Guest User

verbose

a guest
Dec 7th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.57 KB | None | 0 0
  1. /usr/bin/cmake -H/root/programming/drobillaNanoGui -B/root/programming/drobillaNanoGui/build --check-build-system CMakeFiles/Makefile.cmake 0
  2. /usr/bin/cmake -E cmake_progress_start /root/programming/drobillaNanoGui/build/CMakeFiles /root/programming/drobillaNanoGui/build/CMakeFiles/progress.marks
  3. make -f CMakeFiles/Makefile2 all
  4. make[1]: Entering directory '/root/programming/drobillaNanoGui/build'
  5. make -f CMakeFiles/bin2c.dir/build.make CMakeFiles/bin2c.dir/depend
  6. make[2]: Entering directory '/root/programming/drobillaNanoGui/build'
  7. cd /root/programming/drobillaNanoGui/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /root/programming/drobillaNanoGui /root/programming/drobillaNanoGui /root/programming/drobillaNanoGui/build /root/programming/drobillaNanoGui/build /root/programming/drobillaNanoGui/build/CMakeFiles/bin2c.dir/DependInfo.cmake --color=
  8. make[2]: Leaving directory '/root/programming/drobillaNanoGui/build'
  9. make -f CMakeFiles/bin2c.dir/build.make CMakeFiles/bin2c.dir/build
  10. make[2]: Entering directory '/root/programming/drobillaNanoGui/build'
  11. make[2]: Nothing to be done for 'CMakeFiles/bin2c.dir/build'.
  12. make[2]: Leaving directory '/root/programming/drobillaNanoGui/build'
  13. /usr/bin/cmake -E cmake_progress_report /root/programming/drobillaNanoGui/build/CMakeFiles 1
  14. [ 3%] Built target bin2c
  15. make -f CMakeFiles/nanogui.dir/build.make CMakeFiles/nanogui.dir/depend
  16. make[2]: Entering directory '/root/programming/drobillaNanoGui/build'
  17. cd /root/programming/drobillaNanoGui/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /root/programming/drobillaNanoGui /root/programming/drobillaNanoGui /root/programming/drobillaNanoGui/build /root/programming/drobillaNanoGui/build /root/programming/drobillaNanoGui/build/CMakeFiles/nanogui.dir/DependInfo.cmake --color=
  18. make[2]: Leaving directory '/root/programming/drobillaNanoGui/build'
  19. make -f CMakeFiles/nanogui.dir/build.make CMakeFiles/nanogui.dir/build
  20. make[2]: Entering directory '/root/programming/drobillaNanoGui/build'
  21. make[2]: Nothing to be done for 'CMakeFiles/nanogui.dir/build'.
  22. make[2]: Leaving directory '/root/programming/drobillaNanoGui/build'
  23. /usr/bin/cmake -E cmake_progress_report /root/programming/drobillaNanoGui/build/CMakeFiles 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
  24. [ 93%] Built target nanogui
  25. make -f CMakeFiles/example1.dir/build.make CMakeFiles/example1.dir/depend
  26. make -f CMakeFiles/example2.dir/build.make CMakeFiles/example2.dir/depend
  27. make[2]: Entering directory '/root/programming/drobillaNanoGui/build'
  28. cd /root/programming/drobillaNanoGui/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /root/programming/drobillaNanoGui /root/programming/drobillaNanoGui /root/programming/drobillaNanoGui/build /root/programming/drobillaNanoGui/build /root/programming/drobillaNanoGui/build/CMakeFiles/example1.dir/DependInfo.cmake --color=
  29. make[2]: Entering directory '/root/programming/drobillaNanoGui/build'
  30. cd /root/programming/drobillaNanoGui/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /root/programming/drobillaNanoGui /root/programming/drobillaNanoGui /root/programming/drobillaNanoGui/build /root/programming/drobillaNanoGui/build /root/programming/drobillaNanoGui/build/CMakeFiles/example2.dir/DependInfo.cmake --color=
  31. make[2]: Leaving directory '/root/programming/drobillaNanoGui/build'
  32. make[2]: Leaving directory '/root/programming/drobillaNanoGui/build'
  33. make -f CMakeFiles/example1.dir/build.make CMakeFiles/example1.dir/build
  34. make -f CMakeFiles/example2.dir/build.make CMakeFiles/example2.dir/build
  35. make[2]: Entering directory '/root/programming/drobillaNanoGui/build'
  36. make[2]: Entering directory '/root/programming/drobillaNanoGui/build'
  37. Linking CXX executable example1
  38. Linking CXX executable example2
  39. /usr/bin/cmake -E cmake_link_script CMakeFiles/example1.dir/link.txt --verbose=1
  40. /usr/bin/cmake -E cmake_link_script CMakeFiles/example2.dir/link.txt --verbose=1
  41. /usr/bin/c++ -Wno-unused-parameter -Wall -Wextra -std=c++14 -O3 -DNDEBUG CMakeFiles/example1.dir/src/example1.cpp.o -o example1 -rdynamic libnanogui.so -lGL -lXxf86vm -lXrandr -lXinerama -lXcursor -lXi -lX11 -lpthread -ldl -lrt -lpugl-0 -Wl,-rpath,/root/programming/drobillaNanoGui/build
  42. /usr/bin/c++ -Wno-unused-parameter -Wall -Wextra -std=c++14 -O3 -DNDEBUG CMakeFiles/example2.dir/src/example2.cpp.o -o example2 -rdynamic libnanogui.so -lGL -lXxf86vm -lXrandr -lXinerama -lXcursor -lXi -lX11 -lpthread -ldl -lrt -lpugl-0 -Wl,-rpath,/root/programming/drobillaNanoGui/build
  43. libnanogui.so: undefined reference to `puglInitResizable'
  44. libnanogui.so: undefined reference to `puglSetEventFunc'
  45. libnanogui.so: undefined reference to `puglInit'
  46. libnanogui.so: undefined reference to `puglWaitForEvent'
  47. libnanogui.so: undefined reference to `puglGetVisible'
  48. libnanogui.so: undefined reference to `puglInitWindowSize'
  49. libnanogui.so: undefined reference to `puglEnterContext'
  50. libnanogui.so: undefined reference to `puglHideWindow'
  51. libnanogui.so: undefined reference to `puglShowWindow'
  52. libnanogui.so: undefined reference to `puglGetSize'
  53. libnanogui.so: undefined reference to `puglCreateWindow'
  54. collect2: error: ld returned 1 exit status
  55. libnanogui.so: undefined reference to `puglInitResizable'
  56. libnanogui.so: undefined reference to `puglSetEventFunc'
  57. libnanogui.so: undefined reference to `puglInit'
  58. libnanogui.so: undefined reference to `puglWaitForEvent'
  59. libnanogui.so: undefined reference to `puglGetVisible'
  60. libnanogui.so: undefined reference to `puglInitWindowSize'
  61. libnanogui.so: undefined reference to `puglEnterContext'
  62. libnanogui.so: undefined reference to `puglHideWindow'
  63. libnanogui.so: undefined reference to `puglShowWindow'
  64. libnanogui.so: undefined reference to `puglGetSize'
  65. libnanogui.so: undefined reference to `puglCreateWindow'
  66. collect2: error: ld returned 1 exit status
  67. CMakeFiles/example2.dir/build.make:86: recipe for target 'example2' failed
  68. make[2]: *** [example2] Error 1
  69. make[2]: Leaving directory '/root/programming/drobillaNanoGui/build'
  70. CMakeFiles/Makefile2:139: recipe for target 'CMakeFiles/example2.dir/all' failed
  71. make[1]: *** [CMakeFiles/example2.dir/all] Error 2
  72. make[1]: *** Waiting for unfinished jobs....
  73. CMakeFiles/example1.dir/build.make:86: recipe for target 'example1' failed
  74. make[2]: *** [example1] Error 1
  75. make[2]: Leaving directory '/root/programming/drobillaNanoGui/build'
  76. CMakeFiles/Makefile2:95: recipe for target 'CMakeFiles/example1.dir/all' failed
  77. make[1]: *** [CMakeFiles/example1.dir/all] Error 2
  78. make[1]: Leaving directory '/root/programming/drobillaNanoGui/build'
  79. Makefile:106: recipe for target 'all' failed
  80. make: *** [all] Error 2
Add Comment
Please, Sign In to add comment