I strictly followed boost
Getting Started on Windows
but when I tried to install boost using command b2 . I got the following error messages:
D:\boost_1_63_0>C:\boost\bin\b2.exe --build-dir=C:\boost toolset=msvc --build-type=complete stage
boostcpp.jam: No such file or directory
Jamroot:137: in modules.load
ERROR: rule "boostcpp.set-version" unknown in module "Jamfile<D:\boost_1_63_0>".
D:/boost_1_63_0/tools/build/src/build\project.jam:325: in load-jamfile
D:/boost_1_63_0/tools/build/src/build\project.jam:64: in load
D:/boost_1_63_0/tools/build/src/build\project.jam:145: in project.find
D:/boost_1_63_0/tools/build/src\build-system.jam:535: in load
D:\boost_1_63_0\tools\build\src/kernel\modules.jam:295: in import
D:\boost_1_63_0\tools\build\src/kernel/bootstrap.jam:139: in boost-build
D:\boost_1_63_0\boost-build.jam:17: in module scope
D:\boost_1_63_0>
Did anybody meet this issue as well?
Most of the time, I work under Linux, which seems to be more convenient....
Cheers
--