<br><br><div class="gmail_quote">On Sat, Sep 25, 2010 at 4:45 AM, John Maddock <span dir="ltr"><<a href="mailto:boost.regex@virgin.net">boost.regex@virgin.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"> <div class="im"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"> I have written a bash build script do this build. �It has worked fine for<br> previous version of boost.<br> i.e. 1.37.0, 1.40.0, 1.43.0<br> But when I tried to build 1.44.0 I get the following errors.<br> </blockquote> <br></div> Does the regex lib go on to build OK?<br> <br> 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).<br> <br> Is there a bjam command line that reliably reproduces this?<br> <br> Thanks, John. <br></blockquote><div><br>No, the regex lib or any other lib is built OK.<br>�<br>yes, the bjam command line in my build script.<br><br>./bjam -q -d0 debug \<br>--toolset=gcc \<br>threading=multi \<br>address-model=32 \<br>--with-date_time \<br>--with-filesystem \<br>--with-graph \<br>--with-program_options \<br>--with-regex \<br>--with-serialization \<br> --with-system \<br>--with-thread \<br>--build-dir=../${BOOST_DEBUG_<div id=":fy">BUILD} \<br>--prefix=../${BOOST_DEBUG_INSTALL} \<br>install >../${BUILD_DEBUG_LOG} 2>&1<br><br>Thanks,<br>Rob<br></div><br></div></div>