Frogging-Family / wine-tkg-git

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

unable to build latest wine-tkg default #1091

Closed rchris494 closed 9 months ago

rchris494 commented 9 months ago

hello,

i am unable to build the latest wine-tkg default. i get the following error.

/usr/bin/x86_64-w64-mingw32-ld: tmp654b298c/d3d12core-00000000.spec.o:fake:(.edata+0x28): undefined reference to `D3D12GetInterface' collect2: error: ld returned 1 exit status winegcc: /usr/bin/x86_64-w64-mingw32-gcc failed make: [Makefile:16771: dlls/d3d12core/x86_64-windows/d3d12core.dll] Error 2 make: Waiting for unfinished jobs.... In file included from ../wine-git/dlls/mshtml/htmlstyle.c:30: ../wine-git/dlls/mshtml/mshtml_private.h: In function ‘strndupWtoU’: ../wine-git/dlls/mshtml/mshtml_private.h:1443: note: ‘-Wmisleading-indentation’ is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers 1443 ret[size] = '\0';
In file included from ../wine-git/dlls/mshtml/xmlhttprequest.c:30: ../wine-git/dlls/mshtml/mshtml_private.h: In function ‘strndupWtoU’: ../wine-git/dlls/mshtml/mshtml_private.h:1443: note: ‘-Wmisleading-indentation’ is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers 1443 ret[size] = '\0';

-> Removed BIG_UGLY_FROGMINER - Ribbit -> Removed Proton-tkg token - Valve Ribbit -> exit cleanup done

last_build_config.log prepare.log customization.txt

anyone have an idea what is causing this?

EliasTheGrandMasterOfMistakes commented 9 months ago

is the same error that i have when build wine v8.19 i will try with wine 8.18 now

Tk-Glitch commented 9 months ago

Fixed with https://github.com/Frogging-Family/wine-tkg-git/commit/f15448f371fc5ccbc872b21af399e7282371be28

rchris494 commented 9 months ago

thanks!