Anybody can give me a hand on this?
I am trying to use Eclipse debugger in Ubuntu, and it generates the following message in the console:
warning: can't find linker symbol for virtual table for `DoublyLinkedList' value
warning: found `std::error_code::default_error_condition() const' instead
warning: can't find linker symbol for virtual table for `DoublyLinkedList' value
warning: found `std::error_code::default_error_condition() const' instead
warning: can't find linker symbol for virtual table for `DoublyLinkedList' value
warning: found `std::error_code::default_error_condition() const' instead
It looks like they have an issue with how their vtable for the virtual functions is set up...as for fixing it, I don't think you really can do anything other than maybe reinstall Eclipse.