-
Notifications
You must be signed in to change notification settings - Fork 118
make error: use of deleted function of tbb #954
Comments
Hi, I'm afraid the TBB you're using is too new. They made some changes recently which change their API, so this may be one of these. See also our issue on our second repo: pmem/libpmemobj-cpp#990 I'm currently using TBB in version 2020.3 (Ubuntu 20.10 + |
thanks! I will try this tommorow |
@xjqbest what OS are you using? It seems that you use pretty old version of C++ standard library (I see /usr/include/c++/4.8.2). Could you try to update it? |
ok, I will try newer version of gcc, thanks! |
gcc 7.3.0 is ok, thanks ! |
The first issue mentioned in the thread should be fixed by now (ref. #970), so using current version of TBB (from master) should work. |
I hope everything is working fine for you now, I'm closing this issue, but don't hesitate to contact us again if you need our assistance. |
Details
mkdir build && cd build && cmake .. && make
do I depend the wrong version of tbb? thanks!
pmemkv commit id : c2755cc
tbb commit id : 4523a7615eaed49c4ed75654b349ca41b92c6381
gcc version 7.3.0 (GCC)
The text was updated successfully, but these errors were encountered: