gnokii-users
[Top][All Lists]
Advanced

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

Re: Compile problem, macosx leopard


From: Pawel Kot
Subject: Re: Compile problem, macosx leopard
Date: Sun, 20 Jan 2008 22:42:12 +0100

Hi,

On Jan 20, 2008 9:45 PM, Greg Franks <address@hidden> wrote:
> gnokii-utils.c needs <sys/stat.h> for line 60, function writefile:
> struct stat buf.

It is included from compat.h:

#ifdef HAVE_SYS_STAT_H
#  include <sys/stat.h>
#endif

Check config.h if HAVE_SYS_STAT_H is defined there. If not, check in
config.log why it is not.

take care,
pkot
-- 
Pawel Kot




reply via email to

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