protonscr

mfplat.c pos undeclared

wineopen
ValveSoftware/wine#106 · opened 2021-05-06 by Axilot · updated 2021-05-08 · 3 comments · github
AAxilot 2021-05-06 github

When trying to make the configured project i get this error:

dlls/mfreadwrite/tests/mfplat.c: In function ‘test_source_reader_from_media_source’:
dlls/mfreadwrite/tests/mfplat.c:977:5: error: ‘pos’ undeclared (first use in this function)
  977 |     pos.vt = VT_I8;
      |     ^~~
AAxilot 2021-05-06 github

My pull request #107 is fixing the problem.

Nnsivov 2021-05-06 github

You normally don't need that, configuring with --disable-tests will skip tests, they are not included in proton packages.

Kkisak-valve maintainer 2021-05-06 github

Nothing extracted yet.