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










                                          

Attachment: build.log.gz
Description: GNU Zip compressed data

Attachment: ControlPlatformOut.odt
Description: Binary data

_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to