Removing config.mak makes it compile again. config.mak contained: CFLAGS += -Wall -g -rdynamic -O0 # CFLAGS += -Wextra # CFLAGS += -Werror CFLAGS += -Wno-format-zero-length CFLAGS += -Wdeclaration-after-statement CFLAGS += -Wpointer-arith CFLAGS += -Wstrict-prototypes CFLAGS += -Wold-style-declaration # CFLAGS += -flto # CFLAGS += -fwhole-program CC = /usr/lib/gcc-snapshot/bin/gcc Mind that compiling did work with this exact version of config.mak, (I did not touch it for a few weeks now), so I suspect new changes in changes to break the compilation. On Thu, Feb 26, 2015 at 12:48 PM, Stefan Beller <sbeller@xxxxxxxxxx> wrote: > On Post 2.3 cyle (batch #5) (v2.3.1-167-g7f4ba4b) > > CC http.o > http.c: In function 'get_preferred_languages': > http.c:1021:2: warning: implicit declaration of function 'setlocale' > [-Wimplicit-function-declaration] > retval = setlocale(LC_MESSAGES, NULL); > ^ > http.c:1021:21: error: 'LC_MESSAGES' undeclared (first use in this function) > retval = setlocale(LC_MESSAGES, NULL); > ^ > http.c:1021:21: note: each undeclared identifier is reported only once > for each function it appears in > make: *** [http.o] Error 1 -- 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