Hello
When i try to add the following to my program
sf::Sprite test;
It replies
variable 'vtable for sf::Sprite' can't be auto-imported. Please read the documentation for ld's --enable-auto-import for details.
What am I doing wrong.
I can use the following without a problem(that i know of)
sf::RenderWindow App(sf::VideoMode(800, 600), "SFML window");
sf::Image Image;
Image.LoadFromFile("backgrounds/selectscreen.bmp");