Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Non-existent path when building kinesis_video_streamer #62

@atyshka

Description

@atyshka

When attempting to build kinesis video streamer from source, this package is built as a dependency. The compilation of this package works fine, but when the build gets to kinesis_video_streamer I have the following error:

CMake Error in CMakeLists.txt:
Imported target "kinesis_manager" includes non-existent path

"/home/alex/noetic_ws/build_isolated/kinesis_manager/devel/../../../include"

in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:

  • The path was deleted, renamed, or moved to another location.

  • An install or uninstall procedure did not complete successfully.

  • The installation package was faulty and references files it does not
    provide.

It seems that the package is making some assumptions about the directory structure? Not sure why this is happening on my machine but the buildfarm works fine. For reference I'm using ros noetic but that shouldn't be affecting anything with CMake finding things

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