So I've been trying to get anything in the graphics module to work (window module works fine), and it just won't happen. I get a window up and running without any issues, but as soon as I even declare a Texture, ImageLoader gives me several errors. Does anyone have a clue what they mean or how to fix them?
The Texture isn't the only thing that causes this. If I change sf::Window to sf::RenderWindow, or try to use much of anything else in the Graphics module, I get the exact same errors, all originating from ImageLoader.cpp