lpereira / hardinfo

System profiler and benchmark tool for Linux systems
http://hardinfo.org
GNU General Public License v2.0
759 stars 133 forks source link

CMake Error at /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:463 (message) #666

Open Salim9304 opened 1 year ago

Salim9304 commented 1 year ago
make ..
-- LOCALEDIR = /usr/local/share/locale
-- Building HardInfo for architecture: linux-x86
-- Building for GTK3 (experimental!)
-- Checking for module 'libsoup-2.4>=2.42'
--   No package 'libsoup-2.4' found
-- Checking for module 'json-glib-1.0'
--   No package 'json-glib-1.0' found
CMake Error at /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:463 (message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:643 (_pkg_check_modules_internal)
  CMakeLists.txt:94 (pkg_check_modules)

-- Configuring incomplete, errors occurred!
See also "/home/ul/Desktop/hardinfo/build/CMakeFiles/CMakeOutput.log".
dpkg -l libgtk2.0-dev
libgtk2.0-dev:amd64 2.24.32-3

analog https://github.com/lpereira/hardinfo/issues/527#issue-553709393

Did according to the instructions does not work. How to run on Debian?

mmaggion commented 8 months ago

Same problem here here for both lib soup and json-glib, on Almalinux 9.2

lpereira commented 8 months ago

Are the respective -dev or -devel packages installed?

On Fri, Nov 3, 2023, at 6:11 AM, mmaggion wrote:

Same problem here here for both lib soup and json-glib, on Almalinux 9.2

— Reply to this email directly, view it on GitHub https://github.com/lpereira/hardinfo/issues/666#issuecomment-1792413700, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAADVGNQGWPXUYSB7AXYBVTYCTUP3AVCNFSM6AAAAAAQBU5LYSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJSGQYTGNZQGA. You are receiving this because you are subscribed to this thread.Message ID: @.***>

mmaggion commented 8 months ago

that's it! Thank you so much! Built and running wonderfully. My favorite UI for hardware information :)