Hi (first post),
I've been a user of SFML for several years now, but for some reason, while linking to the libs in 2.3.1 I receive errors.
-Using GCC 4.8.1, with codeblocks
Any ideas to help me out?
Errors:
..\SFML-2.3.1\lib\libsfml-graphics-s.a(CircleShape.cpp.obj):CircleShape.cpp:(.text+0xe9): undefined reference to `_Unwind_Resume'
..\SFML-2.3.1\lib\libsfml-graphics-s.a(CircleShape.cpp.obj):CircleShape.cpp:(.eh_frame+0x63): undefined reference to `__gxx_personality_v0'
..\SFML-2.3.1\lib\libsfml-graphics-s.a(RenderWindow.cpp.obj):RenderWindow.cpp:(.text+0x35): undefined reference to `_Unwind_Resume'
..(List continues to indicate an error with the graphics-static lib, many `_Unwind_Resume' errors)
..\SFML-2.3.1\lib\libsfml-graphics-s.a(RenderTarget.cpp.obj):RenderTarget.cpp:(.text+0x14f4): undefined reference to `glDrawArrays@12'
...
I could always stay on 2.0, but would like to try 2.3.1
Thanks