Guest User

link fail

a guest
Dec 7th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. [ 3%] Built target bin2c
  2. [ 93%] Built target nanogui
  3. Linking CXX executable example1
  4. Linking CXX executable example2
  5. libnanogui.so: undefined reference to `puglInitResizable'
  6. libnanogui.so: undefined reference to `puglSetEventFunc'
  7. libnanogui.so: undefined reference to `puglInit'
  8. libnanogui.so: undefined reference to `puglWaitForEvent'
  9. libnanogui.so: undefined reference to `puglGetVisible'
  10. libnanogui.so: undefined reference to `puglInitWindowSize'
  11. libnanogui.so: undefined reference to `puglEnterContext'
  12. libnanogui.so: undefined reference to `puglHideWindow'
  13. libnanogui.so: undefined reference to `puglShowWindow'
  14. libnanogui.so: undefined reference to `puglGetSize'
  15. libnanogui.so: undefined reference to `puglCreateWindow'
  16. collect2: error: ld returned 1 exit status
  17. libnanogui.so: undefined reference to `puglInitResizable'
  18. libnanogui.so: undefined reference to `puglSetEventFunc'
  19. libnanogui.so: undefined reference to `puglInit'
  20. libnanogui.so: undefined reference to `puglWaitForEvent'
  21. libnanogui.so: undefined reference to `puglGetVisible'
  22. libnanogui.so: undefined reference to `puglInitWindowSize'
  23. libnanogui.so: undefined reference to `puglEnterContext'
  24. libnanogui.so: undefined reference to `puglHideWindow'
  25. libnanogui.so: undefined reference to `puglShowWindow'
  26. libnanogui.so: undefined reference to `puglGetSize'
  27. libnanogui.so: undefined reference to `puglCreateWindow'
  28. collect2: error: ld returned 1 exit status
  29. CMakeFiles/example2.dir/build.make:86: recipe for target 'example2' failed
  30. make[2]: *** [example2] Error 1
  31. CMakeFiles/Makefile2:139: recipe for target 'CMakeFiles/example2.dir/all' failed
  32. make[1]: *** [CMakeFiles/example2.dir/all] Error 2
  33. make[1]: *** Waiting for unfinished jobs....
  34. CMakeFiles/example1.dir/build.make:86: recipe for target 'example1' failed
  35. make[2]: *** [example1] Error 1
  36. CMakeFiles/Makefile2:95: recipe for target 'CMakeFiles/example1.dir/all' failed
  37. make[1]: *** [CMakeFiles/example1.dir/all] Error 2
  38. Makefile:106: recipe for target 'all' failed
  39. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment