Skip to content

Error while catkin_make install #45

@dkurzaj

Description

@dkurzaj

When I run catkin_make install I get this error message:

CMake Error at toaster/agent_monitor/cmake_install.cmake:36 (FILE):
  file INSTALL cannot find
  "/home/dkurzaj/catkin_ws/devel/include/agent_monitor/monitoring_dyn_paramConfig.h".
Call Stack (most recent call first):
  cmake_install.cmake:140 (INCLUDE)

I managed to bypass it by commenting the following lines from the toaster/agent_monitor/CMakeLists.txt file:

generate_dynamic_reconfigure_options(
  cfg/monitoring_dyn_param.cfg
)

But I don't think it is a safe fix, it probably has side effects.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions