*** boost printers: Detecting boost_version...
|
/tmp/boost-printer-autodetect942urd3l/version.cpp:2:10: fatal error: boost/version.hpp: No such file or directory
|
#include <boost/version.hpp>
|
^~~~~~~~~~~~~~~~~~~
|
compilation terminated.
|
Traceback (most recent call last):
|
File "<string>", line 4, in <module>
|
File "./Boost-Pretty-Printer/boost/utils.py", line 631, in register_printers
|
boost_version = detect_boost_version()
|
File "./Boost-Pretty-Printer/boost/detect_version.py", line 48, in detect_boost_version
|
subprocess.check_call(cxx_command_line)
|
File "/opt/mongodbtoolchain/revisions/ecdb6f23a2cc2e822b8dc2eeb3f04c31f25c66ce/stow/python3-v3.oxJ/lib/python3.9/subprocess.py", line 373, in check_call
|
raise CalledProcessError(retcode, cmd)
|
subprocess.CalledProcessError: Command '['c++', '-o', '/tmp/boost-printer-autodetect942urd3l/a.out', '/tmp/boost-printer-autodetect942urd3l/version.cpp']' returned non-zero exit status 1.
|
/home/ec2-user/.gdbinit:13: Error in sourced command file:
|
Error while executing Python code.
|