On Tue, Nov 19, 2013 at 06:17:41AM +0100, Hans-Peter Nilsson wrote: > In file included from /tmp/x/gcc/libbacktrace/atomic.c:37: > /tmp/x/gcc/libbacktrace/internal.h:182: error: expected declaration > specifiers or '...' before 'off_t' > make[3]: *** [atomic.lo] Error 1 > > brgds, H-P > PS. Host is Fedora 12, x86_64.
Likewise on powerpc-linux. Fixed here by #include <sys/types.h> in atomic.c. -- Alan Modra Australia Development Lab, IBM