On Tue, 2007-10-23 at 09:51 -0400, [EMAIL PROTECTED] wrote: > "/usr/include/sys/resource.h", line 126: incomplete struct/union/enum > timeval: ru_utime
Try changing src/lib/file-set-size.c: a) Remove #define _XOPEN_SOURCE 600 line. Does it compile now? b) Add #include <sys/time.h> before #include <unistd.h> (but keep the _XOPEN_SOURCE line). Does it compile now? It compiles fine with Solaris 10+cc, so I'm guessing there's something broken in 9.
signature.asc
Description: This is a digitally signed message part
