Boost logo

Boost :

From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2007-10-09 08:41:07


Anthony Williams wrote:

> Huh? I tested this on linux before check in. Aha --- I guess you don't have a
> native timed lock: I got the sense of the #ifdef wrong for that case.
>
> I would be grateful if you could try again now. Thanks for getting back to me
> on this.

Better, only two failures left:

hp_cxx.compile.c++
../../../bin.v2/libs/thread/build/hp_cxx-71_006_tru64/debug/threading-multi/barrier.o
cxx: Error: ../../../boost/thread/pthread/mutex.hpp, line 196: identifier
           "pthread_cond_timewait" is undefined (undeclared)
                 int const cond_res=pthread_cond_timewait(&cond,&m,&timeout);
-----------------------------------^
cxx: Error: ../../../boost/thread/pthread/mutex.hpp, line 197: identifier
           "ETIMEOUT" is undefined (undeclared)
                 if(cond_res==ETIMEOUT)
-----------------------------^
cxx: Info: 2 errors detected in the compilation of
"../../../libs/thread/src/barrier.cpp".

Markus


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