Log in
Register
Menu
Log in
Register
Home
What's new
Latest activity
Authors
Forums
New posts
Search forums
What's new
New posts
Latest activity
Members
Current visitors
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Satellite TV receivers & systems support forums
Satellite PC Card Receivers, Internet by Satellite
neumoDVB
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="ptergrand" data-source="post: 1155827" data-attributes="member: 418810"><p>cmake .. ✔ </p><p>-- The C compiler identification is Clang 16.0.6</p><p>-- The CXX compiler identification is Clang 16.0.6</p><p>-- Detecting C compiler ABI info</p><p>-- Detecting C compiler ABI info - done</p><p>-- Check for working C compiler: /usr/bin/clang - skipped</p><p>-- Detecting C compile features</p><p>-- Detecting C compile features - done</p><p>-- Detecting CXX compiler ABI info</p><p>-- Detecting CXX compiler ABI info - done</p><p>-- Check for working CXX compiler: /usr/bin/clang++ - skipped</p><p>-- Detecting CXX compile features</p><p>-- Detecting CXX compile features - done</p><p>-- xxx=/Vulcan/</p><p>-- Modern OS detected - using clang 20</p><p>-- Found Boost: /usr/lib/cmake/Boost-1.83.0/BoostConfig.cmake (found suitable version "1.83.0", minimum required is "1.69") found components: regex context program_opt</p><p>ions </p><p>-- Found PkgConfig: /usr/bin/pkg-config (found version "2.1.0") </p><p>-- Found Python: /usr/bin/python3.11 (found version "3.11.6") found components: Interpreter Development Development.Module Development.Embed </p><p>-- Checking for module 'gtk+-3.0'</p><p>-- Found gtk+-3.0, version 3.24.38</p><p>-- Version: 10.1.0</p><p>-- Build type: Debug</p><p>-- Performing Test HAS_NULLPTR_WARNING</p><p>-- Performing Test HAS_NULLPTR_WARNING - Success</p><p>-- pybind11 v2.10.0 dev1</p><p>-- Performing Test HAS_FLTO</p><p>-- Performing Test HAS_FLTO - Success</p><p>-- Performing Test HAS_FLTO_THIN</p><p>-- Performing Test HAS_FLTO_THIN - Success</p><p>-- Found Python: /usr/bin/python3.11 (found suitable version "3.11.6", minimum required is "3.7") found components: Interpreter </p><p>CMake Warning (dev) at src/neumodb/CMakeLists.txt:2 (find_package):</p><p> Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules</p><p> are removed. Run "cmake --help-policy CMP0148" for policy details. Use</p><p> the cmake_policy command to set the policy and suppress this warning.</p><p></p><p>This warning is for project developers. Use -Wno-dev to suppress it.</p><p></p><p>-- Found PythonLibs: /usr/lib/libpython3.11.so (found suitable version "3.11.6", minimum required is "3.7") </p><p>-- Found Python3: /usr/bin/python3.11 (found version "3.11.6") found components: Interpreter Development Development.Module Development.Embed </p><p>CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):</p><p> Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES</p><p> wxWidgets_INCLUDE_DIRS)</p><p>Call Stack (most recent call first):</p><p> /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)</p><p> /usr/share/cmake/Modules/FindwxWidgets.cmake:988 (find_package_handle_standard_args)</p><p> src/receiver/CMakeLists.txt:1 (find_package)</p><p></p><p></p><p>-- Configuring incomplete, errors occurred!</p><p> ~/neumodvb/build master [CODE][/CODE]</p></blockquote><p></p>
[QUOTE="ptergrand, post: 1155827, member: 418810"] cmake .. ✔ -- The C compiler identification is Clang 16.0.6 -- The CXX compiler identification is Clang 16.0.6 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/clang - 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/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- xxx=/Vulcan/ -- Modern OS detected - using clang 20 -- Found Boost: /usr/lib/cmake/Boost-1.83.0/BoostConfig.cmake (found suitable version "1.83.0", minimum required is "1.69") found components: regex context program_opt ions -- Found PkgConfig: /usr/bin/pkg-config (found version "2.1.0") -- Found Python: /usr/bin/python3.11 (found version "3.11.6") found components: Interpreter Development Development.Module Development.Embed -- Checking for module 'gtk+-3.0' -- Found gtk+-3.0, version 3.24.38 -- Version: 10.1.0 -- Build type: Debug -- Performing Test HAS_NULLPTR_WARNING -- Performing Test HAS_NULLPTR_WARNING - Success -- pybind11 v2.10.0 dev1 -- Performing Test HAS_FLTO -- Performing Test HAS_FLTO - Success -- Performing Test HAS_FLTO_THIN -- Performing Test HAS_FLTO_THIN - Success -- Found Python: /usr/bin/python3.11 (found suitable version "3.11.6", minimum required is "3.7") found components: Interpreter CMake Warning (dev) at src/neumodb/CMakeLists.txt:2 (find_package): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules are removed. Run "cmake --help-policy CMP0148" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- Found PythonLibs: /usr/lib/libpython3.11.so (found suitable version "3.11.6", minimum required is "3.7") -- Found Python3: /usr/bin/python3.11 (found version "3.11.6") found components: Interpreter Development Development.Module Development.Embed CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES wxWidgets_INCLUDE_DIRS) Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake/Modules/FindwxWidgets.cmake:988 (find_package_handle_standard_args) src/receiver/CMakeLists.txt:1 (find_package) -- Configuring incomplete, errors occurred! ~/neumodvb/build master [CODE][/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Satellite TV receivers & systems support forums
Satellite PC Card Receivers, Internet by Satellite
neumoDVB
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top