On Fri, 7 Aug 2009, Brandon Casey wrote:
Boyd Lynn Gerber wrote:
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.
Removing it and the -pthread allows it to build. I am now running the
tests. The I need to find out why it is being set.
Thanks,
--
Boyd Gerber <gerberb@xxxxxxxxx> 801 849-0213
ZENEZ 1042 East Fort Union #135, Midvale Utah 84047
--
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