Iv'e been at it for hours now and can't find a straight answer anywhere. After unpacking the boost zip contents into the directory (placed it in C:\Program Files\boost_1_55_0), I started up the command prompt and tried compiling the batch (bootsrap.bat), as instructed. Failed.
The message returns:
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.
The bootstrap.log reads:
###
### Using 'msvc' toolset.
###
C:\Program Files\boost_1_55_0\tools\build\v2\engine>if exist bootstrap rd /S /Q
bootstrap
C:\Program Files\boost_1_55_0\tools\build\v2\engine>md bootstrap
C:\Program Files\boost_1_55_0\tools\build\v2\engine>cl /nologo /GZ /Zi /MLd
/Fobootstrap/
/Fdbootstrap/ -DNT -DYYDEBUG kernel32.lib advapi32.lib user32.lib
/Febootstrap\jam0
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
Any ideas???? Thank you, in advance, for your time and effort.