merlyn@xxxxxxxxxxxxxx (Randal L. Schwartz) writes: > gcc -o upload-pack.o -c -g -O2 -Wall -I/usr/local/include -DSHA1_HEADER='<openssl/sha.h>' -DNO_STRCASESTR upload-pack.c > In file included from /usr/include/sys/poll.h:54, > from upload-pack.c:9: > /usr/include/ctype.h:67: error: syntax error before ']' token > /usr/include/ctype.h:68: error: syntax error before ']' token > /usr/include/ctype.h:70: error: syntax error before ']' token > /usr/include/ctype.h:75: error: syntax error before ']' token > /usr/include/ctype.h:78: error: syntax error before '(' token > /usr/include/ctype.h:79: error: syntax error before '(' token > /usr/include/ctype.h:93: error: syntax error before "c" > In file included from /usr/include/sys/poll.h:54, > from upload-pack.c:9: > /usr/include/ctype.h:91:1: unterminated #if > /usr/include/ctype.h:40:1: unterminated #ifndef Crap. Including <sys/poll.h> pollutes your namespace with ctype macros? - : 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