[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lzip-bug] Version 1.13-rc1 of lziprecover released
From: |
Antonio Diaz Diaz |
Subject: |
Re: [Lzip-bug] Version 1.13-rc1 of lziprecover released |
Date: |
Tue, 15 Nov 2011 16:27:40 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.11) Gecko/20050905 |
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.