-
Notifications
You must be signed in to change notification settings - Fork 99
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
Comments
Original comment by dan (Bitbucket: dan77062).
|
1 similar comment
Original comment by dan (Bitbucket: dan77062).
|
Original comment by Carlos Agüero (Bitbucket: caguero, GitHub: caguero). Thanks for reporting the issue @dan77062 . Pull request #76 should fix it. |
Original comment by dan (Bitbucket: dan77062).
Yes, changing the install to incorporate the protobuf directory solved the problem. |
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>> |
Original comment by Alfredo Bencomo (Bitbucket: bencomo).
|
Original report (archived issue) by dan (Bitbucket: dan77062).
Here is the error generated after cloning subt_seed and trying to catkin_make_install:
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 noprotobuf
subdirectory in the install path to that file. Since we sourceinstall
and notdevel,
it gets missed.However, when I copied the
subt_seed_node.cc
file into my own workspace, setup CMakeLists.txt and manifest.xml, thencatkin_make
succeeded.The text was updated successfully, but these errors were encountered: