Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. Toperz, [06.12.19 22:23]
  2. ====================[ Build | all | Debug ]=====================================
  3. /home/student/clion/bin/cmake/linux/bin/cmake --build /home/student/Pulpit/pobi/cmake-build-debug --target all -- -j 1
  4. /home/student/clion-2019.2.2/bin/cmake/linux/bin/cmake -S/home/student/Pulpit/pobi -B/home/student/Pulpit/pobi/cmake-build-debug --check-build-system CMakeFiles/Makefile.cmake 0
  5. /home/student/clion-2019.2.2/bin/cmake/linux/bin/cmake -E cmake_progress_start /home/student/Pulpit/pobi/cmake-build-debug/CMakeFiles /home/student/Pulpit/pobi/cmake-build-debug/CMakeFiles/progress.marks
  6. /usr/bin/make -f CMakeFiles/Makefile2 all
  7. make[1]: Wejście do katalogu '/home/student/Pulpit/pobi/cmake-build-debug'
  8. /usr/bin/make -f CMakeFiles/Project.dir/build.make CMakeFiles/Project.dir/depend
  9. make[2]: Wejście do katalogu '/home/student/Pulpit/pobi/cmake-build-debug'
  10. cd /home/student/Pulpit/pobi/cmake-build-debug && /home/student/clion-2019.2.2/bin/cmake/linux/bin/cmake -E cmake_depends "Unix Makefiles" /home/student/Pulpit/pobi /home/student/Pulpit/pobi /home/student/Pulpit/pobi/cmake-build-debug /home/student/Pulpit/pobi/cmake-build-debug /home/student/Pulpit/pobi/cmake-build-debug/CMakeFiles/Project.dir/DependInfo.cmake --color=
  11. Scanning dependencies of target Project
  12. make[2]: Opuszczenie katalogu '/home/student/Pulpit/pobi/cmake-build-debug'
  13. /usr/bin/make -f CMakeFiles/Project.dir/build.make CMakeFiles/Project.dir/build
  14. make[2]: Wejście do katalogu '/home/student/Pulpit/pobi/cmake-build-debug'
  15. [ 7%] Building CXX object CMakeFiles/Project.dir/src/Skrzynka.cpp.o
  16. /usr/bin/g++ -I/home/student/Pulpit/pobi/include -g -std=gnu++11 -o CMakeFiles/Project.dir/src/Skrzynka.cpp.o -c /home/student/Pulpit/pobi/src/Skrzynka.cpp
  17. [ 14%] Linking CXX executable Project
  18. /home/student/clion-2019.2.2/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/Project.dir/link.txt --verbose=1
  19. /usr/bin/g++ -g CMakeFiles/Project.dir/src/main.cpp.o CMakeFiles/Project.dir/src/Owoc.cpp.o CMakeFiles/Project.dir/src/Jablko.cpp.o CMakeFiles/Project.dir/src/Sliwka.cpp.o CMakeFiles/Project.dir/src/Skrzynka.cpp.o -o Project
  20. CMakeFiles/Project.dir/src/Jablko.cpp.o: In function `Jablko::Jablko(float, float)':
  21. /home/student/Pulpit/pobi/src/Jablko.cpp:9: undefined reference to `Owoc::Owoc(float, float)'
  22. CMakeFiles/Project.dir/src/Jablko.cpp.o: In function `Owoc::~Owoc()':
  23. /home/student/Pulpit/pobi/src/../include/Owoc.hpp:15: undefined reference to `vtable for Owoc'
  24. CMakeFiles/Project.dir/src/Jablko.cpp.o:(.data.rel.ro._ZTI6Jablko[_ZTI6Jablko]+0x10): undefined reference to `typeinfo for Owoc'
  25. CMakeFiles/Project.dir/src/Sliwka.cpp.o: In function `Sliwka::Sliwka(float, float)':
  26. /home/student/Pulpit/pobi/src/Sliwka.cpp:8: undefined reference to `Owoc::Owoc(float, float)'
  27. CMakeFiles/Project.dir/src/Sliwka.cpp.o:(.data.rel.ro._ZTI6Sliwka[_ZTI6Sliwka]+0x10): undefined reference to `typeinfo for Owoc'
  28. CMakeFiles/Project.dir/src/Skrzynka.cpp.o: In function `Skrzynka::wlozOwoc(std::shared_ptr<Owoc>)':
  29. /home/student/Pulpit/pobi/src/Skrzynka.cpp:13: undefined reference to `Skrzynka::pobierzMasaCalkowita()'
  30. collect2: error: ld returned 1 exit status
  31. CMakeFiles/Project.dir/build.make:146: recipe for target 'Project' failed
  32. make[2]: *** [Project] Error 1
  33. make[2]: Opuszczenie katalogu '/home/student/Pulpit/pobi/cmake-build-debug'
  34. CMakeFiles/Makefile2:107: recipe for target 'CMakeFiles/Project.dir/all' failed
  35. make[1]: *** [CMakeFiles/Project.dir/all] Error 2
  36. make[1]: Opuszczenie katalogu '/home/student/Pulpit/pobi/cmake-build-debug'
  37. Makefile:97: recipe for target 'all' failed
  38. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement