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

[Draft] Fix juce_freetype_Fonts.cpp issue, causing to be unable to build JUCE 5 plugins #23

Draft
wants to merge 1 commit into
base: v5.x-distrho
Choose a base branch
from

Conversation

TheRedstoneDEV-DE
Copy link

@TheRedstoneDEV-DE TheRedstoneDEV-DE commented Oct 25, 2024

PR for fixing build error described in #24

@TheRedstoneDEV-DE TheRedstoneDEV-DE changed the title [Draft] Fix issue, causing to be unable to build JUCE 5 [Draft] Fix juce_freetype_Fonts.cpp issue, causing to be unable to build JUCE 5 Oct 25, 2024
@TheRedstoneDEV-DE TheRedstoneDEV-DE changed the title [Draft] Fix juce_freetype_Fonts.cpp issue, causing to be unable to build JUCE 5 [Draft] Fix juce_freetype_Fonts.cpp issue, causing to be unable to build JUCE 5 plugins Oct 25, 2024
@TheRedstoneDEV-DE TheRedstoneDEV-DE marked this pull request as draft October 25, 2024 15:23
Comment on lines +356 to +357
short unsigned int* const contours = outline.contours;
unsigned char* const tags = outline.tags;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Later versions of JUCE changed these declarations to auto*. Maybe that would be a more appropriate fix?

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

Successfully merging this pull request may close these issues.

2 participants