Boost logo

Boost-Build :

Subject: Re: [Boost-build] Different python path
From: Chris Allen (chrisa_at_[hidden])
Date: 2008-10-22 09:11:55


Vladimir Prus wrote:
> On Monday 20 October 2008 22:09:15 Chris Allen wrote:
>> Hi,
>>
>> Is there a way of specifying a different path in the "using python"
>> statement depending on whether the build is 32-bit or 64-bit?
>>
>> I tried adding "address-model" as a condition like so:
>>
>> using python
>> : 2.4 # version
>> : s:/python/2.4/python.exe # cmd-or-prefix
>> : # includes
>> : # libraries
>> : <target-os>windows <address-model>32 # conditions
>> ;
>>
>> But it seems to be ignored because when I specify "address-model=64" on
>> the bjam command line it still uses the 32-bit path and obviously fails
>> to link.
>
> I think this should work, though I did not try that personally. Did you
> actually defined two python version in your user-config.jam? You've showed
> only one definition. Does removing <target-os>windows helps? Can you
> add --debug-building and post the output?

Apologies, it would help if I looked at the right "user-config.jam"
file. :) I had the 64-bit version commented out. However, it does
seems odd that in that case it falls back to the 32-bit python, even
though the "address-model" condition does not match (see attached).

Anyway, thanks for your help.

Regards,
Chris

