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

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

Re: sys/utime.h on mingw-2.0


From: Bruno Haible
Subject: Re: sys/utime.h on mingw-2.0
Date: Tue, 7 Jan 2003 14:44:47 +0100 (CET)

Perry Rapp writes:
> 
> I'm trying to compile gettext-0.11.5 on
> mingw-2.0 (with cygwin headers).
> 
> <utime.h> is not present, but <sys/utime.h> is present.

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>.

> I'm trying AC_CHECK_HEADERS for utime.h and sys/utime.h
> (in configure.in)
> and conditional includes in lib/copy-file.c,
> but I am not smart enough to rerun the autotools successfully.
>   aclocal -I m4
>   autoheader
>   automake
> automake fails for me because it isn't finding elisp-comp.

For gettext-0.11.5, you need to have automake-1.5 and autoconf 2.52 in
your PATH if you change some autoconf stuff. Then everything works
fine magically.

Bruno




reply via email to

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