Re: [Boost-users] Building Boost 1.48 using Intel compiler

On Fri, 18 Nov 2011 15:40:23 +0100 Sergiu Dotenco <sergiu.dotenco@gmail.com> wrote:-
...snip...
Have you built ICU from source? And set ICU_PATH in environment - I think I remember similar chasing of errors when building regex with the optional ICU support - problem was obvious in retrospect I'd installed ICU with prebuilt binaries and didn't have debug version available on machine. HTH Alex

Am 18.11.2011 16:10, schrieb Alex Perry:
ICU was built from source, both release and debug version. ICU_PATH -- which is not root of the problem anyway -- is set correctly. Looking at the configuration checks performed by bjam, it seems that Boost.Regex (as opposed to Boost.Locale) is able to find ICU: - has_icu builds : no warning: Graph library does not contain MPI-based parallel components. note: to enable them, add "using mpi ;" to your user-config.jam - iconv (libc) : no - iconv (separate) : no - icu : yes

Am 18.11.2011 16:49, schrieb Sergiu Dotenco:
After examining Boost.Regex and Boost.Locale Jamfiles, it's seems that both libraries perform the same has_icu check and both fail to detect ICU on Windows if the Intel compiler is used.
participants (2)
-
Alex Perry
-
Sergiu Dotenco