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
signature.asc
Description: This is a digitally signed message part.
