Hi Tarun,
Does this command succeed?
exec bash
g++ -include zlib.h -lz -x c++ - <<<'int main() {}'
If no, then you have not installed zlib as instructed on
https://kheafield.com/code/kenlm/dependencies/ . Learn how environment
variables work. Read what the PATH, CPATH, LIBRARY_PATH, and
LD_LIBRARY_PATH variables do.
If yes and Moses doesn't compile then it's a Moses issue.
Kenneth
On 08/04/2016 11:49 AM, Tarun Guntuka wrote:
> Hi Experts,
>
> My build is failing even when I installed zlib and bzip2 as instructed.
> When i am compiling moses using bjam using ./bjam
> --with-irstlm=/home/tarun/Documents/tools/irstlm
> --with-giza=/home/tarun/Documents/tools/bin
> --with-boost=/home/tarun/Documents/tools/moses/boost_1_55_0
>
> Even then the build is failing. Can you please help on this.
>
> On Wed, Aug 3, 2016 at 4:27 PM, Tarun Guntuka <[email protected]
> <mailto:[email protected]>> wrote:
>
> Hi,
>
> Even after downloading and moving it to moses. The same error comes
> while compiling.
>
> On Wed, Aug 3, 2016 at 3:50 PM, Tarun Guntuka <[email protected]
> <mailto:[email protected]>> wrote:
>
> Hi Kenneth,
>
> Thanks for letting me know. I will try and get back if there are
> any other problems.
>
> On Wed, Aug 3, 2016 at 3:31 PM, Kenneth Heafield
> <[email protected] <mailto:[email protected]>> wrote:
>
> You need to install zlib first, including any development
> version of
> zlib. Further,I suspect your Boost installation is
> incomplete if you
> didn't install zlib first.
>
> https://kheafield.com/code/kenlm/dependencies/
>
> Kenneth
>
> On 08/03/2016 10:51 AM, Tarun Guntuka wrote:
> > Hi Experts,
> >
> > I could really use the help here as I am getting error
> with compiling
> > moses. The following is the error.
> >
> > /bjam
> --with-boost=/home/tarun/Documents/tools/boost_1_55_0 -j8
> >
> > Tip: install tcmalloc for faster threading. See
> BUILD-INSTRUCTIONS.txt
> > for more information.
> >
> > NOT BUILDING MOSES SERVER!
> >
> > Performing configuration checks
> >
> >
> > - Shared Boost : no
> >
> > - Static Boost : yes
> >
> > ...patience...
> >
> > ...patience...
> >
> > ...patience...
> >
> > ...patience...
> >
> > ...found 12003 targets...
> >
> > ...updating 215 targets...
> >
> > gcc.compile.c++
> >
> mert/bin/gcc-4.8.5/release/link-static/threading-multi/GzFileBuf.o
> >
> > In file included from mert/GzFileBuf.cpp:1:0:
> >
> > mert/GzFileBuf.h:5:18: fatal error: zlib.h: No such file
> or directory
> >
> > #include <zlib.h>
> >
> > ^
> >
> > compilation terminated.
> >
> >
> > "g++" -ftemplate-depth-128 -O3 -finline-functions
> -Wno-inline -Wall
> > -pthread -DKENLM_MAX_ORDER=6
> > -DMOSES_VERSION_ID=\"mmt-mvp-v0.12.1-814-g76469df\" -DNDEBUG
> > -DTRACE_ENABLE=1 -DWITH_THREADS -D_FILE_OFFSET_BITS=64
> -D_LARGE_FILES
> > -I"." -I"/home/tarun/Documents/tools/boost_1_55_0/include"
> > -I"util/double-conversion" -c -o
> >
>
> "mert/bin/gcc-4.8.5/release/link-static/threading-multi/GzFileBuf.o"
> > "mert/GzFileBuf.cpp"
> >
> >
> > ...failed gcc.compile.c++
> >
>
> mert/bin/gcc-4.8.5/release/link-static/threading-multi/GzFileBuf.o...
> >
> > gcc.compile.c++
> >
>
> moses/bin/gcc-4.8.5/release/link-static/threading-multi/InputFileStream.o
> >
> > In file included from moses/InputFileStream.cpp:23:0:
> >
> > moses/gzfilebuf.h:6:18: fatal error: zlib.h: No such file
> or directory
> >
> > #include <zlib.h>
> >
> > ^
> >
> > compilation terminated.
> >
> >
> > "g++" -ftemplate-depth-128 -O3 -finline-functions
> -Wno-inline -Wall
> > -pthread -DKENLM_MAX_ORDER=6 -DMAX_NUM_FACTORS=4
> > -DMOSES_VERSION_ID=\"mmt-mvp-v0.12.1-814-g76469df\" -DNDEBUG
> > -DTRACE_ENABLE=1 -DWITH_THREADS -D_FILE_OFFSET_BITS=64
> -D_LARGE_FILES
> > -I"." -I"/home/tarun/Documents/tools/boost_1_55_0/include"
> > -I"util/double-conversion" -c -o
> >
>
> "moses/bin/gcc-4.8.5/release/link-static/threading-multi/InputFileStream.o"
> > "moses/InputFileStream.cpp"
> >
> >
> > ...failed gcc.compile.c++
> >
>
> moses/bin/gcc-4.8.5/release/link-static/threading-multi/InputFileStream.o...
> >
> > gcc.compile.c++
> >
>
> mert/bin/gcc-4.8.5/release/link-static/threading-multi/FileStream.o
> >
> > In file included from mert/FileStream.cpp:4:0:
> >
> > mert/GzFileBuf.h:5:18: fatal error: zlib.h: No such file
> or directory
> >
> > #include <zlib.h>
> >
> > ^
> >
> > compilation terminated.
> >
> >
> > "g++" -ftemplate-depth-128 -O3 -finline-functions
> -Wno-inline -Wall
> > -pthread -DKENLM_MAX_ORDER=6
> > -DMOSES_VERSION_ID=\"mmt-mvp-v0.12.1-814-g76469df\" -DNDEBUG
> > -DTRACE_ENABLE=1 -DWITH_THREADS -D_FILE_OFFSET_BITS=64
> -D_LARGE_FILES
> > -I"." -I"/home/tarun/Documents/tools/boost_1_55_0/include"
> > -I"util/double-conversion" -c -o
> >
>
> "mert/bin/gcc-4.8.5/release/link-static/threading-multi/FileStream.o"
> > "mert/FileStream.cpp"
> >
> >
> > ...failed gcc.compile.c++
> >
>
> mert/bin/gcc-4.8.5/release/link-static/threading-multi/FileStream.o...
> >
> > gcc.compile.c++
> >
>
> phrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi/InputFileStream.o
> >
> > In file included from phrase-extract/InputFileStream.cpp:23:0:
> >
> > phrase-extract/gzfilebuf.h:6:18: fatal error: zlib.h: No
> such file or
> > directory
> >
> > #include <zlib.h>
> >
> > ^
> >
> > compilation terminated.
> >
> >
> > "g++" -ftemplate-depth-128 -O3 -finline-functions
> -Wno-inline -Wall
> > -pthread -DKENLM_MAX_ORDER=6
> > -DMOSES_VERSION_ID=\"mmt-mvp-v0.12.1-814-g76469df\" -DNDEBUG
> > -DTRACE_ENABLE=1 -DWITH_THREADS -D_FILE_OFFSET_BITS=64
> -D_LARGE_FILES
> > -I"." -I"/home/tarun/Documents/tools/boost_1_55_0/include"
> -c -o
> >
>
> "phrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi/InputFileStream.o"
> > "phrase-extract/InputFileStream.cpp"
> >
> >
> > ...failed gcc.compile.c++
> >
>
> phrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi/InputFileStream.o...
> >
> > gcc.compile.c++
> >
>
> phrase-extract/lexical-reordering/bin/gcc-4.8.5/release/link-static/threading-multi/InputFileStream.o
> >
> > In file included from
> > phrase-extract/lexical-reordering/InputFileStream.cpp:23:0:
> >
> > phrase-extract/lexical-reordering/gzfilebuf.h:6:18: fatal
> error: zlib.h:
> > No such file or directory
> >
> > #include <zlib.h>
> >
> > ^
> >
> > compilation terminated.
> >
> >
> > "g++" -ftemplate-depth-128 -O3 -finline-functions
> -Wno-inline -Wall
> > -pthread -DKENLM_MAX_ORDER=6
> > -DMOSES_VERSION_ID=\"mmt-mvp-v0.12.1-814-g76469df\" -DNDEBUG
> > -DTRACE_ENABLE=1 -DWITH_THREADS -D_FILE_OFFSET_BITS=64
> -D_LARGE_FILES
> > -I"." -I"/home/tarun/Documents/tools/boost_1_55_0/include"
> > -I"util/double-conversion" -c -o
> >
>
> "phrase-extract/lexical-reordering/bin/gcc-4.8.5/release/link-static/threading-multi/InputFileStream.o"
> > "phrase-extract/lexical-reordering/InputFileStream.cpp"
> >
> >
> > ...failed gcc.compile.c++
> >
>
> phrase-extract/lexical-reordering/bin/gcc-4.8.5/release/link-static/threading-multi/InputFileStream.o...
> >
> > gcc.compile.c++
> >
>
> util/bin/gcc-4.8.5/release/link-static/threading-multi/read_compressed.o
> >
> > util/read_compressed.cc:16:18: fatal error: zlib.h: No
> such file or
> > directory
> >
> > #include <zlib.h>
> >
> > ^
> >
> > compilation terminated.
> >
> >
> > "g++" -ftemplate-depth-128 -O3 -finline-functions
> -Wno-inline -Wall
> > -pthread -DHAVE_ZLIB -DKENLM_MAX_ORDER=6
> > -DMOSES_VERSION_ID=\"mmt-mvp-v0.12.1-814-g76469df\" -DNDEBUG
> > -DTRACE_ENABLE=1 -DWITH_THREADS -D_FILE_OFFSET_BITS=64
> -D_LARGE_FILES
> > -I"." -I"/home/tarun/Documents/tools/boost_1_55_0/include"
> -c -o
> >
>
> "util/bin/gcc-4.8.5/release/link-static/threading-multi/read_compressed.o"
> > "util/read_compressed.cc"
> >
> >
> > ...failed gcc.compile.c++
> >
>
> util/bin/gcc-4.8.5/release/link-static/threading-multi/read_compressed.o...
> >
> > ...skipped
> >
>
> <p/home/tarun/Documents/tools/moses/lm/builder/bin/gcc-4.8.5/release/link-static/threading-multi>lmplz
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <plm/bin/gcc-4.8.5/release/link-static/threading-multi>build_binary
> for
> > lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
> <plm/bin/gcc-4.8.5/release/link-static/threading-multi>fragment
> for lack
> > of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <plm/bin/gcc-4.8.5/release/link-static/threading-multi>kenlm_benchmark
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> <plm/bin/gcc-4.8.5/release/link-static/threading-multi>query
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <plm/filter/bin/gcc-4.8.5/release/link-static/threading-multi>filter
> for
> > lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <plm/filter/bin/gcc-4.8.5/release/link-static/threading-multi>phrase_table_vocab
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <p/home/tarun/Documents/tools/moses/lm/builder/bin/gcc-4.8.5/release/link-static/threading-multi>dump_counts
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a(clean)
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>GzFileBuf.o...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>GzFileBuf.o...
> >
> > ...skipped
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>mert
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> >
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>extractor
> for
> > lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> >
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>evaluator
> for
> > lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>pro
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> >
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>kbmira
> for lack
> > of
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>sentence-bleu
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>sentence-bleu-nbest
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> >
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>hgdecode
> for
> > lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped <p/home/tarun/Documents/tools/moses/bin>mert
> for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>extractor for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>evaluator for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped <p/home/tarun/Documents/tools/moses/bin>pro for
> lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped <p/home/tarun/Documents/tools/moses/bin>kbmira
> for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>sentence-bleu for
> > lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>sentence-bleu-nbest
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>hgdecode for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/lib>libmert_lib.a for
> > lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>bleu_scorer_test
> for
> > lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>bleu_scorer_test.passed
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>bleu_scorer_test...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>feature_data_test
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>feature_data_test.passed
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>feature_data_test...
> >
> > ...skipped
> >
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>data_test
> for
> > lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>data_test.passed
> for
> > lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>data_test...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>forest_rescore_test
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>forest_rescore_test.passed
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>forest_rescore_test...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>hypergraph_test
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>hypergraph_test.passed
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>hypergraph_test...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>mira_feature_vector_test
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>mira_feature_vector_test.passed
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>mira_feature_vector_test...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>ngram_test
> for
> > lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>ngram_test.passed
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>ngram_test...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>optimizer_factory_test
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>optimizer_factory_test.passed
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>optimizer_factory_test...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>point_test
> for
> > lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>point_test.passed
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>point_test...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>reference_test
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>reference_test.passed
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>reference_test...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>singleton_test
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>singleton_test.passed
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>singleton_test...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>timer_test
> for
> > lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>timer_test.passed
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>timer_test...
> >
> > ...skipped
> >
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>util_test
> for
> > lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>util_test.passed
> for
> > lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>util_test...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>vocabulary_test
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>vocabulary_test.passed
> > for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>vocabulary_test...
> >
> > ...skipped <pmert>mert for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped <pmert>extractor for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped <pmert>evaluator for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped <pmert>pro for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped <pmert>kbmira for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped <pmert>sentence-bleu for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped <pmert>sentence-bleu-nbest for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped <pmert>hgdecode for lack of
> >
>
> <pmert/bin/gcc-4.8.5/release/link-static/threading-multi>libmert_lib.a...
> >
> > ...skipped
> >
>
> <pcontrib/expected-bleu-training/bin/gcc-4.8.5/release/link-static/threading-multi>train-expected-bleu
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <pcontrib/expected-bleu-training/bin/gcc-4.8.5/release/link-static/threading-multi>prepare-expected-bleu-training
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped <p/home/tarun/Documents/tools/moses/bin>lmplz
> for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>build_binary for lack
> > of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>fragment for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>kenlm_benchmark for
> > lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped <p/home/tarun/Documents/tools/moses/bin>query
> for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped <p/home/tarun/Documents/tools/moses/bin>filter
> for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>phrase_table_vocab
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>dump_counts for lack
> > of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>train-expected-bleu
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <p/home/tarun/Documents/tools/moses/bin>prepare-expected-bleu-training
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <plm/bin/left_test.test/gcc-4.8.5/release/link-static/threading-multi>left_test
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <plm/bin/left_test.test/gcc-4.8.5/release/link-static/threading-multi>left_test.run
> > for lack of
> >
>
> <plm/bin/left_test.test/gcc-4.8.5/release/link-static/threading-multi>left_test...
> >
> > ...skipped
> >
>
> <plm/bin/model_test.test/gcc-4.8.5/release/link-static/threading-multi>model_test
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <plm/bin/model_test.test/gcc-4.8.5/release/link-static/threading-multi>model_test.run
> > for lack of
> >
>
> <plm/bin/model_test.test/gcc-4.8.5/release/link-static/threading-multi>model_test...
> >
> > ...skipped
> >
>
> <plm/bin/partial_test.test/gcc-4.8.5/release/link-static/threading-multi>partial_test
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <plm/bin/partial_test.test/gcc-4.8.5/release/link-static/threading-multi>partial_test.run
> > for lack of
> >
>
> <plm/bin/partial_test.test/gcc-4.8.5/release/link-static/threading-multi>partial_test...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>cat_compressed
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>probing_hash_table_benchmark
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <putil/bin/file_piece_test.test/gcc-4.8.5/release/link-static/threading-multi>file_piece_test
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <putil/bin/file_piece_test.test/gcc-4.8.5/release/link-static/threading-multi>file_piece_test.run
> > for lack of
> >
>
> <putil/bin/file_piece_test.test/gcc-4.8.5/release/link-static/threading-multi>file_piece_test...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>bit_packing_test
> for
> > lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>bit_packing_test.passed
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>bit_packing_test...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>integer_to_string_test
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>integer_to_string_test.passed
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>integer_to_string_test...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>joint_sort_test
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>joint_sort_test.passed
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>joint_sort_test...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>multi_intersection_test
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>multi_intersection_test.passed
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>multi_intersection_test...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>pcqueue_test
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>pcqueue_test.passed
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>pcqueue_test...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>probing_hash_table_test
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>probing_hash_table_test.passed
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>probing_hash_table_test...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>random_test
> for
> > lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>random_test.passed
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>random_test...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>sized_iterator_test
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>sized_iterator_test.passed
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>sized_iterator_test...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>sorted_uniform_test
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>sorted_uniform_test.passed
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>sorted_uniform_test...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>string_stream_test
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>string_stream_test.passed
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>string_stream_test...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>tempfile_test
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>tempfile_test.passed
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>tempfile_test...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>tokenize_piece_test
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>tokenize_piece_test.passed
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>tokenize_piece_test...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>tokenize_test
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>tokenize_test.passed
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>tokenize_test...
> >
> > ...skipped
> >
>
> <p/home/tarun/Documents/tools/moses/util/stream/bin/gcc-4.8.5/release/link-static/threading-multi>io_test
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <p/home/tarun/Documents/tools/moses/util/stream/bin/gcc-4.8.5/release/link-static/threading-multi>io_test.passed
> > for lack of
> >
>
> <p/home/tarun/Documents/tools/moses/util/stream/bin/gcc-4.8.5/release/link-static/threading-multi>io_test...
> >
> > ...skipped
> >
>
> <p/home/tarun/Documents/tools/moses/util/stream/bin/gcc-4.8.5/release/link-static/threading-multi>stream_test
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <p/home/tarun/Documents/tools/moses/util/stream/bin/gcc-4.8.5/release/link-static/threading-multi>stream_test.passed
> > for lack of
> >
>
> <p/home/tarun/Documents/tools/moses/util/stream/bin/gcc-4.8.5/release/link-static/threading-multi>stream_test...
> >
> > ...skipped
> >
>
> <p/home/tarun/Documents/tools/moses/util/stream/bin/gcc-4.8.5/release/link-static/threading-multi>rewindable_stream_test
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <p/home/tarun/Documents/tools/moses/util/stream/bin/gcc-4.8.5/release/link-static/threading-multi>rewindable_stream_test.passed
> > for lack of
> >
>
> <p/home/tarun/Documents/tools/moses/util/stream/bin/gcc-4.8.5/release/link-static/threading-multi>rewindable_stream_test...
> >
> > ...skipped
> >
>
> <p/home/tarun/Documents/tools/moses/util/stream/bin/gcc-4.8.5/release/link-static/threading-multi>sort_test
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <p/home/tarun/Documents/tools/moses/util/stream/bin/gcc-4.8.5/release/link-static/threading-multi>sort_test.passed
> > for lack of
> >
>
> <p/home/tarun/Documents/tools/moses/util/stream/bin/gcc-4.8.5/release/link-static/threading-multi>sort_test...
> >
> > gcc.compile.c++
> >
>
> phrase-extract/lexical-reordering/bin/gcc-4.8.5/release/link-static/threading-multi/reordering_classes.o
> >
> >
> phrase-extract/lexical-reordering/reordering_classes.cpp:9:18:
> fatal
> > error: zlib.h: No such file or directory
> >
> > #include "zlib.h"
> >
> > ^
> >
> > compilation terminated.
> >
> >
> > "g++" -ftemplate-depth-128 -O3 -finline-functions
> -Wno-inline -Wall
> > -pthread -DKENLM_MAX_ORDER=6
> > -DMOSES_VERSION_ID=\"mmt-mvp-v0.12.1-814-g76469df\" -DNDEBUG
> > -DTRACE_ENABLE=1 -DWITH_THREADS -D_FILE_OFFSET_BITS=64
> -D_LARGE_FILES
> > -I"." -I"/home/tarun/Documents/tools/boost_1_55_0/include"
> > -I"util/double-conversion" -c -o
> >
>
> "phrase-extract/lexical-reordering/bin/gcc-4.8.5/release/link-static/threading-multi/reordering_classes.o"
> > "phrase-extract/lexical-reordering/reordering_classes.cpp"
> >
> >
> > ...failed gcc.compile.c++
> >
>
> phrase-extract/lexical-reordering/bin/gcc-4.8.5/release/link-static/threading-multi/reordering_classes.o...
> >
> > gcc.compile.c++
> >
>
> phrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi/OutputFileStream.o
> >
> > In file included from
> phrase-extract/OutputFileStream.cpp:26:0:
> >
> > phrase-extract/gzfilebuf.h:6:18: fatal error: zlib.h: No
> such file or
> > directory
> >
> > #include <zlib.h>
> >
> > ^
> >
> > compilation terminated.
> >
> >
> > "g++" -ftemplate-depth-128 -O3 -finline-functions
> -Wno-inline -Wall
> > -pthread -DKENLM_MAX_ORDER=6
> > -DMOSES_VERSION_ID=\"mmt-mvp-v0.12.1-814-g76469df\" -DNDEBUG
> > -DTRACE_ENABLE=1 -DWITH_THREADS -D_FILE_OFFSET_BITS=64
> -D_LARGE_FILES
> > -I"." -I"/home/tarun/Documents/tools/boost_1_55_0/include"
> -c -o
> >
>
> "phrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi/OutputFileStream.o"
> > "phrase-extract/OutputFileStream.cpp"
> >
> >
> > ...failed gcc.compile.c++
> >
>
> phrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi/OutputFileStream.o...
> >
> > ...skipped
> >
>
> <pphrase-extract/syntax-common/bin/gcc-4.8.5/release/link-static/threading-multi>libsyntax_common.a(clean)
> > for lack of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> >
>
> <pphrase-extract/syntax-common/bin/gcc-4.8.5/release/link-static/threading-multi>libsyntax_common.a
> > for lack of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/lib>libsyntax_common.a
> > for lack of
> >
>
> <pphrase-extract/syntax-common/bin/gcc-4.8.5/release/link-static/threading-multi>libsyntax_common.a...
> >
> > gcc.compile.c++
> >
>
> moses/bin/gcc-4.8.5/release/link-static/threading-multi/OutputFileStream.o
> >
> > In file included from moses/OutputFileStream.cpp:26:0:
> >
> > moses/gzfilebuf.h:6:18: fatal error: zlib.h: No such file
> or directory
> >
> > #include <zlib.h>
> >
> > ^
> >
> > compilation terminated.
> >
> >
> > "g++" -ftemplate-depth-128 -O3 -finline-functions
> -Wno-inline -Wall
> > -pthread -DKENLM_MAX_ORDER=6 -DMAX_NUM_FACTORS=4
> > -DMOSES_VERSION_ID=\"mmt-mvp-v0.12.1-814-g76469df\" -DNDEBUG
> > -DTRACE_ENABLE=1 -DWITH_THREADS -D_FILE_OFFSET_BITS=64
> -D_LARGE_FILES
> > -I"." -I"/home/tarun/Documents/tools/boost_1_55_0/include"
> > -I"util/double-conversion" -c -o
> >
>
> "moses/bin/gcc-4.8.5/release/link-static/threading-multi/OutputFileStream.o"
> > "moses/OutputFileStream.cpp"
> >
> >
> > ...failed gcc.compile.c++
> >
>
> moses/bin/gcc-4.8.5/release/link-static/threading-multi/OutputFileStream.o...
> >
> > ...skipped
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a(clean)
> > for lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a
> for
> > lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> >
>
> <pmoses-cmd/bin/gcc-4.8.5/release/link-static/threading-multi>moses
> for
> > lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> >
>
> <pmoses-cmd/bin/gcc-4.8.5/release/link-static/threading-multi>lmbrgrid
> > for lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> >
>
> <pmoses-cmd/bin/gcc-4.8.5/release/link-static/threading-multi>vwtrainer
> > for lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> >
>
> <pOnDiskPt/bin/gcc-4.8.5/release/link-static/threading-multi>CreateOnDiskPt
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <pOnDiskPt/bin/gcc-4.8.5/release/link-static/threading-multi>queryOnDiskPt
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <pmisc/bin/gcc-4.8.5/release/link-static/threading-multi>1-1-Extraction
> > for lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> >
> <pmisc/bin/gcc-4.8.5/release/link-static/threading-multi>TMining
> for
> > lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> >
>
> <pmisc/bin/gcc-4.8.5/release/link-static/threading-multi>generateSequences
> > for lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> >
>
> <pmisc/bin/gcc-4.8.5/release/link-static/threading-multi>processLexicalTable
> > for lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> >
>
> <pmisc/bin/gcc-4.8.5/release/link-static/threading-multi>queryLexicalTable
> > for lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> >
>
> <pmisc/bin/gcc-4.8.5/release/link-static/threading-multi>CreateProbingPT
> > for lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> >
>
> <pmisc/bin/gcc-4.8.5/release/link-static/threading-multi>QueryProbingPT
> > for lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> >
>
> <pmisc/bin/gcc-4.8.5/release/link-static/threading-multi>merge-sorted
> > for lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> >
>
> <pmisc/bin/gcc-4.8.5/release/link-static/threading-multi>prunePhraseTable
> for
> > lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> >
>
> <pmisc/bin/gcc-4.8.5/release/link-static/threading-multi>pruneGeneration
> > for lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>consolidate-direct
> > for lack of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>consolidate
> > for lack of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>consolidate-reverse
> > for lack of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>extract-lex
> > for lack of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>extract
> > for lack of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>extract-rules
> > for lack of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>relax-parse
> > for lack of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>statistics
> > for lack of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>score
> > for lack of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> >
>
> <pphrase-extract/bin/ScoreFeatureTest.test/gcc-4.8.5/release/link-static/threading-multi>ScoreFeatureTest
> > for lack of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> >
>
> <pphrase-extract/bin/ScoreFeatureTest.test/gcc-4.8.5/release/link-static/threading-multi>ScoreFeatureTest.run
> > for lack of
> >
>
> <pphrase-extract/bin/ScoreFeatureTest.test/gcc-4.8.5/release/link-static/threading-multi>ScoreFeatureTest...
> >
> > ...skipped
> >
>
> <pphrase-extract/syntax-common/bin/gcc-4.8.5/release/link-static/threading-multi>tree_fragment_tokenizer_test
> > for lack of
> >
>
> <pphrase-extract/syntax-common/bin/gcc-4.8.5/release/link-static/threading-multi>libsyntax_common.a...
> >
> > ...skipped
> >
>
> <pphrase-extract/syntax-common/bin/gcc-4.8.5/release/link-static/threading-multi>tree_fragment_tokenizer_test.passed
> > for lack of
> >
>
> <pphrase-extract/syntax-common/bin/gcc-4.8.5/release/link-static/threading-multi>tree_fragment_tokenizer_test...
> >
> > ...skipped
> >
>
> <pphrase-extract/syntax-common/bin/gcc-4.8.5/release/link-static/threading-multi>tree_test
> > for lack of
> >
>
> <pphrase-extract/syntax-common/bin/gcc-4.8.5/release/link-static/threading-multi>libsyntax_common.a...
> >
> > ...skipped
> >
>
> <pphrase-extract/syntax-common/bin/gcc-4.8.5/release/link-static/threading-multi>tree_test.passed
> > for lack of
> >
>
> <pphrase-extract/syntax-common/bin/gcc-4.8.5/release/link-static/threading-multi>tree_test...
> >
> > ...skipped
> >
>
> <pphrase-extract/extract-ghkm/bin/gcc-4.8.5/release/link-static/threading-multi>extract-ghkm
> > for lack of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> >
>
> <pphrase-extract/pcfg-extract/bin/gcc-4.8.5/release/link-static/threading-multi>pcfg-extract
> > for lack of
> >
>
> <pphrase-extract/syntax-common/bin/gcc-4.8.5/release/link-static/threading-multi>libsyntax_common.a...
> >
> > ...skipped
> >
>
> <pphrase-extract/pcfg-score/bin/gcc-4.8.5/release/link-static/threading-multi>pcfg-score
> > for lack of
> >
>
> <pphrase-extract/syntax-common/bin/gcc-4.8.5/release/link-static/threading-multi>libsyntax_common.a...
> >
> > ...skipped
> >
>
> <pphrase-extract/extract-mixed-syntax/bin/gcc-4.8.5/release/link-static/threading-multi>extract-mixed-syntax
> > for lack of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> >
>
> <pphrase-extract/score-stsg/bin/gcc-4.8.5/release/link-static/threading-multi>score-stsg
> > for lack of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> >
>
> <pphrase-extract/filter-rule-table/bin/gcc-4.8.5/release/link-static/threading-multi>filter-rule-table
> > for lack of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> >
>
> <pphrase-extract/postprocess-egret-forests/bin/gcc-4.8.5/release/link-static/threading-multi>postprocess-egret-forests
> > for lack of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped <p/home/tarun/Documents/tools/moses/bin>moses
> for lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>lmbrgrid for lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>vwtrainer for lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>CreateOnDiskPt for
> > lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>queryOnDiskPt for
> > lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>1-1-Extraction for
> > lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped <p/home/tarun/Documents/tools/moses/bin>TMining
> for lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>generateSequences for
> > lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>processLexicalTable
> > for lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>queryLexicalTable for
> > lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>CreateProbingPT for
> > lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>QueryProbingPT for
> > lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>merge-sorted for lack
> > of
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>prunePhraseTable for
> > lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>pruneGeneration for
> > lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>consolidate-direct
> > for lack of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>consolidate for lack
> > of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>consolidate-reverse
> > for lack of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>extract-lex for lack
> > of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped <p/home/tarun/Documents/tools/moses/bin>extract
> for lack of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>extract-rules for
> > lack of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>relax-parse for lack
> > of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>statistics for lack
> > of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped <p/home/tarun/Documents/tools/moses/bin>score
> for lack of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>extract-ghkm for lack
> > of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>pcfg-extract for lack
> > of
> >
>
> <pphrase-extract/syntax-common/bin/gcc-4.8.5/release/link-static/threading-multi>libsyntax_common.a...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>pcfg-score for lack
> > of
> >
>
> <pphrase-extract/syntax-common/bin/gcc-4.8.5/release/link-static/threading-multi>libsyntax_common.a...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>extract-mixed-syntax
> > for lack of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>score-stsg for lack
> > of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/bin>filter-rule-table for
> > lack of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> >
> <p/home/tarun/Documents/tools/moses/bin>postprocess-egret-forests
> for
> > lack of
> >
>
> <pphrase-extract/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> <p/home/tarun/Documents/tools/moses/lib>libmoses.a for lack
> > of
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>libmoses.a...
> >
> > ...skipped
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>moses_test
> for
> > lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>moses_test.passed
> > for lack of
> >
>
> <pmoses/bin/gcc-4.8.5/release/link-static/threading-multi>moses_test...
> >
> > ...skipped
> >
>
> <pmoses/LM/bin/BackwardTest.test/gcc-4.8.5/release/link-static/threading-multi>BackwardTest
> > for lack of
> >
>
> <putil/bin/gcc-4.8.5/release/link-static/threading-multi>read_compressed.o...
> >
> > ...skipped
> >
>
> <pmoses/LM/bin/BackwardTest.test/gcc-4.8.5/release/link-static/threading-multi>BackwardTest.run
> > for lack of
> >
>
> <pmoses/LM/bin/BackwardTest.test/gcc-4.8.5/release/link-static/threading-multi>BackwardTest...
> >
> > gcc.compile.c++
> >
>
> phrase-extract/lexical-reordering/bin/gcc-4.8.5/release/link-static/threading-multi/OutputFileStream.o
> >
> > In file included from
> phrase-extract/OutputFileStream.cpp:26:0:
> >
> > phrase-extract/gzfilebuf.h:6:18: fatal error: zlib.h: No
> such file or
> > directory
> >
> > #include <zlib.h>
> >
> > ^
> >
> > compilation terminated.
> >
> >
> > "g++" -ftemplate-depth-128 -O3 -finline-functions
> -Wno-inline -Wall
> > -pthread -DKENLM_MAX_ORDER=6
> > -DMOSES_VERSION_ID=\"mmt-mvp-v0.12.1-814-g76469df\" -DNDEBUG
> > -DTRACE_ENABLE=1 -DWITH_THREADS -D_FILE_OFFSET_BITS=64
> -D_LARGE_FILES
> > -I"." -I"/home/tarun/Documents/tools/boost_1_55_0/include"
> > -I"util/double-conversion" -c -o
> >
>
> "phrase-extract/lexical-reordering/bin/gcc-4.8.5/release/link-static/threading-multi/OutputFileStream.o"
> > "phrase-extract/OutputFileStream.cpp"
> >
> >
> > ...failed gcc.compile.c++
> >
>
> phrase-extract/lexical-reordering/bin/gcc-4.8.5/release/link-static/threading-multi/OutputFileStream.o...
> >
> > ...skipped
> >
>
> <pphrase-extract/lexical-reordering/bin/gcc-4.8.5/release/link-static/threading-multi>lexical-reordering-score
> > for lack of
> >
>
> <pphrase-extract/lexical-reordering/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...skipped
> >
> <p/home/tarun/Documents/tools/moses/bin>lexical-reordering-score
> for
> > lack of
> >
>
> <pphrase-extract/lexical-reordering/bin/gcc-4.8.5/release/link-static/threading-multi>InputFileStream.o...
> >
> > ...failed updating 10 targets...
> >
> > ...skipped 205 targets...
> >
> > The build failed. If you need support, run:
> >
> > ./jam-files/bjam
> --with-boost=/home/tarun/Documents/tools/boost_1_55_0
> > -j8 --debug-configuration -d2 |gzip >build.log.gz
> >
> > then attach build.log.gz to your e-mail.
> >
> > You MUST do 3 things before sending to the mailing list:
> >
> > 1. Subscribe to the mailing list at
> > http://mailman.mit.edu/mailman/listinfo/moses-support
> >
> > 2. Attach build.log.gz to your e-mail
> >
> > 3. Say what is the EXACT command you executed when you
> got the error
> >
> > ERROR
> >
> >
> > --
> > Thanks,
> > Tarun
> >
> >
> > _______________________________________________
> > Moses-support mailing list
> > [email protected] <mailto:[email protected]>
> > http://mailman.mit.edu/mailman/listinfo/moses-support
> >
> _______________________________________________
> Moses-support mailing list
> [email protected] <mailto:[email protected]>
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>
>
>
> --
> Thanks,
> Tarun
>
>
>
>
> --
> Thanks,
> Tarun
>
>
>
>
> --
> Thanks,
> Tarun
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support