-------- make distclean ------- make: *** No rule to make target 'distclean'. Stop. -------- ./autogen.sh ------- -------- ./configure ------- -------- make -j16 ------- dependencies/zlib/infback.c: In function ‘inflateBack’: dependencies/zlib/infback.c:479:25: warning: this statement may fall through [-Wimplicit-fallthrough=] state->mode = LEN; ~~~~~~~~~~~~^~~~~ dependencies/zlib/infback.c:481:9: note: here case LEN: ^~~~ dependencies/zlib/inflate.c: In function ‘inflateMark’: dependencies/zlib/inflate.c:1507:61: warning: left shift of negative value [-Wshift-negative-value] if (strm == Z_NULL || strm->state == Z_NULL) return -1L << 16; ^~ dependencies/zlib/inflate.c: In function ‘inflate’: dependencies/zlib/inflate.c:720:25: warning: this statement may fall through [-Wimplicit-fallthrough=] state->mode = EXLEN; ~~~~~~~~~~~~^~~~~~~ dependencies/zlib/inflate.c:721:9: note: here case EXLEN: ^~~~ dependencies/zlib/inflate.c:732:25: warning: this statement may fall through [-Wimplicit-fallthrough=] state->mode = EXTRA; ~~~~~~~~~~~~^~~~~~~ dependencies/zlib/inflate.c:733:9: note: here case EXTRA: ^~~~ dependencies/zlib/inflate.c:754:25: warning: this statement may fall through [-Wimplicit-fallthrough=] state->mode = NAME; ~~~~~~~~~~~~^~~~~~ dependencies/zlib/inflate.c:755:9: note: here case NAME: ^~~~ dependencies/zlib/inflate.c:775:25: warning: this statement may fall through [-Wimplicit-fallthrough=] state->mode = COMMENT; ~~~~~~~~~~~~^~~~~~~~~ dependencies/zlib/inflate.c:776:9: note: here case COMMENT: ^~~~ dependencies/zlib/inflate.c:795:25: warning: this statement may fall through [-Wimplicit-fallthrough=] state->mode = HCRC; ~~~~~~~~~~~~^~~~~~ dependencies/zlib/inflate.c:796:9: note: here case HCRC: ^~~~ dependencies/zlib/inflate.c:818:25: warning: this statement may fall through [-Wimplicit-fallthrough=] state->mode = DICT; ~~~~~~~~~~~~^~~~~~ dependencies/zlib/inflate.c:819:9: note: here case DICT: ^~~~ dependencies/zlib/inflate.c:825:25: warning: this statement may fall through [-Wimplicit-fallthrough=] state->mode = TYPE; ~~~~~~~~~~~~^~~~~~ dependencies/zlib/inflate.c:826:9: note: here case TYPE: ^~~~ dependencies/zlib/inflate.c:827:16: warning: this statement may fall through [-Wimplicit-fallthrough=] if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave; ^ dependencies/zlib/inflate.c:828:9: note: here case TYPEDO: ^~~~ dependencies/zlib/inflate.c:877:16: warning: this statement may fall through [-Wimplicit-fallthrough=] if (flush == Z_TREES) goto inf_leave; ^ dependencies/zlib/inflate.c:878:9: note: here case COPY_: ^~~~ dependencies/zlib/inflate.c:879:25: warning: this statement may fall through [-Wimplicit-fallthrough=] state->mode = COPY; ~~~~~~~~~~~~^~~~~~ dependencies/zlib/inflate.c:880:9: note: here case COPY: ^~~~ dependencies/zlib/inflate.c:1018:16: warning: this statement may fall through [-Wimplicit-fallthrough=] if (flush == Z_TREES) goto inf_leave; ^ dependencies/zlib/inflate.c:1019:9: note: here case LEN_: ^~~~ dependencies/zlib/inflate.c:1020:25: warning: this statement may fall through [-Wimplicit-fallthrough=] state->mode = LEN; ~~~~~~~~~~~~^~~~~ dependencies/zlib/inflate.c:1021:9: note: here case LEN: ^~~~ dependencies/zlib/inflate.c:1069:25: warning: this statement may fall through [-Wimplicit-fallthrough=] state->mode = LENEXT; ~~~~~~~~~~~~^~~~~~~~ dependencies/zlib/inflate.c:1070:9: note: here case LENEXT: ^~~~ dependencies/zlib/inflate.c:1079:25: warning: this statement may fall through [-Wimplicit-fallthrough=] state->mode = DIST; ~~~~~~~~~~~~^~~~~~ dependencies/zlib/inflate.c:1080:9: note: here case DIST: ^~~~ dependencies/zlib/inflate.c:1106:25: warning: this statement may fall through [-Wimplicit-fallthrough=] state->mode = DISTEXT; ~~~~~~~~~~~~^~~~~~~~~ dependencies/zlib/inflate.c:1107:9: note: here case DISTEXT: ^~~~ dependencies/zlib/inflate.c:1122:25: warning: this statement may fall through [-Wimplicit-fallthrough=] state->mode = MATCH; ~~~~~~~~~~~~^~~~~~~ dependencies/zlib/inflate.c:1123:9: note: here case MATCH: ^~~~ dependencies/zlib/inflate.c:1197:25: warning: this statement may fall through [-Wimplicit-fallthrough=] state->mode = LENGTH; ~~~~~~~~~~~~^~~~~~~~ dependencies/zlib/inflate.c:1198:9: note: here case LENGTH: ^~~~ dependencies/zlib/inflate.c:1210:25: warning: this statement may fall through [-Wimplicit-fallthrough=] state->mode = DONE; ~~~~~~~~~~~~^~~~~~ dependencies/zlib/inflate.c:1211:9: note: here case DONE: ^~~~ In file included from src/io/DecoderPlatform.hh:44:0, from src/io/Allocator.hh:32, from src/io/Reader.hh:32, from src/io/ZlibCompression.hh:30, from src/io/ZlibCompression.cc:30: src/io/ZlibCompression.cc: In constructor ‘Sirikata::ZlibDecoderCompressionWriter::ZlibDecoderCompressionWriter(Sirikata::DecoderWriter*, uint8_t, const Sirikata::JpegAllocator&)’: src/io/../vp8/util/memory.hh:69:48: warning: this statement may fall through [-Wimplicit-fallthrough=] #define always_assert(EXPR) always_assert_outer((EXPR), #EXPR, __FILE__, __LINE__) ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/io/ZlibCompression.cc:231:13: note: in expansion of macro ‘always_assert’ always_assert(ret == Z_OK && "Specified integrity check but not supported"); ^~~~~~~~~~~~~ src/io/ZlibCompression.cc:232:11: note: here default: ^~~~~~~ src/lepton/jpgcoder.cc: In function ‘void process_file(IOUtil::FileReader*, IOUtil::FileWriter*, int, bool)’: src/lepton/jpgcoder.cc:1720:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if ( str_in != NULL ) delete( str_in ); str_in = NULL; ^~ src/lepton/jpgcoder.cc:1720:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ if ( str_in != NULL ) delete( str_in ); str_in = NULL; ^~~~~~ src/lepton/jpgcoder.cc:1721:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if ( str_out != NULL ) delete( str_out ); str_out = NULL; ^~ src/lepton/jpgcoder.cc:1721:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ if ( str_out != NULL ) delete( str_out ); str_out = NULL; ^~~~~~~ src/lepton/jpgcoder.cc:1722:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if ( ujg_out != NULL ) delete( ujg_out ); ujg_out = NULL; ^~ src/lepton/jpgcoder.cc:1722:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ if ( ujg_out != NULL ) delete( ujg_out ); ujg_out = NULL; ^~~~~~~ ar: `u' modifier ignored since `D' is the default (see `U') ar: `u' modifier ignored since `D' is the default (see `U') src/vp8/util/memory.cc:168:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void* operator new (size_t size) throw(std::bad_alloc){ ^~~~~ src/vp8/util/memory.cc:179:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void* operator new[] (size_t size) throw(std::bad_alloc){ ^~~~~ ar: `u' modifier ignored since `D' is the default (see `U') src/vp8/model/model.cc: In function ‘void set_branch_range_identity(Branch*, Branch*)’: src/vp8/model/model.cc:51:26: warning: this statement may fall through [-Wimplicit-fallthrough=] write_cursor += 1; ~~~~~~~~~~~~~^~~~ src/vp8/model/model.cc:52:9: note: here case 1: ^~~~ -------- make check -j16 ------- make[2]: *** [Makefile:2303: test-suite.log] Error 1 make[1]: *** [Makefile:2411: check-TESTS] Error 2 make: *** [Makefile:2895: check-am] Error 2