Boost logo

Boost :

From: Michel André (michel.andre_at_[hidden])
Date: 2002-10-16 13:45:13


Build issues:
========
I built the boost1_29 release and the date_time library doesn't seem to be
built with the main trunk and i had to build it manually in the lib\build
directory.

Shouldn't the Jamfile in the boost root directoy include:

subinclude libs/date_time/build ;

And when i only call bjam in libs/date_time/build directory only debug
versions of libs and tests are built and run. To build release i tried
bjam -sBUILD=release which worked.

Warning issues:
==========
I also have some issues with warnings on level 4, i get several errors

//greg_month.hpp(36) : warning C4244: 'argument' : conversion from
'boost::xxx' to 'boost::yyy', possible loss of data

My environment is MSVC 7.0.

Maybe these issues was known already?

Regards
/Michel


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk