Hello guys,
Qutecom will not compile with boost-1.35.0. Here's the error:
Scanning dependencies of target owthread
[ 6%] Building CXX object
libs/owutil/thread/CMakeFiles/owthread.dir/src/Lockable.o
In file included
from /work/makes/qutecom-2.2/libs/owutil/thread/Lockable.h:23,
from /work/makes/qutecom-2.2/libs/owutil/thread/src/Lockable.cpp:20:
/work/makes/qutecom-2.2/libs/owutil/thread/RecursiveMutex.h: In member
function 'void RecursiveMutex::lock()':
/work/makes/qutecom-2.2/libs/owutil/thread/RecursiveMutex.h:37:
error: 'boost::detail::thread' has not been declared
/work/makes/qutecom-2.2/libs/owutil/thread/RecursiveMutex.h:37: error:
expected primary-expression before '>' token
/work/makes/qutecom-2.2/libs/owutil/thread/RecursiveMutex.h:37:
error: '::lock' has not been declared
/work/makes/qutecom-2.2/libs/owutil/thread/RecursiveMutex.h: In member
function 'void RecursiveMutex::unlock()':
/work/makes/qutecom-2.2/libs/owutil/thread/RecursiveMutex.h:41:
error: 'boost::detail::thread' has not been declared
/work/makes/qutecom-2.2/libs/owutil/thread/RecursiveMutex.h:41: error:
expected primary-expression before '>' token
/work/makes/qutecom-2.2/libs/owutil/thread/RecursiveMutex.h:41:
error: '::unlock' has not been declared
make[2]: *** [libs/owutil/thread/CMakeFiles/owthread.dir/src/Lockable.o] Error
1
make[1]: *** [libs/owutil/thread/CMakeFiles/owthread.dir/all] Error 2
make: *** [all] Error 2
_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev