Closed daveriedstra closed 4 years ago
Seems that the version of JUCE bundled with Camomile needs an update to work with GCC >= 9.
Relevant upstream JUCE ticket: https://github.com/juce-framework/JUCE/issues/527 Upstream fix is in this commit: https://github.com/juce-framework/JUCE/commit/4e0adb2af8b424c43d22bd431011c9a6c57d36b6
As I updated Juce origin/dev/v1.0.7, this should be fixed. Can you confirm?
Yes, the origin/dev/v1.0.7
branch now compiles without errors on GCC 10.1.0. master
is still failing though, as expected.
Please provide an explicit title to the issue. JUCE compile errors on Linux - juce::PixelARGB::getAlpha() cannot bind packed field
Describe your environment
master
and on latest commit (09f3d8e
on branchorigin/dev/v1.0.7
)Describe the problem or the feature request