On Sat, Jan 19, 2013 at 8:31 PM, 白い熊 <ShiroiKuma@xxxxxxxxxxxxxx> wrote: > Hello: > > I'm building v 1.8.1.1 on Android. The build chokes on the builtins > phase on tar-tree.c with: > > CC builtin/tar-tree.o > builtin/tar-tree.c: In function 'cmd_get_tar_commit_id': > builtin/tar-tree.c:93:12: error: dereferencing pointer to incomplete type > make: *** [builtin/tar-tree.o] Error 1 > > The line that's causing this in tar-tree.c is: > > if (header->typeflag[0] != 'g') There is another tar.h somewhere in your system? Stopping the compilation after proprocessing should show if it includes the correct tar.h. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html