Hi,
I noticed that wine-mono 5.1.0 ships a binary compiler package inside of the source code tarball.
Why was wine-mono switched from MinGW GCC to MinGW Clang?
Is it now impossible to use MinGW GCC to build wine-mono?
I'm attempting to ship an update to wine-mono in Fedora, but I cannot use the bundled binary compiler to do so, and I cannot get the source to compile with MinGW GCC.
Thanks, Michael
On Tue, Jul 14, 2020 at 8:39 AM Michael Cronenworth mike@cchtml.com wrote:
Why was wine-mono switched from MinGW GCC to MinGW Clang?
This is required to build the C++ WpfGfx library from .NET Core WPF.
Is it now impossible to use MinGW GCC to build wine-mono?
I no longer test this configuration, but it should be possible. You will have to configure the compiler and disable .NET Core WpfGfx with user-config.make as explained in the release notes here: https://github.com/madewokherd/wine-mono/releases/tag/wine-mono-5.1.0
On 7/14/20 8:59 AM, Esme Povirk (they/them) wrote:
This is required to build the C++ WpfGfx library from .NET Core WPF.
Is it now impossible to use MinGW GCC to build wine-mono?
I no longer test this configuration, but it should be possible. You will have to configure the compiler and disable .NET Core WpfGfx with user-config.make as explained in the release notes here: https://github.com/madewokherd/wine-mono/releases/tag/wine-mono-5.1.0
Thanks. Either I forgot the github repo or I was unaware of it.