Hi
The redefinition of BOOST_FILESYSTEM_VERSION 2 in pch.h makes it problematic if you are using version 3 in userland code.
Is there a reason not to use the default and leave the macro undefined, or maybe there's a way to prevent the macro from being exposed?
/home/piotr/devel/mmcc/3rd-party/mongo-cxx-driver/src/mongo/pch.h:72:0: error: "BOOST_FILESYSTEM_VERSION" redefined [-Werror]
/home/piotr/devel/mmcc/3rd-party/boost/boost/filesystem/convenience.hpp:24:0: note: this is the location of the previous definition
In file included from /home/piotr/devel/mmcc/3rd-party/mongo-cxx-driver/src/mongo/client/dbclient.h:30:0,
Regards.