Error during 'catkin_make install'

Issue #140 resolved
Rud Merriam created an issue

Thursday night I cloned the master repository. Just did a pull (friday) to get changes. Ran "catkin_make install". Get the following error and I got it last night, also.

   ...
  7%] Built target tf2_relay
   ...



CMake Error at ariac/osrf_gear/cmake_install.cmake:580 (file):
  file INSTALL cannot find
  "/home/rmerriam/dev/a19_ws/src/ariac/osrf_gear/tf2_relay".
Call Stack (most recent call first):
  cmake_install.cmake:125 (include)

Changing line 580 to:

  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/osrf_gear" TYPE PROGRAM FILES "/home/rmerriam/dev/a19_ws/devel/lib/osrf_gear/tf2_relay")

works. Since that is a generated file it isn't the fix.

Comments (1)

  1. Log in to comment