Tom Poole

Results 16 comments of Tom Poole

This is addressed in the JUCE 8 release: https://github.com/juce-framework/JUCE/tree/juce8

Ultimately this is a limitation of the API itself. We're currently working on a new, MIDI 2.0, implementation, where the problem should be addressed.

Can you still reproduce this on the latest `develop` branch? I've just built the UnitTestRunner using g++-14 on Arm64 Ubuntu and I'm not seeing the compilation warning.

What operating system is this running on? Our CI runs a release build UnitTestRunner on arm64 Ubuntu and we're not seeing the same problem.

Is this on a headless machine? Are we trying to use some fonts that don't exist?

Thank you. We've also narrowed the problem down a bit. We can reproduce the issue using GCC 15.2 (GCC 14 works fine), and it happens when using the Makefile generated...