Robert McCullough wrote:
On Sat, Sep 25, 2010 at 5:01 AM, Vladimir Prus
wrote: John Maddock wrote:
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.
Does the regex lib go on to build OK?
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?
I think it's the same 'config checks on fresh build go to stdout' bug that I've mentioned before. I hope to fix it soonish as part of Boost.Locale configuration work.
- Volodya
Hi Volodya,
Do you think you will have a fix for this in the next day or so? Is there a work around I can use until it is fixed?
The workaround is "mkdir <boost-root>/bin.v2" HTH, Volodya