I have googled a little. My guts feeling is - this is a compiling/compiler question.
I posted here since I use DDOGs to test/use it and intend to to use it with my latest mklive builds.
Pls feel free to move it or delete if not appropriate.
I have compiled CCTV-VIEWER successfully last in 09/2023 according to my notes.
I tested/compiled with Bullseye, Daedalus, Bookworm - DDOG builds - all works.
So, it was with k-5.10.0-25-amd64, k-6.1.0-13-amd64 kernels at the time.
I followed this - and with 'dumb' luck it was smooth sailing.
https://github.com/iEvgeny/cctv-viewer/issues/48
I refreshed my builds often.
There's one PC that's using the latest build (to address a different issue) that I need to run CCTV-VIEWER too.
k-5.10.0-28-amd64, hence I need to re-compile it to get it to work.
Code: Select all
root@live:/mnt/live/mnt/sda4/CCTV/cctv-viewer# cmake .
CMake Error at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:165 (message):
Could NOT find GTest (missing: GTEST_LIBRARY GTEST_INCLUDE_DIR
GTEST_MAIN_LIBRARY)
Call Stack (most recent call first):
/usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:458 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.18/Modules/FindGTest.cmake:205 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
src/qmlav/src/tests/CMakeLists.txt:5 (find_package)
-- Configuring incomplete, errors occurred!
See also "/mnt/live/mnt/sda4/CCTV/cctv-viewer/CMakeFiles/CMakeOutput.log".
root@live:/mnt/live/mnt/sda4/CCTV/cctv-viewer#
My googling - depending on what OS (Windows, Ubuntu, etc) - people suggested different things. So, I thought to ask here.
Am I missing a package/library to install? (Tried 'apt install GTest' - no such thing)