[tuxdroid-svn] r250 - svnlook: warning: cannot set LC_CTYPE locale svnlook: warning: environment va
Status: Beta
Brought to you by:
ks156
From: svnlook:warning@affinitic.be:cannot s. L. l. <c2m...@c2...> - 2007-04-13 19:08:37
|
Author: svnlook: warning: cannot set LC_CTYPE locale Date: svnlook: warning: environment variable LANG is EN New Revision: 250 Modified: daemon/trunk/Makefile Log: neimad 2007-04-13 21:08:35 +0200 (Fri, 13 Apr 2007) 28 * Treat warnings as errors. svnlook: warning: cannot set LC_CTYPE locale svnlook: warning: environment variable LANG is EN svnlook: warning: please check that your locale name is correct Modified: daemon/trunk/Makefile =================================================================== --- daemon/trunk/Makefile 2007-04-13 19:06:28 UTC (rev 249) +++ daemon/trunk/Makefile 2007-04-13 19:08:35 UTC (rev 250) @@ -18,7 +18,7 @@ TARGET = tuxdaemon C_INCLUDE_DIRS = -I"/usr/include/glib-2.0" -I"/usr/lib/glib-2.0/include" -I"/usr/local/include" C_PREPROC = - CFLAGS = -pipe -Wall -g2 -O0 -DUSB_DEBUG + CFLAGS = -pipe -Wall -Werror -g2 -O0 -DUSB_DEBUG LIB_DIRS = -L"/usr/include/glib-2.0" -L"/usr/lib/glib-2.0/include" -L"/usr/local/lib" LIBS = -lglib-2.0 -lgthread-2.0 -lpthread -lusb LDFLAGS = -pipe |