tar-tree.c dereferencing pointer to incomplete type

2013-01-19 Thread
on other machines. I'm trying to get my head round this, but don't see the problem? -- 白い熊 -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: tar-tree.c dereferencing pointer to incomplete type

2013-01-19 Thread
it and compiles fine. In fact I moved it back now, so it should be finding it again and it still builds fine, no trace of the prior error. I'm dumbfounded! But at least it compiles... -- 白い熊 -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org

Re: tar-tree.c dereferencing pointer to incomplete type

2013-01-19 Thread
On Sat, Jan 19, 2013 at 6:26 PM, 白い熊 shiroik...@shiroikuma.org wrote: Thank you, this must've been it, as it was finding tar.h from glibc. Moved it and compiles fine. In fact I moved it back now, so it should be finding it again and it still builds fine, no trace of the prior error. I'm