bjam
bjam can't find the boost libraries
I\'ve built boost from source because I need the latest version to build pyopencv with. That all went fine.[详细]
2023-04-10 15:43 分类:问答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_US开发者_JS百科E_DLL[详细]
2023-04-01 04:11 分类:问答ar command line length
I have an extremely long command line given to ar (android ar exactly) by bjam,开发者_如何转开发 and ar just corrupts a file path and complains that file does not exist.[详细]
2023-03-30 02:18 分类:问答Building a subset of boost libraries
I\'m trying to build only a subset of boost libraries. For example, I have this code: test.cpp: #include <boost/thread.hpp>[详细]
2023-03-28 09:34 分类:问答Add to include path ( -I ) in Jamroot
I have a boost iostreams based project and executing export CPATH=/apps/bzip2/include/ before bjam link=static works. Is there a way to set this in the Jamroot :[详细]
2023-03-26 18:18 分类:问答Making BJAM 1.33.1 in boost compile with Microsoft Visual Studio 8
When trying to build a boost 1.33.1 library with bjam, I keep getting thousands of errors with command similar to this:[详细]
2023-03-23 21:21 分类:问答Help with boost.log and boost.build (bjam) alias, building and including in target
I have built boost.log from SVN repo (trunk, rev 601), and am trying to include it in an executable. The lib is usable from VS2008, but not bjam.[详细]
2023-03-09 05:17 分类:问答how to add a new compiler switch in bjam
I need to compile a library in managed c++ and looking into msvc.jam, I cannot find any feature that would add the /clr switch to my compile flags.[详细]
2023-03-02 10:08 分类:问答How to compile Boost.Process library?
So there is Boost.Process 2006, Boost.Process 2008 and most recent Boost.Process seems like 2009 by looking at sources)开发者_如何学运维 I need some kind of step by step guidance on how to compile tha[详细]
2023-02-28 03:53 分类:问答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.[详细]
2023-02-18 23:17 分类:问答