Tiny Core Extensions > Extension requests

Python-Protobuf 2.6.x

(1/2) > >>

wanderingconfused:
It appears there hasn't been an extension for Protobuf since 4.x. I was hoping someone could make an extension of the latest version for 7.x.

Just notice this was on the wrong board.

Misalf:
This? https://developers.google.com/protocol-buffers/docs/downloads
It seems v3.0.0 is the latest and still supports 2.6.x.

Misalf:
./autogen.sh  fails as it can't download  https://googlemock.googlecode.com/files/gmock-1.7.0.zip . :p
Will see if I can find it.

There are also prebuilt binaries available. Did you try those?
https://github.com/google/protobuf/releases/download/v3.0.0/protobuf-ruby-3.0.0.tar.gz

Misalf:
OK. Found  gmock . It's now  googletest .
I had to manually create the correct folders though.

These are my notes

--- Code: ---HERE="/tmp/protobuf-build"

### https://github.com/google/protobuf/releases/tag/v3.0.0
tar -xvf protobuf-3.0.0.tar.gz

### https://github.com/google/googletest
unzip googletest-master.zip

mv "$HERE"/googletest-master/googlemock/ "$HERE"/protobuf-3.0.0/gmock
mv "$HERE"/googletest-master/googletest/ "$HERE"/protobuf-3.0.0/googletest

#cd "$HERE"/protobuf-3.0.0
#./autogen.sh
#./configure --prefix=/usr/local
#make
#sudo make DESTDIR=/tmp/protobuf install-strip


--- End code ---

It built OK but  make check  didn't succeed. Not sure about that.
I'll see if I can package it up and send you a link via PM. If it doesn't work, someone else may give it a try since I have no means to test it.

wanderingconfused:
Sounds good thanks

Navigation

[0] Message Index

[#] Next page

Go to full version