On Fri, 7 Aug 2009, Brandon Casey wrote:
Boyd Lynn Gerber wrote:
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.
Did you run configure? which generates a config.mak.autogen file?
There were some changes related to pthreads in configure.ac in March,
and another back in Nov 2008. Specifically commits 1973b0d7, and
d937c374.
Yes, I am working through them and will submit a patch once I get it
working properly without breaking someone elses configuration.
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