-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b31
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8081973 | emb-9 | Volker Simonis | P4 | Resolved | Fixed | b31 |
JDK-8208838 | 8u201 | Kevin Walls | P4 | Resolved | Fixed | b01 |
JDK-8202020 | 8u192 | Kevin Walls | P4 | Resolved | Fixed | b01 |
JDK-8216638 | emb-8u201 | Kevin Walls | P4 | Resolved | Fixed | master |
The fact that there are no standard binary packages of freetype available on windows is one of the few remaining annoyances when building the OpenJDK on Windows.
It turns out however, that it is relatively simply and needs just a few seconds to build the required libraries from the freetype source ball during the configure process.
This change will introduce a new configure option "--with-freetype-src" which builds the required freetype libraries into <freetype_src>/lib[32|64] and sets "--with-freetype-lib" and "--with-freetype-include" automatically.
Later builds can than simple use "--with-freetype-lib=<freetype_src>/lib[32|64]" and "--with-freetype-include=<freetype_src>/include".
It turns out however, that it is relatively simply and needs just a few seconds to build the required libraries from the freetype source ball during the configure process.
This change will introduce a new configure option "--with-freetype-src" which builds the required freetype libraries into <freetype_src>/lib[32|64] and sets "--with-freetype-lib" and "--with-freetype-include" automatically.
Later builds can than simple use "--with-freetype-lib=<freetype_src>/lib[32|64]" and "--with-freetype-include=<freetype_src>/include".
- backported by
-
JDK-8081973 Build the freetype library during configure on Windows
-
- Resolved
-
-
JDK-8202020 Build the freetype library during configure on Windows
-
- Resolved
-
-
JDK-8208838 Build the freetype library during configure on Windows
-
- Resolved
-
-
JDK-8216638 Build the freetype library during configure on Windows
-
- Resolved
-
- relates to
-
JDK-8001923 build-infra: Freetype search on Windows is broken, libfreetype.dll.a vs freetype.dll
-
- Closed
-