You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ 26%] Building CXX object lib/util/CMakeFiles/util.dir/geodesics.cpp.o In file included from /media/dat1/liao/lpo/lib/util/threading.cpp:27:0: /media/dat1/liao/lpo/lib/util/threading.h: In member function ‘voidThreadedQueue<T>::process(ThreadedQueue<T>::F, const std::vector<T>&)’: /media/dat1/liao/lpo/lib/util/threading.h:188:5: error: ‘sleep_for’ is not a member of ‘std::this_thread’ make[2]: *** [lib/util/CMakeFiles/util.dir/threading.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... In file included from /media/dat1/liao/lpo/lib/util/algorithm.h:32:0, from /media/dat1/liao/lpo/lib/util/algorithm.cpp:27: /media/dat1/liao/lpo/lib/util/threading.h: In member function ‘voidThreadedQueue<T>::process(ThreadedQueue<T>::F, const std::vector<_RealType>&)’: /media/dat1/liao/lpo/lib/util/threading.h:188:5: error: ‘sleep_for’ is not a member of ‘std::this_thread’ make[2]: *** [lib/util/CMakeFiles/util.dir/algorithm.cpp.o] Error 1 make[1]: *** [lib/util/CMakeFiles/util.dir/all] Error 2 make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
[ 26%] Building CXX object lib/util/CMakeFiles/util.dir/geodesics.cpp.o
In file included from /media/dat1/liao/lpo/lib/util/threading.cpp:27:0:
/media/dat1/liao/lpo/lib/util/threading.h: In member function ‘void
ThreadedQueue<T>::process(ThreadedQueue<T>::F, const std::vector<T>&)’:
/media/dat1/liao/lpo/lib/util/threading.h:188:5: error: ‘sleep_for’ is not a member of ‘std::this_thread’
make[2]: *** [lib/util/CMakeFiles/util.dir/threading.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /media/dat1/liao/lpo/lib/util/algorithm.h:32:0,
from /media/dat1/liao/lpo/lib/util/algorithm.cpp:27:
/media/dat1/liao/lpo/lib/util/threading.h: In member function ‘void
ThreadedQueue<T>::process(ThreadedQueue<T>::F, const std::vector<_RealType>&)’:
/media/dat1/liao/lpo/lib/util/threading.h:188:5: error: ‘sleep_for’ is not a member of ‘std::this_thread’
make[2]: *** [lib/util/CMakeFiles/util.dir/algorithm.cpp.o] Error 1
make[1]: *** [lib/util/CMakeFiles/util.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: