On Tue, Aug 2, 2016 at 12:01 PM, Joe Daf <joe...@gmail.com> wrote:

> Hi,
>
> I m new to protobuf, my skills in c++ are limited.
> I downloaded proto buff from this release
> https://github.com/google/protobuf/releases/tag/v3.0.0
> I also tried with the master, got the same problem.
>
> here is the logged error of the unit test:
>
> ================================================
>    Protocol Buffers 3.0.0: src/test-suite.log
> ================================================
>
>
> # TOTAL: 7
> # PASS:  6
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
>
>
> .. contents:: :depth: 2
>
>
> FAIL: google/protobuf/io/gzip_stream_unittest.sh
> ================================================
>
>
> + TESTFILE=Makefile
> + ./zcgzip
> + gunzip
> + cmp - Makefile
> - Makefile differ: char 169, line 4
>
>
>
> I don't know how crucial this is. if it is ok to use it anyway. it seems
> to work with the "proto" files I m working with.
> compiled with gcc 4.9.3, on mingw.
>
It seems the support for gzip streams are not working properly. You can
ignore it if you don't use GzipInputStream/GzipOutputStream:
https://github.com/google/protobuf/blob/master/src/google/protobuf/io/gzip_stream.h


>
> thx
>
> --
> 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 protobuf+unsubscr...@googlegroups.com.
> To post to this group, send email to protobuf@googlegroups.com.
> Visit this group at https://groups.google.com/group/protobuf.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to