29 Mar
2010
29 Mar
'10
7:45 p.m.
W dniu 29 marca 2010 21:17 użytkownik bulia byak <buliabyak@...400...> napisał:
I also tried to compile on Windows after some delay and get this:
and so on. Any quick fix for me?
You've run into an exception handling ABI mismatch. Some of your .o files were compiled with a different exception handling model than what your current compiler uses. This should help:
1. Ensure you are using the SJLJ flavor of TDM-GCC 2. Ensure you have the latest devlibs 3. Rebuild from scratch (btool clean)
Regards, Krzysztof