> Looks like it could be an issue with spaces in the path. Have you tried
somewhere without spaces?Yes I tried copying the folder to the drive root then running bootstrap again same issue.
It's strange since the above command does not have anything with spaces. Joshua, could you go toand run
C:\Users\My Name\Code\boost_1_55_0\tools\build\v2\engine
.\bootstrap\jam0 -f build.jam --toolset=vc11 -nthere and send the output?
"--toolset-root=C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\..\..\VC\ "
- VolodyaWhen I ran the jam0 executable directly it finishes without issue....found 159 targets......updating 3 targets...[MKDIR] bin.ntx86md "bin.ntx86"[COMPILE] bin.ntx86\b2.exe"cl" "/Fdbin.ntx86/" "/Fobin.ntx86/" /Febin.ntx86\b2.exe "-DNDEBUG" "-DOPT_HEADER_CACHE_EXT" "-DOPT_GRAPH_DEBUG_EXT" "-DOPT_SEMAPHORE" "-DOPT_AT_FILES" "-DOPT_DEBUG_PROFILE" "-DOPT_FIX_TARGET_VARIABLES_EXT" "-DOPT_IMPROVED_PATIENCE_EXT" "-DNT" "-DYYSTACKSIZE=5000" "/nologo" "/GL" "/MT" "/O2" "/Ob2" "/Gy" "/GF" "/GA" "/wd4996" "command.c" "compile.c" "constants.c" "debug.c" "execcmd.c" "frames.c" "function.c" "glob.c" "hash.c" "hcache.c" "headers.c" "hdrmacro.c" "jam.c" "jambase.c" "jamgram.c" "lists.c" "make.c" "make1.c" "mem.c" "object.c" "option.c" "output.c" "parse.c" "pathsys.c" "regexp.c" "rules.c" "scan.c" "search.c" "subst.c" "w32_getreg.c" "timestamp.c" "variable.c" "modules.c" "strings.c" "filesys.c" "builtins.c" "class.c" "cwd.c" "native.c" "md5.c" "modules\set.c" "modules\path.c" "modules\regex.c" "modules\property-set.c" "modules\sequence.c" "modules\order.c" "execnt.c" "filent.c" "pathnt.c" "kernel32.lib" "advapi32.lib" "user32.lib"[COPY] bin.ntx86\bjam.execopy /Y "bin.ntx86\b2.exe" "bin.ntx86\bjam.exe" >NUL:...updated 3 targets...It seems that will give me the build commands, though it doesn't help me with why the bootstrap process failed. I'll take the minor victory.John