Re: [protobuf] Re: On SnowLeopard, EXC_CRASH (SIGABRT)

2009-12-18 Thread Kenton Varda
FYI, I've verified that protobuf-2.2.0 works correctly on Snow Leopard with the latest Xcode compiler. On Wed, Nov 11, 2009 at 2:10 PM, Kenton Varda ken...@google.com wrote: I have no idea what the problem could be. However, I have a fancy new Mac laptop arriving next week on which I will

[protobuf] Re: Built a simplified XPath-like syntax for Protocol Buffers

2009-12-18 Thread Scott Stafford
We don't have a formal spec of it or anything, but from what I can tell we evolved the same syntax as the internal Google effort. No frills, just a sequence of N field names separated by dots (.). I'll try to write out the rules in English, but I might mess this up since I'm just doing it from

Re: [protobuf] Re: Link errors with protobuf 2.2.0a

2009-12-18 Thread Anu KR
The implementation is already in a different namespace . namespace abc { namespace xyv { typedef std::setint int_set; class MY_DLL_EXPORT has_riskgroups : private int_set } } 2009/12/18 Александр Мельников a...@sibmail.ru: If it really that,

Re: [protobuf] Re: Built a simplified XPath-like syntax for Protocol Buffers

2009-12-18 Thread Pavel Shramov
On Fri, Dec 18, 2009 at 07:01:36AM -0800, Scott Stafford wrote: We don't have a formal spec of it or anything, but from what I can tell we evolved the same syntax as the internal Google effort. No frills, just a sequence of N field names separated by dots (.). I'll try to write out the rules

Re: [protobuf] Building 2.3.0 from SVN: configure issue

2009-12-18 Thread Delip Rao
Thanks Kenton. That worked. On Fri, Dec 18, 2009 at 1:55 PM, Kenton Varda ken...@google.com wrote: You need to install GNU libtool. On Fri, Dec 18, 2009 at 7:56 AM, Delip Rao delip...@gmail.com wrote: I'm trying to build version 2.3.0 from the SVN and find no configure script. I also

Re: [protobuf] [protobuf-net] Unknow wire-type 7 when serializing List data structure

2009-12-18 Thread Marc Gravell
Hmmm... that should work fine; there *was* a related bug in an early build, but... Can I check which version and framework you are using? I've checked on r275, and it works fine as is, for both empty lists and some arbitrary data I made up. Sorry for the delay, btw - seasonal break, etc... Marc

Re: [protobuf] Re: Link errors with protobuf 2.2.0a

2009-12-18 Thread Kenton Varda
Protobuf does subclass hash_map and hash_set in order to fix the interfaces to look like GCC's. However, it does not use __declspec on these definitions. Can you create a minimal self-contained example program demonstrating the problem? On Fri, Dec 18, 2009 at 2:23 AM, Anu KR