Valderman

ERRORS

Apr 1st, 2022 (edited)
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.95 KB | None | 0 0
  1. /usr/bin/ld: CMakeFiles/TWin.dir/01-two-windows.cpp.o: в функции «Counter::~Counter()»:
  2. 01-two-windows.cpp:(.text._ZN7CounterD2Ev[_ZN7CounterD5Ev]+0x13): неопределённая ссылка на «vtable for Counter»
  3. /usr/bin/ld: CMakeFiles/TWin.dir/counter.cpp.o: в функции «Counter::Counter()»:
  4. counter.cpp:(.text+0x24): неопределённая ссылка на «vtable for Counter»
  5. /usr/bin/ld: CMakeFiles/TWin.dir/counter.cpp.o: в функции «Counter::slotInc()»:
  6. counter.cpp:(.text+0x74): неопределённая ссылка на «Counter::counterChanged(int)»
  7. /usr/bin/ld: counter.cpp:(.text+0x8c): неопределённая ссылка на «Counter::goodbye()»
  8. collect2: error: ld returned 1 exit status
  9. make[2]: *** [CMakeFiles/TWin.dir/build.make:117: TWin] Ошибка 1
  10. make[1]: *** [CMakeFiles/Makefile2:77: CMakeFiles/TWin.dir/all] Ошибка 2
  11. make: *** [Makefile:84: all] Ошибка 2
  12.  
Add Comment
Please, Sign In to add comment