Hi, On Tue, 6 Feb 2007, Han-Wen Nienhuys wrote: > git-compat-util.h:39:21: error: fnmatch.h: No such file or directory > git-compat-util.h:48:19: error: netdb.h: No such file or directory > git-compat-util.h:49:17: error: pwd.h: No such file or directory > git-compat-util.h:52:17: error: grp.h: No such file or directory > git-compat-util.h:105:22: error: sys/mman.h: No such file or directory > > [snip] > > where are these headers supposed to come from? >From git's compat/ directory. As I see you also include sys/mman.h, I'd say that uname_S is probably not correctly set. ;-) Yes, you found -- again -- that git is not easily cross-compilable. Ciao, Dscho - 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