neumoDVB

ptergrand

Member
Joined
Jul 14, 2023
Messages
119
Reaction score
20
Points
18
Age
44
My Satellite Setup
bu siteyi çok seviyorum
My Location
bu siteyi çok seviyorum
Even though I downgraded cmake to 3.27.9, I get an error. What should I do?

cmake ..
Code:
-- 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 
-- Found wxWidgets: -pthread;-lwx_baseu_net-3.2;-lwx_gtk3u_gl-3.2;-lwx_gtk3u_core-3.2;-lwx_baseu-3.2 (found version "3.2.4") 
-- Searching for log4cxx/logger.h
-- Searching for liblog4cxx
-- Log4cxx_INCLUDE_DIR (missing: Log4cxx_LIBRARY) 
-- The host system is: Linux-6.6.7-4-MANJARO.
-- Project base dir is: /home/star/neumodvb
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE 
-- Configuring done (30.3s)
-- Generating done (0.3s)
-- Build files have been written to: /home/star/neumodvb/build
 

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,244
Reaction score
4,217
Points
113
Age
82
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
Even though I downgraded cmake to 3.27.9, I get an error. What should I do?

cmake ..
Code:
-- 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
-- Found wxWidgets: -pthread;-lwx_baseu_net-3.2;-lwx_gtk3u_gl-3.2;-lwx_gtk3u_core-3.2;-lwx_baseu-3.2 (found version "3.2.4")
-- Searching for log4cxx/logger.h
-- Searching for liblog4cxx
-- Log4cxx_INCLUDE_DIR (missing: Log4cxx_LIBRARY)
-- The host system is: Linux-6.6.7-4-MANJARO.
-- Project base dir is: /home/star/neumodvb
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Configuring done (30.3s)
-- Generating done (0.3s)
-- Build files have been written to: /home/star/neumodvb/build

I'm on 3.27.7 in Manjaro, you should be OK.

If cmake has generated as shown. why not try make -j (+ your cpu cores) and see what errors are thrown up?
 

ptergrand

Member
Joined
Jul 14, 2023
Messages
119
Reaction score
20
Points
18
Age
44
My Satellite Setup
bu siteyi çok seviyorum
My Location
bu siteyi çok seviyorum
I downgraded the version of cmake
cmake --version  ✔
cmake version 3.24.4

It gives this error

