[protobuf] Issue 179 in protobuf: Visual C++ error C1091 when compiling protoc generated code with over 64k descriptor

2010-04-08 Thread protobuf
Status: New Owner: ken...@google.com Labels: Type-Defect Priority-Medium New issue 179 by iiro.hietala: Visual C++ error C1091 when compiling protoc generated code with over 64k descriptor http://code.google.com/p/protobuf/issues/detail?id=179 What steps will reproduce the problem? 1.

[protobuf] Using Python protobuf library without setuptools?

2010-04-08 Thread Nick Carter
My project pulls the protobuf source directly from code.google.com, and builds the tools and libs (protoc, libprotobuf, libprotobuf-lite) as part of its build process. But now I want to use protos from Python, and I'm having trouble getting the python protobuf library to import properly from the

[protobuf] Re: protobuf-2.3.0 : Problem generating python files with protoc

2010-04-08 Thread dear chap
File /home/bingo/protobuf-2.3.0/examples/addressbook_pb2.py, line 10, in module DESCRIPTOR = descriptor.FileDescriptor( AttributeError: 'module' object has no attribute 'FileDescriptor' On Apr 7, 3:01 pm, Jason Hsueh jas...@google.com wrote: What error do you get when trying to use the

Re: [protobuf] Using Python protobuf library without setuptools?

2010-04-08 Thread Kenton Varda
The purpose of that line is to declare that the google package is just a namespace, so that other google projects (like AppEngine) can also place their code under google. In retrospect, we probably should have just created a top-level protobuf package. If you make sure that all packages that you

[protobuf] Re: Issue 179 in protobuf: Visual C++ error C1091 when compiling protoc generated code with over 64k descriptor

2010-04-08 Thread protobuf
Updates: Status: Accepted Comment #1 on issue 179 by ken...@google.com: Visual C++ error C1091 when compiling protoc generated code with over 64k descriptor http://code.google.com/p/protobuf/issues/detail?id=179 (No comment was entered for this change.) -- You received this message

[protobuf] Re: Issue 177 in protobuf: undefined symbol in shared lib on Ubuntu 10.04

2010-04-08 Thread protobuf
Comment #7 on issue 177 by othy74: undefined symbol in shared lib on Ubuntu 10.04 http://code.google.com/p/protobuf/issues/detail?id=177 My binary after optimize_for LITE = 450 KB. And after strip --strip-debug = 194 KB. I'm dynamically linking. But best of all: it's moving my objects over