Boost logo

Boost-Build :

Subject: Re: [Boost-build] Won't build - Hello example fails
From: Christopher Pisz (cpisz_at_[hidden])
Date: 2011-03-15 09:40:00


On 3/14/2011 1:41 PM, Jürgen Hunold wrote:
> Hi Christopher,
>
> On Monday, 14. March 2011 19:26:28 Christopher Pisz wrote:
>> On 3/14/2011 12:45 PM, Vladimir Prus wrote:
>>> On Monday, March 14, 2011 19:57:03 Christopher Pisz wrote:
>
>>>> I can't figure out how or where from it is getting the path
>>>> 'C:\DOCUME~1\cpisz\Local', but obviously it is not interpreting the
>>>> space in "local settings" as part of the path. When I look at the build
>>>> log on my peer's machines, they have a path of the
>>>> "C:\DOCUME~1\user\LOCALSE~1" type. They have the ~1 and double quotes
>>>> while I don't. Where is this path coming from?
>
> Interesting question indeed.
>
>>>> My output looks like this:
>>> What is the value of TMP and TEMP environment varibles?
>>>
>>> - Volodya
>>
>> Both are set to C:\Windows\Temp
>
> Can you please run bjam --debug-configuration and attach the log? This should
> give more information.
>
> Yours,
>
> Jürgen

Setting environment for using Microsoft Visual Studio 2010 x86 tools.
###
### Using 'vc10' toolset.
###

C:\Perforce\TSS\vendor\boost\tools\jam\src>rd /S /Q bootstrap

C:\Perforce\TSS\vendor\boost\tools\jam\src>md bootstrap

C:\Perforce\TSS\vendor\boost\tools\jam\src>cl /nologo /RTC1 /Zi /MTd
/Fobootstrap/ /Fdbootstrap/ -DNT -DYYDEBUG -wd4996 kernel32.lib
advapi32.lib user32.lib /Febootstrap\jam0 command.c compile.c debug.c
execnt.c expand.c filent.c glob.c hash.c hdrmacro.c headers.c jam.c
jambase.c jamgram.c lists.c make.c make1.c newstr.c option.c output.c
parse.c pathunix.c regexp.c rules.c scan.c search.c subst.c timestamp.c
variable.c modules.c strings.c filesys.c builtins.c pwd.c class.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
debug.c
execnt.c
expand.c
filent.c
glob.c
hash.c
hdrmacro.c
headers.c
jam.c
jambase.c
jamgram.c
lists.c
make.c
make1.c
newstr.c
option.c
output.c
parse.c
Generating Code...
Compiling...
pathunix.c
regexp.c
rules.c
scan.c
search.c
subst.c
timestamp.c
variable.c
modules.c
strings.c
filesys.c
builtins.c
pwd.c
class.c
w32_getreg.c
native.c
set.c
path.c
regex.c
property-set.c
Generating Code...
Compiling...
sequence.c
order.c
Generating Code...
Microsoft (R) Incremental Linker Version 10.00.30319.01
Copyright (C) Microsoft Corporation. All rights reserved.

LINK : fatal error LNK1104: cannot open file 'C:\DOCUME~1\cpisz\Local'


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk