Thanks for the advice. But this does not seem to solve the problem None of the following 4 attempts work ./bjam --with-boost=/cluster/home/jtl/boost_1_55_0 -j8 ./bjam --with-boost=/usit/abel/u1/jtl/boost_1_55_0 -j8 ./bjam --with-boost=~/boost_1_55_0 -j8 ./bjam --with-boost=../boost_1_55_0 -j8
They all produce the same log-file. ./bjam --with-boost=~/boost_1_55_0 -j8 ~ Is a little different from the other 3. It stops immediately with the message You have Boost 104100. This package requires Boost at least 104400 (and preferably newer). The other 3 start the process and do some work before they stop with an EROOR message. Jan Tore -----Original Message----- From: Hieu Hoang [mailto:[email protected]] Sent: Saturday, June 10, 2017 10:00 PM To: Jan Tore Lønning <[email protected]> Cc: moses-support <[email protected]> Subject: Re: [Moses-support] problem installing Moses Use absolute paths On 10 Jun 2017 11:51 a.m., "Jan Tore Lønning" <[email protected] <mailto:[email protected]> > wrote: Hi I try to install Moses, but have problems with the boost. I tried to follow the instructions at http://www.statmt.org/moses/?n=Development.GetStarted <http://www.statmt.org/moses/?n=Development.GetStarted> I followed the recipe for manually installing boost, installing it to ~/boost_1_55_0 Then I tried to install moses from within ~/mosesdecoder with the command bash-4.1$ ./bjam --with-boost=../boost_1_55_0 -j8 This failed. The log-file says Unable to load Boost.Build: could not find "boost-build.jam" --------------------------------------------------------------- Attempted search from /cluster/home/jtl/mosesdecoder up to the root at /cluster/home/jtl/mosesdecoder/share/boost-build and in these directories from BOOST_BUILD_PATH and BOOST_ROOT: /usr/share/boost-build. ++++++++++ Boost-build.jam is in boost_1_55_0. The problem seems to be to locate boost_1_55_0 Kind regards, Jan Tore _______________________________________________ Moses-support mailing list [email protected] <mailto:[email protected]> http://mailman.mit.edu/mailman/listinfo/moses-support <http://mailman.mit.edu/mailman/listinfo/moses-support> _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
