On 04/21/2017 12:29 AM, Praveen C wrote:

I am installing on Mac OS Sierra. All dependencies installed with homebrew.

I get this error

*/Users/praveen/Applications/deal.II/git/include/deal.II/base/aligned_vector.h:863:31:
**error: *

*      no member named 'make_array' in namespace 'boost::serialization'*

    ar &boost::serialization::make_array(_data, vec_size);

*        ~~~~~~~~~~~~~~~~~~~~~~^*

Does this happen while compiling deal.II, or while compiling a user code?

I thought that what is missing is a
  #include <boost/serialization/array.hpp>
at the top of that file, but it's actually there. You are using boost 1.64 -- is the make_array() function no longer in boost/serialization/array.hpp for you?

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