88 lines
4.5 KiB
Plaintext
88 lines
4.5 KiB
Plaintext
/home/wuqiyang/.local/share/JetBrains/Toolbox/apps/clion/bin/cmake/linux/x64/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=/home/wuqiyang/.local/share/JetBrains/Toolbox/apps/clion/bin/ninja/linux/x64/ninja -G Ninja -S /home/wuqiyang/project/Cplasplas/mjpg-streamer -B /home/wuqiyang/project/Cplasplas/mjpg-streamer/cmake-build-debug
|
|
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
|
|
Compatibility with CMake < 3.5 will be removed from a future version of
|
|
CMake.
|
|
|
|
Update the VERSION argument <min> value or use a ...<max> suffix to tell
|
|
CMake that the project does not need compatibility with older versions.
|
|
|
|
|
|
-- The C compiler identification is GNU 14.2.1
|
|
-- Detecting C compiler ABI info
|
|
-- Detecting C compiler ABI info - done
|
|
-- Check for working C compiler: /usr/lib64/ccache/cc - skipped
|
|
-- Detecting C compile features
|
|
-- Detecting C compile features - done
|
|
CMAKE_BUILD_TYPE = Debug
|
|
致命错误:有歧义的参数 'HEAD':未知的版本或路径不存在于工作区中。
|
|
使用 '--' 来分隔版本和路径,例如:
|
|
'git <命令> [<版本>...] -- [<文件>...]'
|
|
-- Looking for include file sys/inotify.h
|
|
-- Looking for include file sys/inotify.h - found
|
|
-- Found OpenCV: /usr (found version "4.9.0") found components: core imgproc highgui videoio
|
|
CMake Warning (dev) at /home/wuqiyang/.local/share/JetBrains/Toolbox/apps/clion/bin/cmake/linux/x64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
|
|
The package name passed to `find_package_handle_standard_args` (PkgConfig)
|
|
does not match the name of the calling package (Gphoto2). This can lead to
|
|
problems in calling code that expects `find_package` result variables
|
|
(e.g., `_FOUND`) to follow a certain pattern.
|
|
Call Stack (most recent call first):
|
|
/home/wuqiyang/.local/share/JetBrains/Toolbox/apps/clion/bin/cmake/linux/x64/share/cmake-3.29/Modules/FindPkgConfig.cmake:114 (find_package_handle_standard_args)
|
|
cmake/FindGphoto2.cmake:21 (include)
|
|
plugins/input_ptp2/CMakeLists.txt:2 (find_package)
|
|
This warning is for project developers. Use -Wno-dev to suppress it.
|
|
|
|
-- Found PkgConfig: /usr/bin/pkg-config (found version "2.1.1")
|
|
-- Checking for module 'libgphoto2'
|
|
-- Package 'libgphoto2', required by 'virtual:world', not found
|
|
CMake Warning (dev) at /home/wuqiyang/.local/share/JetBrains/Toolbox/apps/clion/bin/cmake/linux/x64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
|
|
The package name passed to `find_package_handle_standard_args` (GPHOTO2)
|
|
does not match the name of the calling package (Gphoto2). This can lead to
|
|
problems in calling code that expects `find_package` result variables
|
|
(e.g., `_FOUND`) to follow a certain pattern.
|
|
Call Stack (most recent call first):
|
|
cmake/FindGphoto2.cmake:44 (find_package_handle_standard_args)
|
|
plugins/input_ptp2/CMakeLists.txt:2 (find_package)
|
|
This warning is for project developers. Use -Wno-dev to suppress it.
|
|
|
|
-- Could NOT find GPHOTO2 (missing: GPHOTO2_LIBRARY GPHOTO2_INCLUDE_DIR)
|
|
-- Looking for include file linux/videodev2.h
|
|
-- Looking for include file linux/videodev2.h - found
|
|
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
|
|
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
|
|
-- Found Threads: TRUE
|
|
-- Could NOT find SDL (missing: SDL_LIBRARY SDL_INCLUDE_DIR)
|
|
-- Could NOT find protobuf-c (missing: PROTOBUF_C_LIBRARY PROTOBUF_C_INCLUDE_DIR)
|
|
-- The following features have been enabled:
|
|
|
|
* PLUGIN_INPUT_FILE, File input plugin
|
|
* PLUGIN_INPUT_HTTP, HTTP input proxy plugin
|
|
* PLUGIN_INPUT_UVC, Video 4 Linux input plugin
|
|
* PLUGIN_OUTPUT_FILE, File output plugin
|
|
* PLUGIN_OUTPUT_HTTP, HTTP server output plugin
|
|
* PLUGIN_OUTPUT_RTSP, RTSP output plugin
|
|
* PLUGIN_OUTPUT_UDP, UDP output stream plugin
|
|
|
|
-- The following OPTIONAL packages have been found:
|
|
|
|
* OpenCV
|
|
* Threads
|
|
|
|
-- The following features have been disabled:
|
|
|
|
* WXP_COMPAT, Enable compatibility with WebcamXP
|
|
* PLUGIN_INPUT_OPENCV, OpenCV input plugin (unmet dependencies)
|
|
* PLUGIN_INPUT_RASPICAM, Raspberry Pi input camera plugin (unmet dependencies)
|
|
* PLUGIN_INPUT_PTP2, PTP2 input plugin (unmet dependencies)
|
|
* ENABLE_HTTP_MANAGEMENT, Enable experimental HTTP management option
|
|
* PLUGIN_OUTPUT_VIEWER, SDL output viewer plugin (unmet dependencies)
|
|
* PLUGIN_OUTPUT_ZMQSERVER, ZMQ Server output plugin (unmet dependencies)
|
|
|
|
-- The following OPTIONAL packages have not been found:
|
|
|
|
* Gphoto2
|
|
* SDL
|
|
|
|
-- Configuring done (0.6s)
|
|
-- Generating done (0.0s)
|
|
-- Build files have been written to: /home/wuqiyang/project/Cplasplas/mjpg-streamer/cmake-build-debug
|