13 Jun
2002
13 Jun
'02
3:19 p.m.
"juxtaposenj"
Is there any way to force boost to build using VC7 and STLPort? I tried the obvious (settings TOOLS=msvc-stlport, and setting MSVC_DIR=<path to VC7>), but I got a ton of compiler errors that way.
I think you just need to follow directions more carefully. No toolset responds to MSVC_DIR. See http://www.boost.org/tools/build/msvc-tools.html#configuration and http://www.boost.org/tools/build/msvc-stlport-tools.html One other suggestion: Try starting with just the msvc toolset, to make sure you have the configuration for that right. Then, if you want to use msvc-stlport, add the additional configuration for that. -Dave