bjam is the old name of the engine used by Boost.Build The new name is b2

learn more… | top users | synonyms

0
votes
0answers
26 views

How to build Boost Log examples?

In the directory "boost-log-2.0\libs\log\example\event_log", there is main.cpp and the other two files event_log_messages.mc and Jamfile.v2. The main.cpp is including a .h file called ...
0
votes
1answer
55 views

How to specify linker dependencies in boost.build Jamroot

When I try to compile an exec with b2 toolset=clang it uses a linking command like : clang++ -L/apps/bzip2/lib -L/apps/zlib/lib -o fixfast/bin/clang-linux-3.3/release/link-static/fixfast-mds_MCAST ...
0
votes
0answers
68 views

(boost) cannot open file 'boost_python-vc100-mt-gd-1_53.lib'

So, I downloaded boost_1_53_0, and ran bjam. After linking the "libraries" and the "includes" as per the preamble, I ran my Visual C++ solution and i get the following error LINK : fatal error ...
0
votes
0answers
48 views

Linker error when building Boost.Python from source

Since I need the Boost.Python library linked with Python 3.3., I am trying to build it from source as described here, using the bjam command. The following error stops me: cls ...
0
votes
0answers
35 views

Should Boost Bjam/b2 fail when darwin.jam's macosx-version-min is set to a SDK version not installed on my machine?

I am building some C++ Boost libs (test library) for iOS. I would like set the b2's macosx-version-min option to a SDK version not installed on my machine (eg: macosx-version-min = 4.3 while only SDK ...
1
vote
0answers
145 views

Error compiling Boost.Python quickstart

I've been trying to compile the Boost.Python 'quickstart' ($BOOST_PATH\libs\python\examples\quickstart) examples and have run into an issue. First, my environment: OS: Windows 7 Ultimate 64 bit ...
0
votes
0answers
37 views

bjam2 builds failing under cygwin 1.7.17 that were succeeding under earlier versions

I have a pieces of software with several external dependencies including Boost 1.43. The whole software tree was building with no problems until I upgraded to Cygwin 1.7.17 last week. Now it fails ...
1
vote
0answers
1k views

fatal error LNK1104: cannot open file 'libboost_date_time-vc100-mt-gd-1_53.lib' - file ignored, no matter what i link

I have just bjamed boost and it seems like its still gonna refuse to work (I alread have tried and given up to make this library). What I did was, that I launched bjam.exe and I linked: include ...
1
vote
1answer
99 views

boost LNK2019 error

I read through the boost documentation using the '5.3.4 Invoke b2' and followed up with forum threads that explained details of linking the boost library to the header and linker directories, in the ...
0
votes
0answers
55 views

Errors when trying to build boost library system

I was under the impression that if I just put the files required for the library system into my directory with b2.exe and run b2 toolset=gcc release it's supposed to see the jamfile in it's working ...
1
vote
1answer
109 views

error during boost 1.53.0 installation

I'm following the steps at http://www.boost.org/doc/libs/1_53_0/doc/html/bbv2/installation.html, but I get the following error in step 3 ./b2 install --prefix=PATH-TO-PREFIX import error: length of ...
0
votes
0answers
93 views

Multiple definition error compiling C++ project

I'm trying to compile this C++ project on my development system and I am getting the following error. z3@z3-desktop:~/Projects/DVRY/Software/core_video_server$ bjam release -j4 target-os=linux ...
0
votes
0answers
77 views

What is bjam executing before it enters Jamroot file?

I am trying to compile this project using bjam, but it hasn't been doing what I would expect it to do. Basically, what's happening is that I have this project that includes libraries from this Z3 SDK. ...
1
vote
1answer
408 views

Boost: Bootstrap.bat compilation failure to build bjam

I would like to use the Boost Filesystem library. I am using CodeBolcks for development on Windows. I am following the "Getting Started on Windows". ...
0
votes
1answer
161 views

Setting up Boost on Windows with CodeBlocks

I would like to use the Boost Filesystem library, and I am trying to install Boost on my Windows machine. I am using CodeBolcks for development. I made the following: 1) I downloaded and extracted ...
0
votes
0answers
39 views

boostpro version 1.51 and missing bjam.exe

I have to assume that the latest version of boost(pro) that I have obtained (version 1.51) doesn't require the bjam.exe executable to build the libs? The folders are not there ...
1
vote
0answers
104 views

Building boost - bjam cannot find g++

