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

Add dependency : google-glog. But, install it using glog_catkin instead ... #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

limhyon
Copy link

@limhyon limhyon commented Jun 15, 2014

...installing outside ROS.

@@ -53,14 +53,14 @@ install(DIRECTORY cmake
add_library(${PROJECT_NAME} src/lib/msf_tools.cc src/lib/falsecolor.cc
src/lib/gps_conversion.cc)
target_link_libraries(${PROJECT_NAME} ${catkin_LIBRARIES})
add_dependencies(${PROJECT_NAME} ${PROJECT_NAME}_gencfg ${MSF_DOCUMENTATION})
add_dependencies(${PROJECT_NAME} ${PROJECT_NAME}_gencfg ${MSF_DOCUMENTATION} glog_catkin)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this does not look right.

@simonlynen
Copy link
Contributor

@limhyon Thanks for the fix. It seems you are missing the linking of similarity transform to glog.

@limhyon
Copy link
Author

limhyon commented Jun 17, 2014

What happens on this PR?
"Merged build finished?"

@simonlynen
Copy link
Contributor

Can you push a commit that addresses my comments and makes the build pass? It is currently failing on a linker error to glog.

@simonlynen
Copy link
Contributor

@limhyon bump

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

Successfully merging this pull request may close these issues.

2 participants