Peter, > I was trying a custom build of the latest boost libraries. The configure > script was adding directories that didn't exist to the seach path. Once > that was fixed, I ran into errors when compiling with deprecated features > from the boost libraries. I haven't solved this yet, but I believe the > source/base/boost_serialization.cc and boost_threads.cc would have to be > updated to reflect the new boost location and the updated structure of some > of its libraries. I will let you know how it goes.
Yes. That said, also note that I slightly patched the boost version in deal.II to avoid precisely these warnings. Some libraries in boost (e.g. the serialization library) unconditionally include other boost headers that have been deprecated. I don't think you can avoid these warnings with any of the released versions of boost. Either way, if you can figure out how to make it work with an external version of boost, feel free to send patches to me! Best W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
