Skip to content

compilation error on kinetic #2

@primohan01

Description

@primohan01

Hi,

I am getting below error on ROS kinetic.

Base path: /home/user/node_monitering
Source space: /home/user/node_monitering/src
Build space: /home/user/node_monitering/build
Devel space: /home/user/node_monitering/devel
Install space: /home/user/node_monitering/install

Running command: "cmake /home/user/node_monitering/src -DCATKIN_DEVEL_PREFIX=/home/user/node_monitering/devel -DCMAKE_INSTALL_PREFIX=/home/user/node_monitering/install -G Unix Makefiles" in "/home/user/node_monitering/build"

-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Using CATKIN_DEVEL_PREFIX: /home/user/node_monitering/devel
-- Using CMAKE_PREFIX_PATH: /opt/ros/kinetic
-- This workspace overlays: /opt/ros/kinetic
-- Found PythonInterp: /usr/bin/python (found version "2.7.12")
-- Using PYTHON_EXECUTABLE: /usr/bin/python
-- Using Debian Python package layout
-- Using empy: /usr/bin/empy
-- Using CATKIN_ENABLE_TESTING: ON
-- Call enable_testing()
-- Using CATKIN_TEST_RESULTS_DIR: /home/user/node_monitering/build/test_results
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found gtest sources under '/usr/src/gtest': gtests will be built
-- Using Python nosetests: /usr/bin/nosetests-2.7
-- catkin 0.7.4
-- BUILD_SHARED_LIBS is on
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ~~ traversing 1 packages in topological order:
-- ~~ - nodemonpkg
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- +++ processing catkin package: 'nodemonpkg'
-- ==> add_subdirectory(nodemonpkg)
CMake Warning at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:76 (find_package):
Could not find a package configuration file provided by "nodemon_msgs" with
any of the following names:

nodemon_msgsConfig.cmake
nodemon_msgs-config.cmake

Add the installation prefix of "nodemon_msgs" to CMAKE_PREFIX_PATH or set
"nodemon_msgs_DIR" to a directory containing one of the above files. If
"nodemon_msgs" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
nodemonpkg/CMakeLists.txt:10 (find_package)

-- Could not find the required component 'nodemon_msgs'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by "nodemon_msgs" with
any of the following names:

nodemon_msgsConfig.cmake
nodemon_msgs-config.cmake

Add the installation prefix of "nodemon_msgs" to CMAKE_PREFIX_PATH or set
"nodemon_msgs_DIR" to a directory containing one of the above files. If
"nodemon_msgs" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
nodemonpkg/CMakeLists.txt:10 (find_package)

-- Configuring incomplete, errors occurred!
See also "/home/user/node_monitering/build/CMakeFiles/CMakeOutput.log".
See also "/home/user/node_monitering/build/CMakeFiles/CMakeError.log".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions