Hi Zahurul It looks as though libmoses.a did not build - the server build is unable to find it. Could you check back through the build logs to see what happened?
regards Barry On Wednesday 31 Mar 2010 10:42:30 Zahurul Islam wrote: > Dear Barry, > Thank you very much. Here is the command list, i executed in the top level > of moses directory: > > $./regenerate-makefiles.sh > $./configure --with-srilm=/project/piqasso/Experiments/MT/tools/srilm/ > -with-irstlm=/project/piqasso/Experiments/MT/tools/irstlm-5.22.01/ > --with-boost --enable-threads --with-xmlrpc-c > $make > > boost and xmlrpmc-c are accessible in the PATH. Thats why, I did not > provide arguments. Two older revision of MOSES with server feature are > installed in my machine. I am trying to upgrade to new revision. Thanks > again. > > Regards, > Zahurul > > On Wed, Mar 31, 2010 at 11:31 AM, Barry Haddow <[email protected]> wrote: > > Hi Zahurul > > > > Did moses build correctly? Did you run make at the top level? The server > > build > > is failing because it can't find the moses library. > > > > > > Your configure line looks a little strange as the --with-xmlrpmc-c flag > > should > > take an argument > > eg. --with-xmlrpc-c=/disk3/bhaddow/xmlrpc-c/bin/xmlrpc-c-config > > > > regards > > Barry > > > > On Wednesday 31 Mar 2010 10:08:51 Zahurul Islam wrote: > > > Hi, > > > I was trying to install new version of MOSES. I tried twice by svn > > > update and downloaded source from: > > > https://sourceforge.net/projects/mosesdecoder/ . Both time i met > > > > following > > > > > error: > > > > > > $Making all in server > > > $make[2]: Entering directory > > > `/l/disc1/project/piqasso/Experiments/MT/tools/moses-march31/server' > > > $g++ -DHAVE_CONFIG_H -I. -I.. -W -Wall -I../moses/src -I/usr/include > > > -pthread -I/usr/include -DTRACE_ENABLE=1 -DWITH_THREADS > > > -I/project/piqasso/Experiments/MT/tools/srilm//include > > > -I/project/piqasso/Experiments/MT/tools/irstlm-5.22.01//include -g -O2 > > > > -MT > > > > > mosesserver-mosesserver.o -MD -MP -MF .deps/mosesserver-mosesserver.Tpo > > > > -c > > > > > -o mosesserver-mosesserver.o `test -f 'mosesserver.cpp' || echo > > > './'`mosesserver.cpp > > > $mv -f .deps/mosesserver-mosesserver.Tpo > > > .deps/mosesserver-mosesserver.Po $make[2]: *** No rule to make target > > > `../moses/src/libmoses.a', needed by `mosesserver'. Stop. > > > $make[2]: Leaving directory > > > `/l/disc1/project/piqasso/Experiments/MT/tools/moses-march31/server' > > > $make[1]: *** [all-recursive] Error 1 > > > > > > My configuration command was: > > > ./configure --with-srilm=/project/piqasso/Experiments/MT/tools/srilm/ > > > -with-irstlm=/project/piqasso/Experiments/MT/tools/irstlm-5.22.01/ > > > --with-boost --enable-threads --with-xmlrpc-c > > > > > > Regards, > > > Zahurul > ------------------------------------------------------- _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
