gazebosim / gz-transport

Transport library for component communication based on publication/subscription and service calls.
https://gazebosim.org
Apache License 2.0
29 stars 43 forks source link

cmake error #59

Closed osrf-migration closed 8 years ago

osrf-migration commented 8 years ago

Original report (archived issue) by Anamika Das (Bitbucket: Anamika_07).


Directory: ~/ign_transport_tutorial/build$ Program: cmake ..

output: CMake Error at CMakeLists.txt:4 (find_package): By not providing "Findignition-transport2.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "ignition-transport2", but CMake did not find one.

Could not find a package configuration file provided by "ignition-transport2" with any of the following names:

ignition-transport2Config.cmake
ignition-transport2-config.cmake

Add the installation prefix of "ignition-transport2" to CMAKE_PREFIX_PATH or set "ignition-transport2_DIR" to a directory containing one of the above files. If "ignition-transport2" provides a separate development package or SDK, be sure it has been installed.

-- Configuring incomplete, errors occurred! See also "/home/ubuntu/ign_transport_tutorial/build/CMakeFiles/CMakeOutput.log".

Tutorials: http://ignition-transport.readthedocs.io/en/default/services/services.html

osrf-migration commented 8 years ago

Original comment by Atul Sharma (Bitbucket: Karishma).


While doing the installation , have you run 'sudo make install' ?

The error may be due to this reason as it was in my case.

osrf-migration commented 8 years ago

Original comment by Anamika Das (Bitbucket: Anamika_07).


hi thanks for the reply. at what point should i run this code ? also i dodnt get any link to download stringmsg.proto

osrf-migration commented 8 years ago

Original comment by Carlos Agüero (Bitbucket: caguero, GitHub: caguero).


Could you follow again the tutorial described in the documentation? I have updated the documentation for the "default" branch, which I guess is the one you followed.

osrf-migration commented 8 years ago

Original comment by Anamika Das (Bitbucket: Anamika_07).


Thanks @karishma and @carlos

osrf-migration commented 8 years ago

Original comment by Carlos Agüero (Bitbucket: caguero, GitHub: caguero).


@Anamika_07 , is this still an open issue?

osrf-migration commented 8 years ago

Original comment by Anamika Das (Bitbucket: Anamika_07).