简体   繁体   中英

Cmake Directory Error

I'm trying to catkinize autonomy labs' AR drone ROS package. When I run catkin_make I get this error:

CMake Error at /opt/ros/groovy/share/catkin/cmake/catkinConfig.cmake:72 (find_package):
Could not find a configuration file for package libsdl-dev.

Set libsdl-dev_DIR to the directory containing a CMake configuration file
for libsdl-dev.  The file will have one of the following names:

    libsdl-devConfig.cmake
    libsdl-dev-config.cmake

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

I've searched for both files and I cannot locate them. Where can I find them or download them? Thanks!

This means that libsdl-dev is not installed on your computer. For ubuntu the package is available as libsdl1.2-dev.

The homepage of libsdl is here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM