Hello, [email protected] wrote:
++ -Wall -W -O2 -c -o loggers.o loggers.cc
loggers.cc:61:12: error: no member named 'exit' in namespace 'std'
std::exit( 1 ); }
~~~~~^
Thank you very much for reporting this.Your fix (inserting "#include <cstdlib>" into loggers.cc) is indeed correct. I have applied it and it will appear in the next version of ddrescue.
Best regards, Antonio.
