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

yabridge 5.1.1 doesn't compile with gcc-10 #379

Open
1 task done
gitterdude opened this issue Nov 14, 2024 · 0 comments
Open
1 task done

yabridge 5.1.1 doesn't compile with gcc-10 #379

gitterdude opened this issue Nov 14, 2024 · 0 comments

Comments

@gitterdude
Copy link

Thanks for giving yabridge a shot!

  • I read through both the troubleshooting and the known issues sections, and my issue wasn't listed there

Problem description

README.md says

Building

To compile yabridge, you'll need Meson and
the following dependencies:

  • GCC 10+

but when I tried with gcc-10.5.0 in Ubuntu 20.04 I got

In file included from /usr/local/include/windef.h:262,
from /usr/local/include/windows.h:38,
from ../src/wine-host/bridges/../editor.h:23,
from ../src/wine-host/bridges/vst3.h:29,
from ../src/wine-host/bridges/vst3.cpp:17:
/usr/local/include/propsys.h:4074:1: error: expected unqualified-id before string constant
4074 | PSSTDAPI PSCreateMemoryPropertyStore(REFIID,void **);

It works with gcc-11.4.0 so the README should probably be updated

What did you expect to happen?

Compile to succeed with gcc-10 - as per the README

What actually happened?

It failed

Operating system

Ubuntu-20.04

How did you install yabridge?

Source code

yabridge version

5.1.1

yabridgectl version

5.1.1

Wine version

wine-9.21 (Staging)

Plugin

none

Plugin type

both VST2 and VST3

Plugin architecture

both 64-bit and 32-bit

Host

none

Desktop environment or WM

No response

GPU model

No response

GPU drivers and kernel

No response

Debug log

No response

Anything else?

No response

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

1 participant