7 Sep 21:50
Re: Building boost.regex with icu support
Andrea Denzler <andrea <at> andreaplanet.com>
2008-09-07 19:50:46 GMT
2008-09-07 19:50:46 GMT
Sean, - What you mean exactly with build-no directory? - I suppose you used -s and not -S - Be sure that you have "c:\program files\icu\include" and "c:\program files\icu\lib" path - specify option --with-regex else you are building ALL libraries, and maybe not ALL of them are compatible with ICU (there was compiling issues with boost 1.35). - output library will be located into boost\stage directory Andrea > -----Messaggio originale----- > Da: boost-users-bounces <at> lists.boost.org [mailto:boost-users- > bounces <at> lists.boost.org] Per conto di Sean Farrow > Inviato: domenica 7 settembre 2008 21.30 > A: boost-users <at> lists.boost.org > Oggetto: Re: [Boost-users] Building boost.regex with icu support > > Hi: > I get a build-no directory with the following command-line: > Bjam -SICU_PATH="c:\program files\icu" --toolset=msvc-8.0 > --build-type=complete > Is this normal, given that icu is a dll? > Cheers > Sean. > -----Original Message----- > From: boost-users-bounces <at> lists.boost.org > [mailto:boost-users-bounces <at> lists.boost.org] On Behalf Of John Maddock > Sent: 07 September 2008 17:08 > To: boost-users <at> lists.boost.org > Subject: Re: [Boost-users] Building boost.regex with icu support > > Sean Farrow wrote: > >> Hi: > >> How do I build boost.regex on windows with bjam and icu support? > > bjam -sICU_PATH=c:\path-to-icu --with-regex stage > > HTH, John. > _______________________________________________ > Boost-users mailing list > Boost-users <at> lists.boost.org > http://lists.boost.org/mailman/listinfo.cgi/boost-users > > > __________ Information from ESET NOD32 Antivirus, version of virus > signature database 3423 (20080906) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > __________ Information from ESET NOD32 Antivirus, version of virus > signature database 3424 (20080907) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > > __________ Information from ESET NOD32 Antivirus, version of virus > signature database 3424 (20080907) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > _______________________________________________ > Boost-users mailing list > Boost-users <at> lists.boost.org > http://lists.boost.org/mailman/listinfo.cgi/boost-users
RSS Feed