Robotics StackExchange | Archived questions

cmake rxtools

Hello guys, I have some problems when I want to "cmake" this package "rxtools". Then, I got some errors like following messages:

CMake Error at /opt/ros/groovy/roscatkinws/installisolated/share/catkin/cmake/catkinConfig.cmake:77 (findpackage): Could not find a configuration file for package wxpythonswiginterface.

Set wxpythonswiginterfaceDIR to the directory containing a CMake configuration file for wxpythonswig_interface. The file will have one of the following names:

wxpython_swig_interfaceConfig.cmake
wxpython_swig_interface-config.cmake

Call Stack (most recent call first): CMakeLists.txt:4 (find_package)

-- Configuring incomplete, errors occurred!

But I already set the "wxpythonswiginterfaceDIR" to the directory "/opt/ros/groovy/roscatkinws/installisolated/share/rx/wxpythonswiginterface/devel/share/wxpythonswiginterface" that contain "wxpythonswiginterfaceConfig.cmake". I have no ideas why I got this error. Thanks for any answers!

Asked by CharlesLiou on 2013-06-23 17:46:49 UTC

Comments

What for do you need rxtools? Just fyi that it's deprecated since groovy (link)

Asked by 130s on 2013-06-24 21:27:05 UTC

Answers