CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 11.1.0 -- The CXX compiler identification is GNU 11.1.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found Python: /usr/bin/python3.10 (found version "3.10.1") found components: Interpreter -- Found Python: /usr/bin/python3.10 (found version "3.10.1") found components: Interpreter Development Development.Module Development.Embed -- Found Boost: /usr/lib/cmake/Boost-1.78.0/BoostConfig.cmake (found suitable version "1.78.0", minimum required is "1.49.0") found components: date_time filesystem system iostreams regex unit_test_framework python310 -- Looking for getpwuid -- Looking for getpwuid - found -- Looking for getpwnam -- Looking for getpwnam - found -- Looking for ioctl -- Looking for ioctl - found -- Looking for isatty -- Looking for isatty - found -- Performing Test UNIX_PIPES_COMPILES -- Performing Test UNIX_PIPES_COMPILES - Success -- Performing Test BOOST_REGEX_UNICODE_RUNS -- Performing Test BOOST_REGEX_UNICODE_RUNS - Failed -- Performing Test BOOST_MAKE_SETTER_COMPILES -- Performing Test BOOST_MAKE_SETTER_COMPILES - Success -- Looking for readline in edit -- Looking for readline in edit - found -- Performing Test HAVE_WORKING_UTFCPP -- Performing Test HAVE_WORKING_UTFCPP - Success -- Configuring done -- Generating done -- Build files have been written to: /build/ledger/src/ledger-3.2.1 [ 3%] Building CXX object src/CMakeFiles/libledger.dir/csv.cc.o [ 3%] Building CXX object src/CMakeFiles/libledger.dir/chain.cc.o [ 3%] Building CXX object src/CMakeFiles/libledger.dir/ptree.cc.o [ 5%] Building CXX object src/CMakeFiles/libledger.dir/emacs.cc.o [ 7%] Building CXX object src/CMakeFiles/libledger.dir/select.cc.o [ 7%] Building CXX object src/CMakeFiles/libledger.dir/report.cc.o [ 9%] Building CXX object src/CMakeFiles/libledger.dir/precmd.cc.o [ 10%] Building CXX object src/CMakeFiles/libledger.dir/views.cc.o [ 11%] Building CXX object src/CMakeFiles/libledger.dir/generate.cc.o [ 12%] Building CXX object src/CMakeFiles/libledger.dir/session.cc.o [ 14%] Building CXX object src/CMakeFiles/libledger.dir/stats.cc.o [ 15%] Building CXX object src/CMakeFiles/libledger.dir/convert.cc.o [ 18%] Building CXX object src/CMakeFiles/libledger.dir/output.cc.o [ 18%] Building CXX object src/CMakeFiles/libledger.dir/draft.cc.o [ 20%] Building CXX object src/CMakeFiles/libledger.dir/filters.cc.o [ 20%] Building CXX object src/CMakeFiles/libledger.dir/print.cc.o [ 22%] Building CXX object src/CMakeFiles/libledger.dir/option.cc.o In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/print.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/ptree.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/report.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/emacs.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/filters.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/csv.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/session.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/convert.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/draft.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/generate.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/precmd.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/output.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/chain.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/stats.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/option.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/select.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ [ 23%] Building CXX object src/CMakeFiles/libledger.dir/lookup.cc.o [ 24%] Building CXX object src/CMakeFiles/libledger.dir/compare.cc.o [ 25%] Building CXX object src/CMakeFiles/libledger.dir/iterators.cc.o [ 27%] Building CXX object src/CMakeFiles/libledger.dir/timelog.cc.o [ 28%] Building CXX object src/CMakeFiles/libledger.dir/textual.cc.o [ 29%] Building CXX object src/CMakeFiles/libledger.dir/temps.cc.o [ 31%] Building CXX object src/CMakeFiles/libledger.dir/journal.cc.o [ 32%] Building CXX object src/CMakeFiles/libledger.dir/account.cc.o [ 33%] Building CXX object src/CMakeFiles/libledger.dir/xact.cc.o [ 35%] Building CXX object src/CMakeFiles/libledger.dir/post.cc.o [ 36%] Building CXX object src/CMakeFiles/libledger.dir/item.cc.o [ 37%] Building CXX object src/CMakeFiles/libledger.dir/format.cc.o [ 38%] Building CXX object src/CMakeFiles/libledger.dir/query.cc.o [ 40%] Building CXX object src/CMakeFiles/libledger.dir/scope.cc.o [ 41%] Building CXX object src/CMakeFiles/libledger.dir/expr.cc.o In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/lookup.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/compare.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/temps.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/textual.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/iterators.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/journal.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/timelog.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/account.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/xact.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/post.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ [ 42%] Building CXX object src/CMakeFiles/libledger.dir/op.cc.o In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/item.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/format.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/query.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/scope.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/op.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/expr.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ [ 44%] Building CXX object src/CMakeFiles/libledger.dir/parser.cc.o [ 45%] Building CXX object src/CMakeFiles/libledger.dir/token.cc.o [ 46%] Building CXX object src/CMakeFiles/libledger.dir/value.cc.o [ 48%] Building CXX object src/CMakeFiles/libledger.dir/balance.cc.o [ 49%] Building CXX object src/CMakeFiles/libledger.dir/quotes.cc.o [ 50%] Building CXX object src/CMakeFiles/libledger.dir/history.cc.o [ 51%] Building CXX object src/CMakeFiles/libledger.dir/pool.cc.o [ 53%] Building CXX object src/CMakeFiles/libledger.dir/annotate.cc.o [ 54%] Building CXX object src/CMakeFiles/libledger.dir/commodity.cc.o [ 55%] Building CXX object src/CMakeFiles/libledger.dir/amount.cc.o [ 57%] Building CXX object src/CMakeFiles/libledger.dir/stream.cc.o [ 58%] Building CXX object src/CMakeFiles/libledger.dir/mask.cc.o [ 59%] Building CXX object src/CMakeFiles/libledger.dir/times.cc.o In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/token.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/value.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/balance.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ [ 61%] Building CXX object src/CMakeFiles/libledger.dir/error.cc.o In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/parser.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ [ 62%] Building CXX object src/CMakeFiles/libledger.dir/utils.cc.o In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/quotes.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ [ 63%] Building CXX object src/CMakeFiles/libledger.dir/wcwidth.cc.o In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/annotate.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/commodity.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/amount.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/pool.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/stream.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/mask.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/times.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/error.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/utils.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/history.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/wcwidth.cc:66: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ [ 64%] Building CXX object src/CMakeFiles/libledger.dir/py_account.cc.o [ 66%] Building CXX object src/CMakeFiles/libledger.dir/py_amount.cc.o [ 67%] Building CXX object src/CMakeFiles/libledger.dir/py_balance.cc.o [ 68%] Building CXX object src/CMakeFiles/libledger.dir/py_commodity.cc.o [ 70%] Building CXX object src/CMakeFiles/libledger.dir/py_expr.cc.o [ 71%] Building CXX object src/CMakeFiles/libledger.dir/py_format.cc.o [ 72%] Building CXX object src/CMakeFiles/libledger.dir/py_item.cc.o [ 74%] Building CXX object src/CMakeFiles/libledger.dir/py_journal.cc.o [ 75%] Building CXX object src/CMakeFiles/libledger.dir/py_post.cc.o [ 76%] Building CXX object src/CMakeFiles/libledger.dir/py_session.cc.o [ 77%] Building CXX object src/CMakeFiles/libledger.dir/py_times.cc.o [ 79%] Building CXX object src/CMakeFiles/libledger.dir/py_utils.cc.o [ 80%] Building CXX object src/CMakeFiles/libledger.dir/py_value.cc.o [ 81%] Building CXX object src/CMakeFiles/libledger.dir/py_xact.cc.o In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/py_account.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ [ 83%] Building CXX object src/CMakeFiles/libledger.dir/pyinterp.cc.o In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/py_balance.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/py_amount.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/py_commodity.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/py_expr.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/py_item.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/py_journal.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/py_session.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/py_post.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/py_times.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/py_format.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/py_xact.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/py_value.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/py_utils.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ [ 84%] Building CXX object src/CMakeFiles/libledger.dir/pyledger.cc.o In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/pyinterp.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/pyledger.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ [ 85%] Linking CXX shared library ../libledger.so [ 85%] Built target libledger [ 90%] Building CXX object src/CMakeFiles/ledger.dir/main.cc.o [ 90%] Building CXX object test/unit/CMakeFiles/MathTests.dir/t_balance.cc.o [ 90%] Building CXX object test/unit/CMakeFiles/UtilTests.dir/t_times.cc.o [ 90%] Building CXX object src/CMakeFiles/ledger.dir/global.cc.o [ 94%] Building CXX object test/unit/CMakeFiles/MathTests.dir/t_commodity.cc.o [ 94%] Building CXX object test/unit/CMakeFiles/MathTests.dir/t_amount.cc.o [ 94%] Building CXX object test/unit/CMakeFiles/MathTests.dir/t_expr.cc.o [ 96%] Building CXX object test/unit/CMakeFiles/MathTests.dir/t_value.cc.o In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/global.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from /build/ledger/src/ledger-3.2.1/system.hh:137, from /build/ledger/src/ledger-3.2.1/src/main.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22, from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23, from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14, from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42, from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25, from /usr/include/boost/smart_ptr/shared_ptr.hpp:29, from /usr/include/boost/shared_ptr.hpp:17, from /usr/include/boost/test/tools/assertion_result.hpp:21, from /usr/include/boost/test/tools/old/impl.hpp:20, from /usr/include/boost/test/test_tools.hpp:46, from /usr/include/boost/test/unit_test.hpp:18, from /build/ledger/src/ledger-3.2.1/test/unit/t_commodity.cc:3: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22, from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23, from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14, from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42, from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25, from /usr/include/boost/smart_ptr/shared_ptr.hpp:29, from /usr/include/boost/shared_ptr.hpp:17, from /usr/include/boost/test/tools/assertion_result.hpp:21, from /usr/include/boost/test/tools/old/impl.hpp:20, from /usr/include/boost/test/test_tools.hpp:46, from /usr/include/boost/test/unit_test.hpp:18, from /build/ledger/src/ledger-3.2.1/test/unit/t_times.cc:3: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22, from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23, from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14, from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42, from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25, from /usr/include/boost/smart_ptr/shared_ptr.hpp:29, from /usr/include/boost/shared_ptr.hpp:17, from /usr/include/boost/test/tools/assertion_result.hpp:21, from /usr/include/boost/test/tools/old/impl.hpp:20, from /usr/include/boost/test/test_tools.hpp:46, from /usr/include/boost/test/unit_test.hpp:18, from /build/ledger/src/ledger-3.2.1/test/unit/t_value.cc:3: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22, from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23, from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14, from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42, from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25, from /usr/include/boost/smart_ptr/shared_ptr.hpp:29, from /usr/include/boost/shared_ptr.hpp:17, from /usr/include/boost/test/tools/assertion_result.hpp:21, from /usr/include/boost/test/tools/old/impl.hpp:20, from /usr/include/boost/test/test_tools.hpp:46, from /usr/include/boost/test/unit_test.hpp:18, from /build/ledger/src/ledger-3.2.1/test/unit/t_balance.cc:3: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22, from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23, from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14, from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42, from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25, from /usr/include/boost/smart_ptr/shared_ptr.hpp:29, from /usr/include/boost/shared_ptr.hpp:17, from /usr/include/boost/test/tools/assertion_result.hpp:21, from /usr/include/boost/test/tools/old/impl.hpp:20, from /usr/include/boost/test/test_tools.hpp:46, from /usr/include/boost/test/unit_test.hpp:18, from /build/ledger/src/ledger-3.2.1/test/unit/t_expr.cc:3: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22, from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23, from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14, from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42, from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25, from /usr/include/boost/smart_ptr/shared_ptr.hpp:29, from /usr/include/boost/shared_ptr.hpp:17, from /usr/include/boost/test/tools/assertion_result.hpp:21, from /usr/include/boost/test/tools/old/impl.hpp:20, from /usr/include/boost/test/test_tools.hpp:46, from /usr/include/boost/test/unit_test.hpp:18, from /build/ledger/src/ledger-3.2.1/test/unit/t_amount.cc:3: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ [ 97%] Linking CXX executable ../../UtilTests [ 97%] Built target UtilTests [ 98%] Linking CXX executable ../../MathTests [100%] Linking CXX executable ../ledger [100%] Built target MathTests [100%] Built target ledger