Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2014-09-17 21:29:45 +0400
committerHieu Hoang <hieuhoang@gmail.com>2014-09-17 21:29:45 +0400
commitcbf85cc1f76c3cb5a6c66fa1f46085faf07e1b90 (patch)
treebc1965bfdf1283a96dbd996d72832e8341d8ab9f
parent0861b464c58cd5a770638df2f6ceac4870f4625b (diff)
add back server compile, with warning about xmlrpc-c version 1.25.29
-rw-r--r--Jamroot1
-rw-r--r--contrib/server/Jamfile4
2 files changed, 5 insertions, 0 deletions
diff --git a/Jamroot b/Jamroot
index 9cee1f754..38b49bd41 100644
--- a/Jamroot
+++ b/Jamroot
@@ -210,6 +210,7 @@ phrase-extract//pcfg-score
phrase-extract//extract-mixed-syntax
biconcor
mira//mira
+contrib/server//mosesserver
mm
;
diff --git a/contrib/server/Jamfile b/contrib/server/Jamfile
index f7348c250..6ab2590ea 100644
--- a/contrib/server/Jamfile
+++ b/contrib/server/Jamfile
@@ -5,6 +5,10 @@ import path ;
with-xmlrpc-c = [ option.get "with-xmlrpc-c" ] ;
if $(with-xmlrpc-c) {
+ echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" ;
+ echo "!!! You are linking the XMLRPC-C library; Do NOT use v.1.25.29 !!!" ;
+ echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" ;
+
build-moses-server = true ;
xmlrpc-command = $(with-xmlrpc-c)/bin/xmlrpc-c-config ;
if ! [ path.exists $(xmlrpc-command) ] {