buckle2000 / gqe

Automatically exported from code.google.com/p/gqe
MIT License
0 stars 0 forks source link

tictactoe not linking #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the issue, this should be fixed with version 13.

Original comment by RyanLind...@gmail.com on 31 Jan 2012 at 4:19