Boost logo

Boost :

Subject: Re: [boost] [chrono] Build Jamfile missing three source files
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2011-09-06 15:49:03


Le 06/09/11 21:28, Beman Dawes a écrit :
> --- c:\temp\Jamfile.v2-revBASE.svn000.tmp.v2 2011-09-06 15:23:30.000000000 -0400
> +++ c:\boost\trunk\libs\chrono\build\Jamfile.v2 2011-09-06
> 15:23:19.000000000 -0400
> @@ -74,16 +74,16 @@
> <toolset>gcc-3.4.4:<linkflags>--enable-auto-import
> <toolset>gcc-4.3.4:<linkflags>--enable-auto-import
> <toolset>gcc-mingw-4.4.0:<linkflags>--enable-auto-import
> <toolset>gcc-mingw-4.5.0:<linkflags>--enable-auto-import
> ;
>
> -SOURCES = chrono thread_clock process_cpu_clocks ;
> +SOURCES = chrono thread_clock process_cpu_clocks run_timer
> run_timer_static process_clock ;
>
>
> lib boost_chrono
> : $(SOURCES).cpp
> :
> <link>shared:<define>BOOST_ALL_DYN_LINK=1 # tell source we're
> building dll's
> <link>static:<define>BOOST_All_STATIC_LINK=1 # tell source we're
> building static lib's
> ;
>
> OK to commit?
>
>
Hi,

No.

run_timer
run_timer_static process_clock are not part of Boost.Chrono. I've removed recently the associated header files, but I forget to remove also the implementation files. I will remove them asap.

Have you found an error on trunk?

Best,
Vicente


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