Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-11-11 11:03:28


Hi Johannes,

> now I'm at the beginning:
>
> bjam msvc debug
> ...patience...
> ...patience...
> ...patience...
> ...found 7300 targets...
> ...updating 2490 targets...
> msvc.compile.c++ actions too long (max 2047):
>
> call "C:\Programme\Microsoft Visual Studio .NET
> 2003\Vc7\bin\vcvars32.bat" > nul cl /Zm800 -nologo -TP /Z7 /Od /Ob0 /EHsc
> /GR /MDd -I"Comp\Boost" -I"Comp\Sisl\inc" -I"Comp\Zinc\znc\inc"
> -I"XCADdy\COMLibs1.0\CADdy\inc" -I"XCADdy\COMLibs1.0\CADdyCOMHelper\inc"

Wow, includes alone are too long too. I think we've pretty close: remove
-I$(INCLUDES) from msvc.compile.c++ and change common.response-file to have

print.text
[ on $(targets[1])
return -D$(DEFINES) -I"$(INCLUDES)"
] ;

instead of

print.text
[ on $(targets[1])
return -D$(DEFINES)
] ;

- Volodya

 


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