1 2 3 4 5 6 7 8 9 10 11 12
| massin@outil03:~/TestInterface$ make
Compilation en cours...
/tmp/ccAnzri2.o: In function `Capture::check_exit()':
main.cpp:(.text+0x3823): undefined reference to `fltk_check()'
/tmp/ccAnzri2.o: In function `Capture::runCapture()':
main.cpp:(.text+0x399b): undefined reference to `svsWindow::svsWindow(int, int, int, int)'
main.cpp:(.text+0x39b8): undefined reference to `fltk_check()'
main.cpp:(.text+0x3a4a): undefined reference to `svsWindow::DrawImage(svsStereoImage*, int, void*)'
main.cpp:(.text+0x3a6e): undefined reference to `svsWindow::DrawImage(svsStereoImage*, int, void*)'
main.cpp:(.text+0x3aee): undefined reference to `fltk_check()'
collect2: ld returned 1 exit status
make: *** [main] Error 1 |
Partager