Re: Rebuilding tesseract dependents in F42 for soversion change

2024-10-01 Thread Neal Gompa via mingw
On Tue, Oct 1, 2024 at 4:55 AM Michael J Gruber wrote: > > Am Di., 1. Okt. 2024 um 00:07 Uhr schrieb Sandro Mani : > > > > > > On 30.09.24 23:35, Neal Gompa wrote: > > > On Wed, Sep 25, 2024 at 2:49 PM Michel Lind > > > wrote: > > >> Dea

Re: Rebuilding tesseract dependents in F42 for soversion change

2024-09-30 Thread Neal Gompa via mingw
On Wed, Sep 25, 2024 at 2:49 PM Michel Lind wrote: > > Dear all, > > This PR: https://src.fedoraproject.org/rpms/tesseract/pull-request/6 > was recently merged and built: > https://bodhi.fedoraproject.org/updates/FEDORA-2024-41b92bf172 > > It backports a PR that's merged upstream to change the Te

Re: Getting fedora boost-mingw to include BoostConfig.cmake

2024-08-27 Thread Neal Gompa
On Mon, Aug 26, 2024 at 11:17 AM Albert Astals Cid wrote: > > El dilluns, 26 d’agost del 2024, a les 3:22:49 (CEST), Neal Gompa va escriure: > > On Sun, Aug 25, 2024 at 3:17 PM Albert Astals Cid wrote: > > > El diumenge, 25 d’agost del 2024, a les 13:23:19

Re: Getting fedora boost-mingw to include BoostConfig.cmake

2024-08-25 Thread Neal Gompa
On Sun, Aug 25, 2024 at 3:17 PM Albert Astals Cid wrote: > > El diumenge, 25 d’agost del 2024, a les 13:23:19 (CEST), Neal Gompa va > escriure: > > On Sun, Aug 25, 2024 at 7:20 AM Neal Gompa wrote: > > > > > > > > > > > On Sun,

Re: Getting fedora boost-mingw to include BoostConfig.cmake

2024-08-25 Thread Neal Gompa
On Sun, Aug 25, 2024 at 7:20 AM Neal Gompa wrote: > > On Sun, Aug 11, 2024 at 7:04 PM Albert Astals Cid wrote: > > > > How hard would be for mingw64-boost/mingw32-boost to include > > BoostConfig.cmake? > > > > boost-devel does but it's on the wron

Re: Getting fedora boost-mingw to include BoostConfig.cmake

2024-08-25 Thread Neal Gompa
On Sun, Aug 11, 2024 at 7:04 PM Albert Astals Cid wrote: > > How hard would be for mingw64-boost/mingw32-boost to include > BoostConfig.cmake? > > boost-devel does but it's on the wrong "sysroot". > It shouldn't be hard, currently we're deleting the files instead of keeping them. I'm not sure if

MinGW AArch64/ARM64 target?

2024-08-11 Thread Neal Gompa
Hey folks, With the advent of Windows on Arm (WoA) computers, I was wondering if we're going to start offering an aarch64/arm64 target with the MinGW toolchain. I think it probably makes sense to start offering support for this now as it seems like WoA isn't a complete failure this time around. I

Re: Fedora 38: mingw64-cmake fails when it used to succeed

2023-09-11 Thread Neal Gompa
On Mon, Sep 11, 2023 at 6:47 PM Albert Astals Cid wrote: > > Since very recently (it worked 4 days ago), running > > mingw64-cmake -G Ninja .. > > fails with > > /usr/bin/mingw64-cmake: line 91: fg: no job control > > > Any idea what can be causing it? > > Last time the problem was a missing depen

Re: Standard DLL provides

2022-05-03 Thread Neal Gompa
On Tue, May 3, 2022 at 9:59 AM Sandro Mani wrote: > > Hi > > Currently mingw-filesystem contains > > # (rpm -ql mingw32-crt | grep '\.a$' | while read f ; do > i686-w64-mingw32-dlltool -I $f 2>/dev/null ; done) | sort | uniq | tr > A-Z a-z > standard-dlls-mingw32 > Source20: standard-dlls-

Re: Dropping wine from ARM

2022-03-30 Thread Neal Gompa
On Wed, Mar 30, 2022 at 9:25 AM Michael Cronenworth wrote: > > On 3/30/22 7:38 AM, Sandro Mani wrote: > > Hi > > > > What does llvm-mingw mean exactly? FWIW, there is a mingw-llvm package. > > > > Thanks > > Sandro > > > It is a complete, cross-compiling, Windows PE building toolchain[1][2] that

Re: Dropping wine from ARM

2022-03-30 Thread Neal Gompa
On Wed, Mar 30, 2022 at 10:44 AM NightStrike wrote: > > > > On Wed, Mar 30, 2022, 08:34 Michael Cronenworth wrote: >> >> Hi, >> >> Fedora currently ships Wine 7.3 released February 25th, 2022. >> >> Wine 7.4, released March 11th, started to require a 'llvm-mingw' compiler >> for ARM64 >> builds.

Re: Is mingw-llvm useful? (was Re: Dropping wine from ARM)

2022-03-30 Thread Neal Gompa
On Wed, Mar 30, 2022 at 9:35 AM Sandro Mani wrote: > > > On 30.03.22 15:31, Sandro Mani wrote: > > > > On 30.03.22 15:26, Neal Gompa wrote: > >> On Wed, Mar 30, 2022 at 9:25 AM Michael Cronenworth > >> wrote: > >>> On 3/30/22 7:38 AM, Sandro