it seems icu-config is gone from Mojave.

however, pkg-config is there.

According to the icu project docs,

Note:  icu-config is deprecated, and no longer recommended for production use. 
Please use pkg-config files or other options. 

http://userguide.icu-project.org/howtouseicu#TOC-pkg-config

robert


> On 19 Nov 2018, at 19:33, Wietse Venema <wie...@porcupine.org> wrote:
> 
> Viktor Dukhovni:
>> Change the above to:
>> 
>> # There's no need to mention "-I/usr/local/include" multiple times.
>> #
>> set -- '-DUSE_TLS -I/usr/local/opt/openssl/include'
>> set -- "$@" '-I/usr/local/opt/icu4c/include'
> 
> Please don't hard-code ICU pathnames. EAI support is
> enabled by default when the "icu-config" command is found.
> 
> Postfix uses 'icu-config --cppflags' to locate header files, and
> 'icu-config --ldflags' to locate libraries.
> 
> Now, if Apple decided not to install "icu-config", then they are
> not helping developers.
> 
>       Wietse

Robert Chalmers
https://robert-chalmers.uk
aut...@robert-chalmers.uk
@R_A_Chalmers

Reply via email to