Hello, I am having problems compiling gmerlin on Nobara (which is Fedora
based).
./configure says: configure: error: "gavl not found" but gavl-devel is
installed.
gavl is installed in /usr/include/gavl
I have tried to put the folder in /etc/ld.so.conf
I have also tried   export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
I attach config.log to this email.

Thank you for the help.

F. Medeiros
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by gmerlin configure 2.0.0, which was
generated by GNU Autoconf 2.71.  Invocation command line was

  $ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = localhost.localdomain
uname -m = x86_64
uname -r = 6.2.14-300.fsync.fc37.x86_64
uname -s = Linux
uname -v = #1 SMP PREEMPT_DYNAMIC Sun May  7 08:45:11 UTC 2023

/usr/bin/uname -p = x86_64
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/x/.local/bin/
PATH: /home/x/bin/
PATH: /usr/local/bin/
PATH: /usr/local/sbin/
PATH: /usr/bin/
PATH: /usr/sbin/
PATH: /opt/rocm/bin/
PATH: /opt/rocm/rocprofiler/bin/
PATH: /opt/rocm/opencl/bin/
PATH: /opt/rocm/bin/
PATH: /opt/rocm/rocprofiler/bin/
PATH: /opt/rocm/opencl/bin/


## ----------- ##
## Core tests. ##
## ----------- ##

