
9 Oct
2007
9 Oct
'07
11:59 a.m.
Anthony Williams wrote:
Markus Schöpflin <markus.schoepflin@comsoft.de> writes:
regression tests are starting to show a breakage of the thread lib after the last major commit.
Yes. I added the missing file first thing this morning, but the tests haven't had a chance to cycle again.
Compilation of the thread library now fails on Tru64/CXX with: cxx: Error: ../boost/thread/pthread/mutex.hpp, line 162: identifier "pthread_mutex_scoped_lock" is undefined (undeclared) pthread_mutex_scoped_lock const _(&m); ------------^ and many more errors for undeclared identifiers. Markus