On Mon, 11 Oct 2004, DAVID GAMA RODRIGUEZ wrote:
> Where I can find the definition of ftruncate or is made by yourself???
As I said before it SHOULD be in "unistd.h" but for some reason GCC is not
seeing it.
Please try adding the two lines:
#include <sys/types.h>
int ftruncate(int fd, off_t length);
To the file "file_util.cpp" before the line:
namespace acommon {
And see if that helps. If it doesn't please give me the exact error
message you are getting.
--
http://kevin.atkinson.dhs.org
_______________________________________________
Aspell-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/aspell-user