flathub / com.valvesoftware.Steam.CompatibilityTool.Proton-GE

https://flathub.org/apps/details/com.valvesoftware.Steam.CompatibilityTool.Proton-GE
50 stars 5 forks source link

fix steamexe compile flags #151

Closed benaryorg closed 1 year ago

benaryorg commented 1 year ago

Upstream added the shlwapi library dependency:

https://github.com/GloriousEggroll/proton-ge-custom/blame/60c0506d01b6a26c6685713c36ccbe904d378b13/Makefile.in#L491

flathubbot commented 1 year ago

Started test build 38544

flathubbot commented 1 year ago

Build 38544 failed

benaryorg commented 1 year ago

The change does in fact fix the compilation error, new error is now in the vrclient build:

vrclient_main.c:46:10: fatal error: wine/unixlib.h: No such file or directory
   46 | #include "wine/unixlib.h"
      |          ^~~~~~~~~~~~~~~~

I'll remove the draft flag from this PR since the original error is fixed and the build proceeds.

Lctrs commented 1 year ago

Manually merged. Thanks.