You were both right, that I did not have the newest version; I wasn't aware myself and did not know that the command line installation wasn't up to date. I couldn't even determine what version I was on even though I had all the files ha ha.
Sorry for all the trouble, everything is working great now.
I'm still learning my way into linux, so I have a question... Does newer versions of (L)ubuntu provide different versions of SFML or are they all being distributed versions < 2.2? Are all the repositories the same?
If they're all being distributed lower versions of SFML, this problem might occur again in the future because the SFML linux installation tutorial may be suggesting a not up to date version through the method of CLI installation.
http://www.sfml-dev.org/tutorials/2.3/start-linux.phpChoice #1: command line installation was preferred by the tutorial, for ease I understand.
Everything is fine now.
But, it'd be nice if the tutorial leaves a note stating which version should be expected, or heck, maybe have a builtin variable somewhere in the header that allows the user to print the value.
Example:
std::cout<<"The SFML version number is: "<<sf::Version::VALUE<<std::endl
A version number in the header, within the namespace Version and being a global const static variable called VALUE.
Thanks a lot everyone.
Edit:
Ubuntu Package SearchInteresting, it shows the version number on the Ubuntu Package Search.
I installed it using the tutorials from SFML so I was never aware of the version.
Knowing the version number would've helped a lot.