hey, i have a little problem with my compilator, it's so f*ckin strange...
error logs... any1 know what's wrong?
http://pastebin.pl/75217
D:/Documents and Settings/Hinc/Pulpit/html/SFML-master/SFML-master/src/SFML/Graphics/GLCheck.cpp:38: undefined reference to `__gxx_personality_sj0'
D:/Documents and Settings/Hinc/Pulpit/html/SFML-master/SFML-master/src/SFML/Graphics/GLCheck.cpp:38: undefined reference to `_Unwind_SjLj_Register'
Are you mixing libraries compiled with a different MinGW GCC Compiler than the one you are linking with?
Note sure what happens when you try both of these.
-std=c++11 -std=c++0x
Tim S.
Unrelated to C::B
as http://stackoverflow.com/questions/329059/what-is-gxx-personality-v0-for suggests,
try to link with g++ instead of gcc.
Unrelated to C::B and not searched the web.
This topic violates the forum rules in several ways.
Why is it so hard to follow some simple rules (http://forums.next.codeblocks.org/index.php/topic,9996.0.html) .
Topic locked !!