summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-28 15:04:28 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-28 15:04:28 +0300
commit08cae02927765683d748db4f0c8011b136cb02cf (patch)
tree169d243ce5018a44ea5e7a2932b94b4ee0b3d3f4 /build
parentc5cbb25643bd8abbb8a15087bb0dd98d9be5f66e (diff)
downloadplus-08cae02927765683d748db4f0c8011b136cb02cf.tar.gz
plus-08cae02927765683d748db4f0c8011b136cb02cf.tar.bz2
plus-08cae02927765683d748db4f0c8011b136cb02cf.tar.xz
plus-08cae02927765683d748db4f0c8011b136cb02cf.zip
Improver error message about old client. Now it show also what server type can be wrong.
Diffstat (limited to 'build')
-rwxr-xr-xbuild/bmakedebug3
-rwxr-xr-xbuild/bmaketest3
2 files changed, 4 insertions, 2 deletions
diff --git a/build/bmakedebug b/build/bmakedebug
index 26ec0cfd9..4ae797e97 100755
--- a/build/bmakedebug
+++ b/build/bmakedebug
@@ -60,7 +60,8 @@ autoreconf -i
--enable-memdebug=no \
--enable-tcmalloc=no \
--enable-googleprofiler=no \
---enable-checks=yes
+--enable-checks=yes \
+--enable-libxml=pugixml
cd po
make -j8 update-gmo 2>../build/make1.log
diff --git a/build/bmaketest b/build/bmaketest
index 5cbee0a33..32fed6192 100755
--- a/build/bmaketest
+++ b/build/bmaketest
@@ -44,7 +44,8 @@ autoreconf -i
--datadir=$dir/run/share/games \
--bindir=$dir/run/bin \
--mandir=$dir/run/share/man \
---enable-unittests
+--enable-unittests \
+--enable-libxml=pugixml
cd po
make -j8 update-gmo 2>../build/make1.log