Include more search paths for Proto #4440
Unanswered
dkdog
asked this question in
Q&A - Ask for help with problems
Replies: 1 comment
-
I have encountered the same issue. I think this issue arises from an incorrect Using
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I pass on more search paths to protoc, ie.
protoc -I some_random_path
from Ale?AFAICT, it's ALE that's showing me
XXX is not defined
because theimport "dir/dir/foo.proto"
statement in my proto file needs to be searched from another specific directory.Beta Was this translation helpful? Give feedback.
All reactions