Re: [protobuf] Re: gcc float-equal error

2019-04-09 Thread Seth Humphries
I think Halil is correct and that the proposed solution provides a way around the compiler warning. Thank you for the fix. However, I am of the opinion that the design of the proto3 syntax is incorrect with respect to default values or values being absent. For example, I want to pass a float

Re: [protobuf] Re: Protobuf can't be found via cmake - Installation problem via cmake

2019-04-09 Thread abdelrahman hamdy
can send screenshots please . On Tue, Apr 9, 2019 at 3:09 PM Eric Li wrote: > just do the build the cmake to install the system's cmake environment > > 在 2019年4月9日星期二 UTC+8下午9:05:12,abdelrahman hamdy写道: >> >> More explanation for step 3 and 4 please? >> >> On Tuesday, April 9, 2019 at

[protobuf] Re: Protobuf can't be found via cmake - Installation problem via cmake

2019-04-09 Thread Eric Li
just do the build the cmake to install the system's cmake environment 在 2019年4月9日星期二 UTC+8下午9:05:12,abdelrahman hamdy写道: > > More explanation for step 3 and 4 please? > > On Tuesday, April 9, 2019 at 2:59:22 PM UTC+2, Eric Li wrote: >> >> I have solve it. >> 1.enter the "protobuf/cmake/" dir. >>

[protobuf] Re: Protobuf can't be found via cmake - Installation problem via cmake

2019-04-09 Thread abdelrahman hamdy
More explanation for step 3 and 4 please? On Tuesday, April 9, 2019 at 2:59:22 PM UTC+2, Eric Li wrote: > > I have solve it. > 1.enter the "protobuf/cmake/" dir. > 2.mkdir build. protobuf/cmake/build > 3.cmake .. > 4.make && make install > > then the proobuf.cmake config will be installed in

Re: [protobuf] Re: Protobuf can't be found via cmake - Installation problem via cmake

2019-04-09 Thread abdelrahman hamdy
MORE EXPLANATION FOR STEP 3 AND 4 PLEASE?? On Tue, Apr 9, 2019 at 2:59 PM Eric Li wrote: > I have solve it. > 1.enter the "protobuf/cmake/" dir. > 2.mkdir build. protobuf/cmake/build > 3.cmake .. > 4.make && make install > > then the proobuf.cmake config will be installed in cmake's dir. > > 在

[protobuf] Re: Protobuf can't be found via cmake - Installation problem via cmake

2019-04-09 Thread Eric Li
I have solve it. 1.enter the "protobuf/cmake/" dir. 2.mkdir build. protobuf/cmake/build 3.cmake .. 4.make && make install then the proobuf.cmake config will be installed in cmake's dir. 在 2019年4月9日星期二 UTC+8下午7:17:19,Yara Amin写道: > > did you solve it? im facing the same problem > > On Thursday,

[protobuf] Re: Protobuf can't be found via cmake - Installation problem via cmake

2019-04-09 Thread Yara Amin
did you solve it? im facing the same problem On Thursday, May 24, 2018 at 3:47:33 PM UTC+2, marma...@gmail.com wrote: > > Hi everyone > I am trying to install a software which uses grpc, and which in turn needs > protobuf. > Everything is installed via cmake. > cmake version 3.11.2 > Protobuf

[protobuf] Re: protobuf is not recogized as internal...

2019-04-09 Thread Yara Amin
i'v already put the path correctly and it still can't recognize "protobuf" On Monday, April 8, 2019 at 6:16:10 AM UTC+2, tausi...@adplay-mobile.com wrote: > > you will have a file named *protoc.exe* > you need to set its path in environment variables, like this: > > > [image: help.png] > > >

[protobuf] protobuf doesnt work

2019-04-09 Thread Yara Amin
i can't succesfully install protobuf although protoc is installed, when i run "protobuf" on cmd isn't not recognized although when i tried to install it through visual studio it gave me Errors as showen at screenshot i put the path of "protoc.exe" correctly and it still not able to recognize

Re: [protobuf] Re: gcc float-equal error

2019-04-09 Thread Halil Şen
I went ahead and created the following patch https://github.com/protocolbuffers/protobuf/pull/6000 On Monday, March 7, 2016 at 11:41:49 PM UTC+1, Feng Xiao wrote: > > Hi Seth, > > Could you help submit this as a github issue? > https://github.com/google/protobuf/issues > > Do you know how we