ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

cmake error ( fuerte in fedora 17 )

asked 2012-10-06 18:57:47 -0500

codeit gravatar image

updated 2012-10-24 00:55:51 -0500

Lorenz gravatar image

while running this command

cmake .. -DCMAKE_INSTALL_PREFIX=/opt/ros/fuerte -DSETUPTOOLS_DEB_LAYOUT=OFF

I got this

CMake Warning at build/cmake/rosunit/rosunit-extras.cmake:17 (message):
  add_pyunit() is deprecated.  For Python tests, use add_nostests() instead.
Call Stack (most recent call first):
  ros_comm/test/test_rosbag/CMakeLists.txt:52 (add_pyunit)

-- +++ rx
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:97 (MESSAGE):
  **Could NOT find wxWidgets (missing: wxWidgets_FOUND)**
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:288 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/Modules/FindwxWidgets.cmake:831 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  rx/CMakeLists.txt:6 (find_package)

noob alert

how do I get past this !! I have already have Diamondback and now I am trying to install fuerte ( on Fedora 17 ) without removing Diamondback I am installing fuerte because I am confused whether the stacks openni_camera openni_tracker and openni_launch would work alright with Diamondback ... what I understand is the older stack openni_kinect is now divided into 2 - openni_camera and openni_tracker .. and their pages show install commands only for fuerte also there is more support for fuerte now i think

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2012-10-23 23:50:19 -0500

Mat gravatar image

I went through the process of installing Fuerte on Fedora 17 yesterday and had to install A LOT of additional libraries. This particular dependency was resolved by installing wxWidgets, wxPython, wxPython-devel, if I remember correctly.

edit flag offensive delete link more

Comments

Only wxGTK-devel seems to be sufficient. I just ran into this error and installing this one package solved it.

EDIT: The make command failed requiring wxPython. Heh.

FranciscoD gravatar image FranciscoD  ( 2013-03-20 17:15:51 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2012-10-06 18:57:47 -0500

Seen: 1,059 times

Last updated: Oct 24 '12