Re: [Moses-support] Problems with linking mosesdecoder under Mac OS Mavericks

2014-02-06 Thread Kenneth Heafield
These issues were fixed on 27 Jan in 14e02978fcbbe9ec6ed3faa232fcb3f30664f40e . Please use master and don't ignore the unit tests! Kenneth On 02/06/14 03:45, Andrzej Zydron wrote: > Many thanks Hieu! > > Email signature standard > > Best Regards, > > > Andrzej Zydroń > > ---

Re: [Moses-support] Problems with linking mosesdecoder under Mac OS Mavericks

2014-02-06 Thread Andrzej Zydron
Many thanks Hieu! Email signature standard Best Regards, Andrzej Zydroń --- CTO *XTM International Ltd.* PO Box 2167, Gerrards Cross, SL9 8XF, UK email: azyd...@xtm-intl.com Tel: +44 (0) 1753 480 479 Mob: +44 (0) 7966 477

Re: [Moses-support] Problems with linking mosesdecoder under Mac OS Mavericks

2014-02-06 Thread Hieu Hoang
If the executable bin/moses bin/moses_chart has been successfully created, I would ignore the test errors for now. There's some strangeness on different versions of compilers and OSes. We try to work through them all but they do crop up from time to time On 6 February 2014 10:23, Andrzej Z

Re: [Moses-support] Problems with linking mosesdecoder under Mac OS Mavericks

2014-02-04 Thread Hieu Hoang
i do this on mvericks: boost: ./bootstrap.sh ./b2 -j8 --prefix=$PWD --libdir=$PWD/lib64 --layout=tagged link=static threading=multi,single install || echo FAILURE moses: ./bjam --with-boost=~/workspace/temp/boost_1_55_0 -j8 On 4 February 2014 16:01, Fethi Bougares wrote: > > Hello Andrzej

[Moses-support] Problems with linking mosesdecoder under Mac OS Mavericks

2014-02-04 Thread Fethi Bougares
Hello Andrzej, Try to link using a manually installed boost (version boost_1_55_0 ) with these options : ./bootstrap.sh toolset=clang ./b2 toolset=clang --prefix=$PWD --libdir=$PWD/lib64 --without-mpi cxxflags="-arch i386 -arch x86_64 -fvisibility=hidden -fvisibility-inlines-hidden -std=c++