On Tuesday 26 of May 2009 22:55:37 Poor Yorick wrote: > Building coreutils to install in an alternate location which has its own > libcap and glibc (self-compiled): > > CC ls.o > In file included from ls.c:43: > > /path/to/include/sys/capability.h:34: error: redefinition of typedef > '__u32' > > /path/to/glibc/include/asm-generic/int-ll64.h:24: note: previous > declaration of '__u32' was here > > Any suggestions on the root cause or workaround for this?
It might be caused by this bug: https://bugzilla.redhat.com/show_bug.cgi?id=483548 As workaround you can try to move sys/capability.h include down in the order. I am not sure now if this is the right point in your case, but worth to try anyway. Kamil _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils