I am so frustrated installing boost. Yes, I did read tons of materials on the web, including the original (boost) guidelines and many similar topics on StackExchange, but it did not help. Making long story short:
- I have VS2015 (community version)
- boost_1_62_0 (downloaded)
- minGW (just in case)
As normally advised, I launched the Developers Command Prompt (in order to have MS Visual Studio started) and the result was:
C:\Users\Arnold\Desktop\boost_1_62_0>bootstrap.bat
Building Boost.Build engine
'cl' is not recognized as an internal or external command,
operable program or batch file.
Failed to build Boost.Build engine.
Please consult bootstrap.log for further diagnostics.
You can try to obtain a prebuilt binary from
http://sf.net/project/showfiles.php?group_id=7586&package_id=72941
Also, you can file an issue at http://svn.boost.org
Please attach bootstrap.log in that case.
Basically, it means that system cannot find a compiler. I tried to run with 'gcc' added in regular root cmd (".\bootstrap.bat gcc"), but got the same result.
My bootstrap.log file is:
###
### Using 'gcc' toolset.
###
C:\Users\Arnold\Desktop\boost_1_62_0\tools\build\src\engine>if exist bootstrap rd /S /Q bootstrap
C:\Users\Arnold\Desktop\boost_1_62_0\tools\build\src\engine>md bootstrap
C:\Users\Arnold\Desktop\boost_1_62_0\tools\build\src\engine>gcc -DNT -o bootstrap\jam0.exe command.c compile.c constants.c debug.c execcmd.c execnt.c filent.c frames.c function.c glob.c hash.c hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c object.c option.c output.c parse.c pathnt.c pathsys.c regexp.c rules.c scan.c search.c subst.c timestamp.c variable.c modules.c strings.c filesys.c builtins.c md5.c class.c cwd.c w32_getreg.c native.c modules/set.c modules/path.c modules/regex.c modules/property-set.c modules/sequence.c modules/order.c
Is using VS2015 a better idea? Any clues?
UPD
Content of my C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin: