Opened 10 years ago

Last modified 10 years ago

#7055 new Bugs

Boost build doesn't detect presence of ICU for regex

Reported by: Jonathan Jones <jonathan.jones@…> 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)

configure.jam.patch (627 bytes ) - added by Jonathan Jones <jonathan.jones@…> 10 years ago.
Jamfile.v2.patch (428 bytes ) - added by Jonathan Jones <jonathan.jones@…> 10 years ago.

Download all attachments as: .zip

Change History (4)

by Jonathan Jones <jonathan.jones@…>, 10 years ago

Attachment: configure.jam.patch added

by Jonathan Jones <jonathan.jones@…>, 10 years ago

Attachment: Jamfile.v2.patch added

comment:1 by John Maddock, 10 years ago

(In [79359]) Don't use lib64 and bin64 paths except for msvc builds. Refs #7055.

comment:2 by John Maddock, 10 years ago

Component: regexbuild
Owner: changed from John Maddock to Vladimir Prus

Reassigned to Boost.Build as part of the fix is for that component.

Note: See TracTickets for help on using tickets.