bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: [Fwd: Building gettext-0.11.5 bombs under Mingw]


From: Bruno Haible
Subject: Re: [Fwd: Building gettext-0.11.5 bombs under Mingw]
Date: Mon, 16 Dec 2002 21:42:08 +0100 (CET)

Steven Edwards writes:

> for some reasion the check for utime.h is saying we have it. Can we 
> change this check to look for the header rather then the function name?

It appears that mingw has <sys/utime.h> instead of <utime.h>. Things
should work for you if you change copy-file.c to include
<sys/utime.h>.

Thanks for reporting this, gettext 0.11.6 will use <sys/utime.h> if it
cannot find <utime.h>.

Bruno



reply via email to

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