Post the relevant lines before the strptime declarations from time.h.
Benedikt
Here they are:
/* Parse S according to FORMAT and store binary time information in TP.
The return value is a pointer to the first unparsed character in S. */
extern char *strptime (__const char *__restrict __s,
__const char *__restrict __fmt, struct tm *__tp)
__THROW;
# endif
I guess the correct define is USE_XOPEN?
System is Arch linux with:
glibc 2.4.2
glib2 2.12
gcc 4.1.1
gtk2 2.8.19
Anything else?
--
Cheers,
Rodrigo
_______________________________________________ Thunar-dev mailing list [email protected] http://foo-projects.org/mailman/listinfo/thunar-dev
