Björn Martensen wrote: >>>>>>>>thunar-file.c: In function ‘thunar_file_get_deletion_date’: >>>>>>>>thunar-file.c:1361: warning: implicit declaration of function ‘strptime’ >>>>>>>>thunar-file.c:1361: warning: comparison between pointer and integer >>>>>>>>make[3]: *** [Thunar-thunar-file.o] Error 1 >>>>>> >>>>>>Try with >>>>>> >>>>>>env CFLAGS="-D_XOPEN_SOURCE" ./autogen.sh ... >>>>> >>>>>Hmm.. I don't even have the autogen.sh file in the tarball... >>>> >>>>Err... >>>> >>>>env CPPFLAGS="-D_XOPEN_SOURC" ./configure... >>> >>>That didn't help either. >>>I can build from svn though... >>>I don't really want trash support anyway, but I'd like to help test it ;) >> >>SVN is pretty outdated now. :-) >> >>What system do you run on? According to the man pages of the various >>systems, strptime() should be available (glibc2 needs _XOPEN_SOURCE tho). > > arch linux > glibc 2.4 > glib 2.12.1 > gtk 2.10.1
That should work. Do a grep strptime /usr/include/time.h > Björn Benedikt _______________________________________________ Thunar-dev mailing list [email protected] http://foo-projects.org/mailman/listinfo/thunar-dev
