microg/Phonesky

Can't build on ubuntu

thypon opened this issue · 2 comments

~/Workspace/mgbuild$ ./build.sh Phonesky
Info    "protobuf-micro" is up-to-date.
Info    "protobuf-micro" is up-to-date.
Info    Building target "JGoogle"
Info    Executing typeop "protoc-micro" for target "JGoogle"
protoc-gen-javamicro: program not found or is not executable
--javamicro_out: protoc-gen-javamicro: Plugin failed with status code 1.
Error   Failed building target "JGoogle"

Seems that protoc-gen-javamicro command is not in the repository, neither there is a way to install it directly.

You need to compile protoc from https://code.google.com/p/micro-protobuf/ rename it to protoc-micro and add it to path.

I am unable to build this on Ubuntu 14.04 as well.

Output:

./build.sh Phonesky
Info    "protobuf-micro" is up-to-date.
Warn    Can't find build file for target "JGoogle"
Nach »/home/jmf/µg Project/build/sources/JGoogle« wird geklont
remote: Counting objects: 385, done.
remote: Total 385 (delta 0), reused 0 (delta 0), pack-reused 385
Objekte werden empfangen: 100% (385/385), 401.91 KiB | 241.00 KiB/s, done.
Unterschiede werden aufgelöst: 100% (161/161), done.
Verbundenheit wird überprüft … Fertig.
Error   Could not find or retrieve build file for target "JGoogle"

Could you please give me an advice, how to solve this @mar-v-in?