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
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
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
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' [-
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]
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
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
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