-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Problem with *.proto as "no buildable Go source files" #338
Comments
@borneq thanks for your issue report. It appears lnd uses an outdated protoc invocation. I've opened lightningnetwork/lnd#169 to solve this problem. |
This has been fixed upstream. |
@tmc I'm having this same issue with master branch and libprotoc 3.2.0. Manually commenting the following line, in the generated code, fixed it. import _ "github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api" |
I fixed it based on lightningnetwork/lnd#169 Thanks! |
@tmc @c4milo Sorry, I don't understand why this is "fixed" by lightningnetwork/lnd#169 nor where it's fixed in #340 The issue is that the folder
no longer contains the generated
|
@nicerobot You are probably using the old |
This repository compilation I call from compilation github.com\lightningnetwork\lnd. When I download all depended reposotories, it appear error:
I read README.md of this repository. There is about protobuf installation on Linux. I try compiling on Windows, have download protoc-3.2.0-win32.zip and put protoc.exe to %PATH% directory (for exmaple Go directory), next I do:
without errors but still I can't compile due to *.proto
The text was updated successfully, but these errors were encountered: