Hey there,

This looks like a bug in your system copy of boost. I think that the best 
way to fix this is to try recompiling with the copy of boost deal.II 
bundles, i.e., call cmake as

cmake -DDEAL_II_FORCE_BUNDLED_BOOST=ON -DCMAKE_INSTALL_DIR=/path/to/
installation/ ../



This should compile deal.II with our own bundled subset of boost which is 
known to work. Let me know if that does not fix things.

Thanks,
David Wells

On Sunday, February 5, 2017 at 6:31:56 AM UTC-5, H. Vukman wrote:
>
> I have a problem with the installation. This is the error I get:
>
> In file included from /usr/include/boost/unordered/detail/buckets.hpp:16:0,
>                  from /usr/include/boost/unordered/detail/table.hpp:10,
>                  from 
> /usr/include/boost/unordered/detail/equivalent.hpp:14,
>                  from /usr/include/boost/unordered/unordered_map.hpp:17,
>                  from /usr/include/boost/unordered_map.hpp:16,
>                  from 
> /home/guntah/Downloads/dealii-8.4.1/include/deal.II/base/graph_coloring.h:24,
>                  from 
> /home/guntah/Downloads/dealii-8.4.1/include/deal.II/base/work_stream.h:21,
>                  from 
> /home/guntah/Downloads/dealii-8.4.1/source/numerics/data_out.cc:16:
> /usr/local/include/boost/type_traits/aligned_storage.hpp:134:8: error: 
> previous definition of ‘struct 
> boost::is_pod<boost::detail::aligned_storage::aligned_storage_imp<size_, 
> alignment_> >’
>  struct is_pod< 
> ::boost::detail::aligned_storage::aligned_storage_imp<size_, alignment_> > 
> : public true_type{};
>         ^
> make[2]: *** 
> [source/numerics/CMakeFiles/obj_numerics.release.dir/data_out.cc.o] Error 1
> make[1]: *** [source/numerics/CMakeFiles/obj_numerics.release.dir/all] 
> Error 2
> make: *** [all] Error 2
>
> I am using Linux Mint 17 Qiana. Attached are the config files.
>
>

-- 
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