(cmake) Could NOT find LibSoup: Found unsuitable version "" ...
even though I have installed libsoup or probably I should install it
as part of some other package? I couldn't make sense of that problem:
https://packages.debian.org/search?suite=bullseye§ion=all&arch=any&searchon=all&keywords=LibSoup
Why would that be happening at all?
The error log is also telling me about "OptionsGTK", but I couldn't
make sense of it either.
https://packages.debian.org/search?suite=bullseye§ion=all&arch=any&searchon=all&keywords=OptionsGTK
Could those kinds of problems relate to installing some relatively
heavy duty software (webkit2) on WSL?
~
... Could NOT find LibSoup: Found unsuitable version "", but required
is at least "2.54.0" (found LIBSOUP_INCLUDE_DIRS-NOTFOUND)
CMake Error at Source/cmake/OptionsGTK.cmake:211 (message):
libsoup is required.
Call Stack (most recent call first):
Source/cmake/WebKitCommon.cmake:220 (include)
CMakeLists.txt:20 (include)
-- Configuring incomplete, errors occurred!
See also "/mnt/e/cmllpz/LklWb/org/webkitgtk/releases/webkitgtk-2.36.3/CMakeFiles/CMakeOutput.log".
$
sudo apt-get install libsoup2.4-1 --assume-yes
Reading package lists...
Building dependency tree...
Reading state information...
libsoup2.4-1 is already the newest version (2.72.0-2).
libsoup2.4-1 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 64 not upgraded.
real 0m0.305s
user 0m0.219s
sys 0m0.094s
Reply to: