Does the regex lib go on to build OK?I have written a bash build script do this build. It has worked fine for
previous version of boost.
i.e. 1.37.0, 1.40.0, 1.43.0
But when I tried to build 1.44.0 I get the following errors.
Those compiler errors are from a configuration check that looks to see if ICU is present or not - you shouldn't actually see those messages at all (they should be suppressed and written to file rather like autoconf does).
Is there a bjam command line that reliably reproduces this?
Thanks, John.