Opened 5 years ago

Last modified 5 years ago

#13029 new Bugs

Unable to build with VS2015

Reported by: Alexandre Gomes <alexandre.e.gomes@…> Owned by: Vladimir Prus
Milestone: To Be Determined Component: build
Version: Boost 1.64.0 Severity: Problem
Keywords: Cc:

Description

I am unable to build in windows 10 with VS2015.

bootstrap.log follows

Change History (2)

in reply to:  description comment:1 by anonymous, 5 years ago

Replying to Alexandre Gomes <alexandre.e.gomes@…>:

I am unable to build in windows 10 with VS2015.

bootstrap.log follows

unable to annex log file, I copy it here:

###
### Using 'vc14' toolset.
###

D:\boost\boost_1_64_0\tools\build\src\engine>if exist bootstrap rd /S /Q bootstrap 

D:\boost\boost_1_64_0\tools\build\src\engine>md bootstrap 

D:\boost\boost_1_64_0\tools\build\src\engine>cl /nologo /RTC1 /Zi /MTd /Fobootstrap/ /Fdbootstrap/ -DNT -DYYDEBUG -wd4996 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 
command.c
compile.c
constants.c
debug.c
execcmd.c
execnt.c
filent.c
filent.c(488): warning C4477: 'sprintf' : format string '%.*s' requires an argument of type 'int', but variadic argument 1 has type '__int64'
filent.c(488): note: this argument is used as a precision
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
Generating Code...
Compiling...
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
Generating Code...
Compiling...
native.c
set.c
path.c
regex.c
property-set.c
sequence.c
order.c
Generating Code...

D:\boost\boost_1_64_0\tools\build\src\engine>.\bootstrap\jam0 -f build.jam --toolset=vc14 "--toolset-root=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\..\..\VC\ "  clean 
...found 1 target...
...updating 1 target...
...updated 1 target...

D:\boost\boost_1_64_0\tools\build\src\engine>.\bootstrap\jam0 -f build.jam --toolset=vc14 "--toolset-root=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\..\..\VC\ "  
...found 159 targets...
...updating 3 targets...
[MKDIR] bin.ntx86_64
'D:\Users\Alexandre' is not recognized as an internal or external command,
operable program or batch file.

    md "bin.ntx86_64"

...failed [MKDIR] bin.ntx86_64...
...skipped b2.exe for lack of bin.ntx86_64...
...skipped bjam.exe for lack of b2.exe...
...failed updating 1 target...
...skipped 2 targets...

D:\boost\boost_1_64_0\tools\build\src\engine>exit /b 1 

comment:2 by John Maddock, 5 years ago

Component: Nonebuild
Owner: set to Vladimir Prus
Note: See TracTickets for help on using tickets.