Re: Bundled compiler conundrum

2020-06-27 Thread Vitaly Zaitsev via devel
On 26.06.2020 19:01, Michael Cronenworth wrote: > cc1plus: error: unrecognized command line option > '-Wno-implicit-int-float-conversion' [-Werror] Just remove -Werror flag. -- Sincerely, Vitaly Zaitsev (vit...@easycoding.org) ___ devel mailing list

Re: Bundled compiler conundrum

2020-06-26 Thread Jonathan Wakely
On 26/06/20 12:01 -0500, 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

Re: Bundled compiler conundrum

2020-06-26 Thread Tom Stellard
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: unrecogn

Re: Bundled compiler conundrum

2020-06-26 Thread Michael Cronenworth
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' [-

Re: Bundled compiler conundrum

2020-06-26 Thread Vitaly Zaitsev via devel
On 26.06.2020 05:01, Michael Cronenworth wrote: > I know bundled libraries are allowed, but what about bundled compilers? Pre-compiled binaries are strictly forbidden by Fedora guidelines. All binaries must be built on Fedora infra. If you have cyclic dependencies, you should use bootstrapping[1]

Re: Bundled compiler conundrum

2020-06-25 Thread Tom Stellard
On 06/25/2020 08:01 PM, Michael Cronenworth wrote: > Hi, > > Wine has soft-dependencies on two additional pieces of software to provide a > "full" experience. > > * wine-gecko - Gecko web browser engine for Wine > * wine-mono - .NET for Wine > > I package both for Wine. They're typically update

Re: Bundled compiler conundrum

2020-06-25 Thread Omair Majid
Michael Cronenworth writes: > The bi-weekly Wine update last week brought with it a minor version > (5.0.0->5.1.0) > wine-mono update. The update itself is not minor. The tarball is now bundling > a > Clang LLVM-based MinGW toolchain in binary form that is also required to > compile the > pac

Bundled compiler conundrum

2020-06-25 Thread Michael Cronenworth
Hi, Wine has soft-dependencies on two additional pieces of software to provide a "full" experience. * wine-gecko - Gecko web browser engine for Wine * wine-mono - .NET for Wine I package both for Wine. They're typically updated at most a couple times per year. Usually the updates bring with