aspell-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Aspell-user] Problem compilation again


From: Kevin Atkinson
Subject: RE: [Aspell-user] Problem compilation again
Date: Tue, 26 Oct 2004 06:38:37 -0600 (MDT)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]