Re: [protobuf] GzipOutputStream does not work in ubuntu 12.10

2013-01-21 Thread Oliver Jowett
On Fri, Jan 18, 2013 at 9:58 PM, David Granados deivi...@gmail.com wrote: GZipOutputStream gzip_stream(file_stream, GzipOutputStream::Options()); main.cpp:11:4: error: ‘GZipOutputStream’ no se declaró en este ámbito You have the wrong capitalization (GZip vs Gzip) Oliver -- You received

Re: [protobuf] GzipOutputStream does not work in ubuntu 12.10

2013-01-21 Thread David Granados
Also, I have re-install using debian, now work. Thanks. El lunes, 21 de enero de 2013 10:36:49 UTC+1, Oliver escribió: On Fri, Jan 18, 2013 at 9:58 PM, David Granados deiv...@gmail.comjavascript: wrote: GZipOutputStream gzip_stream(file_stream, GzipOutputStream::Options());

[protobuf] GzipOutputStream does not work in ubuntu 12.10

2013-01-20 Thread David Granados
Hello. I was installed protobuf using README.txt, in ubuntu 12.10. Compiler don't found Gzip... .h I copied manually the google src in /usr/local/include/google/protobuf Now, found the .h Library, but, if i execute: #include google/protobuf/io/zero_copy_stream_impl.h #include