|
Boost-Build : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-03-27 07:48:27
bjorn.karlsson_at_[hidden] wrote:
> > From: Vladimir Prus [mailto:ghost_at_[hidden]]
> > If anybody has the time now, I attach the modified 'pwd.c'
> > (which might not
> > compile, since I could not even try that).
>
> It seems to work as expected (although my understanding of what's expected
> might not be correct...). To make it work out-of-the-box, we need to add a
> #define for INVALID_FILE_ATTRIBUTES, which is missing if the Platform SDK
> include files aren't available. Adding the code below should be sufficient:
>
> #ifndef INVALID_FILE_ATTRIBUTES
> #define INVALID_FILE_ATTRIBUTES ((DWORD)-1)
> #endif
>
> I've successfully built bjam.exe using your pwd.c with the modification
> above, and running pwd.py expands the path as expected.
Bjorn,
that's my experience, as well -- just tested under borland. I think it's good
idea to commit this version.
OTOH, I still don't know what's up with stage.py -- the test which failure
prompted this workaround --- since I can't access mvsc box. Bjorn, if you
have msvc installed and configured in user-config.jam (i.e. has
using msvc : 6.5 ;
line there), could you run "stage.py" and report the result?
Thanks,
Volodya
>
>
>
>
> To unsubscribe from this group, send an email to:
> jamboost-unsubscribe_at_[hidden]
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
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