-
Bug
-
Resolution: Fixed
-
P4
-
25
-
b11
The fix for JDK-8349859 caused build failure:
/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
/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
- caused by
-
JDK-8349859 Support static JDK in libfontmanager/freetypeScaler.c
-
- Closed
-
- links to
-
Commit(master) openjdk/jdk/18958c62
-
Review(master) openjdk/jdk/23600