Boost logo

Boost :

From: bill_kempf (williamkempf_at_[hidden])
Date: 2002-02-22 10:30:24


--- In boost_at_y..., egorovv_at_y... wrote:
>
> I had to apply this parch to build current CVS tree under FreeBSD
> and Linux :
>
> Index: libs/thread/build/Jamfile
> ===================================================================
> RCS file: /cvsroot/boost/boost/libs/thread/build/Jamfile,v
> retrieving revision 1.7
> diff -c -3 -r1.7 Jamfile
> *** libs/thread/build/Jamfile 18 Feb 2002 23:02:37 -0000 1.7
> --- libs/thread/build/Jamfile 21 Feb 2002 20:14:45 -0000
> ***************
> *** 35,41 ****
> #<runtime-link>static/dynamic
> : debug release ;
>
> ! stage bin-stage : <lib>boost_thread <dll>boost_threadmon
> :
> <tag><runtime-link-static>"s"
> <tag><debug>"d"
> --- 35,41 ----
> #<runtime-link>static/dynamic
> : debug release ;
>
> ! stage bin-stage : <lib>boost_thread $(BOOST_THREADMON_DLL)
> :
> <tag><runtime-link-static>"s"
> <tag><debug>"d"
> Index: libs/thread/src/once.cpp
> ===================================================================
> RCS file: /cvsroot/boost/boost/libs/thread/src/once.cpp,v
> retrieving revision 1.8
> diff -c -3 -r1.8 once.cpp
> *** libs/thread/src/once.cpp 24 Jan 2002 16:32:22 -0000 1.8
> --- libs/thread/src/once.cpp 21 Feb 2002 20:14:45 -0000
> ***************
> *** 56,61 ****
> --- 56,63 ----
> once_callback* cb = reinterpret_cast<once_callback*>
(pthread_getspecific(key));
> (**cb)();
> }
> +
> + }
> #elif defined(BOOST_HAS_MPTASKS)
> void *remote_call_proxy(void *pData)
> {

Thanks. Fixed and will be checked into CVS shortly.

Bill Kempf


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