Frogging-Family / wine-tkg-git

The wine-tkg build systems, to create custom Wine and Proton builds
836 stars 146 forks source link

Getting configure error when building wine-tkg on latest git #1173

Closed s0mebodyhelpme closed 1 month ago

s0mebodyhelpme commented 1 month ago

The error appears as below:

Screenshot

And the config.log mentioned is here:

config.log

In case it's important, this is a fresh install of Arch with the custom kernel from Frogging-Family, too.

Nanotwerp commented 1 month ago

Sorry! I caused this issue! You can fix it by downloading this patch from this PR and using git apply 1174.patch while in the root of your wine-tkg-git directory.

You could also change the flags in your Wine and Proton advanced-customization.cfg and sample-external-config.cfg files from having -Wno-error=-Wincompatible-pointer-types in the _GCC_FLAGS and_CROSS_FLAGS to -Wno-error=incompatible-pointer-types

s0mebodyhelpme commented 1 month ago

Thanks! Gonna give the patch a try.

s0mebodyhelpme commented 1 month ago

It works!

Tk-Glitch commented 1 month ago

Closing

mirh commented 6 days ago

@alesliehughes can you update the eventfd_synchronization and gdi32-rotation patches to work with gcc 14?

alesliehughes commented 6 days ago

I can easily fix the gdi32-rotarion one. The other will take time.