
Markus Schöpflin wrote: [...]
The library compiles now without errors.
... but when compiling test_mutex.cpp, there are a few issues left. hp_cxx.compile.c++ ../../../bin.v2/libs/thread/test/test_mutex.test/hp_cxx-71_006_tru64/debug/threading-multi/test_mutex.o cxx: Warning: ../../../boost/thread/pthread/recursive_mutex.hpp, line 250: non-void function "boost::recursive_timed_mutex::timed_lock(const boost::system_time &)" should return a value (D:noreturnval) return; ----------------------^ cxx: Error: ../../../boost/thread/pthread/recursive_mutex.hpp, line 254: identifier "pthread_cond_timewait" is undefined (undeclared) int const cond_res=pthread_cond_timewait(&cond,&m,&timeout); -----------------------------------^ cxx: Error: ../../../boost/thread/pthread/recursive_mutex.hpp, line 255: identifier "ETIMEOUT" is undefined (undeclared) if(cond_res==ETIMEOUT) -----------------------------^ cxx: Info: 2 errors detected in the compilation of "test_mutex.cpp". All other tests compile and execute OK. Markus