Page 1 of 1

Can't build the new Client API for C++ with boost 1.55.0


Posted: 01 Jul 2014, 16:50
by lynnlynx616
Hi Lapo,
I can't build the v1.1.2 Client API for C++ with boost 1.55.0
 with Windows & VS2010.
When I tried to run the command:
b2 -a toolset=msvc-10.0 threading=multi link=static runtime-link=shared --with-system stage

The error msg is as below.

config-cache.jam: No such file or directory
link.jam: No such file or directory
C:/code/slot/trunk_api_112/Core/BoostAsio/Windows/tools/build/v2\build-system.jam:696: in load
ERROR: rule "config-cache.load" unknown in module "build-system".
C:\code\slot\trunk_api_112\Core\BoostAsio\Windows\tools\build\v2/kernel\modules.jam:289: in import
C:\code\slot\trunk_api_112\Core\BoostAsio\Windows\tools\build\v2/kernel/bootstrap.jam:139: in boost-build
C:\code\slot\trunk_api_112\Core\BoostAsio\Windows\boost-build.jam:17: in module scope
C:/code/slot/trunk_api_112/Core/BoostAsio/Windows/tools/build/v2\build-system.jam:696: in load


Could you give me some advice please!
Thanks a lot.

Lynn

Re: Can't build the new Client API for C++ with boost 1.55.0

Posted: 02 Jul 2014, 23:20
by MBagnati
Hi Lynn,
You can try to download Boost binary from
http://sourceforge.net/projects/boost/f ... es/1.55.0/
Here there are Boost binaries for a wide range of Visual Studio versions.

The download will give you an EXE file.
Run it to get Boost DLLs in your file system

Massimo

Re: Can't build the new Client API for C++ with boost 1.55.0

Posted: 09 Jul 2014, 03:45
by lynnlynx616
I found the binary version by your instruction. Thanks a lot.

Lynn