[protobuf] Re: Why does Protobuf generate outer classes for Java?

2021-07-26 Thread Matt Welke
inue > providing both in case historic users are reliant on having the outer class > or if there are special cases in which a single file would be better. > > On Sunday, July 25, 2021 at 11:13:02 AM UTC-7 matt...@gmail.com wrote: > >> I googled this and found questions li

[protobuf] Why does Protobuf generate outer classes for Java?

2021-07-25 Thread Matt Welke
I googled this and found questions like "How to use Protobuf message as java class without a java outer class?" ( https://stackoverflow.com/questions/60312156/how-to-use-protobuf-message-as-java-class-without-a-java-outer-class) which talk about how one might tweak their Protobuf Java code

[protobuf] Re: Protoc not recognized command

2020-10-12 Thread Matt Maloney
It looks like protoc needs to be added to your path environment variable. On Thursday, October 1, 2020 at 7:17:14 AM UTC-4 saaban...@gmail.com wrote: > Hello every one, > > I am trying to compile .proto file using python, > steps i followed > 1.installed python, > 2. installed protobuff >

[protobuf] C++ Compilation issues propagating from google::protobuf::internal

2020-10-12 Thread Matt Maloney
Hi all, I have been having difficulties trying to compile my project, when integrating protobuf. [image: Capture.PNG] I am using cmake to compile a project that uses the protobuf libraries. I am including protobuf_INCLUDE_DIR in my target include and libprotobuf and libprotobuf in my target

[protobuf] Re: first time using protobuf INTERESTING SCENARIO

2018-05-21 Thread matt egler
I am doing this in C++ by the way! On Monday, May 21, 2018 at 2:20:42 AM UTC-4, matt egler wrote: > > Greetings! I am new to google proto buf and I have over a million > phonenumbers and I am designing a phone system for my company that requires > the use of protobuf in order to co

[protobuf] first time using protobuf INTERESTING SCENARIO

2018-05-21 Thread matt egler
Greetings! I am new to google proto buf and I have over a million phonenumbers and I am designing a phone system for my company that requires the use of protobuf in order to complete. I am having trouble compiling a .proto file in a qubes linux evnvironment but I am using Eclipse IDE in a

[protobuf] Protocol Buffer + AIDL

2018-03-09 Thread Matt W
Is it possible to have the generated code implement Parcelable? My System Service is receiving Events that were serialized with Google Protocol Buffers, and I would like to deserialize inside the service rather than the manager. Any non primitive sent across AIDL needs to implement Parcelable.

[protobuf] Third Party Add-on: dproto (D programming language)

2016-03-14 Thread Matt Soucy
implementations listed are no longer under active development and unidiomatic D code, while dproto takes advantage of the language's compile-time computation and reflection capabilities. Thank you, Matt Soucy (primary developer, dproto) -- You received this message because you are subscribed

Re: [protobuf] Why do I see “cannot import name descriptor_pb2” error?

2013-05-24 Thread Matt O'Connor
I'm seeing the same issue. It's self referential. Any idea of the solution? On Wednesday, January 30, 2013 2:47:24 PM UTC-5, Roger Michoud wrote: Hi Kenton, I did the c++ install, it is clean and it works. I follow the README in python folder for installing python. When I run python

[protobuf] Fix misdefining {non-,}NaCL Atomic64

2012-07-20 Thread Matt Tierney
Index: src/google/protobuf/stubs/atomicops.h === --- src/google/protobuf/stubs/atomicops.h (revision 423) +++ src/google/protobuf/stubs/atomicops.h (working copy) @@ -69,9 +69,9 @@ #if defined(GOOGLE_PROTOBUF_OS_NACL) //

protobuf-2.2.0 java compilation errors

2009-09-25 Thread matt
I have compiled C++ protobuf successfully but am having enormous difficulty compiling the java code. I initially tried manually and after two days relinquished and installed Maven as recommended in the README. Building under Maven produced the same errors. ie: 1. ERROR in