Top "Boost-build" questions

Boost Build is designed as a multi-platform replacement for for build control systems like GNUMake.

How do you build the x64 Boost libraries on Windows?

I've built the x86 Boost libraries many times, but I can't seem to build x64 libraries. I start the "Visual …

c++ visual-studio-2005 boost 64-bit boost-build
Boost compiling with MSVC 11 (VS 2012)

How to build Boost (I tried version 1.48.0) with Visual Studio C++ 11? bootstrap.bat cannot find toolset vc11. I added toolset …

c++ visual-c++ boost visual-studio-2012 boost-build
How can I decode the boost library naming?

I tried to find out that gd means in boost library name and I only found two other people looking …

c++ boost boost-build bjam
error LNK1104: cannot open file 'libboost_thread-vc100-mt-gd-1_55.lib'

I'm trying to link the shared library of boost thread into my application. System: Windows8 IDE: Visual Studio 2010 I build …

visual-studio-2010 boost linker-errors dynamic-linking boost-build
BoostBuild: patchlevel.h does not exist

I'm trying to compile a C++ project using bjam on Ubuntu 11.04. I keep getting the following error: ../../libraries/boost_1_44_0/boost/…

python boost boost-build
How to build Boost 1.55 with Visual Studio 2013?

I'm trying to build Boost 1.55 with Visual Studio 2013. 1) I tried to use boost-binaries (boost-binaries), but Visual Studio wrote about the …

c++ boost visual-studio-2013 linker-errors boost-build
Using Boost in android ndk with windows

I am trying to use boost library with Android ndk in Eclipse with Windows. I tried to follow this tutorial …

android c++ boost android-ndk boost-build
What exactly does `threading=multi` do when compiling boost?

I am not entirely sure what exactly the threading=multi flag does when building boost. The documentation says: Causes the …

c++ windows multithreading boost boost-build
Change boost.build jamfile for C++11 support?

I have been using boost.build or b2 for building a project. I am trying to add C++11 contructs like …

c++11 bjam boost-build
Not able to find user_config.jam while installing boost libraries

I'm trying to compile a Kinect v2 point cloud example created by someone else, on windows 8.1. This Visual studio example …

boost boost-build