Re: I cannot copy, move, rename, etc with the latest svn trunk.

#if __WORDSIZE == 64 || !defined __USE_FILE_OFFSET64
    __off_t st_size;                    /* Size of file, in bytes.  */
#else
    __off64_t st_size;                  /* Size of file, in bytes.  */
#endif

I cannot find the definition of an __off_t on a x86_64 system.

Maarten.

On 8/9/07, tpgww@xxxxxxxxxxx <tpgww@xxxxxxxxxxx> wrote:
> On Wed, 8 Aug 2007 23:09:05 +0200
> "Maarten Maathuis" <madman2003@xxxxxxxxx> wrote:
>
> > My sys/stat.h must be different from yours, because st_size in the
> > stat struct is defined as __off_t.
>
> It should be __off64_t.
>
> There may be some glitch relating to 64-bits ?
>
> Does anyone else who builds for x64 have any hints ?
>
> Regards
> Tom
>
>
> --
> Users can unsubscribe from the list by sending email to 
> emelfm2-request@xxxxxxxxxxxxx with 'unsubscribe' in the subject field or by 
> logging into the web interface.
>


-- 
Users can unsubscribe from the list by sending email to 
emelfm2-request@xxxxxxxxxxxxx with 'unsubscribe' in the subject field or by 
logging into the web interface.

Other related posts: