Two issues:
1) The version of protobuf 
here: 
https://pypi.python.org/packages/48/85/52cf8479b52f8f4def1b13e9082142dc8ff0634468420f04ce868de787e0/protobuf-2.4.1.tar.gz#md5=72f5141d20ab1bcae6b1e00acfb1068a
is missing files that can be found here: 
https://protobuf.googlecode.com/files/protobuf-2.4.1.tar.gz

2) compiling the version from googlecode leads to a compile error.
Editing src/google/protobuf/message.cc  and adding #include <istream> 
before the other #includes

Can a version of 2.4.1 that compiles be uploaded to pypi?

-- 
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