The GCC FAQ has an entry on it:
The solution is to ensure that all virtual methods that are not pure are defined. Note that a destructor must be defined even if it is declared pure-virtual [class.dtor]/7.
Therefore, you need to provide a definition for the virtual destructor:
virtual ~CDasherModule() { }
Related Posts:
- What is the difference between g++ and gcc?
- Undefined reference to vtable
- Fatal error: iostream: No such file or directory in compiling C program using GCC
- Compiling a C++ program with gcc
- gcc/g++: “No such file or directory”
- error: use of deleted function
- Update GCC on OSX
- Fatal error: iostream: No such file or directory in compiling C program using GCC
- g++ ld: symbol(s) not found for architecture x86_64
- C++ undefined reference to defined function
- Convert char to int in C and C++
- How does #include
work in C++? - Expected initializer before function name
- Inheriting constructors
- make: g++: Command not found
- C ++ error: a expected initializer before [function name]
- Inheriting constructors
- Compiling C++11 with g++
- “g++” is not recognized as an internal or external command, MinGW
- undefined reference to ‘std::cout’
- Eclipse C++ : “Program “g++” not found in PATH”
- MinGW: “gcc is not recognized as an internal or external command”
- “g++” is not recognized as an internal or external command, MinGW
- Visual C++ find line causing “Debug Assertion failed”
- Undefined reference to class constructor, including .cpp file fixes
- Undefined reference to constructor
- CMake error at CMakeLists.txt:30 (project): No CMAKE_C_COMPILER could be found
- expected unqualified-id before string constant
- cc1plus: error: unrecognized command line option “-std=c++11” with g++
- cannot declare variable ‘’ to be of abstract type ‘’
- extra qualification error in C++
- C++ Error ‘nullptr was not declared in this scope’ in Eclipse IDE
- Debug vs Release in CMake
- Debug vs Release in CMake
- What does the fpermissive flag do?
- Error: free(): invalid next size (fast):
- gcc: undefined reference to
- Error: free(): invalid next size (fast):
- I get this error: “glibc detected”
- G++ undefined reference to class::function
- Undefined reference to class constructor, including .cpp file fixes
- GCC -fPIC option
- gcc -g :what will happen
- Difference between
and - Warning : overflow in implicit constant conversion
- Getting a bunch of crosses initialization error
- Expected unqualified-id before ‘[‘ token
- cc1.exe System Error – libwinpthread-1.dll missing – But it isn’t
- How to Check the Version of my gcc?
- What does “-Wall” in “g++ -Wall test.cpp -o test” do?
- Make / gcc cryptic error 2: how to have more information?
- Compiling C++11 with g++
- Linker error: “linker input file unused because linking not done”, undefined reference to a function in that file
- What is a .h.gch file?
- Update g++ but still old version
- Link error “undefined reference to `__gxx_personality_v0′” and g++ [duplicate]
- rand() between 0 and 1
- how to implement Interfaces in C++?
- What exactly is nullptr?
- How to make a SIMPLE C++ Makefile
- finding dll for “The specified module could not be found”
- no matching function for call to ‘ ‘
- Read file line by line using ifstream in C++
- Convert an int to ASCII character
- “items list” or “item list”
- When and why do I need to use cin.ignore() in C++?
- What does int & mean
- Evaluate a string with a switch in C++ [duplicate]
- Debug assertion failed. C++ vector subscript out of range
- error: expected unqualified-id before ‘if’
- The #include
exists, but I get an error: identifier “cout” is undefined. Why? - Understanding “corrupted size vs. prev_size” glibc error
- Is the practice of returning a C++ reference variable evil?
- Eclipse C++ : “Program “g++” not found in PATH”
- Why is my HelloWorld function not declared in this scope?
- What is the difference between include_directories and target_include_directories in CMake?
- expected constructor, destructor, or type conversion before ‘(’ token
- Passing as const and by reference – Worth it?
- expression did not evaluate to a constant- c++
- Generate SHA256 in c++
- A good and basic implementation of BigInt class in C++
- What is the C equivalent to the C++ cin statement?
- How to check if input is numeric in C++
- C++ Big Integer
- How do I create a random alpha-numeric string in C++?
- Learning to work with audio in C++
- sorting in std::map where key is a std::string
- System not declared in scope?
- no debugging symbols found when using gdb
- C++ Array of pointers: delete or delete []?
- ERROR: Control may reach end of non-void function /
- Function stoi not declared
- What’s the difference between while(cin) and while(cin >> num)
- Negative RGB Values
- DEV C ++ Error: expected declaration before ‘}’ token
- “cannot be used as a function error”
- error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup
- Displaying contents of a vector container in C++
- Converting string to unsigned int returns the wrong result
- Visual c++ can’t open include file ‘iostream’