deeptho / neumodvb

neumoDVB DVB-S2/DVB-T/DVB-C settop box and DX program for Linux
Other
17 stars 7 forks source link

segmentation fault with ubuntu 20.04 #2

Closed psyborg55 closed 2 years ago

psyborg55 commented 2 years ago

i tried to build this on ubuntu 20.04.3 and got segmentation fault when tried to run the app

outputs below

cmake ..

u20@u20-Inspiron-5576:~/neumodvb/build$ cmake ..
-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake (found suitable version "1.71.0", minimum required is "1.69") found components: regex context program_options 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") 
-- Found Python: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter Development 
-- Checking for module 'gtk+-3.0'
--   Found gtk+-3.0, version 3.24.20
# date: USE_SYSTEM_TZ_DB OFF
# date: MANUAL_TZ_DB OFF
# date: USE_TZ_DB_IN_DOT OFF
# date: BUILD_SHARED_LIBS ON
# date: ENABLE_DATE_TESTING OFF
# date: DISABLE_STRING_VIEW OFF
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so (found version "7.68.0")  
-- pybind11 v2.6.2 dev1
-- Performing Test HAS_FLTO
-- Performing Test HAS_FLTO - Success
-- Found Python: /usr/bin/python3.8 (found suitable version "3.8.10", minimum required is "3.7") found components: Interpreter 
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.8.so (found suitable version "3.8.10", minimum required is "3.7") 
-- Found Python3: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter Development 
-- Found wxWidgets: -L/usr/lib/x86_64-linux-gnu;-pthread;;;-lwx_baseu_net-3.0;-lwx_gtk3u_gl-3.0;-lwx_gtk3u_core-3.0;-lwx_baseu-3.0 (found version "3.0.4") 
-- Searching for log4cxx/logger.h
-- Searching for liblog4cxx
-- Found Log4cxx: /usr/lib/x86_64-linux-gnu/liblog4cxx.so  
-- The host system is: Linux-5.4.0-26-generic.
-- Project base dir is: /home/u20/neumodvb
-- Configuring done
-- Generating done
-- Build files have been written to: /home/u20/neumodvb/build

make

u20@u20-Inspiron-5576:~/neumodvb/build$ make
Scanning dependencies of target libneumowxsvg
[  1%] Creating directories for 'libneumowxsvg'
[  1%] Performing download step for 'libneumowxsvg'
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:54: installing './compile'
configure.ac:61: installing './config.guess'
configure.ac:61: installing './config.sub'
configure.ac:7: installing './missing'
src/Makefile.am: installing './depcomp'
[  1%] No patch step for 'libneumowxsvg'
[  2%] No update step for 'libneumowxsvg'
[  3%] Performing configure step for 'libneumowxsvg'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for install location... /home/u20/neumodvb/build/../build_ext/neumowxsvg
checking whether ln -s works... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for CAIRO... yes
checking for PANGO... yes
checking for wx-config... /usr/bin/wx-config
checking for wxWidgets version >= 2.6.3... yes (version 3.0.4)
checking for wxWidgets static library... no
checking for EXPAT... yes
checking for LIBEXIF... yes
checking for LIBAV... yes
checking for libavformat/avformat.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libwxsvg.pc
config.status: creating include/Makefile
config.status: creating include/wxSVGXML/Makefile
config.status: creating include/wxSVG/Makefile
config.status: creating src/svgxml/Makefile
config.status: creating src/Makefile
config.status: creating src/cairo/Makefile
config.status: creating src/skia/Makefile
config.status: creating svgview/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
[  3%] Performing build step for 'libneumowxsvg'
Making all in src
Making all in svgxml
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src/svgxml -fPIC -I/home/u20/neumodvb/neumowxsvg/include/wxSVGXML -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT svgxml.lo -MD -MP -MF .deps/svgxml.Tpo -c /home/u20/neumodvb/neumowxsvg/src/svgxml/svgxml.cpp -o svgxml.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src/svgxml -fPIC -I/home/u20/neumodvb/neumowxsvg/include/wxSVGXML -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT svgxmlhelpr.lo -MD -MP -MF .deps/svgxmlhelpr.Tpo -c /home/u20/neumodvb/neumowxsvg/src/svgxml/svgxmlhelpr.cpp -o svgxmlhelpr.o
libtool: link: ar cr .libs/libwxsvgxml.a  svgxml.o svgxmlhelpr.o
libtool: link: ranlib .libs/libwxsvgxml.a
libtool: link: ( cd ".libs" && rm -f "libwxsvgxml.la" && ln -s "../libwxsvgxml.la" "libwxsvgxml.la" )
Making all in cairo
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src/cairo -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGCanvasCairo.lo -MD -MP -MF .deps/SVGCanvasCairo.Tpo -c /home/u20/neumodvb/neumowxsvg/src/cairo/SVGCanvasCairo.cpp -o SVGCanvasCairo.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src/cairo -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGCanvasPathCairo.lo -MD -MP -MF .deps/SVGCanvasPathCairo.Tpo -c /home/u20/neumodvb/neumowxsvg/src/cairo/SVGCanvasPathCairo.cpp -o SVGCanvasPathCairo.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src/cairo -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGCanvasTextCairo.lo -MD -MP -MF .deps/SVGCanvasTextCairo.Tpo -c /home/u20/neumodvb/neumowxsvg/src/cairo/SVGCanvasTextCairo.cpp -o SVGCanvasTextCairo.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src/cairo -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGCanvasImageCairo.lo -MD -MP -MF .deps/SVGCanvasImageCairo.Tpo -c /home/u20/neumodvb/neumowxsvg/src/cairo/SVGCanvasImageCairo.cpp -o SVGCanvasImageCairo.o
libtool: link: ar cr .libs/libwxsvg_cairo.a  SVGCanvasCairo.o SVGCanvasPathCairo.o SVGCanvasTextCairo.o SVGCanvasImageCairo.o
libtool: link: ranlib .libs/libwxsvg_cairo.a
libtool: link: ( cd ".libs" && rm -f "libwxsvg_cairo.la" && ln -s "../libwxsvg_cairo.la" "libwxsvg_cairo.la" )
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGDocument.lo -MD -MP -MF .deps/SVGDocument.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGDocument.cpp -o SVGDocument.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT svgctrl.lo -MD -MP -MF .deps/svgctrl.Tpo -c /home/u20/neumodvb/neumowxsvg/src/svgctrl.cpp -o svgctrl.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT imagsvg.lo -MD -MP -MF .deps/imagsvg.Tpo -c /home/u20/neumodvb/neumowxsvg/src/imagsvg.cpp -o imagsvg.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT ExifHandler.lo -MD -MP -MF .deps/ExifHandler.Tpo -c /home/u20/neumodvb/neumowxsvg/src/ExifHandler.cpp -o ExifHandler.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGAnimatedType.lo -MD -MP -MF .deps/SVGAnimatedType.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGAnimatedType.cpp -o SVGAnimatedType.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGAnimationElement.lo -MD -MP -MF .deps/SVGAnimationElement.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGAnimationElement.cpp -o SVGAnimationElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGAnimateMotionElement.lo -MD -MP -MF .deps/SVGAnimateMotionElement.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGAnimateMotionElement.cpp -o SVGAnimateMotionElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGAnimateTransformElement.lo -MD -MP -MF .deps/SVGAnimateTransformElement.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGAnimateTransformElement.cpp -o SVGAnimateTransformElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGCircleElement.lo -MD -MP -MF .deps/SVGCircleElement.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGCircleElement.cpp -o SVGCircleElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGEllipseElement.lo -MD -MP -MF .deps/SVGEllipseElement.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGEllipseElement.cpp -o SVGEllipseElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGFEGaussianBlurElement.lo -MD -MP -MF .deps/SVGFEGaussianBlurElement.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGFEGaussianBlurElement.cpp -o SVGFEGaussianBlurElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGFilterElement.lo -MD -MP -MF .deps/SVGFilterElement.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGFilterElement.cpp -o SVGFilterElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGImageElement.lo -MD -MP -MF .deps/SVGImageElement.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGImageElement.cpp -o SVGImageElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGLineElement.lo -MD -MP -MF .deps/SVGLineElement.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGLineElement.cpp -o SVGLineElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGLocatable.lo -MD -MP -MF .deps/SVGLocatable.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGLocatable.cpp -o SVGLocatable.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGMarkerElement.lo -MD -MP -MF .deps/SVGMarkerElement.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGMarkerElement.cpp -o SVGMarkerElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGPathElement.lo -MD -MP -MF .deps/SVGPathElement.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGPathElement.cpp -o SVGPathElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGPolylineElement.lo -MD -MP -MF .deps/SVGPolylineElement.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGPolylineElement.cpp -o SVGPolylineElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGPolygonElement.lo -MD -MP -MF .deps/SVGPolygonElement.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGPolygonElement.cpp -o SVGPolygonElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGRectElement.lo -MD -MP -MF .deps/SVGRectElement.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGRectElement.cpp -o SVGRectElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGRadialGradientElement.lo -MD -MP -MF .deps/SVGRadialGradientElement.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGRadialGradientElement.cpp -o SVGRadialGradientElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGSVGElement.lo -MD -MP -MF .deps/SVGSVGElement.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGSVGElement.cpp -o SVGSVGElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGTextContentElement.lo -MD -MP -MF .deps/SVGTextContentElement.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGTextContentElement.cpp -o SVGTextContentElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGTextElement.lo -MD -MP -MF .deps/SVGTextElement.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGTextElement.cpp -o SVGTextElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGUseElement.lo -MD -MP -MF .deps/SVGUseElement.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGUseElement.cpp -o SVGUseElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGVideoElement.lo -MD -MP -MF .deps/SVGVideoElement.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGVideoElement.cpp -o SVGVideoElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGAngle.lo -MD -MP -MF .deps/SVGAngle.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGAngle.cpp -o SVGAngle.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGColor.lo -MD -MP -MF .deps/SVGColor.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGColor.cpp -o SVGColor.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT GetSVGDocument.lo -MD -MP -MF .deps/GetSVGDocument.Tpo -c /home/u20/neumodvb/neumowxsvg/src/GetSVGDocument.cpp -o GetSVGDocument.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGLength.lo -MD -MP -MF .deps/SVGLength.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGLength.cpp -o SVGLength.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGMatrix.lo -MD -MP -MF .deps/SVGMatrix.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGMatrix.cpp -o SVGMatrix.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGPaint.lo -MD -MP -MF .deps/SVGPaint.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGPaint.cpp -o SVGPaint.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGPoint.lo -MD -MP -MF .deps/SVGPoint.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGPoint.cpp -o SVGPoint.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGPreserveAspectRatio.lo -MD -MP -MF .deps/SVGPreserveAspectRatio.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGPreserveAspectRatio.cpp -o SVGPreserveAspectRatio.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGRect.lo -MD -MP -MF .deps/SVGRect.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGRect.cpp -o SVGRect.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGTests.lo -MD -MP -MF .deps/SVGTests.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGTests.cpp -o SVGTests.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGTransform.lo -MD -MP -MF .deps/SVGTransform.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGTransform.cpp -o SVGTransform.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGFitToViewBox.lo -MD -MP -MF .deps/SVGFitToViewBox.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGFitToViewBox.cpp -o SVGFitToViewBox.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGStylable.lo -MD -MP -MF .deps/SVGStylable.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGStylable.cpp -o SVGStylable.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGTransformable.lo -MD -MP -MF .deps/SVGTransformable.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGTransformable.cpp -o SVGTransformable.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGElementInstanceList.lo -MD -MP -MF .deps/SVGElementInstanceList.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGElementInstanceList.cpp -o SVGElementInstanceList.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGLengthList.lo -MD -MP -MF .deps/SVGLengthList.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGLengthList.cpp -o SVGLengthList.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGNumberList.lo -MD -MP -MF .deps/SVGNumberList.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGNumberList.cpp -o SVGNumberList.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGPathSegList.lo -MD -MP -MF .deps/SVGPathSegList.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGPathSegList.cpp -o SVGPathSegList.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGPointList.lo -MD -MP -MF .deps/SVGPointList.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGPointList.cpp -o SVGPointList.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGStringList.lo -MD -MP -MF .deps/SVGStringList.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGStringList.cpp -o SVGStringList.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGTransformList.lo -MD -MP -MF .deps/SVGTransformList.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGTransformList.cpp -o SVGTransformList.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT Elements_CopyConstructors.lo -MD -MP -MF .deps/Elements_CopyConstructors.Tpo -c /home/u20/neumodvb/neumowxsvg/src/Elements_CopyConstructors.cpp -o Elements_CopyConstructors.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT Elements_HasAttribute.lo -MD -MP -MF .deps/Elements_HasAttribute.Tpo -c /home/u20/neumodvb/neumowxsvg/src/Elements_HasAttribute.cpp -o Elements_HasAttribute.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT Elements_GetAttribute.lo -MD -MP -MF .deps/Elements_GetAttribute.Tpo -c /home/u20/neumodvb/neumowxsvg/src/Elements_GetAttribute.cpp -o Elements_GetAttribute.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT Elements_GetAttributes.lo -MD -MP -MF .deps/Elements_GetAttributes.Tpo -c /home/u20/neumodvb/neumowxsvg/src/Elements_GetAttributes.cpp -o Elements_GetAttributes.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT Elements_SetAttribute.lo -MD -MP -MF .deps/Elements_SetAttribute.Tpo -c /home/u20/neumodvb/neumowxsvg/src/Elements_SetAttribute.cpp -o Elements_SetAttribute.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT CSSValue.lo -MD -MP -MF .deps/CSSValue.Tpo -c /home/u20/neumodvb/neumowxsvg/src/CSSValue.cpp -o CSSValue.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT CSSStyleDeclaration.lo -MD -MP -MF .deps/CSSStyleDeclaration.Tpo -c /home/u20/neumodvb/neumowxsvg/src/CSSStyleDeclaration.cpp -o CSSStyleDeclaration.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGCanvas.lo -MD -MP -MF .deps/SVGCanvas.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGCanvas.cpp -o SVGCanvas.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGCanvasItem.lo -MD -MP -MF .deps/SVGCanvasItem.Tpo -c /home/u20/neumodvb/neumowxsvg/src/SVGCanvasItem.cpp -o SVGCanvasItem.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT NodeList.lo -MD -MP -MF .deps/NodeList.Tpo -c /home/u20/neumodvb/neumowxsvg/src/NodeList.cpp -o NodeList.o
libtool: compile:  g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/u20/neumodvb/neumowxsvg/src -fPIC -I/home/u20/neumodvb/neumowxsvg/include -I/home/u20/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT mediadec_ffmpeg.lo -MD -MP -MF .deps/mediadec_ffmpeg.Tpo -c /home/u20/neumodvb/neumowxsvg/src/mediadec_ffmpeg.cpp -o mediadec_ffmpeg.o
libtool: link: (cd .libs/libwxsvg.lax/libwxsvgxml.a && ar x "/home/u20/neumodvb/build_ext/neumowxsvg/src/libneumowxsvg-build/src/svgxml/.libs/libwxsvgxml.a")
libtool: link: (cd .libs/libwxsvg.lax/libwxsvg_cairo.a && ar x "/home/u20/neumodvb/build_ext/neumowxsvg/src/libneumowxsvg-build/src/cairo/.libs/libwxsvg_cairo.a")
libtool: link: ar cr .libs/libwxsvg.a  SVGDocument.o svgctrl.o imagsvg.o ExifHandler.o SVGAnimatedType.o SVGAnimationElement.o SVGAnimateMotionElement.o SVGAnimateTransformElement.o SVGCircleElement.o SVGEllipseElement.o SVGFEGaussianBlurElement.o SVGFilterElement.o SVGImageElement.o SVGLineElement.o SVGLocatable.o SVGMarkerElement.o SVGPathElement.o SVGPolylineElement.o SVGPolygonElement.o SVGRectElement.o SVGRadialGradientElement.o SVGSVGElement.o SVGTextContentElement.o SVGTextElement.o SVGUseElement.o SVGVideoElement.o SVGAngle.o SVGColor.o GetSVGDocument.o SVGLength.o SVGMatrix.o SVGPaint.o SVGPoint.o SVGPreserveAspectRatio.o SVGRect.o SVGTests.o SVGTransform.o SVGFitToViewBox.o SVGStylable.o SVGTransformable.o SVGElementInstanceList.o SVGLengthList.o SVGNumberList.o SVGPathSegList.o SVGPointList.o SVGStringList.o SVGTransformList.o Elements_CopyConstructors.o Elements_HasAttribute.o Elements_GetAttribute.o Elements_GetAttributes.o Elements_SetAttribute.o CSSValue.o CSSStyleDeclaration.o SVGCanvas.o SVGCanvasItem.o NodeList.o mediadec_ffmpeg.o  .libs/libwxsvg.lax/libwxsvgxml.a/svgxml.o .libs/libwxsvg.lax/libwxsvgxml.a/svgxmlhelpr.o  .libs/libwxsvg.lax/libwxsvg_cairo.a/SVGCanvasCairo.o .libs/libwxsvg.lax/libwxsvg_cairo.a/SVGCanvasImageCairo.o .libs/libwxsvg.lax/libwxsvg_cairo.a/SVGCanvasPathCairo.o .libs/libwxsvg.lax/libwxsvg_cairo.a/SVGCanvasTextCairo.o 
libtool: link: ranlib .libs/libwxsvg.a
libtool: link: rm -fr .libs/libwxsvg.lax
libtool: link: ( cd ".libs" && rm -f "libwxsvg.la" && ln -s "../libwxsvg.la" "libwxsvg.la" )
Making all in svgview
libtool: link: g++ -fdebug-prefix-map=/home/u20/neumodvb=. -ffile-prefix-map=/home/u20/neumodvb=. -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -o svgview svgview.o -pthread  ../src/.libs/libwxsvg.a -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lcairo -L/usr/lib/x86_64-linux-gnu -lwx_gtk3u_xrc-3.0 -lwx_gtk3u_html-3.0 -lwx_gtk3u_qa-3.0 -lwx_gtk3u_adv-3.0 -lwx_gtk3u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lexpat -lexif -lavformat -lavcodec -lavutil -lswscale -pthread
Making all in include
Making all in wxSVGXML
Making all in wxSVG
[  3%] Performing install step for 'libneumowxsvg'
Making install in src
Making install in svgxml
Making install in cairo
 /usr/bin/mkdir -p '/home/u20/neumodvb/build/../build_ext/neumowxsvg/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libwxsvg.la '/home/u20/neumodvb/build/../build_ext/neumowxsvg/lib'
