Skip to content

Instantly share code, notes, and snippets.

@teeks99
teeks99 / boost_1_58_0-rc3-64bitlog.txt
Created April 8, 2015 17:56
boost_1_58_0-rc3-64bitlog.txt
Build for msvc-8.0
Performing configuration checks
- 32-bit : yes (cached)
- arm : no (cached)
- mips1 : no (cached)
- power : no (cached)
- sparc : no (cached)
- x86 : yes (cached)
- has_icu builds : no (cached)
@teeks99
teeks99 / boost.python-quickstart.md
Last active March 15, 2017 15:04
Boost Python Quickstart Example - Getting it working

I wasn't able to get the basic quickstart example for Boost.Python working without some modifications, so I wanted to document it for others.

Here are the various issues I encountered with the default example:

  • The Bjam file (in the root of boost or in the quickstart, i'm not sure) defaults to threading=single, but something else is defaulting to threading=multi, so they are incompatible (shows up as saying the boost_python-vcXXX-mt-gd-1_XX.lib is not found when it just generated boost_python-vcXXX-gd-1_XX.lib). Manually specifying threading=multi for the bjam commands seems to fix things.
  • I wanted to get this going with boost 1.57.0, but there was a change to the boost::build directory structure in 1.56+ that hasn't been reflected in the quickstarts boost-build.jam file, so I reverted back to 1.55.0.
  • Visual Studio 2010 (msvc-10.0) has a bug that keeps it
@teeks99
teeks99 / boost_1_59_0-rc2-64bitlog.txt
Created August 8, 2015 02:12
boost_1_59_0-rc2-64bitlog.txt
Build for msvc-8.0
.\bjam --without-mpi --build-type=complete toolset=msvc-8.0 address-model=64 architecture=x86 --prefix=.\ --libdir=lib64-msvc-8.0 --includedir=garbage_headers install
Performing configuration checks
- 32-bit : yes (cached)
- arm : no (cached)
- mips1 : no (cached)
- power : no (cached)
- sparc : no (cached)
- x86 : yes (cached)
@teeks99
teeks99 / boost_1_60_0_b1_rc1-32bit.log
Last active November 10, 2015 14:17
boost_1_60_0_b1_rc1-32bit.log
Build for msvc-8.0
.\bjam --without-mpi --build-type=complete toolset=msvc-8.0 address-model=32 architecture=x86 --prefix=.\ --libdir=lib32-msvc-8.0 --includedir=garbage_headers install
Performing configuration checks
- 32-bit : yes (cached)
- arm : no (cached)
- mips1 : no (cached)
- power : no (cached)
- sparc : no (cached)
- x86 : yes (cached)
@teeks99
teeks99 / boost_1_60_0_b1_rc1-64bit.log
Last active November 10, 2015 14:17
boost_1_60_0_b1_rc1-64bit.log
Build for msvc-8.0
.\bjam --without-mpi --build-type=complete toolset=msvc-8.0 address-model=64 architecture=x86 --prefix=.\ --libdir=lib64-msvc-8.0 --includedir=garbage_headers install
Performing configuration checks
- 32-bit : yes (cached)
- arm : no (cached)
- mips1 : no (cached)
- power : no (cached)
- sparc : no (cached)
- x86 : yes (cached)
@teeks99
teeks99 / boost_1_60_0_b1_rc2-32bitlog.txt
Created November 13, 2015 17:11
boost_1_60_0_b1_rc2-32bitlog.txt
Build for msvc-8.0
.\bjam --without-mpi --build-type=complete toolset=msvc-8.0 address-model=32 architecture=x86 --prefix=.\ --libdir=lib32-msvc-8.0 --includedir=garbage_headers install
Performing configuration checks
- 32-bit : yes (cached)
- arm : no (cached)
- mips1 : no (cached)
- power : no (cached)
- sparc : no (cached)
- x86 : yes (cached)
@teeks99
teeks99 / boost_1_60_0_b1_rc2-64bitlog.txt
Created November 13, 2015 17:11
boost_1_60_0_b1_rc2-64bitlog.txt
Build for msvc-8.0
.\bjam --without-mpi --build-type=complete toolset=msvc-8.0 address-model=64 architecture=x86 --prefix=.\ --libdir=lib64-msvc-8.0 --includedir=garbage_headers install
Performing configuration checks
- 32-bit : yes (cached)
- arm : no (cached)
- mips1 : no (cached)
- power : no (cached)
- sparc : no (cached)
- x86 : yes (cached)
@teeks99
teeks99 / boost_1_60_0_b1_rc3-32bitlog.txt
Created November 14, 2015 01:42
boost_1_60_0_b1_rc3-32bitlog.txt
Build for msvc-8.0
.\bjam --without-mpi --build-type=complete toolset=msvc-8.0 address-model=32 architecture=x86 --prefix=.\ --libdir=lib32-msvc-8.0 --includedir=garbage_headers install
Performing configuration checks
- 32-bit : yes (cached)
- arm : no (cached)
- mips1 : no (cached)
- power : no (cached)
- sparc : no (cached)
- x86 : yes (cached)
@teeks99
teeks99 / boost_1_60_0_b1_rc3-64bitlog.txt
Created November 14, 2015 01:44
boost_1_60_0_b1_rc3-64bitlog.txt
Build for msvc-8.0
.\bjam --without-mpi --build-type=complete toolset=msvc-8.0 address-model=64 architecture=x86 --prefix=.\ --libdir=lib64-msvc-8.0 --includedir=garbage_headers install
Performing configuration checks
- 32-bit : yes (cached)
- arm : no (cached)
- mips1 : no (cached)
- power : no (cached)
- sparc : no (cached)
- x86 : yes (cached)
@teeks99
teeks99 / boost_1_60_0_b1_rc4-32bitlog.txt
Created December 8, 2015 02:11
boost_1_60_0_b1_rc4-32bitlog.txt
Build for msvc-8.0
.\bjam --without-mpi --build-type=complete toolset=msvc-8.0 address-model=32 architecture=x86 --prefix=.\ --libdir=lib32-msvc-8.0 --includedir=garbage_headers install
Performing configuration checks
- 32-bit : yes (cached)
- arm : no (cached)
- mips1 : no (cached)
- power : no (cached)
- sparc : no (cached)
- x86 : yes (cached)