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

subt_seed fails to build #8

Closed
osrf-migration opened this issue Oct 3, 2018 · 7 comments
Closed

subt_seed fails to build #8

osrf-migration opened this issue Oct 3, 2018 · 7 comments
Labels
bug Something isn't working major

Comments

@osrf-migration
Copy link

Original report (archived issue) by dan (Bitbucket: dan77062).


Here is the error generated after cloning subt_seed and trying to catkin_make_install:

In file included from ~/subt_seed_ws/src/subt_seed/src/subt_seed_node.cc:23:0:
~/subt_ws/install/include/subt_gazebo/CommsClient.hh:30:10: fatal error: subt_gazebo/protobuf/datagram.pb.h: No such file or directory
 #include "subt_gazebo/protobuf/datagram.pb.h"

I suspect the problem is that the file is present in the ~/subt_ws/devel/include/subt_gazebo/protobuf directory, but in the install directory, it is located in ~/subt_ws/install/include/subt_gazebo There is no protobuf subdirectory in the install path to that file. Since we source install and not devel, it gets missed.

However, when I copied the subt_seed_node.cc file into my own workspace, setup CMakeLists.txt and manifest.xml, then catkin_make succeeded.

@osrf-migration
Copy link
Author

Original comment by dan (Bitbucket: dan77062).


  • Edited issue description

1 similar comment
@osrf-migration
Copy link
Author

Original comment by dan (Bitbucket: dan77062).


  • Edited issue description

@osrf-migration
Copy link
Author

Original comment by Carlos Agüero (Bitbucket: caguero, GitHub: caguero).


Thanks for reporting the issue @dan77062 . Pull request #76 should fix it.

@osrf-migration
Copy link
Author

Original comment by Carlos Agüero (Bitbucket: caguero, GitHub: caguero).


  • set assignee_account_id to "557058:4ded1ddf-947e-4154-bbd1-3dba24f1bdbd"
  • set assignee to "caguero (Bitbucket: caguero, GitHub: caguero)"

@osrf-migration
Copy link
Author

Original comment by dan (Bitbucket: dan77062).


  • changed state from "new" to "resolved"

Yes, changing the install to incorporate the protobuf directory solved the problem.

@osrf-migration
Copy link
Author

Original comment by Carlos Agüero (Bitbucket: caguero, GitHub: caguero).


Merged in issue_08 (pull request #76)

Fix issue #8

Approved-by: Nathan Koenig natekoenig@gmail.com

→ <<cset 8be12d5>>

@osrf-migration
Copy link
Author

Original comment by Alfredo Bencomo (Bitbucket: bencomo).


  • changed state from "resolved" to "closed"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working major
Projects
None yet
Development

No branches or pull requests

1 participant