On Wed, 12 Feb 2025 17:24:08 GMT, Vladimir Kozlov <k...@openjdk.org> wrote:
> This broke our builds: > > ``` > /jdk_git/open/src/java.desktop/share/native/libfontmanager/freetypeScaler.c: > In function 'setInterpreterVersion': > /jdk_git/open/src/java.desktop/share/native/libfontmanager/freetypeScaler.c:307:9: > error: implicit declaration of function 'FT_Property_Set' > [-Werror=implicit-function-declaration] > 307 | FT_Property_Set(library, module, property, (void*)(&version)); > | ^~~~~~~~~~~~~~~ > cc1: all warnings being treated as errors > ``` Thanks for reporting the issue. Sorry for introducing a breakage (again). Does the issue occur with the same build platform run into https://bugs.openjdk.org/browse/JDK-8349752? ------------- PR Comment: https://git.openjdk.org/jdk/pull/23574#issuecomment-2654506966