Boost logo

Boost-Build :

From: Tavares, Pedro \(London\) (pedro_tavares_at_[hidden])
Date: 2008-06-20 05:26:25


First, thanks for the earlier help in building boost 1.35.0 in msvc 7.1
with STLport 5.1.5. I'm already using some of the libraries and all
seems to be working well. However I'm now trying to build python but run
into two related problems:

1) I can only build static versions of python and several other libs
and, as far as I can understand it, the problem is down to the native
wchar issue as I get missing symbols that all seem to involve this type
- STLport defaults to off and boost defaults to on

2) when I try to set "<native-wchar_t>on" in the top level Jamroot I get
an error stating that the feature is not supported. I use the
--build-type option defined in Jamroot to set this and other options -
example below (somewhere around line 135 of Jamroot):

                # Specify the build variants keyed on the build-type.
                local default-build,stlp-static-debug =
                    debug
                    <toolset>msvc-7.1
                    <stdlib>stlport-5.1.5
                    <threading>multi
                    <link>static
                    <runtime-link>static
                    <native-wchar_t>off
                    <define>_STLP_DEBUG
                    <define>_STLP_USE_STATIC_LIB

Finally, and I think this is unrelated, when I build a python extension
dll (compiled against STLport 5.1.5 and boost 1.35.0) I am somehow
forced to use shared libraries. That is not in itself a problem but
would like to understand how I can buid a dll that is statically linked
to boost, STLport and/or the runtime.

Thanks for any help

Pedro
--------------------------------------------------------

This message w/attachments (message) may be privileged, confidential or proprietary, and if you are not an intended recipient, please notify the sender, do not use or share it and delete it. Unless specifically indicated, this message is not an offer to sell or a solicitation of any investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Merrill Lynch. Subject to applicable law, Merrill Lynch may monitor, review and retain e-communications (EC) traveling through its networks/systems. The laws of the country of each sender/recipient may impact the handling of EC, and EC may be archived, supervised and produced in countries other than the country in which you are located. This message cannot be guaranteed to be secure or error-free. This message is subject to terms available at the following link: http://www.ml.com/e-communications_terms/. By messaging with Merrill Lynch you consent to the foregoing.
--------------------------------------------------------



Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk