When using the static SFML 2 builds with mingw x86, I was getting lots of
linker errors.
After searching a bit, I found the problem to be that the SFML libraries were
being linked in the wrong order. They were in window-system-graphics-audio,
where the correct order should be audio-graphics-window-system. I corrected
this in the attached src/GQE/Core/CMakeLists.txt file. It now linkes just fine
for me.
I would think this would have also affected all other compilers and
shared/static combinations, but I haven't tested it. Anyway, this fix shouldn't
break anything that was working.
Original issue reported on code.google.com by BMBurst...@gmail.com on 18 Dec 2011 at 8:59
Original issue reported on code.google.com by
BMBurst...@gmail.com
on 18 Dec 2011 at 8:59Attachments: