[protobuf] Re: Processing dependencies for Python protobuf 3.3.0 behind the firewall always failed to go with proxy settings

2019-01-02 Thread Teck Tan
Teck Tan於 2019年1月3日星期四 UTC+8下午1時31分04秒寫道: > > Hi all, > > Recently we had Python protobuf 3.3.0 dependencies checking failure when > running on an Ubuntu-14 behind the firewall (with proxy). > > We were running $path/python-protobuf-native/3.3.0-r0/temp/run.do_install > and the shell failed at

[protobuf] Processing dependencies for Python protobuf 3.3.0 behind the firewall always failed to go with proxy settings

2019-01-02 Thread Teck Tan
Hi all, Recently we had Python protobuf 3.3.0 dependencies checking failure when running on an Ubuntu-14 behind the firewall (with proxy). We were running $path/python-protobuf-native/3.3.0-r0/temp/run.do_install and the shell failed at this command: $path/python-protobuf-native/3.3.0-r0/recip

[protobuf] Create proto objects

2019-01-02 Thread L
Hi, Can anyone show me how to create a full protobuf object that I could write in a file. For example Protobuf and Syntax and message objects: ProtobufFactory factory = ProtobufFactoryImpl.init(); ProtobufPackage protoPackage = ProtobufPackageImpl.init(); Protobuf proto = factory.createProtobuf

[protobuf] Re: Adding elements to a repeated field from C++

2019-01-02 Thread Chris Dams
Dear all, I now succeeded in making this work by instead using the AddMessage method in the Reflection class. Happy new year, Chris -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails f