You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Thanks for giving yabridge a shot!
Problem description
README.md says
Building
To compile yabridge, you'll need Meson and
the following dependencies:
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
The text was updated successfully, but these errors were encountered: