macOS High Sierra, version 10.13.2 configure: error: Could not find freetype! You might be able to fix this by running 'brew install freetype'

2018-02-12 Thread mbl
OS: macOS High Sierra, version 10.13.2 Repo : https://github.com/dmlloyd/openjdk.git Branch : jdk/jdk mbldeMacBook-Pro:openjdk mbl$ bash ./configure --with-boot-jdk=/Library/Java/JavaVirtualMachines/jdk9.0.4.jdk/Home configure: Configuration created at Mon Feb 12 14:43:36 CST 2018. configure

Re: macOS High Sierra, version 10.13.2 configure: error: Could notfind freetype! You might be able to fix this by running 'brew installfreetype'

2018-02-13 Thread mbl
ou can also try adding > --with-freetype=/usr/local/opt/freetype if that's where brew installed it for > you. > > /Erik > > > On 2018-02-11 22:51, mbl wrote: >> OS: macOS High Sierra, version 10.13.2 >> Repo : https://github.com/dmlloyd/openjdk.git >>

Re: macOS High Sierra, version 10.13.2 configure: error: Couldnotfind freetype! You might be able to fix this by running 'brewinstallfreetype'

2018-02-14 Thread mbl
7;t working on Macos 10.13. Internally we > build JDK 8 on 10.8. > > /Erik > > On 2018-02-13 01:41, mbl wrote: >> Thank you for your kind help, I’ve jump out of the last pit. >> >> Now the new challenge is: >> >> I execute the following command: