-
Notifications
You must be signed in to change notification settings - Fork 41
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
question, importing protobuf files #468
Comments
Hi Mark @sanders-mark , hope you have a great holiday. I was hoping you have some time to point me to the answer to this question. Thanks for any help. |
Hi Keith @KeithWiles I have run into this issue before and will look through my notes to see how I resolved the problem. It may be after the Christmas holiday before I have the answer as we are off for the next week; but, will get back to you regarding what I had uncovered to resolve the issue. Thanks, |
Thank you Mark.
From: Mark Sanders ***@***.***>
Date: Friday, December 20, 2024 at 11:52 AM
To: opiproject/opi-api ***@***.***>
Cc: Wiles, Keith ***@***.***>, Mention ***@***.***>
Subject: Re: [opiproject/opi-api] question, importing protobuf files (Issue #468)
Hi Mark @sanders-mark<https://github.com/sanders-mark> , hope you have a great holiday.
I was hoping you have some time to point me to the answer to this question.
Thanks for any help.
Hi Keith @KeithWiles<https://github.com/KeithWiles>
I hope that you have a great holiday also.
I have run into this issue before and will look through my notes to see how I resolved the problem. It may be after the Christmas holiday before I have the answer as we are off for the next week; but, will get back to you regarding what I had uncovered to resolve the issue.
Thanks,
Mark
—
Reply to this email directly, view it on GitHub<#468 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AUWTDRIG3PPVCGOXATQTOHL2GRKLLAVCNFSM6AAAAABTLZUTFCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJXGQ3DGNZQGM>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I am attempting to add a new protobuf file to
opi-api/network/opinetcommon
directory (call itfoo.proto
) and import the protobuf inopi-api/network/cloud/ospf.proto
file. Usingimport "foo.proto";
I did a
make
in theopi-api/network/opinetcommon
directory and it seemed to compilefoo.proto
without any issues.When I do a
make
in theopi-api/network/cloud
directory I get the following output:What am I doing wrong? Thanks for any help.
The text was updated successfully, but these errors were encountered: