lol, i'm still using 1.6.. I know.. I know heheh
I DL'd with the repository
I am pretty sure I am linked the correct libraries. I do not think it would compile if not. When I compile it to run valgrind on it, I use this.
g++ main.cpp /usr/lib/libsfml-window.so.1.6 /usr/lib/libsfml-graphics.so.1.6 -o test
to run:
valgrind --leak-check=full ./test
main.cpp includes <SFML/Graphics.hpp> and has an int main(){return 0;}
As far as the errors, there are 2.6million so I assume they don't mean much as it is something else I am doing wrong heh.