Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
When 'something goes wrong'.
There are multiple types of errors (listed in chronology, except for the misc errors):
- Install errors, when installation fails
- qmake errors, when qmake does something unexpected
- make errors, when make does something unexpected
- Compile errors, emitted by the compiler.
- Link errors, emitted by the linker.
- Runtime errors, emitted during program execution, causing your program to quit
- Misc errors, all other errors
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.