libtool: install: /usr/bin/install -c .libs/libwxsvg.lai /home/u20/neumodvb/build/../build_ext/neumowxsvg/lib/libwxsvg.la
libtool: install: /usr/bin/install -c .libs/libwxsvg.a /home/u20/neumodvb/build/../build_ext/neumowxsvg/lib/libwxsvg.a
libtool: install: chmod 644 /home/u20/neumodvb/build/../build_ext/neumowxsvg/lib/libwxsvg.a
libtool: install: ranlib /home/u20/neumodvb/build/../build_ext/neumowxsvg/lib/libwxsvg.a
libtool: finish: PATH="/home/u20/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/u20/neumodvb/build/../build_ext/neumowxsvg/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/u20/neumodvb/build/../build_ext/neumowxsvg/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Making install in svgview
 /usr/bin/mkdir -p '/home/u20/neumodvb/build/../build_ext/neumowxsvg/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c svgview '/home/u20/neumodvb/build/../build_ext/neumowxsvg/bin'
libtool: install: /usr/bin/install -c svgview /home/u20/neumodvb/build/../build_ext/neumowxsvg/bin/svgview
Making install in include
Making install in wxSVGXML
 /usr/bin/mkdir -p '/home/u20/neumodvb/build/../build_ext/neumowxsvg/include/wxSVGXML'
 /usr/bin/install -c -m 644 /home/u20/neumodvb/neumowxsvg/include/wxSVGXML/svgxml.h /home/u20/neumodvb/neumowxsvg/include/wxSVGXML/svgxmlhelpr.h '/home/u20/neumodvb/build/../build_ext/neumowxsvg/include/wxSVGXML'
Making install in wxSVG
 /usr/bin/mkdir -p '/home/u20/neumodvb/build/../build_ext/neumowxsvg/include/wxSVG'
 /usr/bin/install -c -m 644 /home/u20/neumodvb/neumowxsvg/include/wxSVG/Animated.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/CSSRule.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/CSSStyleDeclaration.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/CSSValue.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/CSSValues.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/DocumentCSS.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/DocumentEvent.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/Document.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/Element.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/ElementTimeControl.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/EventTarget.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/ExifHandler.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/GetSVGDocument.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/imagsvg.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/mediadec_ffmpeg.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/NodeListCls.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/NodeList.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/RGBColor.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/String_wxsvg.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGAElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGAltGlyphDefElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGAltGlyphElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGAltGlyphItemElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGAngle.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGAnimateColorElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedAngle.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedBoolean.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedEnumeration.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedInteger.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedLength.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedLengthList.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedNumber.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedNumberList.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedPathData.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedPoints.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedPreserveAspectRatio.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedRect.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedString.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedTransformList.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedType.h '/home/u20/neumodvb/build/../build_ext/neumowxsvg/include/wxSVG'
 /usr/bin/install -c -m 644 /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGAnimateElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGAnimateMotionElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGAnimateTransformElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGAnimationElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGCanvas.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGCanvasItem.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGCircleElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGClipPathElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGColor.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGColorProfileElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGColorProfileRule.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGComponentTransferFunctionElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGCoordinates.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGCSSRule.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/svgctrl.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGCursorElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGDefinitionSrcElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGDefsElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGDescElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGDocument.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGDTD.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGElementInstance.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGElementInstanceList.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGEllipseElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGEvent.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGExternalResourcesRequired.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFEBlendElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFEColorMatrixElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFEComponentTransferElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFECompositeElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFEConvolveMatrixElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFEDiffuseLightingElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFEDisplacementMapElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFEDistantLightElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFEFloodElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFEFuncAElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFEFuncBElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFEFuncGElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFEFuncRElement.h '/home/u20/neumodvb/build/../build_ext/neumowxsvg/include/wxSVG'
 /usr/bin/install -c -m 644 /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFEGaussianBlurElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFEImageElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFEMergeElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFEMergeNodeElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFEMorphologyElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFEOffsetElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFEPointLightElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFESpecularLightingElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFESpotLightElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFETileElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFETurbulenceElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFilterElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFilterPrimitiveStandardAttributes.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFitToViewBox.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFontElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFontFaceElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFontFaceFormatElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFontFaceNameElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFontFaceSrcElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGFontFaceUriElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGForeignObjectElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGGElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGGlyphElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGGlyphRefElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGGradientElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/svg.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGHKernElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGICCColor.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGImageElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGLangSpace.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGLengthCalculate.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGLength.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGLengthList.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGLinearGradientElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGLineElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGLocatable.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGMarkerElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGMaskElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGMatrix.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGMetadataElement.h '/home/u20/neumodvb/build/../build_ext/neumowxsvg/include/wxSVG'
 /usr/bin/install -c -m 644 /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGMissingGlyphElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGMPathElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGNumber.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGNumberList.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPaint.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPathElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegArcAbs.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegArcRel.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegClosePath.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegCurvetoCubicAbs.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegCurvetoCubicRel.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegCurvetoCubicSmoothAbs.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegCurvetoCubicSmoothRel.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegCurvetoQuadraticAbs.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegCurvetoQuadraticRel.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegCurvetoQuadraticSmoothAbs.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegCurvetoQuadraticSmoothRel.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPathSeg.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegLinetoAbs.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegLinetoHorizontalAbs.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegLinetoHorizontalRel.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegLinetoRel.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegLinetoVerticalAbs.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegLinetoVerticalRel.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegList.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegMovetoAbs.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegMovetoRel.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPatternElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPoint.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPointList.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPolygonElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPolylineElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGPreserveAspectRatio.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGRadialGradientElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGRectElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGRect.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGRenderingIntent.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGScriptElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGSetElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGStopElement.h '/home/u20/neumodvb/build/../build_ext/neumowxsvg/include/wxSVG'
 /usr/bin/install -c -m 644 /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGStringList.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGStylable.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGStyleElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGSVGElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGSwitchElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGSymbolElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGTBreakElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGTests.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGTextContentElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGTextElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGTextPathElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGTextPositioningElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGTitleElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGTransformable.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGTransform.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGTransformList.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGTRefElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGTSpanElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGUnitTypes.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGURIReference.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGUseElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGVideoElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGViewElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGViewSpec.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGVKernElement.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGZoomAndPan.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/SVGZoomEvent.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/UIEvent.h /home/u20/neumodvb/neumowxsvg/include/wxSVG/ViewCSS.h '/home/u20/neumodvb/build/../build_ext/neumowxsvg/include/wxSVG'
 /usr/bin/mkdir -p '/home/u20/neumodvb/build/../build_ext/neumowxsvg/lib/pkgconfig'
 /usr/bin/install -c -m 644 libwxsvg.pc '/home/u20/neumodvb/build/../build_ext/neumowxsvg/lib/pkgconfig'