so I decided to install another library, yet again, official documentation does not work for me. Just like the others. I'm trying to build boost for this environment: Windows 7 MinGW compiler ...
1
vote
0answers
79 views

Portable compile parameters of a Jamfile

Here is a Jamfile that I currently use to build a test. exe file_test : file_test.cpp ../src/file.hpp ../src//file : <cxxflags>--std=c++11 : <linkflags>-ltag ...
1
vote
0answers
35 views

Boost DLL naming - Custom 'layouts'

Having read this question, is there any way to specify a custom DLL naming layout when building boost? It'd be nice if you could use some short of magic-variable naming format like ...
0
votes
1answer
272 views

Boost Python hello example gives errors .

I have been trying to get Boost.Python running . I am following the steps mentioned here http://www.boost.org/doc/libs/1_50_0/libs/python/doc/tutorial/doc/html/python/hello.html . However when i try ...
1
vote
1answer
157 views

Boost.Python installation failing with bjam errors

I have been struggling to get Boost.Python running . i am following the steps mentioned in http://www.boost.org/doc/libs/1_41_0/libs/python/doc/building.html . I followed section 3.1 step 2 . Bjam ...
0
votes
0answers
62 views

Command line potions for Boost Cross compilation

I'm modifying user-config.jam as specified at http://www.boost.org/boost-build2/doc/html/bbv2/tasks/crosscompile.html to cross compile the Boost libraries. Can I specify these parameters from the ...
1
vote
0answers
109 views

Does bjam's cxxflags option remove trailing minus signs?

I'm trying to pass a Visual-C++ compiler option /Zc:wchar_t- (note trailing minus to switch it off) to bjam, boost's build tool like so: bjam --build-type=complete runtime-link=shared variant=debug ...
1
vote
1answer
66 views

Using clangs scan-build with bjam and Boost.Build

Is it possible to use clangs static analyser scan-build in combination with bjam and Boost.Build? I tried to run scan-build bjam which does not work. scan-build reports that the reporting directory ...
1
vote
1answer
122 views

bjam, how to find boost build

I have two boost directories on my machine. One in /usr/ and one in /home/user/boost. How can I tell bjam to use only my local version in /home/user/boost. I have already set BOOST_ROOT to point to ...
0
votes
0answers
47 views

boost build with generated code

I am trying to automatically build protobuf and then a library of the .cc file using boost bjam. Ideally, I like to have this code in my project bjam file: lib bar : bar.proto ; exec foo : foo.cpp ...
1
vote
1answer
345 views

Boost.Python | Symbol in .so file but I get ImportError: undefined symbol

I'm using Boost.Python to embed C++ code in my Python app. The module builds fine with a few warnings. When I import the module in Python I get this error: ImportError: .../cdtm_ext.so: undefined ...
0
votes
0answers
138 views

Boost.Build Jamfile not using site-config?

I'm trying to build this c++ project but one of the subdirectory Jamfiles seems not to be getting the boost include path from the site-config file. If I modify this one Jamfile to manually specify the ...
0
votes
0answers
96 views

building documentation for boost-log

I am somehow stuck. I would like to build the latest beta version of boost-log. So I symlinked the boost/log and libs/log directories into the boost 1.51 tree and was able to successfully build all ...
1
vote
0answers
99 views

Building Boost in Release mode with Asserts

This seems to be a really hard thing to google for based on all the keywords in the question. When building boost with bjam / b2, how do I get a fully-optimised release build but with asserts ...
0
votes
0answers
44 views

boost jam: avoid toolset and variant in the build path

when using boost jam to build a c++ project, the executable/library is in a path like BUILD-DIR/SUBDIR/gcc-4.7.2/debug/EXEC_NAME is there a way in the config file to get rid of the gcc-4.7.2/debug ...
0
votes
1answer
120 views

Boost jam, using absolute paths for dependencies

I have a jam file hierarchy as follows: Jamroot: lib foo : <file>/SOME/RANDOM/FILE ; build-project p1 ; build-project p2 ; Jamfile in p1: lib bar : bar.cpp Jamfile in p2: lib bar2 : ...
0
votes
1answer
108 views

BOOST- BJAM SETTING PATH FOR VC++ 6 IDE [closed]

Recently I build BOOST release 1_34_1 for VC6 with the latest bjam (boost-build-2.0-m12) (I have just downloaded souce and run bjam , no changes made anywhere ) i used following command bjam ...
0
votes
1answer
237 views

Unable to determine lua include directory

