Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mfplat.c pos undeclared #106

Open
Axilot opened this issue May 6, 2021 · 3 comments
Open

mfplat.c pos undeclared #106

Axilot opened this issue May 6, 2021 · 3 comments

Comments

@Axilot
Copy link

Axilot commented May 6, 2021

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
Copy link
Author

Axilot commented May 6, 2021

My pull request #107 is fixing the problem.

@nsivov
Copy link
Contributor

nsivov commented May 6, 2021

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

@kisak-valve
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants