https://bugs.winehq.org/show_bug.cgi?id=42282
--- Comment #7 from DX099 temptempor@gmail.com --- (In reply to DX099 from comment #6)
(In reply to DX099 from comment #4)
I'm trying. But the version I want to start from (wine-1.9.6) won't compile. I only have the wine binary in the end and it's complaining about missing dlls...
It seems to get stuck because of this : schannel_gnutls.c:45:12: erreur : conflicting types for « gnutls_cipher_get_block_size » extern int gnutls_cipher_get_block_size(gnutls_cipher_algorithm_t algorithm);
And then, if I try to use the resulting binary, I get:
env WINEARCH=win32 WINEPREFIX=$HOME/.wine_steam32/ ./wine $HOME/.wine_steam32/drive_c/Program\ Files/Steam/Steam.exe lun. 23 janv. 2017 20:42:52 CET wine: cannot find L"C:\windows\system32\wineboot.exe" err:process:start_wineboot failed to start wineboot, err 2 err:module:import_dll Library WS2_32.dll (which is needed by L"C:\Program Files\Steam\Steam.exe") not found err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\comctl32.dll") not found err:module:import_dll Library COMCTL32.dll (which is needed by L"C:\Program Files\Steam\Steam.exe") not found err:module:import_dll Library USER32.dll (which is needed by L"C:\Program Files\Steam\Steam.exe") not found err:module:import_dll Library SHELL32.dll (which is needed by L"C:\Program Files\Steam\Steam.exe") not found err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\ole32.dll") not found err:module:import_dll Library ole32.dll (which is needed by L"C:\windows\system32\oleaut32.dll") not found err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\oleaut32.dll") not found err:module:import_dll Library OLEAUT32.dll (which is needed by L"C:\Program Files\Steam\Steam.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\Steam\Steam.exe" failed, status c0000135
I have to add that newer builds can compile (2.0.0 RCs). This looks likes libgnutls is too new on arch for old wine builds...
How should I proceed?