Code:
[ 77%] Built target streamparser
[ 77%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/cmake_pch.hxx.pch
[ 78%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/receiver.cc.o
[ 78%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/subscriber.cc.o
[ 78%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/subscriber_notify.cc.o
clang-16: warning: /home/star/neumodvb/pybind11/include: 'linker' input unused [-Wunused-command-line-argument]
In file included from /home/star/neumodvb/src/receiver/subscriber_notify.cc:29:
/home/star/neumodvb/src/viewer/wxpy_api.h:18:10: fatal error: 'sip.h' file not found
#include <sip.h>
^~~~~~~
1 error generated.
make[2]: *** [src/receiver/CMakeFiles/neumoreceiver.dir/build.make:125: src/receiver/CMakeFiles/neumoreceiver.dir/subscriber_notify.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1457: src/receiver/CMakeFiles/neumoreceiver.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
 

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,244
Reaction score
4,217
Points
113
Age
82
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
I downgraded the version of cmake
cmake --version  ✔
cmake version 3.24.4

It gives this error

Code:
[ 77%] Built target streamparser
[ 77%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/cmake_pch.hxx.pch
[ 78%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/receiver.cc.o
[ 78%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/subscriber.cc.o
[ 78%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/subscriber_notify.cc.o
clang-16: warning: /home/star/neumodvb/pybind11/include: 'linker' input unused [-Wunused-command-line-argument]
In file included from /home/star/neumodvb/src/receiver/subscriber_notify.cc:29:
/home/star/neumodvb/src/viewer/wxpy_api.h:18:10: fatal error: 'sip.h' file not found
#include <sip.h>
^~~~~~~
1 error generated.
make[2]: *** [src/receiver/CMakeFiles/neumoreceiver.dir/build.make:125: src/receiver/CMakeFiles/neumoreceiver.dir/subscriber_notify.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1457: src/receiver/CMakeFiles/neumoreceiver.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
I get the sip.h error a lot of times I build a new neumodvb.

I'll check my notes to find how I cleared it.
 

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,244
Reaction score
4,217
Points
113
Age
82
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
I think I needed sip4 from AUR (Arch Linux repository). - it's not a Pacman repo.

git clone the URL at the top of the package details here : -


You need to copy the address on the site, not click on it.
 

ptergrand

Member
Joined
Jul 14, 2023
Messages
119
Reaction score
20
Points
18
Age
44
My Satellite Setup
bu siteyi çok seviyorum
My Location
bu siteyi çok seviyorum
Code:
İsim                        : git
Sürüm                       : 2.43.0-1
Açıklama                    : the fast distributed version control system
BAĞLANTI                    : https://git-scm.com/
Lisanslar                   : GPL2
Depo                        : extra
Kurulu Boyut                : 27,7 MB
Gruplar                     : --
Bağımlı                     : curl expat perl perl-error perl-mailtools openssl pcre2 grep shadow zlib
Tercih Edilen Bağımlılıklar : tk: gitk and git gui
openssh: ssh transport and crypto [Kurulu paketler]
perl-libwww: git svn [Kurulu paketler]
perl-term-readkey: git svn and interactive.singlekey setting
perl-io-socket-ssl: git send-email TLS support
perl-authen-sasl: git send-email TLS support
perl-mediawiki-api: git mediawiki support
perl-datetime-format-iso8601: git mediawiki support
perl-lwp-protocol-https: git mediawiki https support
perl-cgi: gitweb (web interface) support
python: git svn & git p4 [Kurulu paketler]
subversion: git svn [Kurulu paketler]
org.freedesktop.secrets: keyring credential helper [Kurulu paketler]
libsecret: libsecret credential helper [Kurulu paketler]
İhtiyac Duyulan             : libpamac
İsteğe Bağlı                : gettext kate ktexteditor5
Sağladıkları                : --
Değiştirilen Paket(ler)     : --
Çakışan Paketler            : --
Paketçi                     : Christian Hesse <eworm@archlinux.org>
İnşa Zamanı                 : Pzt 20 Kas 2023 22:31:42
Kurulum Tarihi              : Çrş 20 Ara 2023 16:25:30
Kurulum Nedeni              : Başka Bir Paketin Bağımlılığı Olarak Yüklenmiş
Onaylayan                   : Signature
Yedek Dosyalar              : --
 

ptergrand

Member
Joined
Jul 14, 2023
Messages
119
Reaction score
20
Points
18
Age
44
My Satellite Setup
bu siteyi çok seviyorum
My Location
bu siteyi çok seviyorum
sip-4.19.25/sphinx/riverbank/static/riverbank.css
sip-4.19.25/sphinx/riverbank/theme.conf
sip-4.19.25/sphinx/specification_files.rst
sip-4.19.25/sphinx/using.rst
   ~  cd sip-4.19.25  ✔
   ~/sip-4.19.25 

Which command should I type here?
 

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,244
Reaction score
4,217
Points
113
Age
82
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
sip-4.19.25/sphinx/riverbank/static/riverbank.css
sip-4.19.25/sphinx/riverbank/theme.conf
sip-4.19.25/sphinx/specification_files.rst
sip-4.19.25/sphinx/using.rst
   ~  cd sip-4.19.25  ✔
   ~/sip-4.19.25 

Which command should I type here?

sip4.png
I'm not sure it's what's needed on your PC, this is what I used on my Raspberry PI Manjaro.

If it doesn't work. I'll see what I have on my PC.
 

ptergrand

Member
Joined
Jul 14, 2023
Messages
119
Reaction score
20
Points
18
Age
44
My Satellite Setup
bu siteyi çok seviyorum
My Location
bu siteyi çok seviyorum
I installed Neumo dvb without any errors, sip6 was installed, I removed it and installed sip4, but it gives an error when running.


Code:
A tool that makes it easy to create Python bindings for C and C++ libraries (the last version compatible with qt3)
sip4  4.19.25-5 [Kurulu paketler]                                                                                                                         AUR Depoları
A tool that makes it easy to create Python bindings for C and C++ libraries
sip-pre-release  6.8.2-1                                                                                                                                  AUR Depoları
The pre-release version of the tool that makes it easy to create Python bindings for C and C++ libraries
sip-ping  2.0.0-1                                                                                                                                         AUR Depoları
Send a SIP OPTIONS request to a server over ws/wss or udp/tcp/tls.
sip  6.8.1-1                                                                                                                                                      extra
A tool that makes it easy to create Python bindings for C and C++ libraries
 

ptergrand

Member
Joined
Jul 14, 2023
Messages
119
Reaction score
20
Points
18
Age
44
My Satellite Setup
bu siteyi çok seviyorum
My Location
bu siteyi çok seviyorum
It gives an error when running.

Code:
~/neumodvb/gui/neumodvb.py                                                                                                                              ✔ 
Traceback (most recent call last):
File "/home/star/neumodvb/gui/neumodvb.py", line 25, in <module>
import neumodvb
File "/home/star/neumodvb/gui/neumodvb/__init__.py", line 21, in <module>
setup()
File "/home/star/neumodvb/gui/neumodvb/util.py", line 66, in setup
from neumodvb.config import get_themes_dir
File "/home/star/neumodvb/gui/neumodvb/config.py", line 27, in <module>
from configobj import ConfigObj, TemplateInterpolation
ModuleNotFoundError: No module named 'configobj'
 

ptergrand

Member
Joined
Jul 14, 2023
Messages
119
Reaction score
20
Points
18
Age
44
My Satellite Setup
bu siteyi çok seviyorum
My Location
bu siteyi çok seviyorum
While installing the program, it gives an error here.

Code:
[ 77%] Built target streamparser
[ 77%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/cmake_pch.hxx.pch
[ 78%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/receiver.cc.o
[ 78%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/subscriber.cc.o
[ 78%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/subscriber_notify.cc.o
clang-16: warning: /home/star/neumodvb/pybind11/include: 'linker' input unused [-Wunused-command-line-argument]
[ 79%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/tune.cc.o
[ 79%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/scan.cc.o
[ 80%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/active_adapter.cc.o
[ 80%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/devmanager.cc.o
[ 81%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/fe_monitor.cc.o
[ 81%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/options.cc.o
[ 82%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/active_si_stream.cc.o
[ 82%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/recmgr.cc.o
[ 82%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/frontend.cc.o
[ 83%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/scam.cc.o
 

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,244
Reaction score
4,217
Points
113
Age
82
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
While installing the program, it gives an error here.

Code:
[ 77%] Built target streamparser
[ 77%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/cmake_pch.hxx.pch
[ 78%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/receiver.cc.o
[ 78%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/subscriber.cc.o
[ 78%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/subscriber_notify.cc.o
clang-16: warning: /home/star/neumodvb/pybind11/include: 'linker' input unused [-Wunused-command-line-argument]
[ 79%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/tune.cc.o
[ 79%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/scan.cc.o
[ 80%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/active_adapter.cc.o
[ 80%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/devmanager.cc.o
[ 81%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/fe_monitor.cc.o
[ 81%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/options.cc.o
[ 82%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/active_si_stream.cc.o
[ 82%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/recmgr.cc.o
[ 82%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/frontend.cc.o
[ 83%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/scam.cc.o

No error there, just the warning, which will not prevent building.

configobj installed now? python-configobj with pacman or from Add/Remove Software
 

ptergrand

Member
Joined
Jul 14, 2023
Messages
119
Reaction score
20
Points
18
Age
44
My Satellite Setup
bu siteyi çok seviyorum
My Location
bu siteyi çok seviyorum
No error there, just the warning, which will not prevent building.

configobj installed now? python-configobj with pacman or from Add/Remove Software
Thank you very much, if it wasn't for you, I wouldn't have been able to solve this in Manjora. I'm using Manjora for the first time. I got it working thanks to you.
 

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,244
Reaction score
4,217
Points
113
Age
82
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
Thank you very much, if it wasn't for you, I wouldn't have been able to solve this in Manjora. I'm using Manjora for the first time. I got it working thanks to you.
Glad you have it up and running.

Hope you don't have my problem, no video when choosing channels - I don't have a graphics driver on my oldish PC to overcome the OpenGL error that I have with Manjaro.
 

ptergrand

Member
Joined
Jul 14, 2023
Messages
119
Reaction score
20
Points
18
Age
44
My Satellite Setup
bu siteyi çok seviyorum
My Location
bu siteyi çok seviyorum
OpenGL I got the error

I do not have a graphics driver
 

ptergrand

Member
Joined
Jul 14, 2023
Messages
119
Reaction score
20
Points
18
Age
44
My Satellite Setup
bu siteyi çok seviyorum
My Location
bu siteyi çok seviyorum
this is the image
 

Attachments

  • Screenshot_20231221_231209.png
    Screenshot_20231221_231209.png
    43.3 KB · Views: 10

ptergrand

Member
Joined
Jul 14, 2023
Messages
119
Reaction score
20
Points
18
Age
44
My Satellite Setup
bu siteyi çok seviyorum
My Location
bu siteyi çok seviyorum
Code:
glxinfo |grep OpenGL                                                                                                                                    ✔ 
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) UHD Graphics 630 (CFL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 23.1.9-manjaro1.1
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.6 (Compatibility Profile) Mesa 23.1.9-manjaro1.1
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 23.1.9-manjaro1.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
 

collinsc

New Member
Joined
Dec 20, 2023
Messages
4
Reaction score
0
Points
1
Age
32
My Satellite Setup
AVL 1.2m KU horizon to horizon, 7.6m KU 139w-100w, 6.7m KU steerable 99w-44w
My Location
Utah, USA
What is the preferred platform for install? I read through the install guides, but I imagine there is one platform that is least likely to need severe under-the-hood surgery to facilitate an install.
 

deeptho

Specialist Contributor
Joined
Apr 7, 2006
Messages
741
Reaction score
458
Points
63
Age
57
My Satellite Setup
Wavefrontier T90, Laminas 120cm, 2 other dishes; tbs 5927, tbs6904, tbs6909x, tbs6903x, tbs5990, tbs6981,tbs5927
My Location
Europe
I downgraded the version of cmake
cmake --version  ✔
cmake version 3.24.4

It gives this error

Code:
[ 77%] Built target streamparser
[ 77%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/cmake_pch.hxx.pch
[ 78%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/receiver.cc.o
[ 78%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/subscriber.cc.o
[ 78%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/subscriber_notify.cc.o
clang-16: warning: /home/star/neumodvb/pybind11/include: 'linker' input unused [-Wunused-command-line-argument]
In file included from /home/star/neumodvb/src/receiver/subscriber_notify.cc:29:
/home/star/neumodvb/src/viewer/wxpy_api.h:18:10: fatal error: 'sip.h' file not found
#include <sip.h>
^~~~~~~
1 error generated.
make[2]: *** [src/receiver/CMakeFiles/neumoreceiver.dir/build.make:125: src/receiver/CMakeFiles/neumoreceiver.dir/subscriber_notify.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1457: src/receiver/CMakeFiles/neumoreceiver.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
It seems you are trying really random things without much logic.

cmake seens to have worked, but then for some reason you downgrade it.
The other error (sip.h) seems to be related to not having installed some package.

I use fedora myself, but am not planning to provide separate instuctions for every possible
linux distribution. I suspect that manjaro is similar to ubuntu, so perhaps the ubuntu instructions can provide some help.
 
Top