1> s:\boost-jam\3.1.16-1-ntx86\bjam.exe -q --build-dir="c:\backedup\chrisa\cvshome\boost\_build\x86-win64\vs2005\temp\boost_dll\Release" --stagedir="c:\backedup\chrisa\cvshome\boost\_build\x86-win64\vs2005\temp\boost_dll\Release\stage" --layout=system --abbreviate-paths --without-mpi --debug-configuration --debug-building toolset=msvc-8.0/debug-symbols=on variant=release runtime-link=shared address-model=64 link=shared stage
1>notice: found boost-build.jam at c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib/boost-build.jam
1>notice: loading Boost.Build from c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib/tools/build/v2
1>notice: Searching C:\WINDOWS C:\Documents and Settings\ChrisA C:\Documents and Settings\ChrisA c:\backedup\chrisa\cvshome\boost\vendor\boost_org\cpplib\tools/build/v2 c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib/tools/build/v2/kernel c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib/tools/build/v2/util c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib/tools/build/v2/build c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib/tools/build/v2/tools c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib/tools/build/v2/contrib c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib/tools/build/v2/. for site-config configuration file site-config.jam .
1>notice: Loading site-config configuration file site-config.jam from c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib/tools/build/v2/site-config.jam .
1>notice: Searching C:\Documents and Settings\ChrisA C:\Documents and Settings\ChrisA c:\backedup\chrisa\cvshome\boost\vendor\boost_org\cpplib\tools/build/v2 c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib/tools/build/v2/kernel c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib/tools/build/v2/util c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib/tools/build/v2/build c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib/tools/build/v2/tools c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib/tools/build/v2/contrib c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib/tools/build/v2/. for user-config configuration file user-config.jam .
1>notice: Loading user-config configuration file user-config.jam from c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib/tools/build/v2/user-config.jam .
1>notice: [python-cfg] Configuring python...
1>notice: [python-cfg] user-specified version: "2.4"
1>notice: [python-cfg] user-specified cmd-or-prefix: "s:/python/2.4/python.exe"
1>notice: [python-cfg] user-specified condition: "<target-os>windows" "<address-model>32"
1>notice: [python-cfg] Checking interpreter command "s:/python/2.4/python.exe"...
1>notice: [python-cfg] running command 'DIR /-C /A:S "s:\python\2.4\python.exe" 2>&1'
1>notice: [python-cfg] running command 's:/python/2.4/python.exe -c "from sys import *; print 'version=%d.%d\nplatform=%s\nprefix=%s\nexec_prefix=%s\nexecutable=%s' % (version_info[0],version_info[1],platform,prefix,exec_prefix,executable)" 2>&1'
1>notice: [python-cfg] ...requested configuration matched!
1>notice: [python-cfg] Details of this Python configuration:
1>notice: [python-cfg] interpreter command: "s:/python/2.4/python.exe"
1>notice: [python-cfg] include path: "s:\python\2.4\Include"
1>notice: [python-cfg] library path: "s:\python\2.4\libs"
1>notice: [python-cfg] DLL search path: "s:\python\2.4"
1>notice: [cmdline-cfg] Detected command-line request for msvc-8.0: toolset= msvc version= 8.0
1>notice: [cmdline-cfg] toolset msvc-8.0 not previously configured; attempting to auto-configure now
1>notice: msvc-8.0 detected, command: 'C:\Program Files\Microsoft Visual Studio 8\VC\bin\cl.exe'
1>notice: msvc-7.1 detected, command: 'C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe'
1>notice: msvc-7.0 detected, command: 'C:\Program Files\Microsoft Visual Studio .NET\Vc7\bin\cl.exe'
1>notice: msvc-6.0 detected, command: 'C:\Program Files\Microsoft Visual Studio\VC98\Bin\CL.EXE'
1>notice: will use 'C:\Program Files\Microsoft Visual Studio 8\VC\bin\cl.exe' for msvc, condition <toolset>msvc-8.0
1>msvc: condition: '<toolset>msvc-8.0/<architecture>/<address-model>', setup: 'call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86 >nul
1>'
1>msvc: condition: '<toolset>msvc-8.0/<architecture>/<address-model>32', setup: 'call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86 >nul
1>'
1>msvc: condition: '<toolset>msvc-8.0/<architecture>x86/<address-model>', setup: 'call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86 >nul
1>'
1>msvc: condition: '<toolset>msvc-8.0/<architecture>x86/<address-model>32', setup: 'call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86 >nul
1>'
1>msvc: condition: '<toolset>msvc-8.0/<architecture>/<address-model>64', setup: 'call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_amd64 >nul
1>'
1>msvc: condition: '<toolset>msvc-8.0/<architecture>x86/<address-model>64', setup: 'call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_amd64 >nul
1>'
1>msvc: condition: '<toolset>msvc-8.0/<architecture>ia64/<address-model>', setup: 'call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_ia64 >nul
1>'
1>msvc: condition: '<toolset>msvc-8.0/<architecture>ia64/<address-model>64', setup: 'call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86_ia64 >nul
1>'
1>warning: Graph library does not contain optional GraphML reader.
1>note: to enable GraphML support, set EXPAT_INCLUDE and EXPAT_LIBPATH to the
1>note: directories containing the Expat headers and libraries, respectively.
1>notice: iostreams: not using zlib compression
1>notice: iostreams: not using zlib compression
1>notice: iostreams: not using bzip2 compression
1>notice: iostreams: not using bzip2 compression
1>warning: skipping optional Message Passing Interface (MPI) library.
1>note: to enable MPI support, add "using mpi ;" to user-config.jam.
1>note: to suppress this message, pass "--without-mpi" to bjam.
1>note: otherwise, you can safely ignore this message.
1>Building Boost.Regex with the optional Unicode/ICU support disabled.
1>Please refer to the Boost.Regex documentation for more information
1>(don't panic: this is a strictly optional feature).
1>Building target './stage'
1> Build request: object(property-set)@388 <address-model>64 <debug-symbols>on <define>NDEBUG <inlining>full <link>shared <optimization>speed <runtime-debugging>off <runtime-link>shared <threading>multi <toolset-msvc:version>8.0 <toolset>msvc <variant>release
1> Command line free features:
1> Target requirements: <conditional>@Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>%Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>.handle-static-runtime <define>BOOST_ALL_NO_LIB=1 <include>. <tag>@Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>%Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>.tag <target-os>windows,<address-model>32,<python>2.4,<target-os>windows:<python.interpreter>s:/python/2.4/python.exe <toolset>msvc,<runtime-link>shared:<threading>multi
1> Common properties: <address-model>64 <asynch-exceptions>off <conditional>@Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>%Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>.handle-static-runtime <debug-store>object <debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>NDEBUG <exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <host-os>windows <include>. <inlining>full <install-dependencies>off <link>shared <midl-robust>yes <midl-stubless-proxy>yes <optimization>speed <os>NT <pch>on <profiling>off <python-debugging>off <python>2.4 <rtti>on <runtime-debugging>off <runtime-link>shared <stdlib>native <suppress-import-lib>false <symlink-location>project-relative <tag>@Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>%Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>.tag <target-os>windows <threadapi>win32 <threading>multi <toolset-msvc:version>8.0 <toolset>msvc <user-interface>console <variant>release <warnings-as-errors>off <warnings>on
1> Building target './stage-proper'
1> Build request: object(property-set)@395 <address-model>64 <asynch-exceptions>off <debug-store>object <debug-symbols>on <define>NDEBUG <exception-handling>on <extern-c-nothrow>off <inlining>full <link>shared <midl-robust>yes <midl-stubless-proxy>yes <optimization>speed <os>NT <pch>on <profiling>off <python-debugging>off <python>2.4 <rtti>on <runtime-debugging>off <runtime-link>shared <stdlib>native <target-os>windows <threadapi>win32 <threading>multi <toolset-msvc:version>8.0 <toolset>msvc <variant>release <warnings-as-errors>off <warnings>on
1> Command line free features:
1> Target requirements: <conditional>@Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>%Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>.handle-static-runtime <define>BOOST_ALL_NO_LIB=1 <hardcode-dll-paths>false <include>. <install-dependencies>on <install-no-version-symlinks>on <install-type>LIB <location>/c:/backedup/chrisa/cvshome/boost/_build/x86-win64/vs2005/temp/boost_dll/Release/stage/lib <tag>@Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>%Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>.tag <target-os>windows,<address-model>32,<python>2.4,<target-os>windows:<python.interpreter>s:/python/2.4/python.exe <toolset>msvc,<runtime-link>shared:<threading>multi
1> Common properties: <address-model>64 <asynch-exceptions>off <conditional>@Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>%Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>.handle-static-runtime <debug-store>object <debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>NDEBUG <exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>false <host-os>windows <include>. <inlining>full <install-dependencies>on <install-no-version-symlinks>on <install-type>LIB <link>shared <location>/c:/backedup/chrisa/cvshome/boost/_build/x86-win64/vs2005/temp/boost_dll/Release/stage/lib <midl-robust>yes <midl-stubless-proxy>yes <optimization>speed <os>NT <pch>on <profiling>off <python-debugging>off <python>2.4 <rtti>on <runtime-debugging>off <runtime-link>shared <stdlib>native <suppress-import-lib>false <symlink-location>project-relative <tag>@Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>%Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>.tag <target-os>windows <threadapi>win32 <threading>multi <toolset-msvc:version>8.0 <toolset>msvc <user-interface>console <variant>release <warnings-as-errors>off <warnings>on
1> building project Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib/libs/date_time/build> ('object(project-target)@105') with <address-model>64 <asynch-exceptions>off <debug-store>object <debug-symbols>on <exception-handling>on <extern-c-nothrow>off <inlining>full <link>shared <midl-robust>yes <midl-stubless-proxy>yes <optimization>speed <os>NT <pch>on <profiling>off <python-debugging>off <python>2.4 <rtti>on <runtime-debugging>off <runtime-link>shared <stdlib>native <target-os>windows <threadapi>win32 <threading>multi <toolset-msvc:version>8.0 <toolset>msvc <variant>release <warnings-as-errors>off <warnings>on

[snip]

1> building project Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib/libs/python/build> ('object(project-target)@215') with <address-model>64 <asynch-exceptions>off <debug-store>object <debug-symbols>on <exception-handling>on <extern-c-nothrow>off <inlining>full <link>shared <midl-robust>yes <midl-stubless-proxy>yes <optimization>speed <os>NT <pch>on <profiling>off <python-debugging>off <python>2.4 <rtti>on <runtime-debugging>off <runtime-link>shared <stdlib>native <target-os>windows <threadapi>win32 <threading>multi <toolset-msvc:version>8.0 <toolset>msvc <variant>release <warnings-as-errors>off <warnings>on
1> Building target 'libs/python/build/boost_python'
1> Build request: object(property-set)@395 <address-model>64 <asynch-exceptions>off <debug-store>object <debug-symbols>on <define>NDEBUG <exception-handling>on <extern-c-nothrow>off <inlining>full <link>shared <midl-robust>yes <midl-stubless-proxy>yes <optimization>speed <os>NT <pch>on <profiling>off <python-debugging>off <python>2.4 <rtti>on <runtime-debugging>off <runtime-link>shared <stdlib>native <target-os>windows <threadapi>win32 <threading>multi <toolset-msvc:version>8.0 <toolset>msvc <variant>release <warnings-as-errors>off <warnings>on
1> Command line free features:
1> Target requirements: <conditional>@Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>%Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>.handle-static-runtime <define>BOOST_ALL_NO_LIB=1 <define>BOOST_PYTHON_SOURCE <include>. <library>/python//python_for_extensions <link>static:<define>BOOST_PYTHON_STATIC_LIB <python-debugging>on:<define>BOOST_DEBUG_PYTHON <tag>@Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>%Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>.tag <target-os>windows,<address-model>32,<python>2.4,<target-os>windows:<python.interpreter>s:/python/2.4/python.exe <toolset>msvc,<runtime-link>shared:<threading>multi
1> Common properties: <address-model>64 <asynch-exceptions>off <conditional>@Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>%Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>.handle-static-runtime <debug-store>object <debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_PYTHON_SOURCE <define>NDEBUG <exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <host-os>windows <include>. <inlining>full <install-dependencies>off <library>/python//python_for_extensions <link>shared <midl-robust>yes <midl-stubless-proxy>yes <optimization>speed <os>NT <pch>on <profiling>off <python-debugging>off <python>2.4 <rtti>on <runtime-debugging>off <runtime-link>shared <stdlib>native <suppress-import-lib>false <symlink-location>project-relative <tag>@Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>%Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>.tag <target-os>windows <threadapi>win32 <threading>multi <toolset-msvc:version>8.0 <toolset>msvc <user-interface>console <variant>release <warnings-as-errors>off <warnings>on
1> Building target '/python_for_extensions'
1> Build request: object(property-set)@395 <address-model>64 <asynch-exceptions>off <debug-store>object <debug-symbols>on <define>NDEBUG <exception-handling>on <extern-c-nothrow>off <inlining>full <link>shared <midl-robust>yes <midl-stubless-proxy>yes <optimization>speed <os>NT <pch>on <profiling>off <python-debugging>off <python>2.4 <rtti>on <runtime-debugging>off <runtime-link>shared <stdlib>native <target-os>windows <threadapi>win32 <threading>multi <toolset-msvc:version>8.0 <toolset>msvc <variant>release <warnings-as-errors>off <warnings>on
1> Command line free features:
1> Target requirements: <address-model>32 <python>2.4 <target-os>windows <target-os>windows,<address-model>32,<python>2.4,<target-os>windows:<python.interpreter>s:/python/2.4/python.exe
1> Common properties: <address-model>32 <asynch-exceptions>off <debug-store>object <debug-symbols>on <define>NDEBUG <exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <host-os>windows <inlining>full <install-dependencies>off <link>shared <midl-robust>yes <midl-stubless-proxy>yes <optimization>speed <os>NT <pch>on <profiling>off <python-debugging>off <python.interpreter>s:/python/2.4/python.exe <python>2.4 <rtti>on <runtime-debugging>off <runtime-link>shared <stdlib>native <suppress-import-lib>false <symlink-location>project-relative <target-os>windows <threadapi>win32 <threading>multi <toolset-msvc:version>8.0 <toolset>msvc <user-interface>console <variant>release <warnings-as-errors>off <warnings>on
1> Building target '/python'
1> Build request: object(property-set)@1351 <address-model>32 <asynch-exceptions>off <debug-store>object <debug-symbols>on <define>NDEBUG <exception-handling>on <extern-c-nothrow>off <inlining>full <link>shared <midl-robust>yes <midl-stubless-proxy>yes <optimization>speed <os>NT <pch>on <profiling>off <python-debugging>off <python>2.4 <rtti>on <runtime-debugging>off <runtime-link>shared <stdlib>native <target-os>windows <threadapi>win32 <threading>multi <toolset-msvc:version>8.0 <toolset>msvc <variant>release <warnings-as-errors>off <warnings>on
1> Command line free features:
1> Target requirements: <address-model>32 <python>2.4 <target-os>windows <target-os>windows,<address-model>32,<python>2.4,<target-os>windows:<python.interpreter>s:/python/2.4/python.exe
1> Common properties: <address-model>32 <asynch-exceptions>off <debug-store>object <debug-symbols>on <define>NDEBUG <exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <host-os>windows <inlining>full <install-dependencies>off <link>shared <midl-robust>yes <midl-stubless-proxy>yes <optimization>speed <os>NT <pch>on <profiling>off <python-debugging>off <python.interpreter>s:/python/2.4/python.exe <python>2.4 <rtti>on <runtime-debugging>off <runtime-link>shared <stdlib>native <suppress-import-lib>false <symlink-location>project-relative <target-os>windows <threadapi>win32 <threading>multi <toolset-msvc:version>8.0 <toolset>msvc <user-interface>console <variant>release <warnings-as-errors>off <warnings>on
1> Usage requirements for python:
1> Build properties: <address-model>32 <asynch-exceptions>off <debug-store>object <debug-symbols>on <define>NDEBUG <exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <host-os>windows <inlining>full <install-dependencies>off <link>shared <midl-robust>yes <midl-stubless-proxy>yes <optimization>speed <os>NT <pch>on <profiling>off <python-debugging>off <python.interpreter>s:/python/2.4/python.exe <python>2.4 <rtti>on <runtime-debugging>off <runtime-link>shared <stdlib>native <suppress-import-lib>false <symlink-location>project-relative <target-os>windows <threadapi>win32 <threading>multi <toolset-msvc:version>8.0 <toolset>msvc <user-interface>console <variant>release <warnings-as-errors>off <warnings>on
1> Building target '/python.lib'
1> Build request: object(property-set)@1351 <address-model>32 <asynch-exceptions>off <debug-store>object <debug-symbols>on <define>NDEBUG <exception-handling>on <extern-c-nothrow>off <inlining>full <link>shared <midl-robust>yes <midl-stubless-proxy>yes <optimization>speed <os>NT <pch>on <profiling>off <python-debugging>off <python>2.4 <rtti>on <runtime-debugging>off <runtime-link>shared <stdlib>native <target-os>windows <threadapi>win32 <threading>multi <toolset-msvc:version>8.0 <toolset>msvc <variant>release <warnings-as-errors>off <warnings>on
1> Command line free features:
1> Target requirements: <address-model>32 <name>python24 <python>2.4 <target-os>windows <target-os>windows,<address-model>32,<python>2.4,<target-os>windows:<python.interpreter>s:/python/2.4/python.exe
1> Common properties: <address-model>32 <asynch-exceptions>off <debug-store>object <debug-symbols>on <define>NDEBUG <exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <host-os>windows <inlining>full <install-dependencies>off <link>shared <midl-robust>yes <midl-stubless-proxy>yes <name>python24 <optimization>speed <os>NT <pch>on <profiling>off <python-debugging>off <python.interpreter>s:/python/2.4/python.exe <python>2.4 <rtti>on <runtime-debugging>off <runtime-link>shared <stdlib>native <suppress-import-lib>false <symlink-location>project-relative <target-os>windows <threadapi>win32 <threading>multi <toolset-msvc:version>8.0 <toolset>msvc <user-interface>console <variant>release <warnings-as-errors>off <warnings>on
1> Usage requirements for python.lib:
1> Build properties: <address-model>32 <asynch-exceptions>off <debug-store>object <debug-symbols>on <define>NDEBUG <exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <host-os>windows <inlining>full <install-dependencies>off <link>shared <midl-robust>yes <midl-stubless-proxy>yes <name>python24 <optimization>speed <os>NT <pch>on <profiling>off <python-debugging>off <python.interpreter>s:/python/2.4/python.exe <python>2.4 <rtti>on <runtime-debugging>off <runtime-link>shared <stdlib>native <suppress-import-lib>false <symlink-location>project-relative <target-os>windows <threadapi>win32 <threading>multi <toolset-msvc:version>8.0 <toolset>msvc <user-interface>console <variant>release <warnings-as-errors>off <warnings>on
1> Usage requirements from python.lib:
1> Usage requirements from python: <dll-path>/s:/python/2.4 <dll-path>/s:/python/2.4/libs <include>/s:/python/2.4/Include <library-path>/s:/python/2.4/libs <library>object(searched-lib-target)@1358 <python.interpreter>s:/python/2.4/python.exe <testing.launcher>set PYTHONPATH=s:\python\2.4/Lib;%PYTHONPATH%
1> Usage requirements for python_for_extensions: <dll-path>/s:/python/2.4 <dll-path>/s:/python/2.4/libs <include>/s:/python/2.4/Include <library-path>/s:/python/2.4/libs <library>object(searched-lib-target)@1358 <python.interpreter>s:/python/2.4/python.exe <testing.launcher>set PYTHONPATH=s:\python\2.4/Lib;%PYTHONPATH%
1> Build properties: <address-model>32 <asynch-exceptions>off <debug-store>object <debug-symbols>on <define>NDEBUG <dll-path>/s:/python/2.4 <dll-path>/s:/python/2.4/libs <exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <host-os>windows <include>/s:/python/2.4/Include <inlining>full <install-dependencies>off <library-path>/s:/python/2.4/libs <library>object(searched-lib-target)@1358 <link>shared <midl-robust>yes <midl-stubless-proxy>yes <optimization>speed <os>NT <pch>on <profiling>off <python-debugging>off <python.interpreter>s:/python/2.4/python.exe <python>2.4 <rtti>on <runtime-debugging>off <runtime-link>shared <stdlib>native <suppress-import-lib>false <symlink-location>project-relative <target-os>windows <testing.launcher>set PYTHONPATH=s:\python\2.4/Lib;%PYTHONPATH%
1> <threadapi>win32 <threading>multi <toolset-msvc:version>8.0 <toolset>msvc <user-interface>console <variant>release <warnings-as-errors>off <warnings>on
1> Usage requirements from python_for_extensions: <dll-path>/s:/python/2.4 <dll-path>/s:/python/2.4/libs <include>/s:/python/2.4/Include <library-path>/s:/python/2.4/libs <library>object(searched-lib-target)@1358 <python.interpreter>s:/python/2.4/python.exe <testing.launcher>set PYTHONPATH=s:\python\2.4/Lib;%PYTHONPATH%
1> Usage requirements for boost_python: <dll-path>/s:/python/2.4 <dll-path>/s:/python/2.4/libs <include>/s:/python/2.4/Include <library-path>/s:/python/2.4/libs <library>object(searched-lib-target)@1358 <python.interpreter>s:/python/2.4/python.exe <testing.launcher>set PYTHONPATH=s:\python\2.4/Lib;%PYTHONPATH%
1> Build properties: <address-model>64 <asynch-exceptions>off <conditional>@Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>%Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>.handle-static-runtime <debug-store>object <debug-symbols>on <define>BOOST_ALL_NO_LIB=1 <define>BOOST_PYTHON_SOURCE <define>NDEBUG <dll-path>/s:/python/2.4 <dll-path>/s:/python/2.4/libs <exception-handling>on <extern-c-nothrow>off <hardcode-dll-paths>true <host-os>windows <include>. <include>/s:/python/2.4/Include <inlining>full <install-dependencies>off <library-path>/s:/python/2.4/libs <library>object(searched-lib-target)@1358 <link>shared <midl-robust>yes <midl-stubless-proxy>yes <optimization>speed <os>NT <pch>on <profiling>off <python-debugging>off <python.interpreter>s:/python/2.4/python.exe <python>2.4 <rtti>on <runtime-debugging>off <runtime-link>shared <stdlib>native <suppress-import-lib>false <symlink-location>project-relative <tag>@Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>%Jamfile</c:/backedup/chrisa/cvshome/boost/vendor/boost_org/cpplib>.tag <target-os>windows <testing.launcher>set PYTHONPATH=s:\python\2.4/Lib;%PYTHONPATH%
1> <threadapi>win32 <threading>multi <toolset-msvc:version>8.0 <toolset>msvc <user-interface>console <variant>release <warnings-as-errors>off <warnings>on
1> Usage requirements from boost_python: <dll-path>/s:/python/2.4 <dll-path>/s:/python/2.4/libs <include>. <include>/s:/python/2.4/Include <library-path>/s:/python/2.4/libs <library>object(searched-lib-target)@1358 <python.interpreter>s:/python/2.4/python.exe <testing.launcher>set PYTHONPATH=s:\python\2.4/Lib;%PYTHONPATH%
1> <xdll-path>/c:/backedup/chrisa/cvshome/boost/_build/x86-win64/vs2005/temp/boost_dll/Release/boost/bin.v2/libs/python/build/msvc-8.0/rls/adrs-mdl-64/dbg-symbl-on/thrd-mlt


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