GNOME Bugzilla – Bug 113252
Could not compile libxslt-1.0.30
Last modified: 2009-08-15 18:40:50 UTC
For HPUX 11.00 in xsltproc.c --- xsltproc.c.orig 2003-05-18 21:39:59.000000000 -0300 +++ xsltproc.c 2003-05-18 21:39:43.000000000 -0300 @@ -68,6 +68,7 @@ #else /* WIN32 */ #if defined(HAVE_SYS_TIME_H) #include <sys/time.h> +#include <sys/timeb.h> #elif defined(HAVE_TIME_H) #include <time.h> #endif Without the include timeb is not defined.
Duplicate of previously reported and fixed bug, Daniel *** This bug has been marked as a duplicate of 113002 ***
this should be closed by release of libxslt-1.0.31 thanks, Daniel