Hello,
Im really interested in SFML engine, but I couldn't manage to set the engine up, so I'm willing to get some help.
A few times I tried doing everything, what the tutorial said, and ended up with errors:
If you can't see image:
C:\SFML-2.1\lib\libsfml-graphics-s.a(CircleShape.cpp.obj):CircleShape.cpp|| undefined reference to `__gxx_personality_sj0'|
C:\SFML-2.1\lib\libsfml-graphics-s.a(CircleShape.cpp.obj):CircleShape.cpp|| undefined reference to `_Unwind_SjLj_Register'|
C:\SFML-2.1\lib\libsfml-graphics-s.a(CircleShape.cpp.obj):CircleShape.cpp|| undefined reference to `_Unwind_SjLj_Unregister'|
C:\SFML-2.1\lib\libsfml-graphics-s.a(CircleShape.cpp.obj):CircleShape.cpp|| undefined reference to `_Unwind_SjLj_Resume'|
||=== Build finished: 4 errors, 0 warnings (0 minutes, 1 seconds) ===|
I downloaded MiniGW and installed all the packages its contained, then I did everything the tutorial said in the "Build options".
I searched forums about this problem, but ended up with nothing.
Thanks for any help.