Skip to content
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

[Bug]: service grpc fails to compile in c++ #69

Closed
ethanrublee opened this issue Jan 24, 2023 · 0 comments · Fixed by #70
Closed

[Bug]: service grpc fails to compile in c++ #69

ethanrublee opened this issue Jan 24, 2023 · 0 comments · Fixed by #70
Assignees
Labels
bug Something isn't working

Comments

@ethanrublee
Copy link
Member

Describe the bug

When compling for c++ I get the following error:

[build] build/farm_ng_amiga/protos/farm_ng/service/service.grpc.pb.h:107:9: error: ‘farm_ng::service::proto::Service::Service’ has the same name as the class in which it is declared
[build]   107 |   class Service : public ::grpc::Service {

Relevant Versions

Current HEAD

Reproduction steps

Build farm-ng-amiga with cmake/c++

Expected behavior

compiles.

Additional context

No response

@ethanrublee ethanrublee added the bug Something isn't working label Jan 24, 2023
@ethanrublee ethanrublee changed the title [Bug]: [Bug]: service grpc fails to compile in c++ Jan 24, 2023
@ethanrublee ethanrublee linked a pull request Jan 24, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants