RFR: 8349859: Support static JDK in libfontmanager/freetypeScaler.c

Jiangli Zhou jiangli at openjdk.org
Wed Feb 12 18:20:16 UTC 2025


On Wed, 12 Feb 2025 17:24:08 GMT, Vladimir Kozlov <kvn at 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


More information about the build-dev mailing list