Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-02-22 07:41:45


Hi Reece,

> I have been running v2 regression tests which build in debug mode by
> default. When the testwave_dll test runs, msvc-7.1 generates a debug assert
> somewhere in the dbgheap CRT memory allocation routines. However, if I copy
> the wave, program options and filesystem DLLs (rtti-off,
> runtime-link-static versions) into the testwave_dll directory, the problem
> went away.
>
> It is generally recomended to use the runtime-link-shared version of the
> CRT libraries if they are being used across an application and several
> DLLs.

Try to remove

   <os>NT:<runtime-link>static

from libs/wave/test/build/Jamfile.v2, and then

  bjam --v2 --clean
  bjam --v2

- 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