Boost logo

Boost Users :

From: David Abrahams (yg-boost-users_at_[hidden])
Date: 2002-09-06 16:56:15


"David Resnick" <dresnick_at_[hidden]> wrote in message
news:DDE1CEBCDCEE614EA25D40FCE8EDD6BD0C48F6_at_msmail.mobilespear.com...
> I've fixed the problem, here's my solution in case anyone else needs it:
>
>
> The problem didn't have to do with the Platform SDK in the end.
>
> The configuration that I'm using is MSVC6 SP3 on Windows 2000.
>
> The fix was to add :
>
> flags msvc-stlport DEFINES : _NTOS_=1 ;
>
> to the "special flags for STLport 4.0" block in
> tools\build\msvc-stlport-tools.jam (line 117, for example).

Is that #define needed by STLPort, or is specific to the code you're trying
to compile?
If it's the former, we should patch the toolset.
Please respond to jamboost_at_[hidden]

> I have a question for jam experts: How can I set this define (_NTOS_=1)
> from the command line?

bjam -sBUILD="<stlport-iostream>on <define>_NTOS_=1" ...

-----------------------------------------------------------
           David Abrahams * Boost Consulting
dave_at_[hidden] * http://www.boost-consulting.com


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net