Hi,
I bumped into the similar problem. What I did was: 1. I went to the boost 
directory and do this (you might have to sudo this):
./bootstrap.sh
./b2 --prefix=$PREFIX --libdir=$PREFIX/lib64 --layout=tagged link=static,shared 
threading=multi install

This will build the boost and any required things. After that if you do ./jam 
--with-srilm=/path/to/this/directory --with-irstlm=/path/to/this/directory 
--with-giza=/path/to/the/bin -j2, this should compile moses.

But one thing, after compiling, there should be a dist/ made in the moses where 
all the other things are build. For me that directory is not created, the 
compilation ends but I have some errors such as:

...failed darwin.compile.c++ 
moses/src/LM/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/IRST.o...
darwin.compile.c++ 
moses/src/LM/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi/Factory.o

a lot of times. So I am stuck here, if you can figure it out, please please let 
me know. My senior year thesis is stuck because I cannot get moses fully 
installed.


Thanks,

Anis



----- Original Message -----
From: "Irene Huang" <[email protected]>
To: [email protected]
Sent: Monday, October 1, 2012 10:12:42 PM
Subject: [Moses-support] how to release the scripts using Jamfile


Hi, 


The older version of moses I downloaded has a "Makefiles" under the scripts 
directory and I can make release. 


But the newer version which I use git to download only has a Jamfile under the 
scripts directory, so how should I use it? Do I also need to change some 
directory inside and then make release? 


Thanks 


_______________________________________________
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