git-1.8.4 fails to build due to fgetc is a macro

2013-08-27 Thread Natanael Copa
Hi, git-1.8.4 fails to build with this error: cc -o config.o -c -MF ./.depend/config.o.d -MQ config.o -MMD -MP -Os -fomit-frame-pointer -pipe -g -O2 -Wall -I. -DUSE_LIBPCRE -DNO_NSEC -DNO_GETTEXT -DNO_ICONV -DHAVE_PATHS_H -DHAVE_DEV_TTY -DSHA1_HEADER='openssl/sha.h' -DNO_STRLCPY

Re: git-1.8.4 fails to build due to fgetc is a macro

2013-08-27 Thread Rich Felker
On Tue, Aug 27, 2013 at 09:43:31AM +0200, Natanael Copa wrote: Hi, git-1.8.4 fails to build with this error: cc -o config.o -c -MF ./.depend/config.o.d -MQ config.o -MMD -MP -Os -fomit-frame-pointer -pipe -g -O2 -Wall -I. -DUSE_LIBPCRE -DNO_NSEC -DNO_GETTEXT -DNO_ICONV -DHAVE_PATHS_H