configure:3097: looking for aux files: config.rpath compile config.guess config.sub ltmain.sh missing install-sh
configure:3110:  trying ./
configure:3139:   ./config.rpath found
configure:3139:   ./compile found
configure:3139:   ./config.guess found
configure:3139:   ./config.sub found
configure:3139:   ./ltmain.sh found
configure:3139:   ./missing found
configure:3121:   ./install-sh found
configure:3270: checking for a BSD-compatible install
configure:3343: result: /usr/bin/install -c
configure:3354: checking whether build environment is sane
configure:3409: result: yes
configure:3568: checking for a race-free mkdir -p
configure:3612: result: /usr/bin/mkdir -p
configure:3619: checking for gawk
configure:3640: found /usr/bin/gawk
configure:3651: result: gawk
configure:3662: checking whether make sets $(MAKE)
configure:3685: result: yes
configure:3715: checking whether make supports nested variables
configure:3733: result: yes
configure:3968: checking build system type
configure:3983: result: x86_64-pc-linux-gnu
configure:4003: checking host system type
configure:4017: result: x86_64-pc-linux-gnu
configure:4058: checking how to print strings
configure:4085: result: printf
configure:4119: checking whether make supports the include directive
configure:4134: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:4137: $? = 0
configure:4156: result: yes (GNU style)
configure:4232: checking for gcc
configure:4253: found /usr/bin/gcc
configure:4264: result: gcc
configure:4617: checking for C compiler version
configure:4626: gcc --version >&5
gcc (GCC) 12.3.1 20230508 (Red Hat 12.3.1-1)
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4637: $? = 0
configure:4626: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/12/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,d,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-12.3.1-20230508/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none --without-cuda-driver --enable-offload-defaulted --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 12.3.1 20230508 (Red Hat 12.3.1-1) (GCC) 
... rest of stderr output deleted ...
configure:4637: $? = 0
configure:4626: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4637: $? = 1
configure:4626: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4637: $? = 1
configure:4626: gcc -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:4637: $? = 1
configure:4657: checking whether the C compiler works
configure:4679: gcc    conftest.c  >&5
configure:4683: $? = 0
configure:4733: result: yes
configure:4736: checking for C compiler default output file name
configure:4738: result: a.out
configure:4744: checking for suffix of executables
configure:4751: gcc -o conftest    conftest.c  >&5
configure:4755: $? = 0
configure:4778: result: 
configure:4800: checking whether we are cross compiling
configure:4808: gcc -o conftest    conftest.c  >&5
configure:4812: $? = 0
configure:4819: ./conftest
configure:4823: $? = 0
configure:4838: result: no
configure:4843: checking for suffix of object files
configure:4866: gcc -c   conftest.c >&5
configure:4870: $? = 0
configure:4892: result: o
configure:4896: checking whether the compiler supports GNU C
configure:4916: gcc -c   conftest.c >&5
configure:4916: $? = 0
configure:4926: result: yes
configure:4937: checking whether gcc accepts -g
configure:4958: gcc -c -g  conftest.c >&5
configure:4958: $? = 0
configure:5002: result: yes
configure:5022: checking for gcc option to enable C11 features
configure:5037: gcc  -c -g -O2  conftest.c >&5
configure:5037: $? = 0
configure:5055: result: none needed
configure:5171: checking whether gcc understands -c and -o together
configure:5194: gcc -c conftest.c -o conftest2.o
configure:5197: $? = 0
configure:5194: gcc -c conftest.c -o conftest2.o
configure:5197: $? = 0
configure:5209: result: yes
configure:5228: checking dependency style of gcc
configure:5340: result: gcc3
configure:5355: checking for a sed that does not truncate output
configure:5425: result: /usr/bin/sed
configure:5443: checking for grep that handles long lines and -e
configure:5507: result: /usr/bin/grep
configure:5512: checking for egrep
configure:5580: result: /usr/bin/grep -E
configure:5585: checking for fgrep
configure:5653: result: /usr/bin/grep -F
configure:5689: checking for ld used by gcc
configure:5757: result: /usr/bin/ld
configure:5764: checking if the linker (/usr/bin/ld) is GNU ld
configure:5780: result: yes
configure:5792: checking for BSD- or MS-compatible name lister (nm)
configure:5847: result: /usr/bin/nm -B
configure:5987: checking the name lister (/usr/bin/nm -B) interface
configure:5995: gcc -c -g -O2  conftest.c >&5
configure:5998: /usr/bin/nm -B "conftest.o"
configure:6001: output
0000000000000000 B some_variable
configure:6008: result: BSD nm
configure:6011: checking whether ln -s works
configure:6015: result: yes
configure:6023: checking the maximum length of command line arguments
configure:6155: result: 1572864
configure:6203: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:6244: result: func_convert_file_noop
configure:6251: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:6272: result: func_convert_file_noop
configure:6279: checking for /usr/bin/ld option to reload object files
configure:6287: result: -r
configure:6366: checking for file
configure:6387: found /usr/bin/file
configure:6398: result: file
configure:6474: checking for objdump
configure:6495: found /usr/bin/objdump
configure:6506: result: objdump
configure:6538: checking how to recognize dependent libraries
configure:6739: result: pass_all
configure:6829: checking for dlltool
configure:6864: result: no
configure:6894: checking how to associate runtime and link libraries
configure:6922: result: printf %s\n
configure:6988: checking for ar
configure:7009: found /usr/bin/ar
configure:7020: result: ar
configure:7073: checking for archiver @FILE support
configure:7091: gcc -c -g -O2  conftest.c >&5
configure:7091: $? = 0
configure:7095: ar cr libconftest.a @conftest.lst >&5
configure:7098: $? = 0
configure:7103: ar cr libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:7106: $? = 1
configure:7118: result: @
configure:7181: checking for strip
configure:7202: found /usr/bin/strip
configure:7213: result: strip
configure:7290: checking for ranlib
configure:7311: found /usr/bin/ranlib
configure:7322: result: ranlib
configure:7424: checking command to parse /usr/bin/nm -B output from gcc object
configure:7578: gcc -c -g -O2  conftest.c >&5
configure:7581: $? = 0
configure:7585: /usr/bin/nm -B conftest.o \| /usr/bin/sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /usr/bin/sed '/ __gnu_lto/d' \> conftest.nm
configure:7588: $? = 0
configure:7654: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:7657: $? = 0
configure:7695: result: ok
configure:7742: checking for sysroot
configure:7773: result: no
configure:7780: checking for a working dd
configure:7824: result: /usr/bin/dd
configure:7828: checking how to truncate binary pipes
configure:7844: result: /usr/bin/dd bs=4096 count=1
configure:7981: gcc -c -g -O2  conftest.c >&5
configure:7984: $? = 0
configure:8181: checking for mt
configure:8216: result: no
configure:8236: checking if : is a manifest tool
configure:8243: : '-?'
configure:8251: result: no
configure:8976: checking for stdio.h
configure:8976: gcc -c -g -O2  conftest.c >&5
configure:8976: $? = 0
configure:8976: result: yes
configure:8976: checking for stdlib.h
configure:8976: gcc -c -g -O2  conftest.c >&5
configure:8976: $? = 0
configure:8976: result: yes
configure:8976: checking for string.h
configure:8976: gcc -c -g -O2  conftest.c >&5
configure:8976: $? = 0
configure:8976: result: yes
configure:8976: checking for inttypes.h
configure:8976: gcc -c -g -O2  conftest.c >&5
configure:8976: $? = 0
configure:8976: result: yes
configure:8976: checking for stdint.h
configure:8976: gcc -c -g -O2  conftest.c >&5
configure:8976: $? = 0
configure:8976: result: yes
configure:8976: checking for strings.h
configure:8976: gcc -c -g -O2  conftest.c >&5
configure:8976: $? = 0
configure:8976: result: yes
configure:8976: checking for sys/stat.h
configure:8976: gcc -c -g -O2  conftest.c >&5
configure:8976: $? = 0
configure:8976: result: yes
configure:8976: checking for sys/types.h
configure:8976: gcc -c -g -O2  conftest.c >&5
configure:8976: $? = 0
configure:8976: result: yes
configure:8976: checking for unistd.h
configure:8976: gcc -c -g -O2  conftest.c >&5
configure:8976: $? = 0
configure:8976: result: yes
configure:9001: checking for dlfcn.h
configure:9001: gcc -c -g -O2  conftest.c >&5
configure:9001: $? = 0
configure:9001: result: yes
configure:9229: checking for objdir
configure:9245: result: .libs
configure:9505: checking if gcc supports -fno-rtti -fno-exceptions
configure:9524: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
configure:9528: $? = 0
configure:9541: result: no
configure:9899: checking for gcc option to produce PIC
configure:9907: result: -fPIC -DPIC
configure:9915: checking if gcc PIC flag -fPIC -DPIC works
configure:9934: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:9938: $? = 0
configure:9951: result: yes
configure:9980: checking if gcc static flag -static works
configure:10009: result: no
configure:10024: checking if gcc supports -c -o file.o
configure:10046: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:10050: $? = 0
configure:10072: result: yes
configure:10080: checking if gcc supports -c -o file.o
configure:10128: result: yes
configure:10161: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:11429: result: yes
configure:11466: checking whether -lc should be explicitly linked in
configure:11475: gcc -c -g -O2  conftest.c >&5
configure:11478: $? = 0
configure:11493: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep  -lc  \>/dev/null 2\>\&1
configure:11496: $? = 0
configure:11510: result: no
configure:11670: checking dynamic linker characteristics
configure:12252: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:12252: $? = 0
configure:12494: result: GNU/Linux ld.so
configure:12616: checking how to hardcode library paths into programs
configure:12641: result: immediate
configure:13193: checking whether stripping libraries is possible
configure:13202: result: yes
configure:13244: checking if libtool supports shared libraries
configure:13246: result: yes
configure:13249: checking whether to build shared libraries
configure:13274: result: yes
configure:13277: checking whether to build static libraries
configure:13281: result: no
configure:13327: checking size of long
configure:13333: gcc -o conftest    conftest.c  >&5
configure:13333: $? = 0
configure:13333: ./conftest
configure:13333: $? = 0
configure:13348: result: 8
configure:13361: checking size of float
configure:13367: gcc -o conftest    conftest.c  >&5
configure:13367: $? = 0
configure:13367: ./conftest
configure:13367: $? = 0
configure:13382: result: 4
configure:13394: checking size of double
configure:13400: gcc -o conftest    conftest.c  >&5
configure:13400: $? = 0
configure:13400: ./conftest
configure:13400: $? = 0
configure:13415: result: 8
configure:13424: checking for vasprintf
configure:13424: gcc -o conftest    conftest.c  >&5
configure:13424: $? = 0
configure:13424: result: yes
configure:13430: checking for isatty
configure:13430: gcc -o conftest    conftest.c  >&5
configure:13430: $? = 0
configure:13430: result: yes
configure:13437: checking for canonicalize_file_name
configure:13437: gcc -o conftest    conftest.c  >&5
configure:13437: $? = 0
configure:13437: result: yes
configure:13444: checking for lrint
configure:13473: gcc -o conftest -O2   conftest.c -lm >&5
configure:13473: $? = 0
configure:13487: result: yes
configure:13496: checking for lrintf
configure:13525: gcc -o conftest -O2   conftest.c -lm >&5
configure:13525: $? = 0
configure:13539: result: yes
configure:13549: checking whether byte ordering is bigendian
configure:13565: gcc -c   conftest.c >&5
conftest.c:32:16: error: unknown type name 'not'
   32 |                not a universal capable compiler
      |                ^~~
