Request for wine-wow64 20 October 2024, 14:44:39 Hello, guys?Any plans delivering a binary for wine-wow64 ? Since it takes ages to compile on older machines + mingw-w64 dependencies (makedepends only) which are absent in Artix repos. Also, a ton of lib32-* packages with miltilib enabled when installing generic wine from the repo, which cannot be disabled.Would be really nice.UPDATE: Sorry, a stupid question about AUR packages in the official repo. There's already a Chaotic AUR binary as well as binary builds of wine-wow64 on Github. Last Edit: 21 October 2024, 11:47:36 by TheExplorer
Re: Request for wine-wow64 Reply #1 – 20 October 2024, 14:53:30 And yes, looks like I cannot even compile it from AUR: https://aur.archlinux.org/packages/wine-wow64Code: [Select]error: in `/home/userite/Documents/wine-wow64/src/wine-8.21/build':error: C compiler cannot create executablesSee `config.log' for more detailsHere's the config.log: https://pastebin.com/raw/HGhcjwk3
Re: Request for wine-wow64 Reply #2 – 20 October 2024, 16:59:57 Chaotic AUR has the binary (here). I don't think Artix devs will add anything that's in the AUR. 2 Likes
Re: Request for wine-wow64 Reply #3 – 21 October 2024, 11:16:59 What you mean, AUR's wine-wow64 package just finished building and installed properly. I've confirmed it also works. 1 Likes
Re: Request for wine-wow64 Reply #4 – 21 October 2024, 11:44:43 Quote from: lotuskip – on 20 October 2024, 16:59:57Chaotic AUR has the binary (here).Oh, thanks a ton. Will stick to this one. Also, found out, you can simply unpack the binary build from here.Case closed. Topic solved.
Re: Request for wine-wow64 Reply #5 – 21 October 2024, 12:44:58 Wine is also portable so no need to unpack it.Code: [Select]WINESERVER="$winepath/bin/wineserver" WINELOADER="$winepath/bin/wine" WINEDLLPATH="$winepath/lib/wine" WINEPREFIX=$prefix $winepath/bin/$wine $exeI have a script to manage this.And you can probably use lutris/bottles. Last Edit: 21 October 2024, 13:44:59 by Hitman 1 Likes
Re: Request for wine-wow64 Reply #6 – 22 October 2024, 19:33:37 Quote from: Hitman – on 21 October 2024, 12:44:58Code: [Select]WINESERVER="$winepath/bin/wineserver" WINELOADER="$winepath/bin/wine" WINEDLLPATH="$winepath/lib/wine" WINEPREFIX=$prefix $winepath/bin/$wine $exeAwesome, didn't know that. Thank you! 1 Likes