Giter VIP home page Giter VIP logo

cmake_tutorial's People

Contributors

ytiang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cmake_tutorial's Issues

questions about "how to find_package"

-- 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

********Find package in Module Mode!
CMAKE_MODULE_PATH =
CMAKE_LIBRARY_ARCHITECTURE = x86_64-linux-gnu

********Find package in Config Mode!
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")

Found result using pkg-config:
PKG_TINYSPlINE_PATH = /opt/ros/kinetic/lib/pkgconfig:/opt/ros/kinetic/lib/x86_64-linux-gnu/pkgconfig
_FOUND =
_PREFIX =
_LIBRARIES =
_INCLUDE_DIRS =
_VERSION =
-- Could NOT find TINYSPlINE (missing: TINYSPlINE_INCLUDE_DIR TINYSPlINE_LIBRARY_DIR)
CMake Error at cmake/Findtinyspline.cmake:48 (message):
Could not find tinyspline
Call Stack (most recent call first):
CMakeLists.txt:17 (find_package)

tinyspline config file path:

  1. cmake cache var 'CMAKE_PREFIX_PATH' =
  2. env var 'CMAKE_PREFIX_PATH' = /opt/ros/kinetic
  3. env var 'PATH' = /opt/ros/kinetic/bin:/home/lizhiwei/bin:/home/lizhiwei/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
  4. cache var 'CMAKE_SYSTEM_PREFIX_PATH' = /usr/local;/usr;/;/usr;/usr/local
    CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
    Please set them or make sure they are set and tested correctly in the CMake files:
    TINYSPlINE_INCLUDE_DIR (ADVANCED)
    used as include directory in directory /home/lizhiwei/Documents/cmake_tutorial/find_package_demo
    used as include directory in directory /home/lizhiwei/Documents/cmake_tutorial/find_package_demo
    used as include directory in directory /home/lizhiwei/Documents/cmake_tutorial/find_package_demo

-- Configuring incomplete, errors occurred!
See also "/home/lizhiwei/Documents/cmake_tutorial/find_package_demo/build/CMakeFiles/CMakeOutput.log".

how to solve this issue.

Git push failed.

Failed with error: ERROR: Permission to bit-ivrc/cmake_tutorial.git denied to XXX. Could not read from remote repository.

CMake Error at CMakeLists.txt : xx (find_package)

By not providing "Findcatkin.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "catkin", but
CMake did not find one.

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

catkinConfig.cmake
catkin-config.cmake

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.