|
From: | Antonio Diaz Diaz |
Subject: | Re: ddrescue 1.26 make error with Apple LLVM version 8.0.0 (clang-800.0.42.1) |
Date: | Wed, 11 May 2022 16:27:42 +0200 |
User-agent: | Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 |
Hello, aafc@gmx.com 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.
[Prev in Thread] | Current Thread | [Next in Thread] |