-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build on CentOS 7.6 #112
Comments
Hi @kogdenko , Can I ask you the results of those two commands?
Many Thanks |
$ protoc --version
libprotoc 2.5.0
$ protoc-c --version
protobuf-c 1.0.2
libprotoc 2.5.0 |
Ok @kogdenko , this is what I got
I'm not sure how this can affect, I'll try to install it on CentOS on my own today, brb |
@kogdenko Sorry to bother you but I'm having problems compiling protoc over there, can you please provide the steps you had to do? |
Hello git clone https://github.com/protobuf-c/protobuf-c-rpc
cd protobuf-c-rpc
./autogen.sh
./configure
make |
for some reason when I try to compile and install https://github.com/protocolbuffers/protobuf/tree/2.6.1-artifacts than protobuf-c doesn't find it |
The installation procedure should probably be changed to install from sources from https://github.com/protobuf-c/protobuf-c-rpc instead of downloading unsigned packages. This probably requires some changes in tpg_rpc.c indeed to use the new @davvore33 what do you think? |
@dceara I guess we should at this point update the whole project to protobuf 3, it shouldn't be a huge amount of work anyway, I've never had the chance to look too much into it but for what i got they split the project in two parts |
@kogdenko, @davvore33, for CentOS 7.6 I managed to get Warp17 up and running with the following changes (still WIP): |
Hi!
Trying to build warp17 on centos7.6. Compilation failed:
I get protobuf-c-rpc from https://github.com/protobuf-c/protobuf-c-rpc
What I am doing wrong?
The text was updated successfully, but these errors were encountered: