boost-build Questions
2
I am having issues while building the Boost Library on Ubuntu 16.04 LTS with gcc-8.
Currently I need to build both the Debug and Release built libraries.
Here are the commands I have used to buil...
Scalise asked 22/1, 2019 at 11:5
5
Solved
I'm a student, and I'm trying to write and run some test code for an assignment to check it before I turn it in. What I'm trying to do now is test that my code prevents value semantics properly. In...
Burro asked 29/3, 2012 at 0:47
4
Solved
I've built the x86 Boost libraries many times, but I can't seem to build x64 libraries. I start the "Visual Studio 2005 x64 Cross Tools Command Prompt" and run my usual build:
bjam --toolset=msvc ...
Linet asked 19/11, 2008 at 15:18
5
Solved
I'm trying to build boost on windows 8.1 with Visual Studio 2013 on 64bit system.
b2 toolset="msvc" address-model=64 -s ZLIB_SOURCE=C:\H\M\zlib --build-type=complete stage
Here is full output:
...
Britanybritches asked 7/12, 2014 at 12:18
1
So I'm using a set of boost libraries, but the sheer number of include files makes checking out a clean copy really slow. I'm sure most people who are using boost with svn have noticed this. I goog...
Kiernan asked 17/2, 2015 at 15:49
1
Solved
I am converting a boost-build build system to cmake.
One of the features of boost-build is that you can specify a path to a Jamfile (the equivalent of a CMakeLists.txt file) and all the targets spe...
Fabrizio asked 18/4, 2016 at 18:8
3
Solved
I'm trying to link the shared library of boost thread into my application.
System: Windows8
IDE: Visual Studio 2010
I build the boost library using:
b2 --with-thread --build-type=complete link=...
Samson asked 18/3, 2014 at 8:27
5
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 error, when I tried to compile:
error LNK1104: canno...
Pulpboard asked 19/2, 2014 at 10:50
6
Solved
How to build Boost (I tried version 1.48.0) with Visual Studio C++ 11? bootstrap.bat cannot find toolset vc11. I added toolset vc11 to F:\Programming\boost_1_48_0\tools\build\v2\engine\build.bat bu...
Pierrepierrepont asked 20/11, 2011 at 21:12
6
Solved
I am going crazy...I am currently trying to upgrade boost for my project from 1.44.0 to 1.47.0 on osx snow leopard.- I want to build it with the following command:
./b2 macosx-version=10.6 link=st...
Lacrimator asked 2/8, 2011 at 14:31
1
Solved
I have a whole bunch of working C++ code that I want to write Python bindings for. I'm trying to use Boost.Python since it seems to be the easiest way to get this working, but it isn't cooperating....
Sacramental asked 7/12, 2013 at 4:53
4
Solved
I am not entirely sure what exactly the threading=multi flag does when building boost. The documentation says:
Causes the produced binaries to be thread-safe. This requires proper
support in the...
Kendyl asked 31/12, 2013 at 15:51
2
Solved
I have been using boost.build or b2 for building a project. I am trying to add C++11 contructs like auto and begin but the standard invokation b2 release in the directory with the Jamfile does not ...
Quadrireme asked 26/8, 2013 at 20:44
2
Solved
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/detail/wrap_python.hpp:75:24: fatal error: patchlevel....
Specialistic asked 21/7, 2011 at 20:5
1
Solved
I am trying to use boost library with Android ndk in Eclipse with Windows. I tried to follow this tutorial
I am stuck in the step with "bjam" command in cygwin.
bjam --without-python --without-s...
Dhobi asked 16/7, 2013 at 4:24
1
Solved
I'm trying to build a C++ library on a linux system with constrained memory resources, using G++ 4.6. The library uses Boost heavily.
I've seen various threads here and in other websites regarding...
Codie asked 4/5, 2013 at 7:51
2
I'm trying to set up a Boost.Build .jamroot file for compiling a Qt 4.8 project, but it seems to be ignoring the.ui files and the .cpp files that should be moc:ed. I tried poking around inside qt4....
Venal asked 30/4, 2012 at 12:20
3
Solved
I tried to find out that gd means in boost library name and I only found two other people looking for the same thing.
I suppose it should be a place where this is clearly documented and I would lik...
Thirtytwomo asked 26/4, 2010 at 16:40
3
Solved
I'm currently porting one of my projects to GCC, and I'm using the MinGW-w64 project to accomplish this as I require both x64 and x86 support.
I've hit a problem in setting up my build environment...
Historical asked 9/1, 2012 at 0:13
3
Solved
How to build boost 1.45 universal binaries? on leopard/ snow leopard ?
Corves asked 21/1, 2011 at 5:26
1
Solved
Due to quota restrictions I really need to build a project that I'm working on with all of the temporary files and build products in a separate directory (in my case /tmp/somewhere).
I'm used to d...
Procambium asked 22/6, 2010 at 10:58
1
Solved
I've tried reading the documentation but it is rather impenetrable so I'm hoping someone may have a simple answer. I want to define a new 'variant', based on 'debug', which just adds some macro def...
Immensity asked 26/4, 2010 at 16:30
1
© 2022 - 2024 — McMap. All rights reserved.