Hi all,

I've noticed a problem in the version of Moses just downloaded from Github.
If I configure with the option "--without-kenlm", compilation fails
apparently because the directory "util" cannot be found.
When I included kenlm, compilation succeeded instead.

Cheers,
Arianna Bisazza


PS: here is some of the log:

...
make[3]: Entering directory
`/hardmnt/mccurry0/ssi/bisazza/software/moses_GIT/mosesdecoder/moses/src'
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I. -I../..  -W -Wall -ffor-scope -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-DTRACE_ENABLE=1
-I/hardmnt/mccurry0/ssi/bisazza/software/irstlm-5.70.03//include  -g -O2
-MT AlignmentInfo.lo -MD -MP -MF ".deps/AlignmentInfo.Tpo" -c -o
AlignmentInfo.lo AlignmentInfo.cpp; \
        then mv -f ".deps/AlignmentInfo.Tpo" ".deps/AlignmentInfo.Plo";
else rm -f ".deps/AlignmentInfo.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I. -I. -I../.. -W -Wall -ffor-scope
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DTRACE_ENABLE=1
-I/hardmnt/mccurry0/ssi/bisazza/software/irstlm-5.70.03//include -g -O2 -MT
AlignmentInfo.lo -MD -MP -MF .deps/AlignmentInfo.Tpo -c AlignmentInfo.cpp
-o AlignmentInfo.o
In file included from StaticData.h:41,
                 from AlignmentInfo.cpp:23:
FactorCollection.h:33:31: error: util/murmur_hash.hh: No such file or
directory
FactorCollection.h:39:32: error: util/string_piece.hh: No such file or
directory
...
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to