From a71f52c7dfa619a8d589fccb01c19216c7f7bb1f Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Mon, 14 Mar 2011 18:19:41 -0400 Subject: [PATCH] Remove -pedantic from gui compile, due to gettext.h --- configure-barrygui.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure-barrygui.sh b/configure-barrygui.sh index aeef8dc2..03710b56 100755 --- a/configure-barrygui.sh +++ b/configure-barrygui.sh @@ -4,7 +4,8 @@ export CC="ccache gcc" export CXX="ccache g++" #export CXXFLAGS="-Wall -Werror -pedantic -O0 -g -pg" -export CXXFLAGS="-Wall -Werror -pedantic -O0 -g" +#export CXXFLAGS="-Wall -Werror -pedantic -O0 -g" +export CXXFLAGS="-Wall -Werror -O0 -g" #export CXX="g++-3.3" export PKG_CONFIG_PATH=/home/cdfrey/Contract/netdirect/syncberry/cvs/rootdir/lib/pkgconfig -- 2.11.4.GIT