conftest.c:32:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
   32 |                not a universal capable compiler
      |                      ^~~~~~~~~
conftest.c:32:22: error: unknown type name 'universal'
configure:13565: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gmerlin"
| #define PACKAGE_TARNAME "gmerlin"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "gmerlin 2.0.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmerlin"
| #define VERSION "2.0.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define SIZEOF_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define HAVE_VASPRINTF 1
| #define HAVE_ISATTY 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_LRINT 1
| #define HAVE_LRINTF 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:13611: gcc -c   conftest.c >&5
configure:13611: $? = 0
configure:13630: gcc -c   conftest.c >&5
conftest.c: In function 'main':
conftest.c:38:18: error: unknown type name 'not'; did you mean 'ino_t'?
   38 |                  not big endian
      |                  ^~~
      |                  ino_t
conftest.c:38:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
   38 |                  not big endian
      |                          ^~~~~~
configure:13630: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gmerlin"
| #define PACKAGE_TARNAME "gmerlin"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "gmerlin 2.0.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmerlin"
| #define VERSION "2.0.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define SIZEOF_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define HAVE_VASPRINTF 1
| #define HAVE_ISATTY 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_LRINT 1
| #define HAVE_LRINTF 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main (void)
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:13764: result: no
configure:13782: checking for sys/select.h
configure:13782: gcc -c   conftest.c >&5
configure:13782: $? = 0
configure:13782: result: yes
configure:13788: checking for sys/sendfile.h
configure:13788: gcc -c   conftest.c >&5
configure:13788: $? = 0
configure:13788: result: yes
configure:13794: checking for ifaddrs.h
configure:13794: gcc -c   conftest.c >&5
configure:13794: $? = 0
configure:13794: result: yes
configure:13802: checking for gcc options needed to detect all undeclared functions
configure:13824: gcc -c    conftest.c >&5
conftest.c: In function 'main':
conftest.c:38:8: error: 'strchr' undeclared (first use in this function)
   38 | (void) strchr;
      |        ^~~~~~
conftest.c:1:1: note: 'strchr' is defined in header '<string.h>'; did you forget to '#include <string.h>'?
    1 | /* confdefs.h */
conftest.c:38:8: note: each undeclared identifier is reported only once for each function it appears in
   38 | (void) strchr;
      |        ^~~~~~
