getfem-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-users] Build failure


From: Torquil Macdonald Sørensen
Subject: [Getfem-users] Build failure
Date: Sun, 31 Jan 2016 11:52:09 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]