That's odd.  Do you have a broken local bjam install?

Try editing the bjam script to remove the local delegation.  Namely,
make it this:

set -e
top="$(dirname "$0")"
if [ ! -x "$top"/jam-files/bjam ] || "$top"/jam-files/bjam -v |grep
2011.4 >/dev/null; then
  pushd "$top/jam-files/engine"
  ./build.sh
  cp -f bin.*/bjam ../bjam
  popd
fi

export BOOST_BUILD_PATH="$top"/jam-files/boost-build
exec "$top"/jam-files/bjam "$@"


On 09/14/14 16:10, Arturo Argueta wrote:
> I'm trying to tell moses where my boost library is located with the
> following command:
> 
> *./bjam --with-boost=/home/aargueta/boost_1_49_0 -j8*
> 
> I opened the log to find what error caused the problem and found this: 
> 
> *Unable to load Boost.Build: could not find "boost-build.jam"*
> 
> *---------------------------------------------------------------*
> 
> *Attempted search from /home/aargueta/mosesdecoder up to the root*
> 
> *at /home/aargueta/mosesdecoder/share/boost-build*
> 
> *and in these directories from BOOST_BUILD_PATH and BOOST_ROOT:
> /usr/share/boost-build.*
> 
> *Please consult the documentation at 'http://www.boost.org'.*
> 
> Boost is located in my home directory /home/aargueta & with the
> --with-boost command it still looks for boost in usr/share.
> 
> any suggestions?
> 
> 
> 
> _______________________________________________
> 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

Reply via email to