"variable 'vtable for sf::Sprite' can't be auto-imported. Please read the documentation for ld's --enable-auto-import for details. "
My code is a simple program that runs a RenderWindow, and cretes an Image.
I get this error message when I compile my code. My code ran fine until I started creating a sprite from the Image. I use Dev-C++ IDE with MinGW as compiler.