Hello Elbert,

Elbert & Nicole Pol wrote:
repair.cc:62:33: error: 'close' was not declared in this scope
...
split.cc:108:33: error: 'close' was not declared in this scope

Thanks for reporting this.

I forgot to include unistd.h in repair.cc and split.cc. Please, add the following line after the "#include <stdint.h>" at the top of both files:

#include <unistd.h>


If this solves the problem, I'll release a corrected version shortly.


Best regards,
Antonio.

_______________________________________________
Lzip-bug mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lzip-bug

Reply via email to