Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /usr/bin/cmake -H/root/programming/drobillaNanoGui -B/root/programming/drobillaNanoGui/build --check-build-system CMakeFiles/Makefile.cmake 0
- /usr/bin/cmake -E cmake_progress_start /root/programming/drobillaNanoGui/build/CMakeFiles /root/programming/drobillaNanoGui/build/CMakeFiles/progress.marks
- make -f CMakeFiles/Makefile2 all
- make[1]: Entering directory '/root/programming/drobillaNanoGui/build'
- make -f CMakeFiles/bin2c.dir/build.make CMakeFiles/bin2c.dir/depend
- make[2]: Entering directory '/root/programming/drobillaNanoGui/build'
- 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=
- make[2]: Leaving directory '/root/programming/drobillaNanoGui/build'
- make -f CMakeFiles/bin2c.dir/build.make CMakeFiles/bin2c.dir/build
- make[2]: Entering directory '/root/programming/drobillaNanoGui/build'
- make[2]: Nothing to be done for 'CMakeFiles/bin2c.dir/build'.
- make[2]: Leaving directory '/root/programming/drobillaNanoGui/build'
- /usr/bin/cmake -E cmake_progress_report /root/programming/drobillaNanoGui/build/CMakeFiles 1
- [ 3%] Built target bin2c
- make -f CMakeFiles/nanogui.dir/build.make CMakeFiles/nanogui.dir/depend
- make[2]: Entering directory '/root/programming/drobillaNanoGui/build'
- 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=
- make[2]: Leaving directory '/root/programming/drobillaNanoGui/build'
- make -f CMakeFiles/nanogui.dir/build.make CMakeFiles/nanogui.dir/build
- make[2]: Entering directory '/root/programming/drobillaNanoGui/build'
- make[2]: Nothing to be done for 'CMakeFiles/nanogui.dir/build'.
- make[2]: Leaving directory '/root/programming/drobillaNanoGui/build'
- /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
- [ 93%] Built target nanogui
- make -f CMakeFiles/example1.dir/build.make CMakeFiles/example1.dir/depend
- make -f CMakeFiles/example2.dir/build.make CMakeFiles/example2.dir/depend
- make[2]: Entering directory '/root/programming/drobillaNanoGui/build'
- 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=
- make[2]: Entering directory '/root/programming/drobillaNanoGui/build'
- 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=
- make[2]: Leaving directory '/root/programming/drobillaNanoGui/build'
- make[2]: Leaving directory '/root/programming/drobillaNanoGui/build'
- make -f CMakeFiles/example1.dir/build.make CMakeFiles/example1.dir/build
- make -f CMakeFiles/example2.dir/build.make CMakeFiles/example2.dir/build
- make[2]: Entering directory '/root/programming/drobillaNanoGui/build'
- make[2]: Entering directory '/root/programming/drobillaNanoGui/build'
- Linking CXX executable example1
- Linking CXX executable example2
- /usr/bin/cmake -E cmake_link_script CMakeFiles/example1.dir/link.txt --verbose=1
- /usr/bin/cmake -E cmake_link_script CMakeFiles/example2.dir/link.txt --verbose=1
- /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
- /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
- libnanogui.so: undefined reference to `puglInitResizable'
- libnanogui.so: undefined reference to `puglSetEventFunc'
- libnanogui.so: undefined reference to `puglInit'
- libnanogui.so: undefined reference to `puglWaitForEvent'
- libnanogui.so: undefined reference to `puglGetVisible'
- libnanogui.so: undefined reference to `puglInitWindowSize'
- libnanogui.so: undefined reference to `puglEnterContext'
- libnanogui.so: undefined reference to `puglHideWindow'
- libnanogui.so: undefined reference to `puglShowWindow'
- libnanogui.so: undefined reference to `puglGetSize'
- libnanogui.so: undefined reference to `puglCreateWindow'
- collect2: error: ld returned 1 exit status
- libnanogui.so: undefined reference to `puglInitResizable'
- libnanogui.so: undefined reference to `puglSetEventFunc'
- libnanogui.so: undefined reference to `puglInit'
- libnanogui.so: undefined reference to `puglWaitForEvent'
- libnanogui.so: undefined reference to `puglGetVisible'
- libnanogui.so: undefined reference to `puglInitWindowSize'
- libnanogui.so: undefined reference to `puglEnterContext'
- libnanogui.so: undefined reference to `puglHideWindow'
- libnanogui.so: undefined reference to `puglShowWindow'
- libnanogui.so: undefined reference to `puglGetSize'
- libnanogui.so: undefined reference to `puglCreateWindow'
- collect2: error: ld returned 1 exit status
- CMakeFiles/example2.dir/build.make:86: recipe for target 'example2' failed
- make[2]: *** [example2] Error 1
- make[2]: Leaving directory '/root/programming/drobillaNanoGui/build'
- CMakeFiles/Makefile2:139: recipe for target 'CMakeFiles/example2.dir/all' failed
- make[1]: *** [CMakeFiles/example2.dir/all] Error 2
- make[1]: *** Waiting for unfinished jobs....
- CMakeFiles/example1.dir/build.make:86: recipe for target 'example1' failed
- make[2]: *** [example1] Error 1
- make[2]: Leaving directory '/root/programming/drobillaNanoGui/build'
- CMakeFiles/Makefile2:95: recipe for target 'CMakeFiles/example1.dir/all' failed
- make[1]: *** [CMakeFiles/example1.dir/all] Error 2
- make[1]: Leaving directory '/root/programming/drobillaNanoGui/build'
- Makefile:106: recipe for target 'all' failed
- make: *** [all] Error 2
Add Comment
Please, Sign In to add comment