Hi,
I started with Linux PC as a newbie, so sorry for my post. NeumoDVB shows me some "problems" and I can´t "run" the program.
...in hope to get some helpful answers here? My Linux system:
View attachment 155247
"Troublehooting" below:
qwer-linux@qwerlinux-MS-7D98:~$ cd ~/neumodvb/build
cmake ..
make
cd ../gui
./neuodvb,py
-- xxx=/mantic/
-- Modern OS detected - using clang 20
-- Found Python: /usr/bin/python3 (found version "3.11.6") found components: Interpreter Development Development.Module Development.Embed
-- Version: 10.1.0
-- Build type: Debug
-- pybind11 v2.10.0 dev1
-- Found Python3: /usr/bin/python3 (found version "3.11.6") found components: Interpreter
-- Found Python: /usr/bin/python3 (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 Python3: /usr/bin/python3 (found version "3.11.6") found components: Interpreter Development Development.Module Development.Embed
-- Searching for log4cxx/logger.h
-- Searching for liblog4cxx
-- The host system is: Linux-6.5.0-10027-tuxedo.
-- Project base dir is: /home/qwer-linux/neumodvb
CMake Warning in CMakeLists.txt:
CMAKE_SKIP_INSTALL_RULES was enabled even though installation rules have
been specified
-- Configuring done (0.7s)
-- Generating done (0.1s)
-- Build files have been written to: /home/qwer-linux/neumodvb/build
[ 1%] Performing build step for 'libneumowxsvg'
Making all in src
Making all in svgxml
libtool: compile: g++ -fdebug-prefix-map=/home/qwer-linux/neumodvb=. -ffile-prefix-map=/home/qwer-linux/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.23\" "-DPACKAGE_STRING=\"wxsvg 1.5.23\"" -DPACKAGE_BUGREPORT=\"
http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.23\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/qwer-linux/neumodvb/neumowxsvg/src/svgxml -fPIC -I/home/qwer-linux/neumodvb/neumowxsvg/include/wxSVGXML -g -O2 -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -pthread -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.2 -I/usr/include/wx-3.2 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -MT svgxml.lo -MD -MP -MF .deps/svgxml.Tpo -c /home/qwer-linux/neumodvb/neumowxsvg/src/svgxml/svgxml.cpp -o svgxml.o
../../libtool: line 1917: g++: command not found
make[5]: *** [Makefile:408: svgxml.lo] Fehler 1
make[4]: *** [Makefile:689: all-recursive] Fehler 1
make[3]: *** [Makefile:473: all-recursive] Fehler 1
make[2]: *** [CMakeFiles/libneumowxsvg.dir/build.make:86: /home/qwer-linux/neumodvb/build_ext/neumowxsvg/src/libneumowxsvg-stamp/libneumowxsvg-build] Fehler 2
make[1]: *** [CMakeFiles/Makefile2:453: CMakeFiles/libneumowxsvg.dir/all] Fehler 2
make: *** [Makefile:91: all] Fehler 2
bash: ./neuodvb,py: Datei oder Verzeichnis nicht gefunden
qwer-linux@qwerlinux-MS-7D98:~/neumodvb/gui$