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

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

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 tha

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

2010-04-08 Thread Kenton Varda
It sounds like you installed the new version of protoc but forgot to install the new version of the python protobuf package. You have to actually follow the installation instructions in python/README.txt. On Thu, Apr 8, 2010 at 1:22 PM, dear chap wrote: > File "/home/bingo/protobuf-2.3.0/examp

[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 DESCRIPTOR = descriptor.FileDescriptor( AttributeError: 'module' object has no attribute 'FileDescriptor' On Apr 7, 3:01 pm, Jason Hsueh wrote: > What error do you get when trying to use the generated class? With p

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

[protobuf] Re: 65k string limit in MS Visual C++ 2005

2010-04-08 Thread Iiro
Sadly, in our case it is not possible to split it into multiple files. Perhaps we will come up with some other solution in this case (e.g. remove the 'message'- altogether). Issue: http://code.google.com/p/protobuf/issues/detail?id=179 On 8 huhti, 03:51, Kenton Varda wrote: > Strange, this is t

[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. Extend