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

Compilation fails: error: only virtual member functions can be marked 'override' (JUCE incompatibility) #1047

Open
yurivict opened this issue Jan 9, 2023 · 2 comments
Labels

Comments

@yurivict
Copy link

yurivict commented Jan 9, 2023

Describe the bug

/usr/ports/audio/bespokesynth/work/BespokeSynth-f0a0e40/Source/MainComponent.cpp:167:47: error: only virtual member functions can be marked 'override'
                              int numSamples) override
                                              ^~~~~~~~
1 error generated.

Revision: f0a0e40
juce-7.0.3
clang-14
FreeBSD 13.1

@yurivict yurivict added the bug label Jan 9, 2023
@yurivict yurivict changed the title Compilation fails: error: only virtual member functions can be marked 'override' Compilation fails: error: only virtual member functions can be marked 'override' (JUCE incompatibility) Jan 9, 2023
@NoxyNixie
Copy link
Collaborator

Bespoke Nightly (main branch) is currently set up to compile with Juce 7.0.2 (which is the version in the submodule).

@dvzrv
Copy link
Contributor

dvzrv commented Jul 31, 2023

@yurivict in #1398 I'm fixing that (I hope).

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

No branches or pull requests

3 participants