I followed 4 steps in the link : http://www.statmt.org/moses/?n=Development.GetStarted and then, before training/decoding I export
export DYLD_LIBRARY_PATH=.:/Volumes/disk0s5/MT/mosesdecoder/opt/lib64 my moses installation path: /Volumes/disk0s5/MT/mosesdecoder/ It works for me (both ubuntu and mac.) May this will also work for you. Best Santanu On Sat, Mar 12, 2016 at 2:57 PM, Despina Mouratidi <[email protected]> wrote: > Hello again, > i installed boost_1_60_0 and ERROR again. > > ....... > Data::m_score_type BLEU > Data::Scorer type from Scorer: BLEU > Data::m_score_type BLEU > Data::Scorer type from Scorer: BLEU > Data::m_score_type BLEU > Data::Scorer type from Scorer: BLEU > Data::m_score_type BLEU > Data::Scorer type from Scorer: BLEU > Data::m_score_type BLEU > Data::Scorer type from Scorer: BLEU > > *** No errors detected > gcc.link > mert/bin/gcc-4.8/release/link-static/threading-multi/mira_feature_vector_test > testing.unit-test > mert/bin/gcc-4.8/release/link-static/threading-multi/mira_feature_vector_test.passed > Running 1 test case... > > *** No errors detected > gcc.compile.c++ > mert/bin/gcc-4.8/release/link-static/threading-multi/ForestRescoreTest.o > gcc.compile.c++ > mert/bin/gcc-4.8/release/link-static/threading-multi/HypergraphTest.o > gcc.link > mert/bin/gcc-4.8/release/link-static/threading-multi/forest_rescore_test > testing.unit-test > mert/bin/gcc-4.8/release/link-static/threading-multi/forest_rescore_test.passed > Running 2 test cases... > > *** No errors detected > gcc.link > mert/bin/gcc-4.8/release/link-static/threading-multi/hypergraph_test > testing.unit-test > mert/bin/gcc-4.8/release/link-static/threading-multi/hypergraph_test.passed > Running 1 test case... > > *** No errors detected > gcc.compile.c++ > mert/bin/gcc-4.8/release/link-static/threading-multi/OptimizerFactoryTest.o > gcc.link > mert/bin/gcc-4.8/release/link-static/threading-multi/optimizer_factory_test > testing.unit-test > mert/bin/gcc-4.8/release/link-static/threading-multi/optimizer_factory_test.passed > Running 2 test cases... > > *** No errors detected > gcc.compile.c++ > mert/bin/gcc-4.8/release/link-static/threading-multi/ReferenceTest.o > gcc.compile.c++ > mert/bin/gcc-4.8/release/link-static/threading-multi/SingletonTest.o > gcc.link > mert/bin/gcc-4.8/release/link-static/threading-multi/reference_test > ...on 700th target... > testing.unit-test > mert/bin/gcc-4.8/release/link-static/threading-multi/reference_test.passed > Running 5 test cases... > > *** No errors detected > gcc.link > mert/bin/gcc-4.8/release/link-static/threading-multi/singleton_test > testing.unit-test > mert/bin/gcc-4.8/release/link-static/threading-multi/singleton_test.passed > Running 1 test case... > > *** No errors detected > gcc.compile.c++ > mert/bin/gcc-4.8/release/link-static/threading-multi/NgramTest.o > gcc.link mert/bin/gcc-4.8/release/link-static/threading-multi/ngram_test > testing.unit-test > mert/bin/gcc-4.8/release/link-static/threading-multi/ngram_test.passed > Running 3 test cases... > > *** No errors detected > gcc.compile.c++ > mert/bin/gcc-4.8/release/link-static/threading-multi/PointTest.o > gcc.link mert/bin/gcc-4.8/release/link-static/threading-multi/point_test > testing.unit-test > mert/bin/gcc-4.8/release/link-static/threading-multi/point_test.passed > Running 1 test case... > > *** No errors detected > gcc.link mert/mert > gcc.link mert/extractor > gcc.link mert/evaluator > gcc.link mert/pro > gcc.compile.c++ > mert/bin/gcc-4.8/release/link-static/threading-multi/TimerTest.o > gcc.link mert/kbmira > gcc.link mert/bin/gcc-4.8/release/link-static/threading-multi/timer_test > testing.unit-test > mert/bin/gcc-4.8/release/link-static/threading-multi/timer_test.passed > Running 1 test case... > > *** No errors detected > gcc.link mert/sentence-bleu > gcc.link mert/sentence-bleu-nbest > gcc.link mert/hgdecode > gcc.compile.c++ > mert/bin/gcc-4.8/release/link-static/threading-multi/VocabularyTest.o > gcc.link > mert/bin/gcc-4.8/release/link-static/threading-multi/vocabulary_test > testing.unit-test > mert/bin/gcc-4.8/release/link-static/threading-multi/vocabulary_test.passed > Running 2 test cases... > > *** No errors detected > gcc.compile.c++ > mert/bin/gcc-4.8/release/link-static/threading-multi/UtilTest.o > gcc.link mert/bin/gcc-4.8/release/link-static/threading-multi/util_test > testing.unit-test > mert/bin/gcc-4.8/release/link-static/threading-multi/util_test.passed > Running 3 test cases... > > *** No errors detected > ...failed updating 1 target... > ...skipped 73 targets... > ...updated 721 targets... > The build failed. If you need support, run: > /usr/bin/bjam --with-boost=/home/despina/boost_1_60_0 -j4 -a > --debug-configuration -d2 |gzip >build.log.gz > then attach build.log.gz to your e-mail. > You MUST do 3 things before sending to the mailing list: > 1. Subscribe to the mailing list at > http://mailman.mit.edu/mailman/listinfo/moses-support > 2. Attach build.log.gz to your e-mail > 3. Say what is the EXACT command you executed when you got the error > ERROR > > > Thank you so much > Despina > > 2016-03-12 15:22 GMT+02:00 Despina Mouratidi <[email protected]>: > >> Hello, thank you, >> i did it. It seemed to work at first, but after a while an error appeared >> again.:( I will install boost_1_60_0. >> >> Best >> Despina >> >> 2016-03-11 20:08 GMT+02:00 Matthias Huck <[email protected]>: >> >>> Hi Despina, >>> >>> It seems to me that bjam doesn't use the boost build in your home >>> directory, but some other boost version installed on the system. >>> >>> Maybe you should try >>> >>> ./bjam --with-boost=/home/despina/boost_1_55_0 -j4 -a >>> >>> Cheers, >>> Matthias >>> >>> >>> On Fri, 2016-03-11 at 16:29 +0000, Hieu Hoang wrote: >>> > compiled ok for me: >>> > ./bjam --with-boost=/Users/hieu/workspace/boost/boost_1_60_0 -j4 -a >>> > Try git pull to get the latest code and add the -a to your bjam command >>> > to forced recompilation of all files >>> > >>> > On 11/03/2016 13:07, Despina Mouratidi wrote: >>> > > Hello again, i am trying to compile moses throught ./bjam as follows >>> > > >>> > > ./bjam --with-boost=~/boost_1_55_0 -j7 >>> > > >>> > > >>> > > and it gives error. >>> > > >>> > > Best Despina >>> > > >>> > > >>> > > _______________________________________________ >>> > > Moses-support mailing list >>> > > [email protected] >>> > > http://mailman.mit.edu/mailman/listinfo/moses-support >>> > >>> > _______________________________________________ >>> > Moses-support mailing list >>> > [email protected] >>> > http://mailman.mit.edu/mailman/listinfo/moses-support >>> >>> >>> >>> -- >>> The University of Edinburgh is a charitable body, registered in >>> Scotland, with registration number SC005336. >>> >>> >> > > _______________________________________________ > Moses-support mailing list > [email protected] > http://mailman.mit.edu/mailman/listinfo/moses-support > >
_______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
