hi there comes another problem, when i try to build the program with the svn libraries i get:
build/Release/MinGW-Windows/main.o:main.cpp:(.text+0xab): undefined reference to `sf::RenderWindow::RenderWindow()'
build/Release/MinGW-Windows/main.o:main.cpp:(.text+0x2d1): undefined reference to `sf::RenderWindow::~RenderWindow()'
the linkorder of the library is " -lsfml-graphics-s -lsfml-window-s -lsfml-system-s -lsfml-main " i also tried changing the order but i can't get it working...
I think the problems lies on the sfml-graphics-s lib, i also tried recompiling from the svn sources but it still wont help
EDIT: i built the libraries with code::blocks before