Re: [protobuf] Accesing message inside message

2012-11-08 Thread Javier Blesa Martínez
> > On Mon, Nov 5, 2012 at 1:59 AM, Javier Blesa Martínez > > > wrote: > >> Hi, >> >> I have a protobuf definition: >> >> message CBMessage { >> >> required int32 type = 1; //defines the kind of message that we send >> option

[protobuf] Accesing message inside message

2012-11-07 Thread Javier Blesa Martínez
Hi, I have a protobuf definition: message CBMessage { required int32 type = 1; //defines the kind of message that we send optional RepoMessage repomessage = 2; message RepoMessage { optional int32 nodeid = 1; } And I would like to change the nodeid inside the RepoMessage: CBTxMes

Re: Installation using cygwin fails

2009-07-30 Thread Javier
d any luck with that. And to think I did all of this on my Mac on the first try *sigh... On Jul 30, 10:14 am, Kenton Varda wrote: > I don't see an actual error message in the log.  Did it not print one?  If > not, what happens when you run protoc manually? > > On Thu, Jul 30, 2009 at

Re: Installation using cygwin fails

2009-07-30 Thread Javier
ackage there.  This > would avoid any possible confusion between "C:/" vs. "/cygdrive/c".  But I > don't know if it will actually help. > On Wed, Jul 29, 2009 at 12:27 PM, Javier wrote: > > > > > > > eventually it says there is a libprotobuf.a file i

Re: Installation using cygwin fails

2009-07-29 Thread Javier
> > eventually it says there is a libprotobuf.a file inside /.libs dir > > that cannot be found (no such file or directory) and then stops > > executing. The file IS there, I checked. > > I have not seen that in my testing.  What exact arguments did you pass to > configure and make?  Can you send

Installation using cygwin fails

2009-07-29 Thread Javier
Hi I am trying to install protobuf on windows using cygwin and MinGW and I haven't been able to succesfully run the make command. It seems the problem in with one of the library files. It gives me the following warning: Warning: This system can not link to static lib archive libprotobuf.la. i ha