Hi,

warzone2100 fails to build [1] and I have no idea how to fix that.
Most of the errors are:

main_sdl.cpp:79:13: error: expected unqualified-id before '__attribute__'
 static std::vector<screeninfo> displaylist; // holds all our possible
display lists
             ^
main_sdl.cpp:117:29: error: cannot convert 'bool' to '__vector(4)
__bool int' in initialization
 static bool mouseInWindow = true;
                             ^~~~
main_sdl.cpp:148:22: error: cannot convert 'bool' to '__vector(4)
__bool int' in initialization
 bool GetTextEvents = false;
                      ^~~~~

Could someone point me in the right direction? I've looked at [2], but
that doesn't seem to help much in this case.

[1] https://bugzilla.redhat.com/attachment.cgi?id=1254868
[2] https://gcc.gnu.org/gcc-7/porting_to.html

Cheers,
-- 
Jan Synacek
Software Engineer, Red Hat
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to