[  4%] Completed 'libneumowxsvg'
[  4%] Built target libneumowxsvg
Scanning dependencies of target date-tz
[  5%] Building CXX object date/CMakeFiles/date-tz.dir/src/tz.cpp.o
[  5%] Linking CXX shared library libdate-tz.so
[  5%] Built target date-tz
Scanning dependencies of target xformat
[  5%] Building CXX object xformat/CMakeFiles/xformat.dir/src/format.cc.o
[  6%] Building CXX object xformat/CMakeFiles/xformat.dir/src/ostream_formatter.cc.o
[  7%] Linking CXX static library build/libxformat.a
[  7%] Built target xformat
Scanning dependencies of target stackstring
[  8%] Building CXX object src/stackstring/CMakeFiles/stackstring.dir/stackstring.cc.o
[  8%] Building CXX object src/stackstring/CMakeFiles/stackstring.dir/neumotime.cc.o
[  9%] Linking CXX shared library libstackstring.so
[  9%] Built target stackstring
Scanning dependencies of target neumolmdb
[ 10%] Building C object neumolmdb/CMakeFiles/neumolmdb.dir/mdb.c.o
cc1: warning: command line option ‘-fsized-deallocation’ is valid for C++/ObjC++ but not for C
[ 10%] Building C object neumolmdb/CMakeFiles/neumolmdb.dir/midl.c.o
cc1: warning: command line option ‘-fsized-deallocation’ is valid for C++/ObjC++ but not for C
[ 11%] Linking C shared library libneumolmdb.so
[ 11%] Built target neumolmdb
Scanning dependencies of target schema_generated_files
[ 11%] Generating code for neumodb schema.
[ 11%] Built target schema_generated_files
Scanning dependencies of target neumodb
[ 11%] Building CXX object src/neumodb/CMakeFiles/neumodb.dir/neumodb.cc.o
[ 12%] Building CXX object src/neumodb/CMakeFiles/neumodb.dir/dbdesc.cc.o
[ 12%] Building CXX object src/neumodb/CMakeFiles/neumodb.dir/neumodb_pybind.cc.o
[ 13%] Linking CXX shared library libneumodb.so
[ 13%] Built target neumodb
Scanning dependencies of target ch_generated_files
[ 13%] Generating code for neumodb chdb.
[ 13%] Built target ch_generated_files
Scanning dependencies of target stat_generated_files
[ 13%] Generating code for neumodb statdb.
[ 13%] Built target stat_generated_files
Scanning dependencies of target epg_generated_files
[ 14%] Generating code for neumodb epgdb.
[ 14%] Built target epg_generated_files
Scanning dependencies of target rec_generated_files
[ 15%] Generating code for neumodb recdb.
[ 15%] Built target rec_generated_files
Scanning dependencies of target version_h
[ 15%] Built target version_h
Scanning dependencies of target neumoutil
[ 15%] Building CXX object src/util/CMakeFiles/neumoutil.dir/util.cc.o
[ 16%] Building CXX object src/util/CMakeFiles/neumoutil.dir/logger.cc.o
[ 17%] Building CXX object src/util/CMakeFiles/neumoutil.dir/identification.cc.o
[ 17%] Linking CXX shared library libneumoutil.so
[ 17%] Built target neumoutil
Scanning dependencies of target schema
[ 18%] Building CXX object src/neumodb/schema/CMakeFiles/schema.dir/cmake_pch.hxx.gch
[ 18%] Building CXX object src/neumodb/schema/CMakeFiles/schema.dir/schema.cc.o
[ 19%] Building CXX object src/neumodb/schema/CMakeFiles/schema.dir/schema_db.cc.o
[ 19%] Building CXX object src/neumodb/schema/CMakeFiles/schema.dir/schema_keys.cc.o
[ 20%] Linking CXX shared library libschema.so
[ 21%] Built target schema
Scanning dependencies of target chdb
[ 21%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/cmake_pch.hxx.gch
[ 22%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/options.cc.o
[ 22%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/tuner.cc.o
[ 23%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/sat.cc.o
[ 23%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/mux.cc.o
[ 24%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/service.cc.o
[ 24%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/tune_state.cc.o
[ 25%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/enums.cc.o
[ 26%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/chdb_db.cc.o
[ 26%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/chdb_keys.cc.o
[ 27%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/chdb_extra.cc.o
[ 27%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/chdb_upgrade.cc.o
[ 28%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/browse_history.cc.o
[ 28%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/minsnr.cc.o
[ 29%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/lang_codes.cc.o
[ 29%] Linking CXX shared library libchdb.so
[ 30%] Built target chdb
Scanning dependencies of target testencode
[ 31%] Building CXX object src/neumodb/CMakeFiles/testencode.dir/testencode.cc.o
[ 32%] Linking CXX executable testencode
[ 32%] Built target testencode
Scanning dependencies of target testtempdb
[ 32%] Building CXX object src/neumodb/CMakeFiles/testtempdb.dir/testtempdb.cc.o
[ 33%] Linking CXX executable testtempdb
[ 33%] Built target testtempdb
Scanning dependencies of target statdb
[ 34%] Building CXX object src/neumodb/statdb/CMakeFiles/statdb.dir/cmake_pch.hxx.gch
[ 34%] Building CXX object src/neumodb/statdb/CMakeFiles/statdb.dir/stats.cc.o
[ 35%] Building CXX object src/neumodb/statdb/CMakeFiles/statdb.dir/enums.cc.o
[ 35%] Building CXX object src/neumodb/statdb/CMakeFiles/statdb.dir/statdb_db.cc.o
[ 36%] Building CXX object src/neumodb/statdb/CMakeFiles/statdb.dir/statdb_keys.cc.o
[ 36%] Building CXX object src/neumodb/statdb/CMakeFiles/statdb.dir/statdb_extra.cc.o
[ 37%] Building CXX object src/neumodb/statdb/CMakeFiles/statdb.dir/statdb_upgrade.cc.o
[ 37%] Linking CXX shared library libstatdb.so
[ 38%] Built target statdb
Scanning dependencies of target epgdb
[ 38%] Building CXX object src/neumodb/epgdb/CMakeFiles/epgdb.dir/cmake_pch.hxx.gch
[ 39%] Building CXX object src/neumodb/epgdb/CMakeFiles/epgdb.dir/epg.cc.o
[ 39%] Building CXX object src/neumodb/epgdb/CMakeFiles/epgdb.dir/enums.cc.o
[ 40%] Building CXX object src/neumodb/epgdb/CMakeFiles/epgdb.dir/epgdb_db.cc.o
[ 40%] Building CXX object src/neumodb/epgdb/CMakeFiles/epgdb.dir/epgdb_keys.cc.o
[ 41%] Building CXX object src/neumodb/epgdb/CMakeFiles/epgdb.dir/epgdb_extra.cc.o
[ 41%] Building CXX object src/neumodb/epgdb/CMakeFiles/epgdb.dir/epgdb_upgrade.cc.o
[ 42%] Linking CXX shared library libepgdb.so
[ 43%] Built target epgdb
Scanning dependencies of target recdb
[ 44%] Building CXX object src/neumodb/recdb/CMakeFiles/recdb.dir/cmake_pch.hxx.gch
[ 45%] Building CXX object src/neumodb/recdb/CMakeFiles/recdb.dir/rec.cc.o
[ 45%] Building CXX object src/neumodb/recdb/CMakeFiles/recdb.dir/enums.cc.o
[ 46%] Building CXX object src/neumodb/recdb/CMakeFiles/recdb.dir/recdb_db.cc.o
[ 46%] Building CXX object src/neumodb/recdb/CMakeFiles/recdb.dir/recdb_keys.cc.o
[ 47%] Building CXX object src/neumodb/recdb/CMakeFiles/recdb.dir/recdb_extra.cc.o
[ 47%] Building CXX object src/neumodb/recdb/CMakeFiles/recdb.dir/recdb_upgrade.cc.o
[ 48%] Building CXX object src/neumodb/recdb/CMakeFiles/recdb.dir/rec_browse_history.cc.o
[ 48%] Linking CXX shared library librecdb.so
[ 48%] Built target recdb
Scanning dependencies of target neumoupgrade
[ 48%] Building CXX object src/neumodb/CMakeFiles/neumoupgrade.dir/neumoupgrade.cc.o
[ 49%] Linking CXX executable neumoupgrade
[ 49%] Built target neumoupgrade
Scanning dependencies of target testneumoupdate
[ 49%] Building CXX object src/neumodb/CMakeFiles/testneumoupdate.dir/testneumoupdate.cc.o
[ 50%] Linking CXX executable testneumoupdate
[ 50%] Built target testneumoupdate
Scanning dependencies of target testserialize
[ 50%] Building CXX object src/neumodb/CMakeFiles/testserialize.dir/testserialize.cc.o
[ 51%] Linking CXX executable testserialize
[ 51%] Built target testserialize
Scanning dependencies of target pychdb
[ 51%] Building CXX object src/neumodb/chdb/CMakeFiles/pychdb.dir/cmake_pch.hxx.gch
[ 52%] Building CXX object src/neumodb/chdb/CMakeFiles/pychdb.dir/chdb_pybind.cc.o
[ 52%] Building CXX object src/neumodb/chdb/CMakeFiles/pychdb.dir/chdb_vector_pybind.cc.o
[ 53%] Building CXX object src/neumodb/chdb/CMakeFiles/pychdb.dir/options_pybind.cc.o
[ 53%] Building CXX object src/neumodb/chdb/CMakeFiles/pychdb.dir/tuner_pybind.cc.o
[ 54%] Building CXX object src/neumodb/chdb/CMakeFiles/pychdb.dir/sat_pybind.cc.o
[ 55%] Building CXX object src/neumodb/chdb/CMakeFiles/pychdb.dir/mux_pybind.cc.o
[ 55%] Building CXX object src/neumodb/chdb/CMakeFiles/pychdb.dir/service_pybind.cc.o
[ 56%] Building CXX object src/neumodb/chdb/CMakeFiles/pychdb.dir/tune_state_pybind.cc.o
[ 56%] Building CXX object src/neumodb/chdb/CMakeFiles/pychdb.dir/enums_pybind.cc.o
[ 57%] Building CXX object src/neumodb/chdb/CMakeFiles/pychdb.dir/chdb_db_pybind.cc.o
[ 57%] Linking CXX shared module pychdb.cpython-38-x86_64-linux-gnu.so
[ 58%] Built target pychdb
Scanning dependencies of target pystatdb
[ 58%] Building CXX object src/neumodb/statdb/CMakeFiles/pystatdb.dir/cmake_pch.hxx.gch
[ 59%] Building CXX object src/neumodb/statdb/CMakeFiles/pystatdb.dir/statdb_pybind.cc.o
[ 59%] Building CXX object src/neumodb/statdb/CMakeFiles/pystatdb.dir/statdb_vector_pybind.cc.o
[ 60%] Building CXX object src/neumodb/statdb/CMakeFiles/pystatdb.dir/stats_pybind.cc.o
[ 60%] Building CXX object src/neumodb/statdb/CMakeFiles/pystatdb.dir/enums_pybind.cc.o
[ 61%] Building CXX object src/neumodb/statdb/CMakeFiles/pystatdb.dir/statdb_db_pybind.cc.o
[ 61%] Linking CXX shared module pystatdb.cpython-38-x86_64-linux-gnu.so
[ 62%] Built target pystatdb
Scanning dependencies of target pyepgdb
[ 62%] Building CXX object src/neumodb/epgdb/CMakeFiles/pyepgdb.dir/cmake_pch.hxx.gch
[ 63%] Building CXX object src/neumodb/epgdb/CMakeFiles/pyepgdb.dir/epgdb_pybind.cc.o
[ 63%] Building CXX object src/neumodb/epgdb/CMakeFiles/pyepgdb.dir/epg_pybind.cc.o
[ 64%] Building CXX object src/neumodb/epgdb/CMakeFiles/pyepgdb.dir/enums_pybind.cc.o
[ 65%] Building CXX object src/neumodb/epgdb/CMakeFiles/pyepgdb.dir/epgdb_db_pybind.cc.o
[ 65%] Linking CXX shared module pyepgdb.cpython-38-x86_64-linux-gnu.so
[ 66%] Built target pyepgdb
Scanning dependencies of target pyrecdb
[ 66%] Building CXX object src/neumodb/recdb/CMakeFiles/pyrecdb.dir/cmake_pch.hxx.gch
[ 67%] Building CXX object src/neumodb/recdb/CMakeFiles/pyrecdb.dir/recdb_pybind.cc.o
[ 67%] Building CXX object src/neumodb/recdb/CMakeFiles/pyrecdb.dir/rec_pybind.cc.o
[ 68%] Building CXX object src/neumodb/recdb/CMakeFiles/pyrecdb.dir/enums_pybind.cc.o
[ 69%] Building CXX object src/neumodb/recdb/CMakeFiles/pyrecdb.dir/recdb_db_pybind.cc.o
[ 69%] Linking CXX shared module pyrecdb.cpython-38-x86_64-linux-gnu.so
[ 70%] Built target pyrecdb
Scanning dependencies of target streamparser
[ 71%] Building CXX object src/receiver/streamparser/CMakeFiles/streamparser.dir/events.cc.o
[ 72%] Building CXX object src/receiver/streamparser/CMakeFiles/streamparser.dir/pes.cc.o
[ 72%] Building CXX object src/receiver/streamparser/CMakeFiles/streamparser.dir/packetstream.cc.o
[ 73%] Building CXX object src/receiver/streamparser/CMakeFiles/streamparser.dir/psi.cc.o
[ 73%] Building CXX object src/receiver/streamparser/CMakeFiles/streamparser.dir/streamtime.cc.o
[ 74%] Building CXX object src/receiver/streamparser/CMakeFiles/streamparser.dir/dvbtext.cc.o
[ 74%] Building CXX object src/receiver/streamparser/CMakeFiles/streamparser.dir/freesat_decode.cc.o
[ 75%] Building CXX object src/receiver/streamparser/CMakeFiles/streamparser.dir/opentv_string_decoder.cc.o
[ 75%] Building CXX object src/receiver/streamparser/CMakeFiles/streamparser.dir/si_state.cc.o
[ 76%] Building CXX object src/receiver/streamparser/CMakeFiles/streamparser.dir/sidebug.cc.o
[ 76%] Linking CXX static library libstreamparser.a
[ 76%] Built target streamparser
Scanning dependencies of target neumoreceiver
[ 76%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/cmake_pch.hxx.gch
[ 77%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/receiver.cc.o
[ 77%] 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: warning: /home/u20/neumodvb/pybind11/include: 'linker' input unused [-Wunused-command-line-argument]
[ 78%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/tune.cc.o
[ 79%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/scan.cc.o
[ 79%] 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/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
[ 83%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/active_stream.cc.o
[ 84%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/active_service.cc.o
[ 84%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/filemapper.cc.o
[ 85%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/live_mpm.cc.o
[ 86%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/active_playback.cc.o
[ 86%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/playback_mpm.cc.o
[ 87%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/dvbcsa.cc.o
[ 87%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/capmt.cc.o
[ 88%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/streamfilter.cc.o
[ 88%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/spectrum_algo2.cc.o
[ 89%] Linking CXX shared library libneumoreceiver.so
[ 89%] Built target neumoreceiver
Scanning dependencies of target pyreceiver
[ 90%] Building CXX object src/receiver/CMakeFiles/pyreceiver.dir/receiver_pybind.cc.o
[ 90%] Building CXX object src/receiver/CMakeFiles/pyreceiver.dir/options_pybind.cc.o
[ 91%] Building CXX object src/receiver/CMakeFiles/pyreceiver.dir/subscriber_pybind.cc.o
[ 91%] Building CXX object src/receiver/CMakeFiles/pyreceiver.dir/logger_pybind.cc.o
[ 92%] Linking CXX shared module pyreceiver.cpython-38-x86_64-linux-gnu.so
[ 92%] Built target pyreceiver
Scanning dependencies of target neumo-tune
[ 93%] Building CXX object src/receiver/CMakeFiles/neumo-tune.dir/neumo-tune.cc.o
/home/u20/neumodvb/src/receiver/neumo-tune.cc:578:16: warning: format specifies type 'char *' but the argument has type 'char' [-Wformat]
        printf("%s ", fe_code_rates[dtv_inner_fec_prop]);
                ~~    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                %c
1 warning generated.
[ 93%] Building CXX object src/receiver/CMakeFiles/neumo-tune.dir/dvb_strings.cc.o
[ 94%] Linking CXX executable neumo-tune
[ 94%] Built target neumo-tune
Scanning dependencies of target neumo-blindscan
[ 95%] Building CXX object src/receiver/CMakeFiles/neumo-blindscan.dir/neumo-blindscan.cc.o
[ 96%] Building CXX object src/receiver/CMakeFiles/neumo-blindscan.dir/dvb_strings.cc.o
[ 96%] Linking CXX executable neumo-blindscan
[ 96%] Built target neumo-blindscan
Scanning dependencies of target pyspectrum
[ 96%] Building CXX object src/receiver/CMakeFiles/pyspectrum.dir/spectrum_pybind.cc.o
[ 97%] Linking CXX shared module pyspectrum.cpython-38-x86_64-linux-gnu.so
[ 97%] Built target pyspectrum
Scanning dependencies of target pyneumompv
[ 98%] Building CXX object src/viewer/CMakeFiles/pyneumompv.dir/neumompv.cc.o
[ 98%] Building CXX object src/viewer/CMakeFiles/pyneumompv.dir/neumosvg.cc.o
[ 99%] Building CXX object src/viewer/CMakeFiles/pyneumompv.dir/neumompv_pybind.cc.o
[ 99%] Linking CXX shared module pyneumompv.cpython-38-x86_64-linux-gnu.so
[ 99%] Built target pyneumompv
Scanning dependencies of target mdb_stat
[100%] Building C object neumolmdb/CMakeFiles/mdb_stat.dir/mdb_stat.c.o
cc1: warning: command line option ‘-fsized-deallocation’ is valid for C++/ObjC++ but not for C
[100%] Linking C executable mdb_stat
[100%] Built target mdb_stat

run the app

u20@u20-Inspiron-5576:~/neumodvb/gui$ python3 neumodvb.py
loading options from /home/u20/neumodvb/config/neumodvb.cfg
Segmentation fault (core dumped)

neumo.log

2021-12-24 15:30:18,113 DEBUG: [ ] changing receiver option live_path from default /mnt/neumo/live to /home/u20/neumo/live config.py:128
2021-12-24 15:30:18,113 DEBUG: [ ] changing receiver option recordings_path from default /mnt/neumo/recordings to /home/u20/neumo/recordings config.py:128
2021-12-24 15:30:18,113 DEBUG: [ ] changing receiver option spectrum_path from default /mnt/neumo/spectrum to /home/u20/neumo/spectrum config.py:128
2021-12-24 15:30:18,114 DEBUG: [ ] changing receiver option chdb from default /mnt/neumo/db/chdb.mdb to /home/u20/neumo/db/chdb.mdb config.py:128
2021-12-24 15:30:18,114 DEBUG: [ ] changing receiver option statdb from default /mnt/neumo/db/statdb.mdb to /home/u20/neumo/db/statdb.mdb config.py:128
2021-12-24 15:30:18,114 DEBUG: [ ] changing receiver option epgdb from default /mnt/neumo/db/epgdb.mdb to /home/u20/neumo/db/epgdb.mdb config.py:128
2021-12-24 15:30:18,114 DEBUG: [ ] changing receiver option recdb from default /mnt/neumo/db/recdb.mdb to /home/u20/neumo/db/recdb.mdb config.py:128
2021-12-24 15:30:18,114 DEBUG: [ ] changing receiver option scam_server_name from default streacom.mynet to 192.168.1.254 config.py:128
2021-12-24 15:30:18,114 DEBUG: [ ] changing receiver option scam_server_port from default 9000 to 9000 config.py:128
2021-12-24 15:30:18,115 DEBUG: [ ] changing receiver option logconfig from default neumo.xml to /home/u20/neumodvb/config/neumo.xml config.py:128
2021-12-24 15:30:18,115 DEBUG: [ ] changing receiver option gui from default gui.svg to /home/u20/neumodvb/config/gui.svg config.py:128
2021-12-24 15:30:18,116 DEBUG: [ ] changing receiver option mpvconfig from default mpv to /home/u20/neumodvb/config/mpv config.py:128
2021-12-24 15:30:18,155 DEBUG: [ ] changing receiver option usals_location.usals_lattitude from default 5090 to 5230 config.py:139
2021-12-24 15:30:18,156 DEBUG: [ ] changing receiver option usals_location.usals_longitude from default 410 to 104 config.py:139
2021-12-24 15:30:18,156 DEBUG: [ ] changing receiver option dish_move_penalty from default 100 to 100 config.py:139
2021-12-24 15:30:18,156 DEBUG: [ ] changing receiver option pre_record_time from default 0:01:00 to 1m config.py:139
2021-12-24 15:30:18,156 DEBUG: [ ] changing receiver option post_record_time from default 0:05:00 to 5m config.py:139
2021-12-24 15:30:18,156 DEBUG: [ ] changing receiver option default_record_time from default 2:00:00 to 2h config.py:139
2021-12-24 15:30:18,156 DEBUG: [ ] changing receiver option timeshift_duration from default 2:00:00 to 2h config.py:139
2021-12-24 15:30:18,156 DEBUG: [ ] changing receiver option livebuffer_retention_time from default 0:05:00 to 5m config.py:139
2021-12-24 15:30:18,396 INFO: [ ] BUILD=5b0465f+ TAG= BRANCH=master il/identification.cc:35
2021-12-24 15:30:18,405 DEBUG: [receiver ] RECEIVER starting
 receiver/receiver.cc:1634
2021-12-24 15:30:18,405 DEBUG: [receiver ] Adding watch to /dev because /dev/dvb does not exist
 ceiver/devmanager.cc:537
2021-12-24 15:30:18,406 DEBUG: [tuner ] Cleaned epg: 0 milliseconds epgdb/epgdb_extra.cc:75

there are several warnings, but they don't look like a cause of fault. had to install a lot of dependency packages in ubuntu, when all built successfuly i removed the dir and cloned again to make a clean build.

on first run attempt there was an error loading wx: ModuleNotFound: no module named 'wx' then i ran install command someone posted at https://stackoverflow.com/questions/55367462/wxpython-error-on-setup-modulenotfound-no-module-named-wx

python -m pip install wxpython

now the app tries to start and crashes. do i need to reinstall wxpython ?

psyborg55 commented 2 years ago

missed to install one of python dependencies. the app starts, scans, playing stream works. cannot open positioner console

loading options from /home/u20/neumodvb/config/neumodvb.cfg
Traceback (most recent call last):
  File "/home/u20/neumodvb/gui/neumodvb/neumomenu.py", line 287, in <lambda>
    self.Bind(wx.EVT_MENU, lambda evt, x=x, accel=accel_key: self.run_menu_command(x, accel, evt), item)
  File "/home/u20/neumodvb/gui/neumodvb/neumomenu.py", line 251, in run_menu_command
    return m(evt)
  File "neumodvb.py", line 447, in CmdPositioner
    assert 0
AssertionError
deeptho commented 2 years ago

Please follow the installation instructions here. I think there are multiple versions of wx and perrhaps you installed the wrong one (I do not know). Or perhaps something else is wrong.

It appears you have no dv devices installed, but that does not explain the crash.

Also, install the latest version, because currently you have not....

https://github.com/deeptho/neumodvb/blob/master/docs/INSTALL.md

On Sat, Dec 25, 2021 at 1:38 PM psyborg55 @.***> wrote:

missed to install one of python dependencies. the app starts, scans, playing stream works. cannot open positioner console

loading options from /home/u20/neumodvb/config/neumodvb.cfg Traceback (most recent call last): File "/home/u20/neumodvb/gui/neumodvb/neumomenu.py", line 287, in self.Bind(wx.EVT_MENU, lambda evt, x=x, accel=accel_key: self.run_menu_command(x, accel, evt), item) File "/home/u20/neumodvb/gui/neumodvb/neumomenu.py", line 251, in run_menu_command return m(evt) File "neumodvb.py", line 447, in CmdPositioner assert 0 AssertionError

— Reply to this email directly, view it on GitHub https://github.com/deeptho/neumodvb/issues/2#issuecomment-1001012326, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOSOKDGHXJMQ7AY3UDOCT3USW3K5ANCNFSM5KWXYAYQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- ---Deep Thought

psyborg55 commented 2 years ago

yesterday i installed fedora 34 in vbox and tried to build the program there, everything went fine, it started, scanned, but video would freeze immediately (not important at this point because of virtualization/USB problem etc.) then after trying to open positioner there was exact same assertionerror as on ubuntu. then i tried to only tune the mux, without scanning or tuning service or doing anything else and then i was able to open positioner (tried driving to stored position and back - it worked) today i tried the same thing on ubuntu, the crash is slightly different

loading options from /home/u20/neumodvb/config/neumodvb.cfg
Traceback (most recent call last):
  File "/home/u20/neumodvb/gui/neumodvb/neumomenu.py", line 287, in <lambda>
    self.Bind(wx.EVT_MENU, lambda evt, x=x, accel=accel_key: self.run_menu_command(x, accel, evt), item)
  File "/home/u20/neumodvb/gui/neumodvb/neumomenu.py", line 251, in run_menu_command
    return m(evt)
  File "neumodvb.py", line 445, in CmdPositioner
    panel.grid.OnPositioner(event)
  File "/home/u20/neumodvb/gui/neumodvb/dvbs_muxlist.py", line 229, in OnPositioner
    from neumodvb.positioner_dialog import show_positioner_dialog
  File "/home/u20/neumodvb/gui/neumodvb/positioner_dialog.py", line 26, in <module>
    from neumodvb.positioner_dialog_gui import  PositionerDialog_, SignalPanel_ , TuneMuxPanel_
  File "/home/u20/neumodvb/gui/neumodvb/positioner_dialog_gui.py", line 16, in <module>
    from neumodvb.neumoplot import ConstellationPlot
  File "/home/u20/neumodvb/gui/neumodvb/neumoplot.py", line 20, in <module>
    from functools import cache
ImportError: cannot import name 'cache' from 'functools' (/usr/lib/python3.8/functools.py)

of course, python thing now. tried installing v3.9.9 but then got import error about setproctitle that i couldn't get around by installing, uninstalling or reinstalling setproctitle either from pip or package manager...

latest version? the exact same procedure i followed on the link you posted, however i'm not sure which debian distro the dependency packages are for?

on up-to-date ubuntu 20.04.3 this is what i get when trying to install them

u20@u20-Inspiron-5576:~$ sudo  apt install -y Clang Clang-tools libtool libboost-program-options libboost libboost-regex libboost-context curl libcurl4 libcurl4-opensst-dev liblog4cxx-dev liblog4cxx libconfig-libconfig-dev libwxgtk3.0-gtk3 libgtk-dev freeglut3 freeglut3-dev librsvg2-dev libexif-dev libegobject-introspection libexpat1-dev python3-wxgtk2.4 python3-configobj  python3-sip-dev python3--matplot-lib python3-jinja2 python3-regex python3-scipy wxbase3-dev-wxbase3 wxgtk3 libmp3-dev ffmpeg libx11-dev libglvnd-dev libdvbcsa-dev espeak
[sudo] password for u20: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package Clang
E: Unable to locate package Clang-tools
E: Unable to locate package libboost-program-options
E: Unable to locate package libboost
E: Unable to locate package libboost-regex
E: Unable to locate package libboost-context
E: Unable to locate package libcurl4-opensst-dev
E: Unable to locate package liblog4cxx
E: Unable to locate package libconfig-libconfig-dev
E: Unable to locate package libwxgtk3.0-gtk3
E: Couldn't find any package by glob 'libwxgtk3.0-gtk3'
E: Unable to locate package libgtk-dev
E: Unable to locate package libegobject-introspection
E: Unable to locate package python3-wxgtk2.4
E: Couldn't find any package by glob 'python3-wxgtk2.4'
E: Unable to locate package python3--matplot-lib
E: Unable to locate package wxbase3-dev-wxbase3
E: Unable to locate package wxgtk3
E: Unable to locate package libmp3-dev

had to find matching package for every of these manually and install them. likely something else is missing or some package is installed wrong (e.g. by pip instead of package manager)

deeptho commented 2 years ago

The "debian" instructions are for ubuntu, but they were made by another user. I did not test.

On fedora set proctitle should be installed as sudo pip3 install setproctitle Perhaps on ubutu as well?

Another difference: the python version on fedora is 3.9. This is not necessarily a problem. The error from functools import cache is a strange one. What happens if you try:

python3 -i
 from functools import cache

?

Note that other users have built and used the software on both fedora 34 and ubuntu. So it should be possible.

psyborg55 commented 2 years ago

On fedora set proctitle should be installed as sudo pip3 install setproctitle Perhaps on ubutu as well?

tried ubuntu 21.10 in vbox, its all fine, problem on 20.04 is it isn't possible to install python version =>3.9 via package manager, and installing via 3rd party repository screws up path/modules. then it doesn't work with python 3.9

Another difference: the python version on fedora is 3.9. This is not necessarily a problem. The error from functools import cache is a strange one. What happens if you try:

python3 -i
 from functools import cache

you need to adapt the code for py3.8 or set py3.9 min as a dependency: see -> https://stackoverflow.com/questions/66846743/importerror-cannot-import-name-cache-from-functools

deeptho commented 2 years ago

So, replacin the '@cache' with '@lru_cache(maxsize=None)' should do it. It is a oneline chnage

deeptho commented 2 years ago

You can try checking out the latest version and see if it helps. A recompile is needed because of some other changes.

psyborg55 commented 2 years ago

i've erased 20.04 and installed 21.10 (ssd install not vbox) so i can only check it later today.

meanwhile, in 21.10 i have warnings now that didn't exist in 20.04. app is quite unstable, for example adding/deleting mux manually can stuck or even crash it. in positioner console hitting tune several times crashes everything. and the console sometimes drives the dish away by some amount to the east even though i'm at 0.8w and try to drive it to preset of 3w sometimes there is a crash right on startup swearing at mpv. and hardware decoding doesn't work now (seemed to work fine on 20.04)

if the outputs of these crashes would be useful i can collect them and post here. for now i'll paste build output on 21.10

cmake ..

-- The C compiler identification is GNU 11.2.0
-- The CXX compiler identification is GNU 11.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 Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found suitable version "1.74.0", minimum required is "1.69") found components: regex context program_options 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") 
-- Found Python: /usr/bin/python3.9 (found version "3.9.7") found components: Interpreter Development Development.Module Development.Embed 
-- Checking for module 'gtk+-3.0'
--   Found gtk+-3.0, version 3.24.30
# date: USE_SYSTEM_TZ_DB OFF
# date: MANUAL_TZ_DB OFF
# date: USE_TZ_DB_IN_DOT OFF
# date: BUILD_SHARED_LIBS ON
# date: ENABLE_DATE_TESTING OFF
# date: DISABLE_STRING_VIEW OFF
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so (found version "7.74.0")  
-- pybind11 v2.6.2 dev1
-- Performing Test HAS_FLTO
-- Performing Test HAS_FLTO - Success
-- Found Python: /usr/bin/python3.9 (found suitable version "3.9.7", minimum required is "3.7") found components: Interpreter 
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.9.so (found suitable version "3.9.7", minimum required is "3.7") 
-- Found Python3: /usr/bin/python3.9 (found version "3.9.7") found components: Interpreter Development Development.Module Development.Embed 
-- Found wxWidgets: -L/usr/lib/x86_64-linux-gnu;-pthread;;;-lwx_baseu_net-3.0;-lwx_gtk3u_gl-3.0;-lwx_gtk3u_core-3.0;-lwx_baseu-3.0 (found version "3.0.5") 
-- Searching for log4cxx/logger.h
-- Searching for liblog4cxx
-- Found Log4cxx: /usr/lib/x86_64-linux-gnu/liblog4cxx.so  
-- The host system is: Linux-5.13.0-22-generic.
-- Project base dir is: /home/tom/neumodvb
-- Configuring done
-- Generating done
-- Build files have been written to: /home/tom/neumodvb/build

make

Scanning dependencies of target libneumowxsvg
[  1%] Creating directories for 'libneumowxsvg'
[  1%] Performing download step for 'libneumowxsvg'
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:54: installing './compile'
configure.ac:7: installing './missing'
src/Makefile.am: installing './depcomp'
[  2%] No update step for 'libneumowxsvg'
[  2%] No patch step for 'libneumowxsvg'
[  3%] Performing configure step for 'libneumowxsvg'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for install location... /home/tom/neumodvb/build/../build_ext/neumowxsvg
checking whether ln -s works... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for cairo... yes
checking for pangocairo... yes
checking for wx-config... /usr/bin/wx-config
checking for wxWidgets version >= 2.6.3... yes (version 3.0.5)
checking for wxWidgets static library... no
checking for expat... yes
checking for libexif... yes
checking for libavformat >= 50.0.0 libavcodec >= 51.0.0 libavutil >= 49.0.0 libswscale... yes
checking for libavformat/avformat.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libwxsvg.pc
config.status: creating include/Makefile
config.status: creating include/wxSVGXML/Makefile
config.status: creating include/wxSVG/Makefile
config.status: creating src/svgxml/Makefile
config.status: creating src/Makefile
config.status: creating src/cairo/Makefile
config.status: creating src/skia/Makefile
config.status: creating svgview/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
[  3%] Performing build step for 'libneumowxsvg'
Making all in src
Making all in svgxml
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src/svgxml -fPIC -I/home/tom/neumodvb/neumowxsvg/include/wxSVGXML -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT svgxml.lo -MD -MP -MF .deps/svgxml.Tpo -c /home/tom/neumodvb/neumowxsvg/src/svgxml/svgxml.cpp -o svgxml.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src/svgxml -fPIC -I/home/tom/neumodvb/neumowxsvg/include/wxSVGXML -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT svgxmlhelpr.lo -MD -MP -MF .deps/svgxmlhelpr.Tpo -c /home/tom/neumodvb/neumowxsvg/src/svgxml/svgxmlhelpr.cpp -o svgxmlhelpr.o
libtool: link: ar cr .libs/libwxsvgxml.a  svgxml.o svgxmlhelpr.o
libtool: link: ranlib .libs/libwxsvgxml.a
libtool: link: ( cd ".libs" && rm -f "libwxsvgxml.la" && ln -s "../libwxsvgxml.la" "libwxsvgxml.la" )
Making all in cairo
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src/cairo -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGCanvasCairo.lo -MD -MP -MF .deps/SVGCanvasCairo.Tpo -c /home/tom/neumodvb/neumowxsvg/src/cairo/SVGCanvasCairo.cpp -o SVGCanvasCairo.o
/home/tom/neumodvb/neumowxsvg/src/cairo/SVGCanvasCairo.cpp: In member function ‘void wxSVGCanvasCairo::SetClipPath(const wxCSSPrimitiveValue&, wxSVGMatrix&, wxSVGSVGElement&)’:
/home/tom/neumodvb/neumowxsvg/src/cairo/SVGCanvasCairo.cpp:593:50: warning: ‘this’ pointer is null [-Wnonnull]
  593 |         if (!clipPathElem && clipPathElem->GetDtd() != wxSVG_CLIPPATH_ELEMENT)
      |                              ~~~~~~~~~~~~~~~~~~~~^~
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src/cairo -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGCanvasPathCairo.lo -MD -MP -MF .deps/SVGCanvasPathCairo.Tpo -c /home/tom/neumodvb/neumowxsvg/src/cairo/SVGCanvasPathCairo.cpp -o SVGCanvasPathCairo.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src/cairo -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGCanvasTextCairo.lo -MD -MP -MF .deps/SVGCanvasTextCairo.Tpo -c /home/tom/neumodvb/neumowxsvg/src/cairo/SVGCanvasTextCairo.cpp -o SVGCanvasTextCairo.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src/cairo -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGCanvasImageCairo.lo -MD -MP -MF .deps/SVGCanvasImageCairo.Tpo -c /home/tom/neumodvb/neumowxsvg/src/cairo/SVGCanvasImageCairo.cpp -o SVGCanvasImageCairo.o
libtool: link: ar cr .libs/libwxsvg_cairo.a  SVGCanvasCairo.o SVGCanvasPathCairo.o SVGCanvasTextCairo.o SVGCanvasImageCairo.o
libtool: link: ranlib .libs/libwxsvg_cairo.a
libtool: link: ( cd ".libs" && rm -f "libwxsvg_cairo.la" && ln -s "../libwxsvg_cairo.la" "libwxsvg_cairo.la" )
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGDocument.lo -MD -MP -MF .deps/SVGDocument.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGDocument.cpp -o SVGDocument.o
/home/tom/neumodvb/neumowxsvg/src/SVGDocument.cpp: In member function ‘void wxSVGDocument::SetTitle(const wxString&)’:
/home/tom/neumodvb/neumowxsvg/src/SVGDocument.cpp:82:31: warning: ‘this’ pointer is null [-Wnonnull]
   82 |                 elem->AddChild(new wxSvgXmlNode(wxSVGXML_TEXT_NODE, wxEmptyString, title));
      |                 ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/tom/neumodvb/neumowxsvg/include/wxSVG/Document.h:18,
                 from /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGDocument.h:17,
                 from /home/tom/neumodvb/neumowxsvg/src/SVGDocument.cpp:11:
/home/tom/neumodvb/neumowxsvg/include/wxSVGXML/svgxml.h:138:10: note: in a call to non-static member function ‘void wxSvgXmlNode::AddChild(wxSvgXmlNode*)’
  138 |     void AddChild(wxSvgXmlNode* child);
      |          ^~~~~~~~
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT svgctrl.lo -MD -MP -MF .deps/svgctrl.Tpo -c /home/tom/neumodvb/neumowxsvg/src/svgctrl.cpp -o svgctrl.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT imagsvg.lo -MD -MP -MF .deps/imagsvg.Tpo -c /home/tom/neumodvb/neumowxsvg/src/imagsvg.cpp -o imagsvg.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT ExifHandler.lo -MD -MP -MF .deps/ExifHandler.Tpo -c /home/tom/neumodvb/neumowxsvg/src/ExifHandler.cpp -o ExifHandler.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGAnimatedType.lo -MD -MP -MF .deps/SVGAnimatedType.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGAnimatedType.cpp -o SVGAnimatedType.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGAnimationElement.lo -MD -MP -MF .deps/SVGAnimationElement.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGAnimationElement.cpp -o SVGAnimationElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGAnimateMotionElement.lo -MD -MP -MF .deps/SVGAnimateMotionElement.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGAnimateMotionElement.cpp -o SVGAnimateMotionElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGAnimateTransformElement.lo -MD -MP -MF .deps/SVGAnimateTransformElement.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGAnimateTransformElement.cpp -o SVGAnimateTransformElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGCircleElement.lo -MD -MP -MF .deps/SVGCircleElement.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGCircleElement.cpp -o SVGCircleElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGEllipseElement.lo -MD -MP -MF .deps/SVGEllipseElement.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGEllipseElement.cpp -o SVGEllipseElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGFEGaussianBlurElement.lo -MD -MP -MF .deps/SVGFEGaussianBlurElement.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGFEGaussianBlurElement.cpp -o SVGFEGaussianBlurElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGFilterElement.lo -MD -MP -MF .deps/SVGFilterElement.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGFilterElement.cpp -o SVGFilterElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGImageElement.lo -MD -MP -MF .deps/SVGImageElement.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGImageElement.cpp -o SVGImageElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGLineElement.lo -MD -MP -MF .deps/SVGLineElement.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGLineElement.cpp -o SVGLineElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGLocatable.lo -MD -MP -MF .deps/SVGLocatable.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGLocatable.cpp -o SVGLocatable.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGMarkerElement.lo -MD -MP -MF .deps/SVGMarkerElement.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGMarkerElement.cpp -o SVGMarkerElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGPathElement.lo -MD -MP -MF .deps/SVGPathElement.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGPathElement.cpp -o SVGPathElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGPolylineElement.lo -MD -MP -MF .deps/SVGPolylineElement.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGPolylineElement.cpp -o SVGPolylineElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGPolygonElement.lo -MD -MP -MF .deps/SVGPolygonElement.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGPolygonElement.cpp -o SVGPolygonElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGRectElement.lo -MD -MP -MF .deps/SVGRectElement.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGRectElement.cpp -o SVGRectElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGRadialGradientElement.lo -MD -MP -MF .deps/SVGRadialGradientElement.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGRadialGradientElement.cpp -o SVGRadialGradientElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGSVGElement.lo -MD -MP -MF .deps/SVGSVGElement.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGSVGElement.cpp -o SVGSVGElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGTextContentElement.lo -MD -MP -MF .deps/SVGTextContentElement.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGTextContentElement.cpp -o SVGTextContentElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGTextElement.lo -MD -MP -MF .deps/SVGTextElement.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGTextElement.cpp -o SVGTextElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGUseElement.lo -MD -MP -MF .deps/SVGUseElement.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGUseElement.cpp -o SVGUseElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGVideoElement.lo -MD -MP -MF .deps/SVGVideoElement.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGVideoElement.cpp -o SVGVideoElement.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGAngle.lo -MD -MP -MF .deps/SVGAngle.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGAngle.cpp -o SVGAngle.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGColor.lo -MD -MP -MF .deps/SVGColor.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGColor.cpp -o SVGColor.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT GetSVGDocument.lo -MD -MP -MF .deps/GetSVGDocument.Tpo -c /home/tom/neumodvb/neumowxsvg/src/GetSVGDocument.cpp -o GetSVGDocument.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGLength.lo -MD -MP -MF .deps/SVGLength.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGLength.cpp -o SVGLength.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGMatrix.lo -MD -MP -MF .deps/SVGMatrix.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGMatrix.cpp -o SVGMatrix.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGPaint.lo -MD -MP -MF .deps/SVGPaint.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGPaint.cpp -o SVGPaint.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGPoint.lo -MD -MP -MF .deps/SVGPoint.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGPoint.cpp -o SVGPoint.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGPreserveAspectRatio.lo -MD -MP -MF .deps/SVGPreserveAspectRatio.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGPreserveAspectRatio.cpp -o SVGPreserveAspectRatio.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGRect.lo -MD -MP -MF .deps/SVGRect.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGRect.cpp -o SVGRect.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGTests.lo -MD -MP -MF .deps/SVGTests.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGTests.cpp -o SVGTests.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGTransform.lo -MD -MP -MF .deps/SVGTransform.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGTransform.cpp -o SVGTransform.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGFitToViewBox.lo -MD -MP -MF .deps/SVGFitToViewBox.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGFitToViewBox.cpp -o SVGFitToViewBox.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGStylable.lo -MD -MP -MF .deps/SVGStylable.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGStylable.cpp -o SVGStylable.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGTransformable.lo -MD -MP -MF .deps/SVGTransformable.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGTransformable.cpp -o SVGTransformable.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGElementInstanceList.lo -MD -MP -MF .deps/SVGElementInstanceList.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGElementInstanceList.cpp -o SVGElementInstanceList.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGLengthList.lo -MD -MP -MF .deps/SVGLengthList.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGLengthList.cpp -o SVGLengthList.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGNumberList.lo -MD -MP -MF .deps/SVGNumberList.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGNumberList.cpp -o SVGNumberList.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGPathSegList.lo -MD -MP -MF .deps/SVGPathSegList.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGPathSegList.cpp -o SVGPathSegList.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGPointList.lo -MD -MP -MF .deps/SVGPointList.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGPointList.cpp -o SVGPointList.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGStringList.lo -MD -MP -MF .deps/SVGStringList.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGStringList.cpp -o SVGStringList.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGTransformList.lo -MD -MP -MF .deps/SVGTransformList.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGTransformList.cpp -o SVGTransformList.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT Elements_CopyConstructors.lo -MD -MP -MF .deps/Elements_CopyConstructors.Tpo -c /home/tom/neumodvb/neumowxsvg/src/Elements_CopyConstructors.cpp -o Elements_CopyConstructors.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT Elements_HasAttribute.lo -MD -MP -MF .deps/Elements_HasAttribute.Tpo -c /home/tom/neumodvb/neumowxsvg/src/Elements_HasAttribute.cpp -o Elements_HasAttribute.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT Elements_GetAttribute.lo -MD -MP -MF .deps/Elements_GetAttribute.Tpo -c /home/tom/neumodvb/neumowxsvg/src/Elements_GetAttribute.cpp -o Elements_GetAttribute.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT Elements_GetAttributes.lo -MD -MP -MF .deps/Elements_GetAttributes.Tpo -c /home/tom/neumodvb/neumowxsvg/src/Elements_GetAttributes.cpp -o Elements_GetAttributes.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT Elements_SetAttribute.lo -MD -MP -MF .deps/Elements_SetAttribute.Tpo -c /home/tom/neumodvb/neumowxsvg/src/Elements_SetAttribute.cpp -o Elements_SetAttribute.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT CSSValue.lo -MD -MP -MF .deps/CSSValue.Tpo -c /home/tom/neumodvb/neumowxsvg/src/CSSValue.cpp -o CSSValue.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT CSSStyleDeclaration.lo -MD -MP -MF .deps/CSSStyleDeclaration.Tpo -c /home/tom/neumodvb/neumowxsvg/src/CSSStyleDeclaration.cpp -o CSSStyleDeclaration.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGCanvas.lo -MD -MP -MF .deps/SVGCanvas.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGCanvas.cpp -o SVGCanvas.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT SVGCanvasItem.lo -MD -MP -MF .deps/SVGCanvasItem.Tpo -c /home/tom/neumodvb/neumowxsvg/src/SVGCanvasItem.cpp -o SVGCanvasItem.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT NodeList.lo -MD -MP -MF .deps/NodeList.Tpo -c /home/tom/neumodvb/neumowxsvg/src/NodeList.cpp -o NodeList.o
libtool: compile:  g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.22\" "-DPACKAGE_STRING=\"wxsvg 1.5.22\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.22\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/home/tom/neumodvb/neumowxsvg/src -fPIC -I/home/tom/neumodvb/neumowxsvg/include -I/home/tom/neumodvb/neumowxsvg/include/wxSVG -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -MT mediadec_ffmpeg.lo -MD -MP -MF .deps/mediadec_ffmpeg.Tpo -c /home/tom/neumodvb/neumowxsvg/src/mediadec_ffmpeg.cpp -o mediadec_ffmpeg.o
libtool: link: (cd .libs/libwxsvg.lax/libwxsvgxml.a && ar x "/home/tom/neumodvb/build_ext/neumowxsvg/src/libneumowxsvg-build/src/svgxml/.libs/libwxsvgxml.a")
libtool: link: (cd .libs/libwxsvg.lax/libwxsvg_cairo.a && ar x "/home/tom/neumodvb/build_ext/neumowxsvg/src/libneumowxsvg-build/src/cairo/.libs/libwxsvg_cairo.a")
libtool: link: ar cr .libs/libwxsvg.a  SVGDocument.o svgctrl.o imagsvg.o ExifHandler.o SVGAnimatedType.o SVGAnimationElement.o SVGAnimateMotionElement.o SVGAnimateTransformElement.o SVGCircleElement.o SVGEllipseElement.o SVGFEGaussianBlurElement.o SVGFilterElement.o SVGImageElement.o SVGLineElement.o SVGLocatable.o SVGMarkerElement.o SVGPathElement.o SVGPolylineElement.o SVGPolygonElement.o SVGRectElement.o SVGRadialGradientElement.o SVGSVGElement.o SVGTextContentElement.o SVGTextElement.o SVGUseElement.o SVGVideoElement.o SVGAngle.o SVGColor.o GetSVGDocument.o SVGLength.o SVGMatrix.o SVGPaint.o SVGPoint.o SVGPreserveAspectRatio.o SVGRect.o SVGTests.o SVGTransform.o SVGFitToViewBox.o SVGStylable.o SVGTransformable.o SVGElementInstanceList.o SVGLengthList.o SVGNumberList.o SVGPathSegList.o SVGPointList.o SVGStringList.o SVGTransformList.o Elements_CopyConstructors.o Elements_HasAttribute.o Elements_GetAttribute.o Elements_GetAttributes.o Elements_SetAttribute.o CSSValue.o CSSStyleDeclaration.o SVGCanvas.o SVGCanvasItem.o NodeList.o mediadec_ffmpeg.o  .libs/libwxsvg.lax/libwxsvgxml.a/svgxml.o .libs/libwxsvg.lax/libwxsvgxml.a/svgxmlhelpr.o  .libs/libwxsvg.lax/libwxsvg_cairo.a/SVGCanvasCairo.o .libs/libwxsvg.lax/libwxsvg_cairo.a/SVGCanvasImageCairo.o .libs/libwxsvg.lax/libwxsvg_cairo.a/SVGCanvasPathCairo.o .libs/libwxsvg.lax/libwxsvg_cairo.a/SVGCanvasTextCairo.o 
libtool: link: ranlib .libs/libwxsvg.a
libtool: link: rm -fr .libs/libwxsvg.lax
libtool: link: ( cd ".libs" && rm -f "libwxsvg.la" && ln -s "../libwxsvg.la" "libwxsvg.la" )
Making all in svgview
libtool: link: g++ -fdebug-prefix-map=/home/tom/neumodvb=. -ffile-prefix-map=/home/tom/neumodvb=. -g -O2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -DUSE_RENDER_CAIRO -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DUSE_LIBAV -I/usr/include/x86_64-linux-gnu -o svgview svgview.o -pthread  ../src/.libs/libwxsvg.a -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lcairo -L/usr/lib/x86_64-linux-gnu -lwx_gtk3u_xrc-3.0 -lwx_gtk3u_html-3.0 -lwx_gtk3u_qa-3.0 -lwx_gtk3u_adv-3.0 -lwx_gtk3u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lexpat -lexif -lavformat -lavcodec -lavutil -lswscale -pthread
Making all in include
Making all in wxSVGXML
Making all in wxSVG
[  3%] Performing install step for 'libneumowxsvg'
Making install in src
Making install in svgxml
Making install in cairo
 /usr/bin/mkdir -p '/home/tom/neumodvb/build/../build_ext/neumowxsvg/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libwxsvg.la '/home/tom/neumodvb/build/../build_ext/neumowxsvg/lib'
libtool: install: /usr/bin/install -c .libs/libwxsvg.lai /home/tom/neumodvb/build/../build_ext/neumowxsvg/lib/libwxsvg.la
libtool: install: /usr/bin/install -c .libs/libwxsvg.a /home/tom/neumodvb/build/../build_ext/neumowxsvg/lib/libwxsvg.a
libtool: install: chmod 644 /home/tom/neumodvb/build/../build_ext/neumowxsvg/lib/libwxsvg.a
libtool: install: ranlib /home/tom/neumodvb/build/../build_ext/neumowxsvg/lib/libwxsvg.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/tom/neumodvb/build/../build_ext/neumowxsvg/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/tom/neumodvb/build/../build_ext/neumowxsvg/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Making install in svgview
 /usr/bin/mkdir -p '/home/tom/neumodvb/build/../build_ext/neumowxsvg/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c svgview '/home/tom/neumodvb/build/../build_ext/neumowxsvg/bin'
libtool: install: /usr/bin/install -c svgview /home/tom/neumodvb/build/../build_ext/neumowxsvg/bin/svgview
Making install in include
Making install in wxSVGXML
 /usr/bin/mkdir -p '/home/tom/neumodvb/build/../build_ext/neumowxsvg/include/wxSVGXML'
 /usr/bin/install -c -m 644 /home/tom/neumodvb/neumowxsvg/include/wxSVGXML/svgxml.h /home/tom/neumodvb/neumowxsvg/include/wxSVGXML/svgxmlhelpr.h '/home/tom/neumodvb/build/../build_ext/neumowxsvg/include/wxSVGXML'
Making install in wxSVG
 /usr/bin/mkdir -p '/home/tom/neumodvb/build/../build_ext/neumowxsvg/include/wxSVG'
 /usr/bin/install -c -m 644 /home/tom/neumodvb/neumowxsvg/include/wxSVG/Animated.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/CSSRule.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/CSSStyleDeclaration.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/CSSValue.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/CSSValues.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/DocumentCSS.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/DocumentEvent.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/Document.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/Element.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/ElementTimeControl.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/EventTarget.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/ExifHandler.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/GetSVGDocument.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/imagsvg.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/mediadec_ffmpeg.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/NodeListCls.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/NodeList.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/RGBColor.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/String_wxsvg.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGAElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGAltGlyphDefElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGAltGlyphElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGAltGlyphItemElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGAngle.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGAnimateColorElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedAngle.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedBoolean.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedEnumeration.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedInteger.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedLength.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedLengthList.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedNumber.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedNumberList.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedPathData.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedPoints.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedPreserveAspectRatio.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedRect.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedString.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedTransformList.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGAnimatedType.h '/home/tom/neumodvb/build/../build_ext/neumowxsvg/include/wxSVG'
 /usr/bin/install -c -m 644 /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGAnimateElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGAnimateMotionElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGAnimateTransformElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGAnimationElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGCanvas.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGCanvasItem.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGCircleElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGClipPathElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGColor.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGColorProfileElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGColorProfileRule.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGComponentTransferFunctionElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGCoordinates.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGCSSRule.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/svgctrl.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGCursorElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGDefinitionSrcElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGDefsElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGDescElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGDocument.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGDTD.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGElementInstance.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGElementInstanceList.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGEllipseElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGEvent.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGExternalResourcesRequired.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFEBlendElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFEColorMatrixElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFEComponentTransferElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFECompositeElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFEConvolveMatrixElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFEDiffuseLightingElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFEDisplacementMapElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFEDistantLightElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFEFloodElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFEFuncAElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFEFuncBElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFEFuncGElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFEFuncRElement.h '/home/tom/neumodvb/build/../build_ext/neumowxsvg/include/wxSVG'
 /usr/bin/install -c -m 644 /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFEGaussianBlurElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFEImageElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFEMergeElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFEMergeNodeElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFEMorphologyElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFEOffsetElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFEPointLightElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFESpecularLightingElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFESpotLightElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFETileElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFETurbulenceElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFilterElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFilterPrimitiveStandardAttributes.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFitToViewBox.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFontElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFontFaceElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFontFaceFormatElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFontFaceNameElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFontFaceSrcElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGFontFaceUriElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGForeignObjectElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGGElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGGlyphElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGGlyphRefElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGGradientElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/svg.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGHKernElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGICCColor.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGImageElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGLangSpace.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGLengthCalculate.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGLength.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGLengthList.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGLinearGradientElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGLineElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGLocatable.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGMarkerElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGMaskElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGMatrix.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGMetadataElement.h '/home/tom/neumodvb/build/../build_ext/neumowxsvg/include/wxSVG'
 /usr/bin/install -c -m 644 /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGMissingGlyphElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGMPathElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGNumber.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGNumberList.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPaint.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPathElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegArcAbs.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegArcRel.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegClosePath.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegCurvetoCubicAbs.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegCurvetoCubicRel.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegCurvetoCubicSmoothAbs.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegCurvetoCubicSmoothRel.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegCurvetoQuadraticAbs.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegCurvetoQuadraticRel.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegCurvetoQuadraticSmoothAbs.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegCurvetoQuadraticSmoothRel.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPathSeg.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegLinetoAbs.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegLinetoHorizontalAbs.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegLinetoHorizontalRel.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegLinetoRel.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegLinetoVerticalAbs.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegLinetoVerticalRel.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegList.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegMovetoAbs.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPathSegMovetoRel.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPatternElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPoint.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPointList.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPolygonElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPolylineElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGPreserveAspectRatio.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGRadialGradientElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGRectElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGRect.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGRenderingIntent.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGScriptElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGSetElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGStopElement.h '/home/tom/neumodvb/build/../build_ext/neumowxsvg/include/wxSVG'
 /usr/bin/install -c -m 644 /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGStringList.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGStylable.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGStyleElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGSVGElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGSwitchElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGSymbolElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGTBreakElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGTests.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGTextContentElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGTextElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGTextPathElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGTextPositioningElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGTitleElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGTransformable.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGTransform.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGTransformList.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGTRefElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGTSpanElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGUnitTypes.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGURIReference.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGUseElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGVideoElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGViewElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGViewSpec.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGVKernElement.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGZoomAndPan.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/SVGZoomEvent.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/UIEvent.h /home/tom/neumodvb/neumowxsvg/include/wxSVG/ViewCSS.h '/home/tom/neumodvb/build/../build_ext/neumowxsvg/include/wxSVG'
 /usr/bin/mkdir -p '/home/tom/neumodvb/build/../build_ext/neumowxsvg/lib/pkgconfig'
 /usr/bin/install -c -m 644 libwxsvg.pc '/home/tom/neumodvb/build/../build_ext/neumowxsvg/lib/pkgconfig'
[  4%] Completed 'libneumowxsvg'
[  4%] Built target libneumowxsvg
Scanning dependencies of target date-tz
[  5%] Building CXX object date/CMakeFiles/date-tz.dir/src/tz.cpp.o
[  5%] Linking CXX shared library libdate-tz.so
[  5%] Built target date-tz
Scanning dependencies of target xformat
[  5%] Building CXX object xformat/CMakeFiles/xformat.dir/src/format.cc.o
[  6%] Building CXX object xformat/CMakeFiles/xformat.dir/src/ostream_formatter.cc.o
[  7%] Linking CXX static library build/libxformat.a
[  7%] Built target xformat
Scanning dependencies of target stackstring
[  8%] Building CXX object src/stackstring/CMakeFiles/stackstring.dir/stackstring.cc.o
[  8%] Building CXX object src/stackstring/CMakeFiles/stackstring.dir/neumotime.cc.o
[  9%] Linking CXX shared library libstackstring.so
[  9%] Built target stackstring
Scanning dependencies of target neumolmdb
[ 10%] Building C object neumolmdb/CMakeFiles/neumolmdb.dir/mdb.c.o
cc1: warning: command-line option ‘-fsized-deallocation’ is valid for C++/ObjC++ but not for C
[ 10%] Building C object neumolmdb/CMakeFiles/neumolmdb.dir/midl.c.o
cc1: warning: command-line option ‘-fsized-deallocation’ is valid for C++/ObjC++ but not for C
[ 11%] Linking C shared library libneumolmdb.so
[ 11%] Built target neumolmdb
Scanning dependencies of target schema_generated_files
[ 11%] Generating code for neumodb schema.
[ 11%] Built target schema_generated_files
Scanning dependencies of target neumodb
[ 11%] Building CXX object src/neumodb/CMakeFiles/neumodb.dir/neumodb.cc.o
[ 12%] Building CXX object src/neumodb/CMakeFiles/neumodb.dir/dbdesc.cc.o
[ 12%] Building CXX object src/neumodb/CMakeFiles/neumodb.dir/neumodb_pybind.cc.o
[ 13%] Linking CXX shared library libneumodb.so
[ 13%] Built target neumodb
Scanning dependencies of target ch_generated_files
[ 13%] Generating code for neumodb chdb.
[ 13%] Built target ch_generated_files
Scanning dependencies of target stat_generated_files
[ 13%] Generating code for neumodb statdb.
[ 13%] Built target stat_generated_files
Scanning dependencies of target epg_generated_files
[ 14%] Generating code for neumodb epgdb.
[ 14%] Built target epg_generated_files
Scanning dependencies of target rec_generated_files
[ 15%] Generating code for neumodb recdb.
[ 15%] Built target rec_generated_files
Scanning dependencies of target version_h
[ 15%] Built target version_h
Scanning dependencies of target neumoutil
[ 15%] Building CXX object src/util/CMakeFiles/neumoutil.dir/util.cc.o
[ 16%] Building CXX object src/util/CMakeFiles/neumoutil.dir/logger.cc.o
[ 17%] Building CXX object src/util/CMakeFiles/neumoutil.dir/identification.cc.o
[ 17%] Linking CXX shared library libneumoutil.so
[ 17%] Built target neumoutil
Scanning dependencies of target schema
[ 18%] Building CXX object src/neumodb/schema/CMakeFiles/schema.dir/cmake_pch.hxx.gch
[ 18%] Building CXX object src/neumodb/schema/CMakeFiles/schema.dir/schema.cc.o
In file included from /home/tom/neumodvb/build/src/neumodb/schema/schema.cc:25:
/home/tom/neumodvb/src/neumodb/db_keys_helper.h:355:6: warning: variable 'idxref' set but not used [-Wunused-but-set-variable]
        int idxref = 0;
            ^
1 warning generated.
[ 19%] Building CXX object src/neumodb/schema/CMakeFiles/schema.dir/schema_db.cc.o
In file included from /home/tom/neumodvb/build/src/neumodb/schema/schema_db.cc:24:
/home/tom/neumodvb/src/neumodb/db_keys_helper.h:355:6: warning: variable 'idxref' set but not used [-Wunused-but-set-variable]
        int idxref = 0;
            ^
1 warning generated.
[ 19%] Building CXX object src/neumodb/schema/CMakeFiles/schema.dir/schema_keys.cc.o
[ 20%] Linking CXX shared library libschema.so
[ 21%] Built target schema
Scanning dependencies of target chdb
[ 21%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/cmake_pch.hxx.gch
[ 22%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/options.cc.o
In file included from /home/tom/neumodvb/build/src/neumodb/chdb/options.cc:26:
/home/tom/neumodvb/src/neumodb/db_keys_helper.h:355:6: warning: variable 'idxref' set but not used [-Wunused-but-set-variable]
        int idxref = 0;
            ^
1 warning generated.
[ 22%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/tuner.cc.o
In file included from /home/tom/neumodvb/build/src/neumodb/chdb/tuner.cc:26:
/home/tom/neumodvb/src/neumodb/db_keys_helper.h:355:6: warning: variable 'idxref' set but not used [-Wunused-but-set-variable]
        int idxref = 0;
            ^
1 warning generated.
[ 23%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/sat.cc.o
In file included from /home/tom/neumodvb/build/src/neumodb/chdb/sat.cc:26:
/home/tom/neumodvb/src/neumodb/db_keys_helper.h:355:6: warning: variable 'idxref' set but not used [-Wunused-but-set-variable]
        int idxref = 0;
            ^
1 warning generated.
[ 23%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/mux.cc.o
In file included from /home/tom/neumodvb/build/src/neumodb/chdb/mux.cc:26:
/home/tom/neumodvb/src/neumodb/db_keys_helper.h:355:6: warning: variable 'idxref' set but not used [-Wunused-but-set-variable]
        int idxref = 0;
            ^
1 warning generated.
[ 24%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/service.cc.o
In file included from /home/tom/neumodvb/build/src/neumodb/chdb/service.cc:26:
/home/tom/neumodvb/src/neumodb/db_keys_helper.h:355:6: warning: variable 'idxref' set but not used [-Wunused-but-set-variable]
        int idxref = 0;
            ^
1 warning generated.
[ 24%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/tune_state.cc.o
In file included from /home/tom/neumodvb/build/src/neumodb/chdb/tune_state.cc:26:
/home/tom/neumodvb/src/neumodb/db_keys_helper.h:355:6: warning: variable 'idxref' set but not used [-Wunused-but-set-variable]
        int idxref = 0;
            ^
1 warning generated.
[ 25%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/enums.cc.o
[ 26%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/chdb_db.cc.o
In file included from /home/tom/neumodvb/build/src/neumodb/chdb/chdb_db.cc:24:
/home/tom/neumodvb/src/neumodb/db_keys_helper.h:355:6: warning: variable 'idxref' set but not used [-Wunused-but-set-variable]
        int idxref = 0;
            ^
1 warning generated.
[ 26%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/chdb_keys.cc.o
[ 27%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/chdb_extra.cc.o
/home/tom/neumodvb/src/neumodb/chdb/chdb_extra.cc:1743:7: warning: variable 'is_hd' set but not used [-Wunused-but-set-variable]
        bool is_hd = false;
             ^
1 warning generated.
[ 27%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/chdb_upgrade.cc.o
[ 28%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/browse_history.cc.o
[ 28%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/minsnr.cc.o
[ 29%] Building CXX object src/neumodb/chdb/CMakeFiles/chdb.dir/lang_codes.cc.o
[ 29%] Linking CXX shared library libchdb.so
[ 30%] Built target chdb
Scanning dependencies of target testencode
[ 31%] Building CXX object src/neumodb/CMakeFiles/testencode.dir/testencode.cc.o
[ 32%] Linking CXX executable testencode
[ 32%] Built target testencode
Scanning dependencies of target testtempdb
[ 32%] Building CXX object src/neumodb/CMakeFiles/testtempdb.dir/testtempdb.cc.o
[ 33%] Linking CXX executable testtempdb
[ 33%] Built target testtempdb
Scanning dependencies of target statdb
[ 34%] Building CXX object src/neumodb/statdb/CMakeFiles/statdb.dir/cmake_pch.hxx.gch
[ 34%] Building CXX object src/neumodb/statdb/CMakeFiles/statdb.dir/stats.cc.o
In file included from /home/tom/neumodvb/build/src/neumodb/statdb/stats.cc:25:
/home/tom/neumodvb/src/neumodb/db_keys_helper.h:355:6: warning: variable 'idxref' set but not used [-Wunused-but-set-variable]
        int idxref = 0;
            ^
1 warning generated.
[ 35%] Building CXX object src/neumodb/statdb/CMakeFiles/statdb.dir/enums.cc.o
[ 35%] Building CXX object src/neumodb/statdb/CMakeFiles/statdb.dir/statdb_db.cc.o
In file included from /home/tom/neumodvb/build/src/neumodb/statdb/statdb_db.cc:24:
/home/tom/neumodvb/src/neumodb/db_keys_helper.h:355:6: warning: variable 'idxref' set but not used [-Wunused-but-set-variable]
        int idxref = 0;
            ^
1 warning generated.
[ 36%] Building CXX object src/neumodb/statdb/CMakeFiles/statdb.dir/statdb_keys.cc.o
[ 36%] Building CXX object src/neumodb/statdb/CMakeFiles/statdb.dir/statdb_extra.cc.o
[ 37%] Building CXX object src/neumodb/statdb/CMakeFiles/statdb.dir/statdb_upgrade.cc.o
[ 37%] Linking CXX shared library libstatdb.so
[ 38%] Built target statdb
Scanning dependencies of target epgdb
[ 38%] Building CXX object src/neumodb/epgdb/CMakeFiles/epgdb.dir/cmake_pch.hxx.gch
[ 39%] Building CXX object src/neumodb/epgdb/CMakeFiles/epgdb.dir/epg.cc.o
In file included from /home/tom/neumodvb/build/src/neumodb/epgdb/epg.cc:25:
/home/tom/neumodvb/src/neumodb/db_keys_helper.h:355:6: warning: variable 'idxref' set but not used [-Wunused-but-set-variable]
        int idxref = 0;
            ^
1 warning generated.
[ 39%] Building CXX object src/neumodb/epgdb/CMakeFiles/epgdb.dir/enums.cc.o
[ 40%] Building CXX object src/neumodb/epgdb/CMakeFiles/epgdb.dir/epgdb_db.cc.o
In file included from /home/tom/neumodvb/build/src/neumodb/epgdb/epgdb_db.cc:24:
/home/tom/neumodvb/src/neumodb/db_keys_helper.h:355:6: warning: variable 'idxref' set but not used [-Wunused-but-set-variable]
        int idxref = 0;
            ^
1 warning generated.
[ 40%] Building CXX object src/neumodb/epgdb/CMakeFiles/epgdb.dir/epgdb_keys.cc.o
[ 41%] Building CXX object src/neumodb/epgdb/CMakeFiles/epgdb.dir/epgdb_extra.cc.o
In file included from /home/tom/neumodvb/src/neumodb/epgdb/epgdb_extra.cc:28:
/home/tom/neumodvb/src/neumodb/db_keys_helper.h:355:6: warning: variable 'idxref' set but not used [-Wunused-but-set-variable]
        int idxref = 0;
            ^
1 warning generated.
[ 41%] Building CXX object src/neumodb/epgdb/CMakeFiles/epgdb.dir/epgdb_upgrade.cc.o
[ 42%] Linking CXX shared library libepgdb.so
[ 43%] Built target epgdb
Scanning dependencies of target recdb
[ 44%] Building CXX object src/neumodb/recdb/CMakeFiles/recdb.dir/cmake_pch.hxx.gch
[ 45%] Building CXX object src/neumodb/recdb/CMakeFiles/recdb.dir/rec.cc.o
In file included from /home/tom/neumodvb/build/src/neumodb/recdb/rec.cc:25:
/home/tom/neumodvb/src/neumodb/db_keys_helper.h:355:6: warning: variable 'idxref' set but not used [-Wunused-but-set-variable]
        int idxref = 0;
            ^
1 warning generated.
[ 45%] Building CXX object src/neumodb/recdb/CMakeFiles/recdb.dir/enums.cc.o
[ 46%] Building CXX object src/neumodb/recdb/CMakeFiles/recdb.dir/recdb_db.cc.o
In file included from /home/tom/neumodvb/build/src/neumodb/recdb/recdb_db.cc:24:
/home/tom/neumodvb/src/neumodb/db_keys_helper.h:355:6: warning: variable 'idxref' set but not used [-Wunused-but-set-variable]
        int idxref = 0;
            ^
1 warning generated.
[ 46%] Building CXX object src/neumodb/recdb/CMakeFiles/recdb.dir/recdb_keys.cc.o
[ 47%] Building CXX object src/neumodb/recdb/CMakeFiles/recdb.dir/recdb_extra.cc.o
[ 47%] Building CXX object src/neumodb/recdb/CMakeFiles/recdb.dir/recdb_upgrade.cc.o
[ 48%] Building CXX object src/neumodb/recdb/CMakeFiles/recdb.dir/rec_browse_history.cc.o
[ 48%] Linking CXX shared library librecdb.so
[ 48%] Built target recdb
Scanning dependencies of target neumoupgrade
[ 48%] Building CXX object src/neumodb/CMakeFiles/neumoupgrade.dir/neumoupgrade.cc.o
[ 49%] Linking CXX executable neumoupgrade
[ 49%] Built target neumoupgrade
Scanning dependencies of target testneumoupdate
[ 49%] Building CXX object src/neumodb/CMakeFiles/testneumoupdate.dir/testneumoupdate.cc.o
In file included from /home/tom/neumodvb/src/neumodb/testneumoupdate.cc:22:
In file included from /home/tom/neumodvb/src/neumodb/db_update.h:25:
/home/tom/neumodvb/src/neumodb/db_keys_helper.h:355:6: warning: variable 'idxref' set but not used [-Wunused-but-set-variable]
        int idxref = 0;
            ^
1 warning generated.
[ 50%] Linking CXX executable testneumoupdate
[ 50%] Built target testneumoupdate
Scanning dependencies of target testserialize
[ 50%] Building CXX object src/neumodb/CMakeFiles/testserialize.dir/testserialize.cc.o
[ 51%] Linking CXX executable testserialize
[ 51%] Built target testserialize
Scanning dependencies of target pychdb
[ 51%] Building CXX object src/neumodb/chdb/CMakeFiles/pychdb.dir/cmake_pch.hxx.gch
[ 52%] Building CXX object src/neumodb/chdb/CMakeFiles/pychdb.dir/chdb_pybind.cc.o
[ 52%] Building CXX object src/neumodb/chdb/CMakeFiles/pychdb.dir/chdb_vector_pybind.cc.o
[ 53%] Building CXX object src/neumodb/chdb/CMakeFiles/pychdb.dir/options_pybind.cc.o
[ 53%] Building CXX object src/neumodb/chdb/CMakeFiles/pychdb.dir/tuner_pybind.cc.o
[ 54%] Building CXX object src/neumodb/chdb/CMakeFiles/pychdb.dir/sat_pybind.cc.o
[ 55%] Building CXX object src/neumodb/chdb/CMakeFiles/pychdb.dir/mux_pybind.cc.o
[ 55%] Building CXX object src/neumodb/chdb/CMakeFiles/pychdb.dir/service_pybind.cc.o
[ 56%] Building CXX object src/neumodb/chdb/CMakeFiles/pychdb.dir/tune_state_pybind.cc.o
[ 56%] Building CXX object src/neumodb/chdb/CMakeFiles/pychdb.dir/enums_pybind.cc.o
[ 57%] Building CXX object src/neumodb/chdb/CMakeFiles/pychdb.dir/chdb_db_pybind.cc.o
[ 57%] Linking CXX shared module pychdb.cpython-39-x86_64-linux-gnu.so
[ 58%] Built target pychdb
Scanning dependencies of target pystatdb
[ 58%] Building CXX object src/neumodb/statdb/CMakeFiles/pystatdb.dir/cmake_pch.hxx.gch
[ 59%] Building CXX object src/neumodb/statdb/CMakeFiles/pystatdb.dir/statdb_pybind.cc.o
[ 59%] Building CXX object src/neumodb/statdb/CMakeFiles/pystatdb.dir/statdb_vector_pybind.cc.o
[ 60%] Building CXX object src/neumodb/statdb/CMakeFiles/pystatdb.dir/stats_pybind.cc.o
[ 60%] Building CXX object src/neumodb/statdb/CMakeFiles/pystatdb.dir/enums_pybind.cc.o
[ 61%] Building CXX object src/neumodb/statdb/CMakeFiles/pystatdb.dir/statdb_db_pybind.cc.o
[ 61%] Linking CXX shared module pystatdb.cpython-39-x86_64-linux-gnu.so
[ 62%] Built target pystatdb
Scanning dependencies of target pyepgdb
[ 62%] Building CXX object src/neumodb/epgdb/CMakeFiles/pyepgdb.dir/cmake_pch.hxx.gch
[ 63%] Building CXX object src/neumodb/epgdb/CMakeFiles/pyepgdb.dir/epgdb_pybind.cc.o
[ 63%] Building CXX object src/neumodb/epgdb/CMakeFiles/pyepgdb.dir/epg_pybind.cc.o
[ 64%] Building CXX object src/neumodb/epgdb/CMakeFiles/pyepgdb.dir/enums_pybind.cc.o
[ 65%] Building CXX object src/neumodb/epgdb/CMakeFiles/pyepgdb.dir/epgdb_db_pybind.cc.o
[ 65%] Linking CXX shared module pyepgdb.cpython-39-x86_64-linux-gnu.so
[ 66%] Built target pyepgdb
Scanning dependencies of target pyrecdb
[ 66%] Building CXX object src/neumodb/recdb/CMakeFiles/pyrecdb.dir/cmake_pch.hxx.gch
[ 67%] Building CXX object src/neumodb/recdb/CMakeFiles/pyrecdb.dir/recdb_pybind.cc.o
[ 67%] Building CXX object src/neumodb/recdb/CMakeFiles/pyrecdb.dir/rec_pybind.cc.o
[ 68%] Building CXX object src/neumodb/recdb/CMakeFiles/pyrecdb.dir/enums_pybind.cc.o
[ 69%] Building CXX object src/neumodb/recdb/CMakeFiles/pyrecdb.dir/recdb_db_pybind.cc.o
[ 69%] Linking CXX shared module pyrecdb.cpython-39-x86_64-linux-gnu.so
[ 70%] Built target pyrecdb
Scanning dependencies of target streamparser
[ 71%] Building CXX object src/receiver/streamparser/CMakeFiles/streamparser.dir/events.cc.o
[ 72%] Building CXX object src/receiver/streamparser/CMakeFiles/streamparser.dir/pes.cc.o
[ 72%] Building CXX object src/receiver/streamparser/CMakeFiles/streamparser.dir/packetstream.cc.o
[ 73%] Building CXX object src/receiver/streamparser/CMakeFiles/streamparser.dir/psi.cc.o
[ 73%] Building CXX object src/receiver/streamparser/CMakeFiles/streamparser.dir/streamtime.cc.o
[ 74%] Building CXX object src/receiver/streamparser/CMakeFiles/streamparser.dir/dvbtext.cc.o
[ 74%] Building CXX object src/receiver/streamparser/CMakeFiles/streamparser.dir/freesat_decode.cc.o
[ 75%] Building CXX object src/receiver/streamparser/CMakeFiles/streamparser.dir/opentv_string_decoder.cc.o
[ 75%] Building CXX object src/receiver/streamparser/CMakeFiles/streamparser.dir/si_state.cc.o
[ 76%] Building CXX object src/receiver/streamparser/CMakeFiles/streamparser.dir/sidebug.cc.o
[ 76%] Linking CXX static library libstreamparser.a
[ 76%] Built target streamparser
Scanning dependencies of target neumoreceiver
[ 76%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/cmake_pch.hxx.gch
[ 77%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/receiver.cc.o
/home/tom/neumodvb/src/receiver/receiver.cc:1315:6: warning: variable 'error' set but not used [-Wunused-but-set-variable]
        int error = 0;
            ^
/home/tom/neumodvb/src/receiver/receiver.cc:1331:6: warning: variable 'error' set but not used [-Wunused-but-set-variable]
        int error = 0;
            ^
/home/tom/neumodvb/src/receiver/receiver.cc:1362:6: warning: variable 'error' set but not used [-Wunused-but-set-variable]
        int error = 0;
            ^
/home/tom/neumodvb/src/receiver/receiver.cc:1423:6: warning: variable 'error' set but not used [-Wunused-but-set-variable]
        int error = 0;
            ^
/home/tom/neumodvb/src/receiver/receiver.cc:1451:6: warning: variable 'error' set but not used [-Wunused-but-set-variable]
        int error = 0;
            ^
/home/tom/neumodvb/src/receiver/receiver.cc:1481:6: warning: variable 'error' set but not used [-Wunused-but-set-variable]
        int error = 0;
            ^
/home/tom/neumodvb/src/receiver/receiver.cc:1499:6: warning: variable 'error' set but not used [-Wunused-but-set-variable]
        int error = 0;
            ^
/home/tom/neumodvb/src/receiver/receiver.cc:1512:6: warning: variable 'error' set but not used [-Wunused-but-set-variable]
        int error = 0;
            ^
8 warnings generated.
[ 77%] 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: warning: /home/tom/neumodvb/pybind11/include: 'linker' input unused [-Wunused-command-line-argument]
[ 78%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/tune.cc.o
[ 79%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/scan.cc.o
In file included from /home/tom/neumodvb/src/receiver/scan.cc:24:
/home/tom/neumodvb/src/neumodb/db_keys_helper.h:355:6: warning: variable 'idxref' set but not used [-Wunused-but-set-variable]
        int idxref = 0;
            ^
1 warning generated.
[ 79%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/active_adapter.cc.o
[ 80%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/devmanager.cc.o
/home/tom/neumodvb/src/receiver/devmanager.cc:1159:7: warning: variable 'found' set but not used [-Wunused-but-set-variable]
        auto found = false;
             ^
/home/tom/neumodvb/src/receiver/devmanager.cc:1260:7: warning: variable 'found' set but not used [-Wunused-but-set-variable]
        auto found = false;
             ^
2 warnings generated.
[ 81%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/fe_monitor.cc.o
[ 81%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/active_si_stream.cc.o
/home/tom/neumodvb/src/receiver/active_si_stream.cc:380:7: warning: variable 'do_timeout' set but not used [-Wunused-but-set-variable]
        bool do_timeout = false;
             ^
/home/tom/neumodvb/src/receiver/active_si_stream.cc:885:6: warning: variable 'network_name_matches' set but not used [-Wunused-but-set-variable]
        int network_name_matches = 0; // matches data in db? 1=yes, -1=0, 0=not in db or could not be looked up
            ^
2 warnings generated.
[ 82%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/recmgr.cc.o
[ 82%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/frontend.cc.o
/home/tom/neumodvb/src/receiver/frontend.cc:625:6: warning: variable 'f_angle_error' set but not used [-Wunused-but-set-variable]
        int f_angle_error = 0;
            ^
1 warning generated.
[ 83%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/scam.cc.o
/home/tom/neumodvb/src/receiver/scam.cc:1116:6: warning: variable 'num_active_services' set but not used [-Wunused-but-set-variable]
        int num_active_services = 0;
            ^
1 warning generated.
[ 83%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/active_stream.cc.o
[ 84%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/active_service.cc.o
[ 84%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/filemapper.cc.o
[ 85%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/live_mpm.cc.o
/home/tom/neumodvb/src/receiver/live_mpm.cc:851:9: warning: variable 'numtransferred' set but not used [-Wunused-but-set-variable]
        size_t numtransferred = 0;
               ^
1 warning generated.
[ 86%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/active_playback.cc.o
[ 86%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/playback_mpm.cc.o
/home/tom/neumodvb/src/receiver/playback_mpm.cc:406:7: warning: variable 'return_to_live' set but not used [-Wunused-but-set-variable]
        bool return_to_live = false;
             ^
/home/tom/neumodvb/src/receiver/playback_mpm.cc:575:6: warning: variable 'fileno' set but not used [-Wunused-but-set-variable]
        int fileno = 0;
            ^
2 warnings generated.
[ 87%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/dvbcsa.cc.o
/home/tom/neumodvb/src/receiver/dvbcsa.cc:179:9: warning: variable 'idx' set but not used [-Wunused-but-set-variable]
                        int* idx = &cache.batch_idx[odd];
                             ^
1 warning generated.
[ 87%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/capmt.cc.o
[ 88%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/streamfilter.cc.o
[ 88%] Building CXX object src/receiver/CMakeFiles/neumoreceiver.dir/spectrum_algo2.cc.o
[ 89%] Linking CXX shared library libneumoreceiver.so
[ 89%] Built target neumoreceiver
Scanning dependencies of target pyreceiver
[ 90%] Building CXX object src/receiver/CMakeFiles/pyreceiver.dir/receiver_pybind.cc.o
In file included from /home/tom/neumodvb/src/receiver/receiver_pybind.cc:26:
In file included from /home/tom/neumodvb/src/receiver/receiver.h:30:
In file included from /home/tom/neumodvb/src/receiver/mpm.h:24:
In file included from /home/tom/neumodvb/src/receiver/streamparser/packetstream.h:23:
In file included from /home/tom/neumodvb/src/receiver/streamparser/streamparser.h:42:
/home/tom/neumodvb/src/receiver/streamparser/streamtime.h:103:14: warning: definition of implicit copy constructor for 'pts_dts_t' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
                pts_dts_t& operator=(const pts_dts_t& other) = default;
                           ^
/home/tom/neumodvb/src/receiver/streamparser/streamtime.h:120:13: note: in implicit copy constructor for 'dtdemux::pts_dts_t' first required here
                                return  *this;
                                        ^
/home/tom/neumodvb/src/receiver/streamparser/streamtime.h:271:10: warning: definition of implicit copy constructor for 'pcr_t' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
                pcr_t& operator=(const pcr_t& other) = default;
                       ^
/home/tom/neumodvb/src/receiver/streamparser/streamtime.h:285:11: note: in implicit copy constructor for 'dtdemux::pcr_t' first required here
                        return ret;
                               ^
2 warnings generated.
[ 90%] Building CXX object src/receiver/CMakeFiles/pyreceiver.dir/options_pybind.cc.o
[ 91%] Building CXX object src/receiver/CMakeFiles/pyreceiver.dir/subscriber_pybind.cc.o
In file included from /home/tom/neumodvb/src/receiver/subscriber_pybind.cc:24:
In file included from /home/tom/neumodvb/src/receiver/receiver.h:30:
In file included from /home/tom/neumodvb/src/receiver/mpm.h:24:
In file included from /home/tom/neumodvb/src/receiver/streamparser/packetstream.h:23:
In file included from /home/tom/neumodvb/src/receiver/streamparser/streamparser.h:42:
/home/tom/neumodvb/src/receiver/streamparser/streamtime.h:103:14: warning: definition of implicit copy constructor for 'pts_dts_t' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
                pts_dts_t& operator=(const pts_dts_t& other) = default;
                           ^
/home/tom/neumodvb/src/receiver/streamparser/streamtime.h:120:13: note: in implicit copy constructor for 'dtdemux::pts_dts_t' first required here
                                return  *this;
                                        ^
/home/tom/neumodvb/src/receiver/streamparser/streamtime.h:271:10: warning: definition of implicit copy constructor for 'pcr_t' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
                pcr_t& operator=(const pcr_t& other) = default;
                       ^
/home/tom/neumodvb/src/receiver/streamparser/streamtime.h:285:11: note: in implicit copy constructor for 'dtdemux::pcr_t' first required here
                        return ret;
                               ^
2 warnings generated.
[ 91%] Building CXX object src/receiver/CMakeFiles/pyreceiver.dir/logger_pybind.cc.o
In file included from /home/tom/neumodvb/src/receiver/logger_pybind.cc:22:
In file included from /home/tom/neumodvb/src/receiver/receiver.h:30:
In file included from /home/tom/neumodvb/src/receiver/mpm.h:24:
In file included from /home/tom/neumodvb/src/receiver/streamparser/packetstream.h:23:
In file included from /home/tom/neumodvb/src/receiver/streamparser/streamparser.h:42:
/home/tom/neumodvb/src/receiver/streamparser/streamtime.h:103:14: warning: definition of implicit copy constructor for 'pts_dts_t' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
                pts_dts_t& operator=(const pts_dts_t& other) = default;
                           ^
/home/tom/neumodvb/src/receiver/streamparser/streamtime.h:120:13: note: in implicit copy constructor for 'dtdemux::pts_dts_t' first required here
                                return  *this;
                                        ^
/home/tom/neumodvb/src/receiver/streamparser/streamtime.h:271:10: warning: definition of implicit copy constructor for 'pcr_t' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
                pcr_t& operator=(const pcr_t& other) = default;
                       ^
/home/tom/neumodvb/src/receiver/streamparser/streamtime.h:285:11: note: in implicit copy constructor for 'dtdemux::pcr_t' first required here
                        return ret;
                               ^
2 warnings generated.
[ 92%] Linking CXX shared module pyreceiver.cpython-39-x86_64-linux-gnu.so
[ 92%] Built target pyreceiver
Scanning dependencies of target neumo-tune
[ 93%] Building CXX object src/receiver/CMakeFiles/neumo-tune.dir/neumo-tune.cc.o
/home/tom/neumodvb/src/receiver/neumo-tune.cc:578:16: warning: format specifies type 'char *' but the argument has type 'char' [-Wformat]
        printf("%s ", fe_code_rates[dtv_inner_fec_prop]);
                ~~    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                %c
1 warning generated.
[ 93%] Building CXX object src/receiver/CMakeFiles/neumo-tune.dir/dvb_strings.cc.o
[ 94%] Linking CXX executable neumo-tune
[ 94%] Built target neumo-tune
Scanning dependencies of target neumo-blindscan
[ 95%] Building CXX object src/receiver/CMakeFiles/neumo-blindscan.dir/neumo-blindscan.cc.o
[ 96%] Building CXX object src/receiver/CMakeFiles/neumo-blindscan.dir/dvb_strings.cc.o
[ 96%] Linking CXX executable neumo-blindscan
[ 96%] Built target neumo-blindscan
Scanning dependencies of target pyspectrum
[ 96%] Building CXX object src/receiver/CMakeFiles/pyspectrum.dir/spectrum_pybind.cc.o
[ 97%] Linking CXX shared module pyspectrum.cpython-39-x86_64-linux-gnu.so
[ 97%] Built target pyspectrum
Scanning dependencies of target pyneumompv
[ 98%] Building CXX object src/viewer/CMakeFiles/pyneumompv.dir/neumompv.cc.o
In file included from /home/tom/neumodvb/src/viewer/neumompv.cc:22:
In file included from /home/tom/neumodvb/src/receiver/receiver.h:30:
In file included from /home/tom/neumodvb/src/receiver/mpm.h:24:
In file included from /home/tom/neumodvb/src/receiver/streamparser/packetstream.h:23:
In file included from /home/tom/neumodvb/src/receiver/streamparser/streamparser.h:42:
/home/tom/neumodvb/src/receiver/streamparser/streamtime.h:103:14: warning: definition of implicit copy constructor for 'pts_dts_t' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
                pts_dts_t& operator=(const pts_dts_t& other) = default;
                           ^
/home/tom/neumodvb/src/receiver/streamparser/streamtime.h:120:13: note: in implicit copy constructor for 'dtdemux::pts_dts_t' first required here
                                return  *this;
                                        ^
/home/tom/neumodvb/src/receiver/streamparser/streamtime.h:271:10: warning: definition of implicit copy constructor for 'pcr_t' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
                pcr_t& operator=(const pcr_t& other) = default;
                       ^
/home/tom/neumodvb/src/receiver/streamparser/streamtime.h:285:11: note: in implicit copy constructor for 'dtdemux::pcr_t' first required here
                        return ret;
                               ^
In file included from /home/tom/neumodvb/src/viewer/neumompv.cc:22:
In file included from /home/tom/neumodvb/src/receiver/receiver.h:30:
In file included from /home/tom/neumodvb/src/receiver/mpm.h:24:
In file included from /home/tom/neumodvb/src/receiver/streamparser/packetstream.h:28:
/home/tom/neumodvb/src/receiver/streamparser/psi.h:161:15: warning: definition of implicit copy constructor for 'pmt_info_t' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
                pmt_info_t& operator=(const pmt_info_t& other) = default;
                            ^
/home/tom/neumodvb/src/receiver/active_service.h:80:10: note: in implicit copy constructor for 'dtdemux::pmt_info_t' first required here
                return current_pmt;
                       ^
3 warnings generated.
[ 98%] Building CXX object src/viewer/CMakeFiles/pyneumompv.dir/neumosvg.cc.o
In file included from /home/tom/neumodvb/src/viewer/neumosvg.cc:31:
In file included from /home/tom/neumodvb/src/receiver/active_service.h:24:
In file included from /home/tom/neumodvb/src/receiver/receiver.h:30:
In file included from /home/tom/neumodvb/src/receiver/mpm.h:24:
In file included from /home/tom/neumodvb/src/receiver/streamparser/packetstream.h:23:
In file included from /home/tom/neumodvb/src/receiver/streamparser/streamparser.h:42:
/home/tom/neumodvb/src/receiver/streamparser/streamtime.h:103:14: warning: definition of implicit copy constructor for 'pts_dts_t' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
                pts_dts_t& operator=(const pts_dts_t& other) = default;
                           ^
/home/tom/neumodvb/src/receiver/streamparser/streamtime.h:120:13: note: in implicit copy constructor for 'dtdemux::pts_dts_t' first required here
                                return  *this;
                                        ^
/home/tom/neumodvb/src/receiver/streamparser/streamtime.h:271:10: warning: definition of implicit copy constructor for 'pcr_t' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
                pcr_t& operator=(const pcr_t& other) = default;
                       ^
/home/tom/neumodvb/src/receiver/streamparser/streamtime.h:285:11: note: in implicit copy constructor for 'dtdemux::pcr_t' first required here
                        return ret;
                               ^
In file included from /home/tom/neumodvb/src/viewer/neumosvg.cc:31:
In file included from /home/tom/neumodvb/src/receiver/active_service.h:24:
In file included from /home/tom/neumodvb/src/receiver/receiver.h:30:
In file included from /home/tom/neumodvb/src/receiver/mpm.h:24:
In file included from /home/tom/neumodvb/src/receiver/streamparser/packetstream.h:28:
/home/tom/neumodvb/src/receiver/streamparser/psi.h:161:15: warning: definition of implicit copy constructor for 'pmt_info_t' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
                pmt_info_t& operator=(const pmt_info_t& other) = default;
                            ^
/home/tom/neumodvb/src/receiver/active_service.h:80:10: note: in implicit copy constructor for 'dtdemux::pmt_info_t' first required here
                return current_pmt;
                       ^
3 warnings generated.
[ 99%] Building CXX object src/viewer/CMakeFiles/pyneumompv.dir/neumompv_pybind.cc.o
In file included from /home/tom/neumodvb/src/viewer/neumompv_pybind.cc:21:
In file included from /home/tom/neumodvb/src/receiver/receiver.h:30:
In file included from /home/tom/neumodvb/src/receiver/mpm.h:24:
In file included from /home/tom/neumodvb/src/receiver/streamparser/packetstream.h:23:
In file included from /home/tom/neumodvb/src/receiver/streamparser/streamparser.h:42:
/home/tom/neumodvb/src/receiver/streamparser/streamtime.h:103:14: warning: definition of implicit copy constructor for 'pts_dts_t' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
                pts_dts_t& operator=(const pts_dts_t& other) = default;
                           ^
/home/tom/neumodvb/src/receiver/streamparser/streamtime.h:120:13: note: in implicit copy constructor for 'dtdemux::pts_dts_t' first required here
                                return  *this;
                                        ^
/home/tom/neumodvb/src/receiver/streamparser/streamtime.h:271:10: warning: definition of implicit copy constructor for 'pcr_t' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
                pcr_t& operator=(const pcr_t& other) = default;
                       ^
/home/tom/neumodvb/src/receiver/streamparser/streamtime.h:285:11: note: in implicit copy constructor for 'dtdemux::pcr_t' first required here
                        return ret;
                               ^
2 warnings generated.
[ 99%] Linking CXX shared module pyneumompv.cpython-39-x86_64-linux-gnu.so
[ 99%] Built target pyneumompv
Scanning dependencies of target mdb_stat
[100%] Building C object neumolmdb/CMakeFiles/mdb_stat.dir/mdb_stat.c.o
cc1: warning: command-line option ‘-fsized-deallocation’ is valid for C++/ObjC++ but not for C
[100%] Linking C executable mdb_stat
[100%] Built target mdb_stat

i have installed these packages via apt, and no packages via pip

clang clang-tools clang-format libtool libboost-program-options-dev libboost-regex-dev libboost-context-dev curl libcurl4 libcurl4-openssl-dev liblog4cxx-dev liblog4cxx11 libconfig++-dev libgtk-3-dev freeglut3 freeglut3-dev librsvg2-dev libexif-dev gobject-introspection libexpat1-dev python3-wxgtk4.0 python3-configobj python3-sip-dev python3-jinja2 python3-regex python3-setproctitle python3-mpl-scatter-density python3-scipy libwxbase3.0-dev libavformat-dev libswscale-dev libmp3lame-dev libmpv-dev ffmpeg libx11-dev libglvnd-dev libdvbcsa-dev espeak

psyborg55 commented 2 years ago

now the positioner opens on 20.04 but looks kinda messed up when compared to 21.10/fedora builds

Screenshot from 2021-12-28 19-21-39 Screenshot from 2021-12-28 19-10-07 Screenshot from 2021-12-28 20-33-12

deeptho commented 2 years ago

The layout has changed, but the documentation was not updated. It looks fine