bug-guile
[Top][All Lists]
Advanced

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

Re: guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t


From: Neil Jerram
Subject: Re: guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t
Date: Thu, 10 Jan 2008 18:30:39 +0000
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Roger Mc Murtrie <address@hidden> writes:

> Compilation of guile-1.8.3  fports.c failed as the stat64 package in
> Mac OSX Leopard does not seem to declare off64_t.
> only off_t seems to be declared.

> To get fports.c to compile:
> In _scm.h  I changed
> #define off_t_or_off64_t                CHOOSE_LARGEFILE(off_t,off64_t)
> to
> #define off_t_or_off64_t                off_t
> and in fports.c fport_seek I changed
> off64_t  to off_t

So is this OS's off_t actually 64-bit, or is it 32-bit?

Thanks,
    Neil





reply via email to

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