CMake fails to find Boost library since a recent update

2020-05-27 Thread Jan Niklas Hasse
Hi! I've noticed that since a few days my CI builds using Fedora are failing to cross-compile to Windows because CMake can find Boost, but not the libraries (serialization and system in my case): CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:164 (message): Could

Changes in F32

2020-05-27 Thread Ron Yorston
I use the MinGW toolchain on Fedora to build busybox-w32, a WIN32 port of BusyBox[1][2]. I've recently updated to Fedora 32 and was disappointed to find that binaries built there are bigger than those built on Fedora 31. I presume this is due to the switch to dwarf-2 exceptions[3] as the versions

Re: Adding %mingw_make_build and %mingw_make_install

2020-05-27 Thread Christophe de Dinechin
> On 23 May 2020, at 14:10, Sandro Mani wrote: > > > > On 22.05.20 21:35, Greg Hellings wrote: >> Please do! >> >> --Greg >> >> On Fri, May 22, 2020 at 1:50 PM Sandro Mani wrote: >> Hi >> >> I'm thinking of adding %mingw_make_build and %mingw_make_install as >> counterparts to %make_build