Skip to content

Can't build with catkin_build #3

@woensug-choi

Description

@woensug-choi

It worked ok with catkin_make. But if built with catkin build, I get following missing dave_gazebo_world_plugins_msgs library error.

Warnings   << ds_sim:check /home/woensug/uuv_ws/logs/ds_sim/build.check.013.log
CMake Warning (dev) at CMakeLists.txt:2 (project):
  Policy CMP0048 is not set: project() command manages VERSION variables.
  Run "cmake --help-policy CMP0048" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The following variable(s) would be set to empty:

    CMAKE_PROJECT_VERSION
    CMAKE_PROJECT_VERSION_MAJOR
    CMAKE_PROJECT_VERSION_MINOR
    CMAKE_PROJECT_VERSION_PATCH
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:113 (add_dependencies):
  Policy CMP0046 is not set: Error on non-existent dependency in
  add_dependencies.  Run "cmake --help-policy CMP0046" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  The dependency target "dave_gazebo_world_plugins_msgs" of target
  "dsros_ros_dvl" does not exist.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:98 (add_dependencies):
  Policy CMP0046 is not set: Error on non-existent dependency in
  add_dependencies.  Run "cmake --help-policy CMP0046" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  The dependency target "dave_gazebo_world_plugins_msgs" of target
  "dsros_sensors" does not exist.
This warning is for project developers.  Use -Wno-dev to suppress it.

cd /home/woensug/uuv_ws/build/ds_sim; catkin build --get-env ds_sim | catkin env -si  /usr/bin/make cmake_check_build_system; cd -

...............................................................................................................
_______________________________________________________________________________________________________________
Errors     << ds_sim:make /home/woensug/uuv_ws/logs/ds_sim/build.make.009.log
/usr/bin/ld: cannot find -ldave_gazebo_world_plugins_msgs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions