Opened 10 years ago
Last modified 10 years ago
#7055 new Bugs
Boost build doesn't detect presence of ICU for regex
Reported by: | Owned by: | Vladimir Prus | |
---|---|---|---|
Milestone: | To Be Determined | Component: | build |
Version: | Boost 1.49.0 | Severity: | Problem |
Keywords: | Cc: |
Description
When building Boost against ICU (currently using version 4.4.2), Boost is not detecting the presence of ICU on multiple platforms (Linux/gcc 4.4.6, Macintosh/gcc 4.2.1, Windows/VS2008).
In order for Boost to detect ICU, I had to apply the attached patches.
Attachments (2)
Change History (4)
by , 10 years ago
Attachment: | configure.jam.patch added |
---|
by , 10 years ago
Attachment: | Jamfile.v2.patch added |
---|
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Component: | regex → build |
---|---|
Owner: | changed from | to
Reassigned to Boost.Build as part of the fix is for that component.
Note:
See TracTickets
for help on using tickets.
(In [79359]) Don't use lib64 and bin64 paths except for msvc builds. Refs #7055.