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

Protobuf generated headers do not appear to get installed #7

Closed
gavanderhoorn opened this issue Apr 9, 2018 · 4 comments
Closed

Protobuf generated headers do not appear to get installed #7

gavanderhoorn opened this issue Apr 9, 2018 · 4 comments
Labels

Comments

@gavanderhoorn
Copy link
Member

The headers (and sources) generated by protobuf are not installed by the build script at the moment.

This is less of a problem in a Catkin workpace, as there the include will resolve to the build and / or devel folder (where the files are stored after code generation), but for a stand-alone build/install (or a user that uses the install space) this will not work.

traversaro added a commit to traversaro/abb_libegm that referenced this issue Sep 15, 2018
@Mitch981521
Copy link

Has this issue been resolved? I'm using a catkin workspace and am having issues with the protobuf header files. The compiler shows the files being compiled, but for some reason they are not able to be found. Any help would be greatly appreciated.
egm_issue1
egm_issue2

@traversaro
Copy link
Contributor

Hi @Mitch981521 , there is a PR that should solve this open at #23 , but it still needs to be merged in the master branch.
If you want, you can try to apply the same change (that is quite minimal) in your local copy of the repo and see if that fixes your problem.

@Mitch981521
Copy link

Mitch981521 commented Mar 23, 2019

@traversaro , thank you for the reply. Is there a certain place in CMakeLists where I should place that? I just placed it in the installation section where everything else is being installed, but I'm still having the same issue. A colleague of mine hasn't had any issues with these proto files, so I'm also wondering if there is something wrong with ROS on my computer

@gavanderhoorn

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants