On 06/26/2020 10:01 AM, Michael Cronenworth wrote: > On 6/25/20 11:45 PM, Tom Stellard wrote: >> Are you tying to build with mingw-gcc? What errors are you getting? > > Yes, mingw-gcc, as we do not ship the Clang based MinGW toolchain in Fedora. > > Here's a sample: > > cc1plus: error: unrecognized command line option '-Wno-implicit-int-float-conversion' [-Werror] > cc1plus: error: unrecognized command line option '-Wno-parentheses-equality' [-Werror] > cc1plus: error: unrecognized command line option '-Wno-undefined-var-template' [-Werror] > cc1plus: error: unrecognized command line option '-Wno-deprecated-register' [-Werror] > cc1plus: error: unrecognized command line option '-Wno-inconsistent-missing-override' [-Werror] > cc1plus: error: unrecognized command line option '-Wno-undefined-inline' [-Werror] > cc1plus: error: unrecognized command line option '-Wno-ignored-pragma-optimize' [-Werror] > cc1plus: error: unrecognized command line option '-Wno-inline-new-delete' [-Werror] > > How different is the clang mingw toolchain shipped with wine-mono than the vanilla clang we have in Fedora? Looking at the wine-mono sources, it looks like their mingw toolchain might just be a wrapper around a standard build of clang, but I'm not really all that familiar with how mingw works. -Tom _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx