Boost logo

Boost-Build :

Subject: Re: [Boost-build] Big trouble trying to build bjam in Windows XP sp3 because of the path and file names with white spaces
From: Estanislao Chapel (Estanislao.Chapel_at_[hidden])
Date: 2008-10-15 13:02:58


The Bjam version is 1.36.0
The problem is that when a path or file name as C:\program files\codegear\rad studio\.....
Or c:\documents and settings\account\local settings\temp are used as arg parameters in Windows xp command mngr the white spaces means a new parameter. So in this case instead of the whole path the exec prog takes C:\program as 1st param files\codegear\rad as the second param an so on.

In my case I get Error E2194: Could not find file 'files\codegear\rad.cpp'

/E

-----Original Message-----
From: boost-build-bounces_at_[hidden] [mailto:boost-build-bounces_at_[hidden]] On Behalf Of Vladimir Prus
Sent: Wednesday, October 15, 2008 6:54 PM
To: Boost.Build developer's and user's list
Subject: Re: [Boost-build] Big trouble trying to build bjam in Windows XP sp3 because of the path and file names with white spaces

On Wednesday 15 October 2008 20:44:25 Estanislao Chapel wrote:
> I'm having big troubles trying to build bjam in Windows XP sp3
> because of the path and file names with white spaces.
> I had to change the build.bat and the path of m TMP environment variable to get rid the problem.
>
> But I believe that's not the intention with the build.
> I use Borland (2007) from CodeGear. The executable is localized under the c:\program files\code gear
> The TMP env var is usually C:\Documents and Setings\myaccount\Local Settings\Temp
>
> As you see those are paths that the Build.jam uses automatically and therefore
> are difficult to change with the " " or ' '
>
> Somebody who knows the right way to solve this problem

You did not say what the problem is. Please specify exactly what error message, or what
misbehaviour you see, and what version of bjam you are using.

- Volodya
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build


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