Boost logo

Boost Users :

From: Lawrence Spector (Lawrence.Spector_at_[hidden])
Date: 2007-05-22 09:40:25


Thanks for the response. I'm building all 32-bit. The log I sent
didn't echo the command I used to build. It was this:

bjam -sICU_PATH=%ICU_PATH --toolset=msvc stage

I have the environment variables ICU_PATH, BOOST_ROOT and PYTHON_ROOT
set. I also tried setting ICU_LINK before I built the last time but it
didn't seem to change anything. Any other build options that you
recommend trying?

Thanks,

Lawrence

-----Original Message-----
From: boost-users-bounces_at_[hidden]
[mailto:boost-users-bounces_at_[hidden]] On Behalf Of John Maddock
Sent: Tuesday, May 22, 2007 4:54 AM
To: boost-users_at_[hidden]
Subject: Re: [Boost-users] Boost 1.34.0 Builds *Almost* Perfectly -
4Failureswith BJam [Regex/ICU-related]

Lawrence Spector wrote:
> Any ideas? I think they're related to ICU. I downloaded ICU 3.6 (the
> latest). However, I am using this with VS2005, which was "rarely
> tested" according to the website. Still, after converting the ICU
> project to VS2005 and building, I had no build errors, but I do get
> these link errors with boost, which all seem to be ICU-related. See
> below:

Seems to work for me, modulo the fact that the ICU dll's seem not to get

created by the VC project files for ICU: the .lib files work fine
though.
The only difference I see from your build is at the start where I see:

Building Boost.Regex with Unicode/ICU support enabled
Using ICU in C:\download\open\icu_3_6\icu/include
WARNING: ICU shared common library not found in path.
HINT: If the regex library fails to link then try again
with the environment variable ICU_LINK set to contain
the linker options required to link to ICU.
Defaulting to look for libicuuc ...

The warning about not finding icuuc is a bug in the Jamfile: but it's
harmless, and the regex library goes on to build and link OK.

I don't suppose you're building a 64-bit version of Boost and have
32-bit
ICU libraries or something are you? Just a wild thought...

HTH, John.

_______________________________________________
Boost-users mailing list
Boost-users_at_[hidden]
http://lists.boost.org/mailman/listinfo.cgi/boost-users


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net