I am trying to resolve this error, but couldn’t find any solution to this, I tried even installing glog and gflags, still no progress.
CMake Warning at CMakeLists.txt:72 (find_package):
By not providing "Findglog.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"glog", but CMake did not find one.
Could not find a package configuration file provided by "glog" with
any of the following names:
glogConfig.cmake
glog-config.cmake
Add the installation prefix of "glog" to CMAKE_PREFIX_PATH or set
"glog_DIR" to a directory containing one of the above files. If "glog"
provides a separate development package or SDK, be sure it has been
installed.
-- Could NOT find Boost
CMake Error at /home/xyz/rdk/build-raspberrypi-rdk-hybrid/tmp/sysroots/x86_64-linux/usr/share/cmake-3.8/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find GTest (missing: GTEST_LIBRARY GTEST_INCLUDE_DIR
GTEST_MAIN_LIBRARY)
Call Stack (most recent call first):
/home/xyz/rdk/build-raspberrypi-rdk-hybrid/tmp/sysroots/x86_64-linux/usr/share/cmake-3.8/Modules/FindPackageHandleStandardArgs.cmake:377 (_FPHSA_FAILURE_MESSAGE)
/home/xyz/rdk/build-raspberrypi-rdk-hybrid/tmp/sysroots/x86_64-linux/usr/share/cmake-3.8/Modules/FindGTest.cmake:200 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
tests/CMakeLists.txt:9 (find_package)
THIS IS MY RECIPE FILE, any problem here which is causing ERROR???
DESCRIPTION = "First recipe"
HOMEPAGE = "https://github.com/kuscsik/streamfs"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3db2ce9019f8875eeba1efdc2a5db4c4"
inherit cmake pkgconfig
DEPENDS= "glog"
SRC_URI = "git://github.com/kuscsik/streamfs"
SRC_URI += "file://CMake.patch"
SRCREV = "${AUTOREV}"
S = "${WORKDIR}/git"