Opened 10 years ago
Last modified 9 years ago
#7636 new Bugs
Detection of ICU fails
Reported by: | Owned by: | Artyom Beilis | |
---|---|---|---|
Milestone: | To Be Determined | Component: | locale |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | Cc: | Arfrever.FTA@… |
Description
Detection of ICU fails:
Building the Boost C++ Libraries. Performing configuration checks - 32-bit : no - 64-bit : yes - x86 : yes - has_icu builds : no - iconv (libc) : yes - icu : no - icu (lib64) : no - gcc visibility : yes - long double support : yes
Build system should use 'icu-config --cflags'
(for C) and 'icu-config --cxxflags'
(for C++) to get flags required for compilation with ICU.
Note:
See TracTickets
for help on using tickets.