I am trying to install Luabind in my Windows 8 RP. This is what I have done so far. My Visual Studio is 2012 RC version. I have installed LuaforWindows 5.1.4 I have downloaded luabind-0.9.1 I have ...
1
vote
1answer
188 views

Boost.Build link against boost libraries

I am trying to link against boost libraries from Jamfile: import os ; path-constant BOOST_ROOT : [ os.environ BOOST_ROOT ] ; use-project /boost : $(BOOST_ROOT) ; exe hello : hello.cpp ...
0
votes
1answer
116 views

Boost wave - building with MSVC 64 bit

I need a dynamically linkable build of some boost libraries, and wave is one of them. When using the b2.exe command line tool, some libraries won't build (among them is wave). This is what I used for ...
3
votes
1answer
628 views

Understanding bjam's targets, and how to specify new ones?

I'm having problems understanding how to specify and invoke targets with bjam. By this, I mean that I want to provide bjam with command-line targets to build (from a Makefile actually) that correspond ...
1
vote
1answer
97 views

Using bjam's pythonpath feature

I have a Jamfile that I am using with Boost.Python to wrap some C++ classes. I have the Jamfile automatically running a python script and loading the extension as a post-compile step: rule run-test ( ...
1
vote
2answers
131 views

How do I get bjam to detect my Python installation on Windows?

I am inheriting a project that uses bjam and boost-python to build some Python modules written in C++. The Jamroot previously contained: constant PYTHON_ROOT : C:/Python26 ; using python : 2.6 : ...
2
votes
1answer
126 views

Boost's bjam is running tests before the build has finished

I have a fairly simple Boost.Python extension that I am building with bjam. The problem is that the order that things happen in doesn't make sense to me, and I can't see how to fix it. My project ...
2
votes
1answer
361 views

Error building Boost 1.50 with bjam on MSVC 2010

Building Boost 1.50 with bjam on MSVC 2010 I'm trying to build the latest Boost (1.50) using MSVC 2010. I have MSVC 2003 and 2008 installed on the same machine (Windows Vista), and have successfully ...
0
votes
1answer
214 views

boost-build/bjam constant for path to Jamroot

Is there a way to get the location of the Jamroot file, for use as a constant in another Jamfile in the project? Right now, I have this kludge in my Jamroot: constant HOME : [ os.environ HOME ] ; ...
0
votes
1answer
135 views

Compile boost under win xp with gcc

I'm trying to compile the boost 1.49 using bjam.exe. I found the commandline: bjam.exe toolset=gcc variant=release threading=multi link=static boost_thread but it throws some errors: warning: ...
1
vote
1answer
27 views

bjam acting weird?

I thought the output of this code would be Hello World 1 Hello World 2 3 But I get Hello World 1 Hello World 2 Hello World 3 Here's the jam code rule weird ( a : b + : c * : d ? ) { echo ...
0
votes
1answer
221 views

How to compile cpp file as objective-c++ based on toolset using Jamfile?

I have a Jamfile and one of the C++ sources MUST be compiled as Objective-C++ on darwin only. How I can make this example Jamfile compile file2 as Objective-C++ on darwin only? Please note that using ...
1
vote
3answers
548 views

Building Boost for Ogre 64 bit

Needing to add the 64 bit version of the Ogre graphics engine (latest at the time of writing this post, i.e. 1.8.0), I've followed their hints and opened a visual c++ x64 command prompt and typed ...
0
votes
1answer
199 views

Why CPPUNIT_ASSERT_MESSAGE causes errors with OpenMP?

Operational system = Ubuntu. bjam usage = TRUE. I want to optimize my unit testing system with help of OpenMP. bjam script file: lib my_lib : [ glob sources/*.cpp ] : ...
0
votes
0answers
71 views

Want ot change linker using Bjam for gcc

I want to change the linker from /usr/bin/ld to something else using bjam. I see lots of options on how to change gcc which I'm doing and that has worked for me. But now I need to change the linker. ...
0
votes
0answers
22 views

What should I do to get “online” information from my unit-test during it's work?

I perform unit testing of my project. I use boost library + bjam + Ubuntu OS. I have alike Jamfile: lib my_lib : [ glob sources/*.cpp ] : <link>static ; ... ...
2
votes
1answer
814 views

Build with Boost.build and link against boost

As I am starting a project with boost lib, it seems my set-up isn't working : main.cpp : #include <boost/asio.hpp> int main(int argc, char* argv[]) { boost::asio::io_service io_service_; ...

1 2 3