bug-gnulib
[Top][All Lists]
Advanced

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

Re: gettime build failure with recent gnulib for mingw systems


From: Mike Frysinger
Subject: Re: gettime build failure with recent gnulib for mingw systems
Date: Fri, 19 Jun 2009 19:13:30 -0400
User-agent: KMail/1.11.3 (Linux/2.6.29.4; KDE/4.2.3; x86_64; ; )

On Friday 19 June 2009 17:47:27 Bruno Haible wrote:
> lib/timespec.h includes <time.h>, which is supposed to define 'struct
> timespec'.
>
> The config.log that you sent contains
>   SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0'
>   TIME_H_DEFINES_STRUCT_TIMESPEC='0'
> These two definitions together should ensure that gnulib's generated time.h
> file defines 'struct timespec'.
>
> Please take a look at your gnulib-generated time.h.
>   - Is it present at all?
>   - Does it contain an enabled definition of 'struct timespec'?
>   - Is it actually being included by gettime.c (look at the preprocessed
> output)?

thanks for the tips.  looks like some generated files were included and 
because i was building out of tree, they were not regenerated in the build 
dir.  guess i'll have to change the code i use to update gnulib in our scm to 
first rm -rf the dirs.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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