Dear moses-support,

I am experimenting trouble trying to install Moses on my own laptop. I have successfully installed Moses previously on other machines.

My configuration is MacOsX 10.7.5 (Lion). I have installed Macports.

I first ran as suggested

    make -f contrib/Makefiles/install-dependencies.gmake

and everything seemed to work as expected (I do see the install in ./opt)

But then

    ./compile.sh

fails on 83 targets.

Attached is the /build.log.gz. /The recommended command to get this was

./jam-files/bjam --with-irstlm=./opt --with-boost=./opt --with-cmph=./opt --with-xmlrpc-c=./opt -j 1 --debug-configuration -d2 |gzip >build.log.gz

but this seems to fail as /boost-build.jam/ is not found. I ran instead

./bjam --with-irstlm=./opt --with-boost=./opt --with-cmph=./opt --with-xmlrpc-c=./opt -j 1 --debug-configuration -d2 |gzip >build.log.gz

Maybe I am doing something wrong. Is there some variable I need to adjust so the internal BOOST build is found?

Many thanks for your help.

--
Nicolas Pécheux
Univ. Paris XI, LIMSI-CNRS
Bur : 27 - LIMSI Bat. S
[email protected]
http://nicolas.pecheux.fr

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

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

Reply via email to