There's a problem with compiling with xmlrpc-c at the moment.
    https://github.com/moses-smt/mosesdecoder/issues/99
It's being looked at, but in the meantime, try compiling without xmlrpc-c

On 20/03/2015 03:31, qinmaoyuan wrote:
hi everyone

I am fresh for mosesdecoder. Now i am confused by some problem.

1.I installed Ubuntu 14.04.02 kylin by using VMware station and some software below:

g++
git
subversion
automake
libtool
zlib1g-dev
libboost-all-dev
libbz2-dev
liblzma-dev
python-dev
libtcmalloc-minimal4

2.And then i install boost_1_56_0.tar.gz. I downloaded by myself and ziped to my directory and installed it successfully.

commands below:
cd boost_1_55_0/
./bootstrap.sh
./b2 -j2 --prefix=$PWD --libdir=$PWD/lib64 --layout=tagged link=static threading=multi,single install || echo FAILURE

3.Install xmlrpc-c
I downloaded this instead of using apt-get.
commands :

wget http://svn.code.sf.net/p/xmlrpc-c/code
REPOS=http://svn.code.sf.net/p/xmlrpc-c/code/stable
svn checkout $REPOS xmlrpc-c
./configure --prefix=/usr/local/lib/xml-rpc
make
make install

4.install mosesdecoder

i used git to download mosesdecoder from github and the code is below:

git clone https://github.com/moses-smt/mosesdecoder.git

cd /usr/local/lib/mosesdecoder/

./bjam --with-xmlrpc-c=/usr/local/lib/xml-rpc

here, system always reported build  error.

control platform output :








please help me


kings regards

Qin












_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support

_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to