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
raphy@raohy:~$ sudo apt-get install libminiupnpc-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
libminiupnpc-dev
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 37,7 kB of archives.
After this operation, 161 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu noble/main amd64 libminiupnpc-dev amd64 2.2.6-1build2 [37,7 kB]
Fetched 37,7 kB in 0s (321 kB/s)
Selecting previously unselected package libminiupnpc-dev:amd64.
(Reading database ... 466411 files and directories currently installed.)
Preparing to unpack .../libminiupnpc-dev_2.2.6-1build2_amd64.deb ...
Unpacking libminiupnpc-dev:amd64 (2.2.6-1build2) ...
Setting up libminiupnpc-dev:amd64 (2.2.6-1build2) ...
Processing triggers for man-db (2.12.0-4build2) ..
I get :
raphy@raohy:~/airdcpp-core$ cmake -B builddir
CMake Warning (dev) at CMakeLists.txt:1 (project):
cmake_minimum_required() should be called prior to this top-level project()
call. Please see the cmake-commands(7) manual for usage documentation of
both commands.
This warning is for project developers. Use -Wno-dev to suppress it.
-- The C compiler identification is GNU 12.3.0
-- The CXX compiler identification is GNU 14.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- 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 BZip2: /usr/lib/x86_64-linux-gnu/libbz2.so (found version "1.0.8")
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.3")
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.0.13")
CMake Error at CMakeLists.txt:57 (find_package):
By not providing "Findminiupnpc.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"miniupnpc", but CMake did not find one.
Could not find a package configuration file provided by "miniupnpc" with
any of the following names:
miniupnpcConfig.cmake
miniupnpc-config.cmake
Add the installation prefix of "miniupnpc" to CMAKE_PREFIX_PATH or set
"miniupnpc_DIR" to a directory containing one of the above files. If
"miniupnpc" provides a separate development package or SDK, be sure it has
been installed.
-- Configuring incomplete, errors occurred!
OS: Ubuntu 24.04
gcc version: 14.2.0
The text was updated successfully, but these errors were encountered:
After install libminiupnpc-dev :
I get :
OS: Ubuntu 24.04
gcc version: 14.2.0
The text was updated successfully, but these errors were encountered: