-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
libgig future vs error=overloaded-virtual and other problems #7291
Comments
I have a WIP branch to avoid applying |
@DomClark seems like a very good idea in general and also a good starting point here, as it's likely we'd stumble upon this kind of problems in the future again, and obviously not all of our current deps are maintained good enough for the contribs to arrive in reasonable time. |
Since you said you contacted Christian, I am pretty sure we'll get a 4.4.2 release soon. Just keep a look at the mailing list. Once that's done, I'll handle updating the vcpkg port. He has been quite cooperative for updates when I sent him patches when i worked with MSVC support for #7162 . For you to create patches, you can download the tarball, initiate a git repo there, create commit and do |
@Rossmaxx et al. From: Christian Schoenebeck [email protected]
tl;dr he doesn't want to change it. Oh well, Another Day in Internet. :D @DomClark |
PR open at #7319. |
yup, this as good of a solution as we can easily have ATM, #completed :) |
System Information
GCC >= 13.0
LMMS Version(s)
1.3.0-alpha (master)
Most Recent Working Version
none AFAIK
Bug Summary
Similarly to #7284 , libgig breaks on g++ >= 13 due to overloaded virtuals combo. See https://github.com/LMMS/lmms/actions/runs/9294048041/job/25578429009#step:9:2766 for concrete example. However, libgig is much more tricky to handle here:
veal
, as we don't own the code in any way ATM,I've contacted Christian Schoenebeck about the possible upstream fix, however this still begs the question how we should handle this case, as it:
#7162 is the 2nd part of this problem. Related is e.g. #7162 (comment) .
CC @Rossmaxx @Veratil
Expected Behaviour
Build on g++ >= 13.0 should work.
Steps To Reproduce
Logs
Click to expand
Screenshots / Minimum Reproducible Project
build job
Please search the issue tracker for existing bug reports before submitting your own.
The text was updated successfully, but these errors were encountered: