Tagged Questions
The boost-build tag has no wiki summary.
10
votes
1answer
7k views
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 Studio 2005 x64 Cross Tools Command Prompt" and run my usual build:
bjam --toolset=msvc ...
6
votes
1answer
281 views
Boost compiling with MSVC 11
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 but ...
5
votes
2answers
1k views
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 for the same thing.
I suppose it should be a place where this is clearly documented and I would like ...
4
votes
3answers
165 views
C++ Build Environment using MinGW-w64 and Boost.Build
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 ...
3
votes
2answers
394 views
Boost-Build: Building windows executable from linux
I have a c++ codebase that I need to build both windows and unix versions of. It is important that the windows executable work without cygwin or similar installed. Oh, and I'm trying to achieve this ...
3
votes
1answer
218 views
Compiling boost on Sunos
I have just started with using boost libraries.
For one of our projects i want to compile Boost 1.39.0 on Sun OS using sun compiler. However if i compile it using steps mentioned in ...
3
votes
1answer
483 views
Boost.Build conditional library compilation per-project
I have C++ project that are built using Boost.Build. The project consists of 3 subprojects.
. [root]
\-- source
\-- common
\-- config
\-- config.cpp
...
3
votes
2answers
721 views
boost build site-config.jam on gentoo
I am using boost build in my project and now i want to use boost date_time. I've googled and found that it should (probably) be used this way:
exe test : test.cpp /boost/date_time//date_time ;
but ...
2
votes
2answers
176 views
Link to OS X framework with boost build
How do I link to an OS X framework using boost build? I have tried the following (in Jamroot):
frameworks_directory = "/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/" ;
lib CoreFoundation
...
2
votes
1answer
43 views
rule to get bjam's callstack or why am I registering 2 identic generators
Is there a rule that returns the current call in bjam ?
I know if you call "bjam.exe -d+10 ..." it will print you the callstack but your own ECHO's not.
What I intend to do is print the callstack in ...
2
votes
2answers
2k views
Building basic Boost applications with bjam
I can find tons of general purpose documentation on Boost.Build, but surprisingly nothing on how to use it to build simple Boost applications.
I compiled Boost for mingw with bjam, got all the ...
2
votes
2answers
426 views
Is there any way to prevent Boost.Build from recursively scanning header files for #include directives?
Is there a way to limit the header files that Boost.Build recursively scans for #include directives to a particular directory or set of directories? I.e. I'd like it to recursively scan the header ...
2
votes
2answers
124 views
How can I work with filenames with spaces in bjam?
I need to describe an external library in a Jamfile. The location of the library is held in an environment variable.
set EX_LIB_PATH=C:\Program Files\Ext
Here is the snippet from the Jamfile:
...
1
vote
1answer
622 views
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/detail/wrap_python.hpp:75:24: fatal error: patchlevel.h: ...
1
vote
1answer
54 views
Building custom boost librares
Isn't there an easy way to select the source files and build them with all multithreading options (/MT, /MTd, /MD, /MDd) for MSVC v.8?
I've seen this command,
C:\Program Files\boost\boost_1_46_1> ...
1
vote
1answer
118 views
Automatically including object files using Boost.build
I'm using the latest version of boost-build found in boost 1.46. Given main.cpp which depends on a.h and b.h, using the boost-build's ability to auto-detect dependencies my jam file is simply
exe ...
1
vote
4answers
767 views
How to build boost 1.45 universal binaries?
How to build boost 1.45 universal binaries? on leopard/ snow leopard ?
1
vote
1answer
258 views
Using Boost.build to include a library
I am using boost.build to compile a c++ code which references a library, CGNS, but am having some difficulty with using boost.build to do so. CGNS compiles to a library, with a folder for the ...
1
vote
1answer
66 views
Is it possible to do an out-of-source build with bjam?
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 ...
1
vote
0answers
150 views
How to write rule for ICU genrb and pkgdata for boost-build?
jamroot.jam
rule genrb ( sources + : requirements * ) # create *.res files in binary directory
{
local result ;
for local r in $(sources)
{
res $(r:B) : $(r) ;
}
}
res.jam
...
1
vote
1answer
736 views
how to create a new variant in bjam
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 ...
1
vote
1answer
664 views
Linking to boost_filesystem in a bjam-based project
I'm trying to set up Boost.Build for my own project, which references libboost_filesystem.
When I run
bjam release avg_asp
I get the following output:
andreas@rodin:~/src/libdoas/src/tools$ bjam ...
1
vote
1answer
1k views
Building and using shared libraries with bjam
Using bjam on ubuntu, I am building a c++ shared library and trying to use it in an executable. I have to build as shared since it wont link as static (lots of undefined references arise). Thats fine.
...
1
vote
1answer
449 views
change command used by bjam when installing C++ boost library
I am trying to make the installation of boost library a little bit slower. So I add this in /etc/site-config.jam
using gcc ; ; "sleep 10; g++" ;
However, it gives this error:
$ ./bjam install
...
1
vote
1answer
922 views
Problem with linking against libexpat in Boost Build - for building graphml
On my system, expat is located at
/usr/include/expat.h
/usr/include/expat_external.h
/usr/lib/libexpat.1.5.0.dylib
/usr/lib/libexpat.1.dylib
/usr/lib/libexpat.dylib
/usr/lib/libexpat.la
So I ...
0
votes
0answers
13 views
How do I import a path-constant or constant from a non-parent Jamfile?
I have a Jamfile hierarchy like:
data/reader/vendor/Jamfile
utility/api/vendor/Jamfile
I want to access variables declared in utility/api/vendor/Jamfile from data/reader/vendor/Jamfile.
How can I ...
0
votes
1answer
70 views
boost build: disable -Weffc++ per module
I use boost build for a large project that is divided into different subprojects.
Here the jamroot file:
project
: requirements
<variant>debug:<define>DEBUG
...
0
votes
0answers
31 views
Boost DYN_LNK vs. USE_DLL vs. USE_LIB
What is the difference between the following defines:
#define BOOST_REGEX_DYN_LNK
#define BOOST_REGEX_USE_DLL
#define BOOST_REGEX_USE_LIB
(regex was chosen arbitrarily)?
Which of them auto-link ...
0
votes
1answer
52 views
Error while linking program to boost thread library
I had to build boost library for threading. So I gave the command
./bootstrap.sh
in the boost_1_46_1 directory. Then
bjam --toolset=gcc --build-type=complete --with-thread link=static stage
...
0
votes
1answer
176 views
Is it possible to install the debug and release variant of a library with same command?
I am using the following Jamfile ( in directory /home/morpheus/base/CDef ) :
lib CDef : [ glob *.cpp ] : static ;
install libCDef
: CDef
: LIB
"/home/morpheus/base_install/lib"
: release
;
...
0
votes
2answers
453 views
How could I change boost release variant to use cxxflags=-O2?
On my machine cxxflags for variant=release is -O3 by default.
I need to change it to -O2.
Please advise how to proceed.
I am fine with defining a new variant as well, if someone could advise me on ...
0
votes
1answer
207 views
bjam glob 'exclude pattern' question
According to the docs, bjam's glob operator accepts a 2nd argument which specifies a pattern to exclude, like so:
[ glob pattern : exclude ]
However bjam gives me an error complaining about the ...
0
votes
2answers
309 views
Boost::Python: Passing custom arguments to gcc when building python-extension
I need to pass -Wl,-rpath,\$$ORIGIN/lib/ to g++'s linker (reason). Is there a way to pass this argument in Jamroot file?
0
votes
2answers
732 views
Debugging with Code Blocks and a custom make (Boost.Build)
I've been using Code::Blocks with MinGW on a WinXP box for a while now. But since I started using Boost.Build as "custom build tool" I'm having trouble setting break points from Code::Blocks. When I ...
0
votes
1answer
1k views
simple install using bjam
I'm a boost.build newby and while bjam is quite easy to use for most compiling tasks and I didn't figured out how to do something that should be really simple : installing my application in the ...