This is fixed. Yves.
----- Mail original ----- De: "Torquil Macdonald Sørensen" <[email protected]> À: "getfem-users" <[email protected]> Envoyé: Dimanche 31 Janvier 2016 11:52:09 Objet: [Getfem-users] Build failure Current Getfem SVN r5230 fails to build with the following error message: getfem_generic_assembly.cc:10281:34: required from here /usr/include/c++/5/ext/new_allocator.h:120:4: error: no matching function for call to 'getfem::ga_instruction_c_matrix_with_tests::ga_instruction_c_matrix_with_tests(bgeot::tensor<double>&, std::vector<bgeot::tensor<double>*>&)' { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } ^ getfem_generic_assembly.cc:4561:5: note: candidate: getfem::ga_instruction_c_matrix_with_tests::ga_instruction_c_matrix_with_tests(bgeot::base_tensor&, const std::vector<const bgeot::tensor<double>*>&) ga_instruction_c_matrix_with_tests(base_tensor &t_, ^ getfem_generic_assembly.cc:4561:5: note: no known conversion for argument 2 from 'std::vector<bgeot::tensor<double>*>' to 'const std::vector<const bgeot::tensor<double>*>&' getfem_generic_assembly.cc:4541:10: note: candidate: getfem::ga_instruction_c_matrix_with_tests::ga_instruction_c_matrix_with_tests(const getfem::ga_instruction_c_matrix_with_tests&) struct ga_instruction_c_matrix_with_tests : public ga_instruction { ^ getfem_generic_assembly.cc:4541:10: note: candidate expects 1 argument, 2 provided getfem_generic_assembly.cc:4541:10: note: candidate: getfem::ga_instruction_c_matrix_with_tests::ga_instruction_c_matrix_with_tests(getfem::ga_instruction_c_matrix_with_tests&&) getfem_generic_assembly.cc:4541:10: note: candidate expects 1 argument, 2 provided $ gcc --version gcc (Debian 5.3.1-7) 5.3.1 20160121 Best regards Torquil Sørensen _______________________________________________ Getfem-users mailing list [email protected] https://mail.gna.org/listinfo/getfem-users _______________________________________________ Getfem-users mailing list [email protected] https://mail.gna.org/listinfo/getfem-users
