My system is >> cat /proc/version
Linux version 3.10.0-514.16.1.el7.x86_64 ([email protected]) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017 I build protobu-3.4.0, but have this error.: >> ./autogen.sh >> ./configure >> make all are ok. And then, >> make check make[3]: Entering directory `/home/pvp_server/c/protobuf-3.4.0/src' make[4]: Entering directory `/home/pvp_server/c/protobuf-3.4.0/src' PASS: protobuf-test PASS: protobuf-lazy-descriptor-test PASS: protobuf-lite-test PASS: google/protobuf/compiler/zip_output_unittest.sh PASS: google/protobuf/io/gzip_stream_unittest.sh PASS: protobuf-lite-arena-test FAIL: no-warning-test make[5]: Entering directory `/home/pvp_server/c/protobuf-3.4.0/src' make all-am make[6]: Entering directory `/home/pvp_server/c/protobuf-3.4.0/src' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/home/pvp_server/c/protobuf-3.4.0/src' make[5]: Leaving directory `/home/pvp_server/c/protobuf-3.4.0/src' ============================================================================ Testsuite summary for Protocol Buffers 3.4.0 ============================================================================ *# TOTAL: 7* # PASS: 6 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See src/test-suite.log Please report to [email protected] ============================================================================ make[4]: *** [test-suite.log] Error 1 make[4]: Leaving directory `/home/pvp_server/c/protobuf-3.4.0/src' make[3]: *** [check-TESTS] Error 2 make[3]: Leaving directory `/home/pvp_server/c/protobuf-3.4.0/src' make[2]: *** [check-am] Error 2 make[2]: Leaving directory `/home/pvp_server/c/protobuf-3.4.0/src' make[1]: *** [check] Error 2 make[1]: Leaving directory `/home/pvp_server/c/protobuf-3.4.0/src' make: *** [check-recursive] Error 1 >> cat src/test-suite.log ================================================ Protocol Buffers 3.4.0: src/test-suite.log ================================================ # TOTAL: 7 # PASS: 6 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: no-warning-test ===================== collect2: error: ld returned 1 exit statusn How can I fix it? Thanks. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
