-
Notifications
You must be signed in to change notification settings - Fork 25
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 does not work #17
Comments
- Added protoc-gen-micro to makefile. - Create automatically a source file.
Indeed, the protoc-gen-micro package was missing. I updated the makefile and the build instructions in the wiki. Now you should be able to build remoteAudio. You will have to execute again |
One step further, but still build fails with:
And |
have you updated the repo? Sorry, forgot to mention that I've added the generation of Just add $HOME/protobuf/bin to $PATH manually.
It's kinda strange that the protoc-gen-gofast is not found. This is actually installed with the
after adding you have to reload |
I have updated the build scripts and fixed the dependencies with go modules. You should now be able to compile remoteAudio with go 1.13 without any problems. If you don't want to compile remoteAudio you can download one of the freshly baked binaries of version 0.4.0 from the releases page |
$ make build
protoc --proto_path=./icd --gofast_out=./sb_audio ./icd/audio.proto
protoc --proto_path=./icd --micro_out=./sb_audio ./icd/audio.proto
protoc-gen-micro: program not found or is not executable
--micro_out: protoc-gen-micro: Plugin failed with status code 1.
make: *** [build] Error 1
The text was updated successfully, but these errors were encountered: