You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I build timg from source code and the output is as follows. I tried to install the package via yum install libjpeg-turbo, but the error still exists.
-- The CXX compiler identification is GNU 4.8.5
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.27.1")
-- Found Git: /usr/bin/git (found version "2.19.1")
-- Checking for module 'zlib'
-- Found zlib, version 1.2.7
-- Checking for module 'libturbojpeg'
-- No package 'libturbojpeg' found
CMake Error at /usr/local/lib64/python3.6/site-packages/cmake/data/share/cmake-3.22/Modules/FindPkgConfig.cmake:603 (message):
A required package was not found
Call Stack (most recent call first):
/usr/local/lib64/python3.6/site-packages/cmake/data/share/cmake-3.22/Modules/FindPkgConfig.cmake:825 (_pkg_check_modules_internal)
CMakeLists.txt:34 (pkg_check_modules)
The text was updated successfully, but these errors were encountered:
I build timg from source code and the output is as follows. I tried to install the package via
yum install libjpeg-turbo
, but the error still exists.The text was updated successfully, but these errors were encountered: