Dear all,
Hope you are well
Using the candi master branch, I succeeded in compiling deal.II using 
candi. Everything was smooth. I don't know who took care of that, but 
awesome work.

When trying to compile an example that uses Trilinos (any), I get the 
following error that arise from an include in Trilinos

*Users/blaisb/work/candi/trilinos-release-12-18-1/include/Tpetra_Import_def.hpp:1171:24:
 
**error: **no member named 'bind1st' in namespace 'std'; did you mean 
'boost::container::bind1st'?*

                       std::bind1st (std::equal_to<int> (), -1));

*                       ^~~~~*

*/Users/blaisb/work/candi/deal.II-master/include/deal.II/bundled/boost/container/detail/algorithm.hpp:55:24:
 
note: *'boost::container::bind1st' declared here

inline binder1st<Func> bind1st(const Func& func, const T& arg)



Is there a way around this error? Should I try to manually fix it or switch 
to another trilinos version?

Thanks!

Bruno


-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/fc6ad924-8776-4fa8-8a6f-5c96c44a0c47n%40googlegroups.com.

Reply via email to