Opened 15 years ago

Closed 15 years ago

#909 closed Support Requests (Invalid)

Cannot starting building with --with-<library> options

Reported by: nobody Owned by: René Rivera
Milestone: Component: Building Boost
Version: None Severity:
Keywords: Cc:

Description

The plantform is windowsXP and Visual C++ 2005 Express

The build process can start without using --with-library options, such as:

bjam -sBOOST_ROOT=. -sTOOLS=vc-8_0 -sBUILD="debug release <runtime-link>static/dynamic" stage

but, if I want to use the option, such as:

bjam -sBOOST_ROOT=. -sTOOLS=vc-8_0 --with-math -sBUILD="debug release <runtime-link>static/dynamic" stage

I got following message and the building process end:

"Building Boost.Regex with the optional Unicode/ICU support disabled. Please refer to the Boost.Regex documentation for more information (and if you don't know what ICU is then you probably don't need it).

...found 1 target..."

How to deal with the problem?

Change History (1)

comment:1 by René Rivera, 15 years ago

Status: assignedclosed
Logged In: YES 
user_id=33595
Originator: NO

It is working as expected. There is nothing to build for the math library, hence nothing is built.
Note: See TracTickets for help on using tickets.