Hi, when trying to compile the newest version of dealII, I get a bunch of errors:
[ 46%] Building CXX object > source/fe/CMakeFiles/obj_fe.debug.dir/mapping_q_generic.cc.o > /home/lev/aspect/dealii_debug/source/fe/mapping_q_generic.cc:443: error: > using ‘typename’ outside of template > /home/lev/aspect/dealii_debug/source/fe/mapping_q_generic.cc:497: error: > using ‘typename’ outside of template > /home/lev/aspect/dealii_debug/source/fe/mapping_q_generic.cc:575: error: > using ‘typename’ outside of template I tried removing typenames from these 3 positions, but then other errors came up: > [ 53%] Building CXX object > source/numerics/CMakeFiles/obj_numerics.debug.dir/vector_tools_rhs.cc.o > In file included from > /home/lev/aspect/dealii_debug/source/numerics/vector_tools_rhs.cc:83: > /home/lev/aspect/dealii_debug/build/source/numerics/vector_tools_rhs.inst:17: > error: using ‘typename’ outside of template > /home/lev/aspect/dealii_debug/build/source/numerics/vector_tools_rhs.inst:25: > error: using ‘typename’ outside of template > /home/lev/aspect/dealii_debug/build/source/numerics/vector_tools_rhs.inst:40: > error: using ‘typename’ outside of template > /home/lev/aspect/dealii_debug/build/source/numerics/vector_tools_rhs.inst:48: > error: using ‘typename’ outside of template > /home/lev/aspect/dealii_debug/build/source/numerics/vector_tools_rhs.inst:63: > error: using ‘typename’ outside of template > (...179 more) Hints on how to fix it would be appreciated. -- 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.