NagyD/SDLPoP

SDLPoP cannot be built with gcc 10

musuruan opened this issue · 2 comments

gcc 10 recently changed the default behaviour from -fcommon to -fno-common:
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common

With this change it is not possible to build SDPPoP:
http://koji.rpmfusion.org/kojifiles/work/tasks/8075/408075/build.log

NagyD commented

I've recently merged a pull request (#203) which fixes a similar problem with clang.
Can you check if it solves the problem for you as well?

Yes, it works. Thank you very much!