-
Notifications
You must be signed in to change notification settings - Fork 11
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
Build fails on GCC 10 #5
Comments
Workaround for issue native-toolkit#5 .
Update: you aren't supposed to pass |
Thanks for giving me hint. After adding -fcommon flag when I executed then command lime rebuild linux -64 -release -clean then it executed successfully. However when I executed the command lime rebuild tools then following error messages were displayed: ../src/lime/math/ColorMatrix.hx:117: characters 12-17 : lime.math.ColorMatrix should be Null<lime.utils.ArrayBufferView> Can you please specify a solution for it? |
Turns out the workaround was accepted on November 13 (see 9b3a80d). Closing this, but we can continue the discussion in openfl/lime#1493. Edit: actually no, the opening post still describes a problem that needs solving. Let's leave it open. |
-Issue description on openal-soft
In Lime, this produces an error message when running
lime rubuild
:Oddly, passing
-fcommon
to the linker doesn't work, and that's a backwards solution anyway. Instead, we should use openal-soft's fix, as implemented in 20f5e7c.The text was updated successfully, but these errors were encountered: