On 01/30/2017 08:47 PM, Lev Karatun wrote:

I was trying to install (to an empty directory) the newest version of dealII
but am getting the following error:
/include/deal.II/base/thread_management.h:2921:32: error: cannot call member
function ‘void tbb::task::spawn(tbb::task&)’ without object

Lev -- are you using the current development sources?

I think this was introduced by #3717:
  https://github.com/dealii/dealii/pull/3717
In the version of the threading building blocks Karl is using (and apparently all of us are using), the tbb::task::spawn() function is a static member function.

What version of the TBB are you using? And can you look up the declaration of the spawn() function in task.h in your version of the TBB?

Best
 W.


--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                           www: http://www.math.colostate.edu/~bangerth/

--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to