Boost logo

Boost Testing :

From: Rene Rivera (grafik.list_at_[hidden])
Date: 2005-01-11 11:30:18


Stephen W. Carson wrote:

> Alright, here is that section now:

Except this removes the "-iso_templates on". So just wrapping the
runtime section is better..

>>> if $(cw-version) in 8.0 9.0
> {
> # Use latest ISO conforming templates
> flags cw C++FLAGS : -iso_templates on ;
>
>>> if $(NT)
>>> {
> # The runtime libraries
> flags cw CFLAGS
> <runtime-link>static/<threading>single/<runtime-build>release : -runtime
> ss ;
> flags cw CFLAGS
> <runtime-link>static/<threading>single/<runtime-build>debug : -runtime
> ssd ;
>
> flags cw CFLAGS
> <runtime-link>static/<threading>multi/<runtime-build>release : -runtime
> sm ;
> flags cw CFLAGS
> <runtime-link>static/<threading>multi/<runtime-build>debug : -runtime smd ;
>
> flags cw CFLAGS <runtime-link>dynamic/<runtime-build>release :
> -runtime dm ;
> flags cw CFLAGS <runtime-link>dynamic/<runtime-build>debug : -runtime
> dmd ;
>>> }
> }
>

> Here is where I'm stuck now, any thoughts?:

Well the only option I can see affecting this would be "-stdinc". Like
John says it might be different STD includes. Check what your
MWCIncludes env var is set to, if anything.

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq

Boost-testing list run by mbergal at meta-comm.com