Hi,

I've installed dealii before using the default step by README. This time, I 
am trying to install dealii with trilinos, but getting the following kind 
of errors during installation:

"
/usr/include/c++/6/tuple:648:21: error: no type named ‘type’ in ‘struct 
std::enable_if<false, bool>’
         bool>::type=false>
                     ^~~~~
/usr/include/c++/6/tuple:648:21: note: invalid template non-type parameter
/usr/include/c++/6/tuple:636:19: note: candidate: template<class ... 
_UElements, typename std::enable_if<(((std::_TC<(sizeof... (_UElements) == 
1), std::reference_wrapper<const dealii::ChunkSparsityPattern>, 
std::_Placeholder<1>, std::_Placeholder<2>, float*, std::unique_ptr<long 
unsigned int [], std::default_delete<long unsigned int []> >, 
std::unique_ptr<unsigned int [], std::default_delete<unsigned int []> >, 
std::reference_wrapper<const dealii::Vector<double> >, 
std::reference_wrapper<dealii::Vector<float> > >::_NotSameTuple<_UElements 
...>() && std::_TC<(8ul == sizeof... (_UElements)), 
std::reference_wrapper<const dealii::ChunkSparsityPattern>, 
std::_Placeholder<1>, std::_Placeholder<2>, float*, std::unique_ptr<long 
unsigned int [], std::default_delete<long unsigned int []> >, 
std::unique_ptr<unsigned int [], std::default_delete<unsigned int []> >, 
std::reference_wrapper<const dealii::Vector<double> >, 
std::reference_wrapper<dealii::Vector<float> > 
>::_MoveConstructibleTuple<_UElements ...>()) && std::_TC<(8ul == sizeof... 
(_UElements)), std::reference_wrapper<const dealii::ChunkSparsityPattern>, 
std::_Placeholder<1>, std::_Placeholder<2>, float*, std::unique_ptr<long 
unsigned int [], std::default_delete<long unsigned int []> >, 
std::unique_ptr<unsigned int [], std::default_delete<unsigned int []> >, 
std::reference_wrapper<const dealii::Vector<double> >, 
std::reference_wrapper<dealii::Vector<float> > 
>::_ImplicitlyMoveConvertibleTuple<_UElements ...>()) && (8ul >= 1)), 
bool>::type <anonymous> > constexpr std::tuple< <template-parameter-1-1> 
>::tuple(_UElements&& ...)
         constexpr tuple(_UElements&&... __elements)
"

I checked the directory /usr/include/c++/6/ which seems being detected by 
/usr/include/c++/6.2.0/. The date of directory c++/6 is the date when I 
installed BOOST. Not sure if this information could help. Please let me 
know if you want some cmake output files. Any information from you would be 
helpful, thanks a lot.

-- 
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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to