gnokii-users
[Top][All Lists]
Advanced

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

Re: Compile problem, macosx leopard


From: Greg Franks
Subject: Re: Compile problem, macosx leopard
Date: Sun, 20 Jan 2008 20:06:10 -0500

It appears as though sys/stat.h is only dragged in on windoze boxen.

#ifdef WIN32
#  include <windows.h>
#  include <locale.h>
#  ifdef HAVE_DIRECT_H
#    include <direct.h>
#  endif
#  ifdef HAVE_SYS_STAT_H
#    include <sys/stat.h>
#  endif
#endif

This is 6.22

On 20-Jan-08, at 4:42 PM, Pawel Kot wrote:

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


_______________________________________________
gnokii-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/gnokii-users





reply via email to

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