Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elliotwoods/95cdd5692c72db431884a042a0913a97 to your computer and use it in GitHub Desktop.
Save elliotwoods/95cdd5692c72db431884a042a0913a97 to your computer and use it in GitHub Desktop.
The C compiler identification is MSVC 19.0.23506.0
The CXX compiler identification is MSVC 19.0.23506.0
Check for working C compiler using: Visual Studio 14 2015 Win64
Check for working C compiler using: Visual Studio 14 2015 Win64 -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler using: Visual Studio 14 2015 Win64
Check for working CXX compiler using: Visual Studio 14 2015 Win64 -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Detecting CXX compile features
Detecting CXX compile features - done
CMAKE_CXX_FLAGS /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MP
CMAKE_C_FLAGS /DWIN32 /D_WINDOWS /W3 /MP
Could NOT find clisp (missing: CLISP_EXECUTABLE)
CMake Error at vendor/CMakeLists.txt:1 (add_subdirectory):
The source directory
E:/dev/orbbec/astra-develop/vendor/shinyprofiler
does not contain a CMakeLists.txt file.
ONI_LIB_DIR
CMake Error at src/plugins/openni_sensor/CMakeLists.txt:50 (include_directories):
include_directories given empty-string as include directory.
CMake Error at src/plugins/orbbec_hand/CMakeLists.txt:44 (find_package):
By not providing "FindOpenCV.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "OpenCV", but
CMake did not find one.
Could not find a package configuration file provided by "OpenCV" with any
of the following names:
OpenCVConfig.cmake
opencv-config.cmake
Add the installation prefix of "OpenCV" to CMAKE_PREFIX_PATH or set
"OpenCV_DIR" to a directory containing one of the above files. If "OpenCV"
provides a separate development package or SDK, be sure it has been
installed.
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:
OpenNI2_LIBRARY
linked by target "openni_sensor" in directory E:/dev/orbbec/astra-develop/src/plugins/openni_sensor
Configuring incomplete, errors occurred!
See also "E:/dev/orbbec/astra-develop/build/CMakeFiles/CMakeOutput.log".
See also "E:/dev/orbbec/astra-develop/build/CMakeFiles/CMakeError.log".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment