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:40:21 +0000
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Roger Mc Murtrie <address@hidden> writes:

> Similiar problem with filesys.c
> Compiles by changing in _scm.h
> #define dirent_or_dirent64
> CHOOSE_LARGEFILE(dirent,dirent64)
> to
> #define dirent_or_dirent64              dirent

This follows on from the off_t question.  If your off_t is actually
64-bit, there might be no need for dirent64.

But what about ino_t/ino64_t, which is used for the inode field in
struct dirent?  What type does your definition of struct direct use,
and what sizes are ino_t and ino_t on this OS?

Regards,
     Neil





reply via email to

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