I re-downloaded the boostall.zip and ran - bjam "-sTOOLS=msvc"
I am getting errors:
**.../boostDir = C:\Program Files\Microsoft Visual
Studio\PROJECTS\COMMONSOURCEFILES\boost\boost_1_29_0\boost**

---------------------------------------------------------------------
skipping Boost.Python library build due to missing or incorrect
configuration
You can configure the location of your python installation by setting:
PYTHON_ROOT    - currently "c:/tools/python"
PYTHON_VERSION - The 2-part python Major.Minor version number (e.g.
                 "2.2", NOT "2.2.1")  - currently "2.2"

The following are automatically configured from PYTHON_ROOT if not
otherwise set:
    PYTHON_LIB_PATH    - path to Python library; currently
                          "c:/tools/python/libs"
    PYTHON_STDLIB_PATH - path to Python standard library modules; currently
                          "c:/tools/python/Lib"
---------------------------------------------------------------------
...patience...
...found 1769 targets...
...updating 175 targets...
FileClone libs\regex\build\bin-stage\boost_regex_debug.lib
        1 file(s) copied.
FileClone libs\regex\build\bin-stage\boost_regex_debug.lib
        1 file(s) copied.
vc-C++
libs\signals\build\bin\libboost_signals.lib\msvc\debug\runtime-link-dynamic\
trackable.obj
  ****** {BD Software Proxy CL v2.29} STL Message Decryption is ON! ******
trackable.cpp
.../boostDir/shared_ptr.hpp(157): error C2039: 'auto_ptr': is not a member
of 'std'
        .../boostDir/shared_ptr.hpp(265): see reference to class template
instantiation 'boost::shared_ptr<T>' being compiled
.../boostDir/shared_ptr.hpp(157): error C2629: unexpected
'boost::shared_ptr<T> ('
        .../boostDir/shared_ptr.hpp(265): see reference to class template
instantiation 'boost::shared_ptr<T>' being compiled
.../boostDir/shared_ptr.hpp(178): error C2039: 'auto_ptr': is not a member
of 'std'
        .../boostDir/shared_ptr.hpp(265): see reference to class template
instantiation 'boost::shared_ptr<T>' being compiled
.../boostDir/shared_ptr.hpp(179): error C2334: unexpected token(s) preceding
'{'; skipping apparent function body
        .../boostDir/shared_ptr.hpp(265): see reference to class template
instantiation 'boost::shared_ptr<T>' being compiled
.../boostDir/shared_ptr.hpp(188): error C2143: syntax error : missing ';'
before '.'
        .../boostDir/shared_ptr.hpp(265): see reference to class template
instantiation 'boost::shared_ptr<T>' being compiled


"Douglas Gregor" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

...snip...
> Have you tried
> re-extracting the Boost archive just in case something got mangled? (Note:
I
> can't check your sample code at the moment, but you're using almost
precisely
> the same configuration that I test on, and this problem has never come
up).
>
> Doug
> _______________________________________________
> Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost
>




_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to