Hello!
Today I downloaded SFML-2.3 and I am trying to set it up on my Ubuntu 14.4 as described in the tutorials for linux.
I downloaded the 64-bit version for linux and extracted it in a non-standard path.
So when I am trying to compile the testing code stated there, the error I am getting from both Code::Blocks and from the terminal is the following:My compiler is gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1).
Don't know if it matters.
However, the same example runs perfectly for versions 2.2 and 2.1.
Thanks in advance!
EDIT: I'm sorry but I made a mistake previously. I was referencing a 2.3 version I had downloaded for windows...
Now I downloaded the linux version and I am facing an error I had come across earlier..
g++ main.o -o sfml-app -L /home/pericles/SFML-2.3/lib -lsfml-graphics -lsfml-window -lsfml-system
../SFML-2.3/lib/libsfml-graphics.so: undefined reference to `std::__throw_out_of_range_fmt(char const*, ...)@GLIBCXX_3.4.20'
Again, I'm sorry.