TokTok / jvm-toxcore-c

JVM (Java/Scala/Kotlin) bindings to toxcore
https://toktok.ltd
GNU General Public License v3.0
40 stars 30 forks source link

missing dependency: protobuf 3.5.0.1 #92

Open uniqx opened 3 years ago

uniqx commented 3 years ago

Tired to run scripts/build-aarch64-linux-android (v0.2.0) and encountered this error:

git clone --depth=1 --branch=3.5.0.1 https://github.com/google/protobuf build/srclib/jvm-toxcore-c/_git/protobuf
Cloning into 'build/srclib/jvm-toxcore-c/_git/protobuf'...
warning: Could not find remote branch 3.5.0.1 to clone.
fatal: Remote branch 3.5.0.1 not found in upstream origin
robinlinden commented 3 years ago

Yeah, it looks like protobuf renamed some old tags. Looks like it got moved from 3.5.0.1 to v3.5.0.1, but tbh v0.2.0 is a very old version. If building this repository I think HEAD or f0ae031c56747e3d14aff1bac3334c78c64da6b6 are better bets.