configure:13824: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gmerlin"
| #define PACKAGE_TARNAME "gmerlin"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "gmerlin 2.0.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmerlin"
| #define VERSION "2.0.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define SIZEOF_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define HAVE_VASPRINTF 1
| #define HAVE_ISATTY 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_LRINT 1
| #define HAVE_LRINTF 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_IFADDRS_H 1
| /* end confdefs.h.  */
| 
| int
| main (void)
| {
| (void) strchr;
|   ;
|   return 0;
| }
configure:13851: gcc -c    conftest.c >&5
configure:13851: $? = 0
configure:13868: result: none needed
configure:13882: checking whether MSG_NOSIGNAL is declared
configure:13882: gcc -c    conftest.c >&5
configure:13882: $? = 0
configure:13882: result: yes
configure:13892: checking whether SO_NOSIGPIPE is declared
configure:13892: gcc -c    conftest.c >&5
conftest.c: In function 'main':
conftest.c:45:10: error: 'SO_NOSIGPIPE' undeclared (first use in this function)
   45 |   (void) SO_NOSIGPIPE;
      |          ^~~~~~~~~~~~
conftest.c:45:10: note: each undeclared identifier is reported only once for each function it appears in
configure:13892: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gmerlin"
| #define PACKAGE_TARNAME "gmerlin"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "gmerlin 2.0.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmerlin"
| #define VERSION "2.0.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define SIZEOF_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define HAVE_VASPRINTF 1
| #define HAVE_ISATTY 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_LRINT 1
| #define HAVE_LRINTF 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_DECL_MSG_NOSIGNAL 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 	       #include <sys/socket.h>
| 
| int
| main (void)
| {
| #ifndef SO_NOSIGPIPE
| #ifdef __cplusplus
|   (void) SO_NOSIGPIPE;
| #else
|   (void) SO_NOSIGPIPE;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:13892: result: no
configure:13913: checking for POSIX unnamed semaphores
configure:13945: gcc -o conftest    conftest.c  -lpthread >&5
conftest.c:40:5: warning: return type defaults to 'int' [-Wimplicit-int]
   40 |     main()
      |     ^~~~
configure:13945: $? = 0
configure:13945: ./conftest
configure:13945: $? = 0
configure:13950: result: yes
configure:13982: checking for drm/drm_fourcc.h
configure:13982: gcc -c   conftest.c >&5
configure:13982: $? = 0
configure:13982: result: yes
configure:13989: checking for libdrm/drm_fourcc.h
configure:13989: gcc -c   conftest.c >&5
configure:13989: $? = 0
configure:13989: result: yes
configure:13999: checking whether NLS is requested
configure:14009: result: yes
configure:14049: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:14082: result: /usr/bin/msgfmt
configure:14091: checking for gmsgfmt
configure:14127: result: /usr/bin/msgfmt
configure:14177: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
configure:14210: result: /usr/bin/xgettext
configure:14255: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:14287: result: /usr/bin/msgmerge
configure:14346: checking for ld used by gcc
configure:14414: result: /usr/bin/ld -m elf_x86_64
configure:14421: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:14437: result: yes
configure:14445: checking for shared library run path origin
configure:14459: result: done
configure:14484: checking how to run the C preprocessor
configure:14510: gcc -E  conftest.c
configure:14510: $? = 0
configure:14525: gcc -E  conftest.c
conftest.c:39:10: fatal error: ac_nonexistent.h: No such file or directory
   39 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:14525: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gmerlin"
| #define PACKAGE_TARNAME "gmerlin"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "gmerlin 2.0.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmerlin"
| #define VERSION "2.0.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define SIZEOF_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define HAVE_VASPRINTF 1
| #define HAVE_ISATTY 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_LRINT 1
| #define HAVE_LRINTF 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_DECL_MSG_NOSIGNAL 1
| #define HAVE_DECL_SO_NOSIGPIPE 0
| #define HAVE_POSIX_SEMAPHORES 1
| #define HAVE_DRM_DRM_FOURCC_H 1
| #define HAVE_LIBDRM_DRM_FOURCC_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:14552: result: gcc -E
configure:14566: gcc -E  conftest.c
configure:14566: $? = 0
configure:14581: gcc -E  conftest.c
conftest.c:39:10: fatal error: ac_nonexistent.h: No such file or directory
   39 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:14581: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gmerlin"
| #define PACKAGE_TARNAME "gmerlin"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "gmerlin 2.0.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmerlin"
| #define VERSION "2.0.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define SIZEOF_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define HAVE_VASPRINTF 1
| #define HAVE_ISATTY 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_LRINT 1
| #define HAVE_LRINTF 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_DECL_MSG_NOSIGNAL 1
| #define HAVE_DECL_SO_NOSIGPIPE 0
| #define HAVE_POSIX_SEMAPHORES 1
| #define HAVE_DRM_DRM_FOURCC_H 1
| #define HAVE_LIBDRM_DRM_FOURCC_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:15168: checking for CFPreferencesCopyAppValue
configure:15187: gcc -o conftest    conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:39:10: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
   39 | #include <CoreFoundation/CFPreferences.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:15187: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gmerlin"
| #define PACKAGE_TARNAME "gmerlin"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "gmerlin 2.0.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmerlin"
| #define VERSION "2.0.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define SIZEOF_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define HAVE_VASPRINTF 1
| #define HAVE_ISATTY 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_LRINT 1
| #define HAVE_LRINTF 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_DECL_MSG_NOSIGNAL 1
| #define HAVE_DECL_SO_NOSIGPIPE 0
| #define HAVE_POSIX_SEMAPHORES 1
| #define HAVE_DRM_DRM_FOURCC_H 1
| #define HAVE_LIBDRM_DRM_FOURCC_H 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFPreferences.h>
| int
| main (void)
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:15197: result: no
configure:15204: checking for CFLocaleCopyPreferredLanguages
configure:15223: gcc -o conftest    conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:39:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory
   39 | #include <CoreFoundation/CFLocale.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:15223: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gmerlin"
| #define PACKAGE_TARNAME "gmerlin"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "gmerlin 2.0.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gmerlin"
| #define VERSION "2.0.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define SIZEOF_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define HAVE_VASPRINTF 1
| #define HAVE_ISATTY 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_LRINT 1
| #define HAVE_LRINTF 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_DECL_MSG_NOSIGNAL 1
| #define HAVE_DECL_SO_NOSIGPIPE 0
| #define HAVE_POSIX_SEMAPHORES 1
| #define HAVE_DRM_DRM_FOURCC_H 1
| #define HAVE_LIBDRM_DRM_FOURCC_H 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFLocale.h>
| int
| main (void)
| {
| CFLocaleCopyPreferredLanguages();
|   ;
|   return 0;
| }
configure:15233: result: no
configure:15283: checking for GNU gettext in libc
configure:15308: gcc -o conftest    conftest.c  >&5
configure:15308: $? = 0
configure:15318: result: yes
configure:16156: checking whether to use NLS
configure:16158: result: yes
configure:16161: checking where the gettext function comes from
configure:16172: result: libc
configure:16245: checking for doxygen
configure:16266: found /usr/bin/doxygen
configure:16277: result: doxygen
configure:16314: checking for makeinfo
configure:16349: result: no
configure:16377: checking if linker supports --no-undefined
configure:16392: gcc -o conftest    -Wl,--no-undefined conftest.c  >&5
configure:16392: $? = 0
configure:16394: result: Supported
configure:16404: checking if linker supports --as-needed
configure:16419: gcc -o conftest    -Wl,--as-needed conftest.c  >&5
configure:16419: $? = 0
configure:16421: result: Supported
configure:16527: checking for cos in -lm
configure:16550: gcc -o conftest    conftest.c -lm   >&5
conftest.c:46:6: warning: conflicting types for built-in function 'cos'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
   46 | char cos ();
      |      ^~~
conftest.c:1:1: note: 'cos' is declared in header '<math.h>'
    1 | /* confdefs.h */
configure:16550: $? = 0
configure:16560: result: yes
configure:16632: checking for pkg-config
configure:16655: found /usr/bin/pkg-config
configure:16667: result: /usr/bin/pkg-config
configure:16692: checking pkg-config is at least version 0.9.0
configure:16695: result: yes
configure:16705: checking for XML2
configure:16712: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= $XML2_REQUIRED"
configure:16715: $? = 0
configure:16729: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= $XML2_REQUIRED"
configure:16732: $? = 0
configure:16770: result: yes
configure:16779: checking for GAVL
configure:16786: $PKG_CONFIG --exists --print-errors "gavl >= $GAVL_REQUIRED"
Package dependency requirement 'gavl >= 2.0.0' could not be satisfied.
Package 'gavl' has version '1.4.0', required version is '>= 2.0.0'
configure:16789: $? = 1
configure:16803: $PKG_CONFIG --exists --print-errors "gavl >= $GAVL_REQUIRED"
Package dependency requirement 'gavl >= 2.0.0' could not be satisfied.
Package 'gavl' has version '1.4.0', required version is '>= 2.0.0'
configure:16806: $? = 1
configure:16820: result: no
Package dependency requirement 'gavl >= 2.0.0' could not be satisfied.
Package 'gavl' has version '1.4.0', required version is '>= 2.0.0'
configure:16836: error: "gavl not found"

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c99_lrint=yes
ac_cv_c99_lrintf=yes
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_undeclared_builtin_options='none needed'
ac_cv_env_CAIRO_CFLAGS_set=
ac_cv_env_CAIRO_CFLAGS_value=
ac_cv_env_CAIRO_LIBS_set=
ac_cv_env_CAIRO_LIBS_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CDDB_CFLAGS_set=
ac_cv_env_CDDB_CFLAGS_value=
ac_cv_env_CDDB_LIBS_set=
ac_cv_env_CDDB_LIBS_value=
ac_cv_env_CDIO_CDDA_CFLAGS_set=
ac_cv_env_CDIO_CDDA_CFLAGS_value=
ac_cv_env_CDIO_CDDA_LIBS_set=
ac_cv_env_CDIO_CDDA_LIBS_value=
ac_cv_env_CDIO_CFLAGS_set=
ac_cv_env_CDIO_CFLAGS_value=
ac_cv_env_CDIO_LIBS_set=
ac_cv_env_CDIO_LIBS_value=
ac_cv_env_CDIO_PARANOIA_CFLAGS_set=
ac_cv_env_CDIO_PARANOIA_CFLAGS_value=
ac_cv_env_CDIO_PARANOIA_LIBS_set=
ac_cv_env_CDIO_PARANOIA_LIBS_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_DBUS_CFLAGS_set=
ac_cv_env_DBUS_CFLAGS_value=
ac_cv_env_DBUS_LIBS_set=
ac_cv_env_DBUS_LIBS_value=
ac_cv_env_FONTCONFIG_CFLAGS_set=
ac_cv_env_FONTCONFIG_CFLAGS_value=
ac_cv_env_FONTCONFIG_LIBS_set=
ac_cv_env_FONTCONFIG_LIBS_value=
ac_cv_env_FREETYPE_CFLAGS_set=
ac_cv_env_FREETYPE_CFLAGS_value=
ac_cv_env_FREETYPE_LIBS_set=
ac_cv_env_FREETYPE_LIBS_value=
ac_cv_env_GAVL_CFLAGS_set=
ac_cv_env_GAVL_CFLAGS_value=
ac_cv_env_GAVL_LIBS_set=
ac_cv_env_GAVL_LIBS_value=
ac_cv_env_JACK_CFLAGS_set=
ac_cv_env_JACK_CFLAGS_value=
ac_cv_env_JACK_LIBS_set=
ac_cv_env_JACK_LIBS_value=
ac_cv_env_JSON_CFLAGS_set=
ac_cv_env_JSON_CFLAGS_value=
ac_cv_env_JSON_LIBS_set=
ac_cv_env_JSON_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBEXIF_CFLAGS_set=
ac_cv_env_LIBEXIF_CFLAGS_value=
ac_cv_env_LIBEXIF_LIBS_set=
ac_cv_env_LIBEXIF_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBVA_BASE_CFLAGS_set=
ac_cv_env_LIBVA_BASE_CFLAGS_value=
ac_cv_env_LIBVA_BASE_LIBS_set=
ac_cv_env_LIBVA_BASE_LIBS_value=
ac_cv_env_LIBVA_X11_CFLAGS_set=
ac_cv_env_LIBVA_X11_CFLAGS_value=
ac_cv_env_LIBVA_X11_LIBS_set=
ac_cv_env_LIBVA_X11_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_LV_CFLAGS_set=
ac_cv_env_LV_CFLAGS_value=
ac_cv_env_LV_LIBS_set=
ac_cv_env_LV_LIBS_value=
ac_cv_env_MUSICBRAINZ_CFLAGS_set=
ac_cv_env_MUSICBRAINZ_CFLAGS_value=
ac_cv_env_MUSICBRAINZ_LIBS_set=
ac_cv_env_MUSICBRAINZ_LIBS_value=
ac_cv_env_NCURSES_CFLAGS_set=
ac_cv_env_NCURSES_CFLAGS_value=
ac_cv_env_NCURSES_LIBS_set=
ac_cv_env_NCURSES_LIBS_value=
ac_cv_env_PANGOCAIRO_CFLAGS_set=
ac_cv_env_PANGOCAIRO_CFLAGS_value=
ac_cv_env_PANGOCAIRO_LIBS_set=
ac_cv_env_PANGOCAIRO_LIBS_value=
ac_cv_env_PANGO_CFLAGS_set=
ac_cv_env_PANGO_CFLAGS_value=
ac_cv_env_PANGO_LIBS_set=
ac_cv_env_PANGO_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PULSEAUDIO_CFLAGS_set=
ac_cv_env_PULSEAUDIO_CFLAGS_value=
ac_cv_env_PULSEAUDIO_LIBS_set=
ac_cv_env_PULSEAUDIO_LIBS_value=
ac_cv_env_UUID_CFLAGS_set=
ac_cv_env_UUID_CFLAGS_value=
ac_cv_env_UUID_LIBS_set=
ac_cv_env_UUID_LIBS_value=
ac_cv_env_V4LCONVERT_CFLAGS_set=
ac_cv_env_V4LCONVERT_CFLAGS_value=
ac_cv_env_V4LCONVERT_LIBS_set=
ac_cv_env_V4LCONVERT_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_XML2_CFLAGS_set=
ac_cv_env_XML2_CFLAGS_value=
ac_cv_env_XML2_LIBS_set=
ac_cv_env_XML2_LIBS_value=
ac_cv_env_X_CFLAGS_set=
ac_cv_env_X_CFLAGS_value=
ac_cv_env_X_LIBS_set=
ac_cv_env_X_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_canonicalize_file_name=yes
ac_cv_func_isatty=yes
ac_cv_func_vasprintf=yes
ac_cv_have_decl_MSG_NOSIGNAL=yes
ac_cv_have_decl_SO_NOSIGPIPE=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_drm_drm_fourcc_h=yes
ac_cv_header_ifaddrs_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libdrm_drm_fourcc_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_sendfile_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_m_cos=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/usr/bin/dd
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_DOXYGEN=doxygen
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_FILECMD=file
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_double=8
ac_cv_sizeof_float=4
ac_cv_sizeof_long=8
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD='/usr/bin/ld -m elf_x86_64'
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
gt_cv_func_CFLocaleCopyPreferredLanguages=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=yes
lt_cv_sys_global_symbol_pipe='/usr/bin/sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | /usr/bin/sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='/usr/bin/sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='/usr/bin/sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='/usr/bin/sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
pkg_cv_XML2_CFLAGS='-I/usr/include/libxml2 '
pkg_cv_XML2_LIBS='-lxml2 '

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} '\''/home/x/Documents/GitHub/gmerlin/missing'\'' aclocal-1.16'
ALSA_CFLAGS=''
ALSA_LIBS=''
ALSA_REQUIRED=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_CPPFLAGS=''
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} '\''/home/x/Documents/GitHub/gmerlin/missing'\'' autoconf'
AUTOHEADER='${SHELL} '\''/home/x/Documents/GitHub/gmerlin/missing'\'' autoheader'
AUTOMAKE='${SHELL} '\''/home/x/Documents/GitHub/gmerlin/missing'\'' automake-1.16'
AWK='gawk'
BG_VERSION='2.0.0'
BG_VERSION_MAJOR='2'
BG_VERSION_MICRO='0'
BG_VERSION_MINOR='0'
BUILD_ID='2023-05-30-13-45'
CAIRO_CFLAGS=''
CAIRO_LIBS=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CDDB_CFLAGS=''
CDDB_LIBS=''
CDIO_CDDA_CFLAGS=''
CDIO_CDDA_LIBS=''
CDIO_CFLAGS=''
CDIO_LIBS=''
CDIO_PARANOIA_CFLAGS=''
CDIO_PARANOIA_LIBS=''
CDIO_REQUIRED=''
CFLAGS=''
CPP='gcc -E'
CPPFLAGS=''
CSCOPE='cscope'
CTAGS='ctags'
CYGPATH_W='echo'
DBUS_CFLAGS=''
DBUS_LIBS=''
DBUS_REQUIRED=''
DEFS=''
DEPDIR='.deps'
DLLTOOL='false'
DOXYGEN='doxygen'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGL_CFLAGS=''
EGL_LIBS=''
EGREP='/usr/bin/grep -E'
ESD_CFLAGS=''
ESD_CONFIG=''
ESD_LIBS=''
ESD_REQUIRED=''
ETAGS='etags'
EXEEXT=''
FGREP='/usr/bin/grep -F'
FILECMD='file'
FONTCONFIG_CFLAGS=''
FONTCONFIG_LIBS=''
FREETYPE_CFLAGS=''
FREETYPE_LIBS=''
GAVL_CFLAGS=''
GAVL_LIBS=''
GAVL_REQUIRED='2.0.0'
GETTEXT_MACRO_VERSION='0.18'
GLX_CFLAGS=''
GLX_LIBS=''
GL_CFLAGS=''
GL_LIBS=''
GMERLIN_EXE_LDFLAGS='-Wl,--as-needed '
GMERLIN_LIB_LDFLAGS='-Wl,--no-undefined '
GMERLIN_PLUGIN_LDFLAGS=''
GMSGFMT='/usr/bin/msgfmt'
GMSGFMT_015='/usr/bin/msgfmt'
GREP='/usr/bin/grep'
GTK_CFLAGS=''
GTK_LIBS=''
GTK_REQUIRED=''
HAVE_3DNOW_FALSE=''
HAVE_3DNOW_TRUE=''
HAVE_ALSA_FALSE=''
HAVE_ALSA_TRUE=''
HAVE_CDIO_FALSE=''
HAVE_CDIO_TRUE=''
HAVE_DBUS_FALSE=''
HAVE_DBUS_TRUE=''
HAVE_DOXYGEN_FALSE='#'
HAVE_DOXYGEN_TRUE=''
HAVE_EGL_FALSE=''
HAVE_EGL_TRUE=''
HAVE_ESD_FALSE=''
HAVE_ESD_TRUE=''
HAVE_GLX_FALSE=''
HAVE_GLX_TRUE=''
HAVE_GL_FALSE=''
HAVE_GL_TRUE=''
HAVE_GTK_FALSE=''
HAVE_GTK_TRUE=''
HAVE_JACK_FALSE=''
HAVE_JACK_TRUE=''
HAVE_LIBCDDB_FALSE=''
HAVE_LIBCDDB_TRUE=''
HAVE_LIBEXIF_FALSE=''
HAVE_LIBEXIF_TRUE=''
HAVE_LIBJPEG_FALSE=''
HAVE_LIBJPEG_TRUE=''
HAVE_LIBPNG_FALSE=''
HAVE_LIBPNG_TRUE=''
HAVE_LIBTIFF_FALSE=''
HAVE_LIBTIFF_TRUE=''
HAVE_LIBVA_FALSE=''
HAVE_LIBVA_TRUE=''
HAVE_LIBVA_X11_FALSE=''
HAVE_LIBVA_X11_TRUE=''
HAVE_LV_FALSE=''
HAVE_LV_TRUE=''
HAVE_MMX_FALSE=''
HAVE_MMX_TRUE=''
HAVE_MQ_FALSE=''
HAVE_MQ_TRUE=''
HAVE_MUSICBRAINZ_FALSE=''
HAVE_MUSICBRAINZ_TRUE=''
HAVE_NCURSES_FALSE=''
HAVE_NCURSES_TRUE=''
HAVE_OSS_FALSE=''
HAVE_OSS_TRUE=''
HAVE_PLAYER_FALSE=''
HAVE_PLAYER_TRUE=''
HAVE_POSIX_SEMAPHORES_FALSE='#'
HAVE_POSIX_SEMAPHORES_TRUE=''
HAVE_PULSEAUDIO_FALSE=''
HAVE_PULSEAUDIO_TRUE=''
HAVE_SSE2_FALSE=''
HAVE_SSE2_TRUE=''
HAVE_SSE_FALSE=''
HAVE_SSE_TRUE=''
HAVE_TEXINFO_FALSE=''
HAVE_TEXINFO_TRUE='#'
HAVE_THUMBNAILER_FALSE=''
HAVE_THUMBNAILER_TRUE=''
HAVE_TOYS_FALSE=''
HAVE_TOYS_TRUE=''
HAVE_TRANSCODER_FALSE=''
HAVE_TRANSCODER_TRUE=''
HAVE_V4L2_FALSE=''
HAVE_V4L2_TRUE=''
HAVE_V4LVCONVERT_FALSE=''
HAVE_V4LVCONVERT_TRUE=''
HAVE_X11_FALSE=''
HAVE_X11_TRUE=''
HAVE_XTEST_FALSE=''
HAVE_XTEST_TRUE=''
ICONV_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
JACK_CFLAGS=''
JACK_LIBS=''
JACK_REQUIRED=''
JPEG_CFLAGS=''
JPEG_LIBS=''
JPEG_REQUIRED=''
JSON_CFLAGS=''
JSON_LIBS=''
JSON_REQUIRED=''
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBCDDB_REQUIRED=''
LIBEXIF_CFLAGS=''
LIBEXIF_LIBS=''
LIBICONV='-liconv'
LIBINTL=''
LIBM='-lm'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBVA_BASE_CFLAGS=''
LIBVA_BASE_LIBS=''
LIBVA_CFLAGS=''
LIBVA_LIBS=''
LIBVA_X11_CFLAGS=''
LIBVA_X11_LIBS=''
LIPO=''
LN_S='ln -s'
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
LTVERSION_AGE='0'
LTVERSION_CURRENT='2'
LTVERSION_REVISION='0'
LT_SYS_LIBRARY_PATH=''
LV_CFLAGS=''
LV_LIBS=''
LV_REQUIRED=''
MAKEINFO='${SHELL} '\''/home/x/Documents/GitHub/gmerlin/missing'\'' makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/bin/mkdir -p'
MODULE_LIBADD=''
MQ_LIBS=''
MSGFMT='/usr/bin/msgfmt'
MSGFMT_015='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
MUSICBRAINZ_CFLAGS=''
MUSICBRAINZ_LIBS=''
MUSICBRAINZ_REQUIRED=''
NCURSES_CFLAGS=''
NCURSES_LIBS=''
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='gmerlin'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='gmerlin'
PACKAGE_STRING='gmerlin 2.0.0'
PACKAGE_TARNAME='gmerlin'
PACKAGE_URL=''
PACKAGE_VERSION='2.0.0'
PANGOCAIRO_CFLAGS=''
PANGOCAIRO_LIBS=''
PANGO_CFLAGS=''
PANGO_LIBS=''
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PNG_CFLAGS=''
PNG_LIBS=''
PNG_REQUIRED=''
POSUB='po'
PULSEAUDIO_CFLAGS=''
PULSEAUDIO_LIBS=''
PULSEAUDIO_REQUIRED=''
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SQLITE3_LIBS=''
STRIP='strip'
TEXINFO=''
TIFF_CFLAGS=''
TIFF_LIBS=''
TIFF_REQUIRED=''
TOP_SRCDIR=''
USE_NLS='yes'
UUID_CFLAGS=''
UUID_LIBS=''
V4LCONVERT_CFLAGS=''
V4LCONVERT_LIBS=''
V4LCONVERT_REQUIRED=''
VERSION='2.0.0'
XDPMS_LIBS=''
XFIXES_LIBS=''
XGETTEXT='/usr/bin/xgettext'
XGETTEXT_015='/usr/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
XINERAMA_LIBS=''
XMKMF=''
XML2_CFLAGS='-I/usr/include/libxml2 '
XML2_LIBS='-lxml2 '
XML2_REQUIRED='2.4.0'
XTEST_LIBS=''
X_CFLAGS=''
X_LIBS=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/x/Documents/GitHub/gmerlin/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "gmerlin"
#define PACKAGE_TARNAME "gmerlin"
#define PACKAGE_VERSION "2.0.0"
#define PACKAGE_STRING "gmerlin 2.0.0"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "gmerlin"
#define VERSION "2.0.0"
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define STDC_HEADERS 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define SIZEOF_LONG 8
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#define HAVE_VASPRINTF 1
#define HAVE_ISATTY 1
#define HAVE_CANONICALIZE_FILE_NAME 1
#define HAVE_LRINT 1
#define HAVE_LRINTF 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SENDFILE_H 1
#define HAVE_IFADDRS_H 1
#define HAVE_DECL_MSG_NOSIGNAL 1
#define HAVE_DECL_SO_NOSIGPIPE 0
#define HAVE_POSIX_SEMAPHORES 1
#define HAVE_DRM_DRM_FOURCC_H 1
#define HAVE_LIBDRM_DRM_FOURCC_H 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1

configure: exit 1
_______________________________________________
Gmerlin-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gmerlin-general

Reply via email to