-
Notifications
You must be signed in to change notification settings - Fork 403
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
FMOscillator.cpp now also calls abs(float) #1826
Labels
Linux
Issues which only occur on Linux
Comments
oh thanks! |
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
May 8, 2020
In FMOscillator closes surge-synthesizer#1826
Merged
Find at da80e8b |
(oh and we are happy to fix these as you report them; but also happy for you to just fire in a pull request with a fix if you want) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Same build error as in #1814 call of overloaded 'abs(float&)' is ambiguous with older gcc versions on linux.
Fix is the same "#include
<cmath>
" , possibly in Oscillator.h as two files now need it.The text was updated successfully, but these errors were encountered: