aspell-user
[Top][All Lists]
Advanced

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

Re: [Aspell-user] "ftruncate" undefined (was: Problem compilation again)


From: Christoph Hintermüller
Subject: Re: [Aspell-user] "ftruncate" undefined (was: Problem compilation again)
Date: Tue, 12 Oct 2004 19:15:18 +0200
User-agent: KMail/1.6.2

Hi Kevin
Am Dienstag, 12. Oktober 2004 02:53 schrieb Kevin Atkinson:

> I am not sure what to do next.  You might want to try searching 
> /usr/include (and subdirectories) for "ftruncate" for any clues to what is 
> going on.
> 
> If anyone else reading this message has any idea what is going in please 
> let me know.
Hm i do have some sugestions:

1) may a
  using namespace std;
help.
2) or may a
  ::ftruncate(...)
instead of simple ftruncate help

Allthough this is strange as ftruncate is c function ;) hm
and the second version should only be used in case of redefinition of 
ftruncate. But it could be that the headers declare ftruncate as part of 
std:: c++ namespace instead of extern C when used together with c++ code 
(sugested). 

The just guessing and fortune telling
Xris




reply via email to

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