wine icon indicating copy to clipboard operation
wine copied to clipboard

mfplat.c pos undeclared

Open Axilot opened this issue 3 years ago • 3 comments

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;
      |     ^~~

Axilot avatar May 06 '21 18:05 Axilot

My pull request #107 is fixing the problem.

Axilot avatar May 06 '21 19:05 Axilot

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

nsivov avatar May 06 '21 19:05 nsivov

Looks like this was fixed upstream as part of wine 6.5 (https://source.winehq.org/git/wine.git/commitdiff/1a7be75656003f2fe0dfdde609a6ebf7c8bc07cc).

kisak-valve avatar May 06 '21 19:05 kisak-valve