> In file included from ./stdlib.h:42:0,
>                  from exitfail.c:22:
> ./stddef.h:93:3: error: conflicting types for 'max_align_t'
>  } max_align_t;
>    ^
> In file included from ./stddef.h:55:0,
>                  from ./stdlib.h:42,
>                  from exitfail.c:22:
> /usr/lib/gcc/x86_64-linux-gnu/4.8/include/stddef.h:425:3: note: previous
> declaration of 'max_align_t' was here
>  } max_align_t;
>    ^

> AFTER this first try/attempt, I run make "distclean" then rerun the
> "configure" and "make" and it succeeds. Go figure. I did a clean svn
> checkout.
> It wasn't just r6074, but also when I did r6069 which also failed with the
> 2nd try regarding the texindex, but that is already fixed in r6074.
>
> Cross-compiling is not being done yet. Only the prelude to the tools is
> being done.

It may have been because a generated stddef.h was being tracked in the
repository. I've removed it, so building from a clean svn checkout
should work again for you.

Reply via email to