Boyd Lynn Gerber wrote: > Hello, > > I just tried to compile the latest git and I get this error. > > CC builtin-pack-objects.o > UX:acomp: ERROR: "builtin-pack-objects.c", line 1602: integral constant > expression expected > gmake: *** [builtin-pack-objects.o] Error 1 > > I will look into it when I have a bit more time, but this is a heads up. Did you set THREADED_DELTA_SEARCH=1 when you compiled? That could be the problem. Line 1602 of builtin-pack-objects.c is wrapped in #ifdef THREADED_DELTA_SEARCH, so it is only compiled if THREADED_DELTA_SEARCH has been set. Also, it's not a new line, it has been around since 2007. -brandon -- 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