|
Boost-Build : |
From: sbaranov2 (sbaranov_at_[hidden])
Date: 2005-01-26 14:52:45
--- In jamboost_at_[hidden], Vladimir Prus <ghost_at_c...> wrote:
> On Thursday 20 January 2005 13:52, Toon Knapen wrote:
> > When working on windows, I again hit a problem with spaces in my
include
> > path. So I wonder if I'm using the right syntax.
>
> IIRC, you've raised this issue previously. I've suggested a patch
which fixed
> the thing for your, but then forgot to commit it. I've did that
now, so the
> error should be gone.
Here's the situation that I'm trying on Windows:
import modules ;
local XDK = [ modules.peek : XDK ] ;
project : requirements <include>"$(XDK)/Xbox/Include" ;
Where XDK environment variable is set to "C:\Program Files\Microsoft
Xbox SDK", this generates this swarm of include paths:
-I"C:\Program\Xbox\Include"
-I"Files\Microsoft\Xbox\Include"
-I"SDK\Xbox\Include"
-I"Xbox\Xbox\Include"
First off, am I doing this corectly? If yes, then will this patch
help my set up, and what's the easiest way to get the patch? Thanks!
Stanislav
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