This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by pjproject aconfigure 2.x, which was generated by GNU Autoconf 2.71. Invocation command line was $ ./aconfigure CFLAGS=-fPIC ## --------- ## ## Platform. ## ## --------- ## hostname = docker-desktop uname -m = x86_64 uname -r = 5.15.49-linuxkit uname -s = Linux uname -v = #1 SMP Tue Sep 13 07:51:46 UTC 2022 /usr/bin/uname -p = unknown /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: /usr/local/bin/ PATH: /usr/local/sbin/ PATH: /usr/local/bin/ PATH: /usr/sbin/ PATH: /usr/bin/ PATH: /sbin/ PATH: /bin/ ## ----------- ## ## Core tests. ## ## ----------- ## aconfigure:2951: looking for aux files: config.guess config.sub aconfigure:2964: trying ./ aconfigure:2993: ./config.guess found aconfigure:2993: ./config.sub found aconfigure:3114: checking build system type aconfigure:3129: result: x86_64-unknown-linux-gnu aconfigure:3149: checking host system type aconfigure:3163: result: x86_64-unknown-linux-gnu aconfigure:3183: checking target system type aconfigure:3197: result: x86_64-unknown-linux-gnu aconfigure:3295: checking for gcc aconfigure:3316: found /usr/bin/gcc aconfigure:3327: result: gcc aconfigure:3680: checking for C compiler version aconfigure:3689: gcc --version >&5 gcc (Debian 12.2.0-14) 12.2.0 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. aconfigure:3700: $? = 0 aconfigure:3689: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 12.2.0 (Debian 12.2.0-14) ... rest of stderr output deleted ... aconfigure:3700: $? = 0 aconfigure:3689: gcc -V >&5 gcc: error: unrecognized command-line option '-V' gcc: fatal error: no input files compilation terminated. aconfigure:3700: $? = 1 aconfigure:3689: gcc -qversion >&5 gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. aconfigure:3700: $? = 1 aconfigure:3689: gcc -version >&5 gcc: error: unrecognized command-line option '-version' gcc: fatal error: no input files compilation terminated. aconfigure:3700: $? = 1 aconfigure:3720: checking whether the C compiler works aconfigure:3742: gcc -fPIC conftest.c >&5 aconfigure:3746: $? = 0 aconfigure:3796: result: yes aconfigure:3799: checking for C compiler default output file name aconfigure:3801: result: a.out aconfigure:3807: checking for suffix of executables aconfigure:3814: gcc -o conftest -fPIC conftest.c >&5 aconfigure:3818: $? = 0 aconfigure:3841: result: aconfigure:3863: checking whether we are cross compiling aconfigure:3871: gcc -o conftest -fPIC conftest.c >&5 aconfigure:3875: $? = 0 aconfigure:3882: ./conftest aconfigure:3886: $? = 0 aconfigure:3901: result: no aconfigure:3906: checking for suffix of object files aconfigure:3929: gcc -c -fPIC conftest.c >&5 aconfigure:3933: $? = 0 aconfigure:3955: result: o aconfigure:3959: checking whether the compiler supports GNU C aconfigure:3979: gcc -c -fPIC conftest.c >&5 aconfigure:3979: $? = 0 aconfigure:3989: result: yes aconfigure:4000: checking whether gcc accepts -g aconfigure:4021: gcc -c -g conftest.c >&5 aconfigure:4021: $? = 0 aconfigure:4065: result: yes aconfigure:4085: checking for gcc option to enable C11 features aconfigure:4100: gcc -c -fPIC conftest.c >&5 aconfigure:4100: $? = 0 aconfigure:4118: result: none needed aconfigure:4297: checking for g++ aconfigure:4318: found /usr/bin/g++ aconfigure:4329: result: g++ aconfigure:4356: checking for C++ compiler version aconfigure:4365: g++ --version >&5 g++ (Debian 12.2.0-14) 12.2.0 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. aconfigure:4376: $? = 0 aconfigure:4365: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 12.2.0 (Debian 12.2.0-14) ... rest of stderr output deleted ... aconfigure:4376: $? = 0 aconfigure:4365: g++ -V >&5 g++: error: unrecognized command-line option '-V' g++: fatal error: no input files compilation terminated. aconfigure:4376: $? = 1 aconfigure:4365: g++ -qversion >&5 g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? g++: fatal error: no input files compilation terminated. aconfigure:4376: $? = 1 aconfigure:4380: checking whether the compiler supports GNU C++ aconfigure:4400: g++ -c conftest.cpp >&5 aconfigure:4400: $? = 0 aconfigure:4410: result: yes aconfigure:4421: checking whether g++ accepts -g aconfigure:4442: g++ -c -g conftest.cpp >&5 aconfigure:4442: $? = 0 aconfigure:4486: result: yes aconfigure:4506: checking for g++ option to enable C++11 features aconfigure:4521: g++ -c -g -O2 conftest.cpp >&5 conftest.cpp: In function 'int main(int, char**)': conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] 175 | cxx11test::delegate d2(); | ^~ conftest.cpp:175:25: note: remove parentheses to default-initialize a variable 175 | cxx11test::delegate d2(); | ^~ | -- conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable aconfigure:4521: $? = 0 aconfigure:4539: result: none needed aconfigure:4628: g++ -o conftest -g -O2 conftest.cpp >&5 aconfigure:4628: $? = 0 aconfigure:4691: checking for ranlib aconfigure:4712: found /usr/bin/ranlib aconfigure:4723: result: ranlib aconfigure:4799: checking for ar aconfigure:4820: found /usr/bin/ar aconfigure:4831: result: ar aconfigure:4918: checking for pthread_create in -lpthread aconfigure:4941: gcc -o conftest -fPIC conftest.c -lpthread >&5 aconfigure:4941: $? = 0 aconfigure:4951: result: yes aconfigure:4961: checking for puts in -lwsock32 aconfigure:4984: gcc -o conftest -fPIC conftest.c -lwsock32 -lpthread >&5 conftest.c:14:6: warning: conflicting types for built-in function 'puts'; expected 'int(const char *)' [-Wbuiltin-declaration-mismatch] 14 | char puts (); | ^~~~ conftest.c:1:1: note: 'puts' is declared in header '' 1 | /* confdefs.h */ /usr/bin/ld: cannot find -lwsock32: No such file or directory collect2: error: ld returned 1 exit status aconfigure:4984: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char puts (); | int | main (void) | { | return puts (); | ; | return 0; | } aconfigure:4994: result: no aconfigure:5004: checking for puts in -lws2_32 aconfigure:5027: gcc -o conftest -fPIC conftest.c -lws2_32 -lpthread >&5 conftest.c:14:6: warning: conflicting types for built-in function 'puts'; expected 'int(const char *)' [-Wbuiltin-declaration-mismatch] 14 | char puts (); | ^~~~ conftest.c:1:1: note: 'puts' is declared in header '' 1 | /* confdefs.h */ /usr/bin/ld: cannot find -lws2_32: No such file or directory collect2: error: ld returned 1 exit status aconfigure:5027: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char puts (); | int | main (void) | { | return puts (); | ; | return 0; | } aconfigure:5037: result: no aconfigure:5047: checking for puts in -lole32 aconfigure:5070: gcc -o conftest -fPIC conftest.c -lole32 -lpthread >&5 conftest.c:14:6: warning: conflicting types for built-in function 'puts'; expected 'int(const char *)' [-Wbuiltin-declaration-mismatch] 14 | char puts (); | ^~~~ conftest.c:1:1: note: 'puts' is declared in header '' 1 | /* confdefs.h */ /usr/bin/ld: cannot find -lole32: No such file or directory collect2: error: ld returned 1 exit status aconfigure:5070: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char puts (); | int | main (void) | { | return puts (); | ; | return 0; | } aconfigure:5080: result: no aconfigure:5090: checking for puts in -lwinmm aconfigure:5113: gcc -o conftest -fPIC conftest.c -lwinmm -lpthread >&5 conftest.c:14:6: warning: conflicting types for built-in function 'puts'; expected 'int(const char *)' [-Wbuiltin-declaration-mismatch] 14 | char puts (); | ^~~~ conftest.c:1:1: note: 'puts' is declared in header '' 1 | /* confdefs.h */ /usr/bin/ld: cannot find -lwinmm: No such file or directory collect2: error: ld returned 1 exit status aconfigure:5113: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char puts (); | int | main (void) | { | return puts (); | ; | return 0; | } aconfigure:5123: result: no aconfigure:5133: checking for puts in -lsocket aconfigure:5156: gcc -o conftest -fPIC conftest.c -lsocket -lpthread >&5 conftest.c:14:6: warning: conflicting types for built-in function 'puts'; expected 'int(const char *)' [-Wbuiltin-declaration-mismatch] 14 | char puts (); | ^~~~ conftest.c:1:1: note: 'puts' is declared in header '' 1 | /* confdefs.h */ /usr/bin/ld: cannot find -lsocket: No such file or directory collect2: error: ld returned 1 exit status aconfigure:5156: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char puts (); | int | main (void) | { | return puts (); | ; | return 0; | } aconfigure:5166: result: no aconfigure:5176: checking for puts in -lrt aconfigure:5199: gcc -o conftest -fPIC conftest.c -lrt -lpthread >&5 conftest.c:14:6: warning: conflicting types for built-in function 'puts'; expected 'int(const char *)' [-Wbuiltin-declaration-mismatch] 14 | char puts (); | ^~~~ conftest.c:1:1: note: 'puts' is declared in header '' 1 | /* confdefs.h */ aconfigure:5199: $? = 0 aconfigure:5209: result: yes aconfigure:5219: checking for sin in -lm aconfigure:5242: gcc -o conftest -fPIC conftest.c -lm -lrt -lpthread >&5 conftest.c:15:6: warning: conflicting types for built-in function 'sin'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] 15 | char sin (); | ^~~ conftest.c:1:1: note: 'sin' is declared in header '' 1 | /* confdefs.h */ aconfigure:5242: $? = 0 aconfigure:5252: result: yes aconfigure:5273: checking for uuid_generate in -luuid aconfigure:5296: gcc -o conftest -fPIC conftest.c -luuid -lm -lrt -lpthread >&5 aconfigure:5296: $? = 0 aconfigure:5306: result: yes aconfigure:5316: checking for uuid_generate in -luuid aconfigure:5349: result: yes aconfigure:5360: checking for library containing gethostbyname aconfigure:5390: gcc -o conftest -fPIC conftest.c -luuid -lm -lrt -lpthread >&5 aconfigure:5390: $? = 0 aconfigure:5410: result: none required aconfigure:5420: result: Setting PJ_M_NAME to x86_64 aconfigure:5425: checking memory alignment aconfigure:5431: result: 8 bytes aconfigure:5447: checking for stdio.h aconfigure:5447: gcc -c -fPIC conftest.c >&5 aconfigure:5447: $? = 0 aconfigure:5447: result: yes aconfigure:5447: checking for stdlib.h aconfigure:5447: gcc -c -fPIC conftest.c >&5 aconfigure:5447: $? = 0 aconfigure:5447: result: yes aconfigure:5447: checking for string.h aconfigure:5447: gcc -c -fPIC conftest.c >&5 aconfigure:5447: $? = 0 aconfigure:5447: result: yes aconfigure:5447: checking for inttypes.h aconfigure:5447: gcc -c -fPIC conftest.c >&5 aconfigure:5447: $? = 0 aconfigure:5447: result: yes aconfigure:5447: checking for stdint.h aconfigure:5447: gcc -c -fPIC conftest.c >&5 aconfigure:5447: $? = 0 aconfigure:5447: result: yes aconfigure:5447: checking for strings.h aconfigure:5447: gcc -c -fPIC conftest.c >&5 aconfigure:5447: $? = 0 aconfigure:5447: result: yes aconfigure:5447: checking for sys/stat.h aconfigure:5447: gcc -c -fPIC conftest.c >&5 aconfigure:5447: $? = 0 aconfigure:5447: result: yes aconfigure:5447: checking for sys/types.h aconfigure:5447: gcc -c -fPIC conftest.c >&5 aconfigure:5447: $? = 0 aconfigure:5447: result: yes aconfigure:5447: checking for unistd.h aconfigure:5447: gcc -c -fPIC conftest.c >&5 aconfigure:5447: $? = 0 aconfigure:5447: result: yes aconfigure:5472: checking whether byte ordering is bigendian aconfigure:5488: gcc -c -fPIC conftest.c >&5 conftest.c:26:16: error: unknown type name 'not' 26 | not a universal capable compiler | ^~~ conftest.c:26:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' 26 | not a universal capable compiler | ^~~~~~~~~ conftest.c:26:22: error: unknown type name 'universal' aconfigure:5488: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | aconfigure:5534: gcc -c -fPIC conftest.c >&5 aconfigure:5534: $? = 0 aconfigure:5553: gcc -c -fPIC conftest.c >&5 conftest.c: In function 'main': conftest.c:32:18: error: unknown type name 'not'; did you mean 'ino_t'? 32 | not big endian | ^~~ | ino_t conftest.c:32:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' 32 | not big endian | ^~~~~~ aconfigure:5553: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 | /* end confdefs.h. */ | #include | #include | | int | main (void) | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } aconfigure:5687: result: no aconfigure:5775: result: Checking if floating point is disabled... no aconfigure:5782: checking for arpa/inet.h aconfigure:5782: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:5782: $? = 0 aconfigure:5782: result: yes aconfigure:5789: checking for assert.h aconfigure:5789: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:5789: $? = 0 aconfigure:5789: result: yes aconfigure:5796: checking for ctype.h aconfigure:5796: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:5796: $? = 0 aconfigure:5796: result: yes aconfigure:5810: checking for errno.h aconfigure:5810: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:5810: $? = 0 aconfigure:5810: result: yes aconfigure:5820: checking for fcntl.h aconfigure:5820: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:5820: $? = 0 aconfigure:5820: result: yes aconfigure:5827: checking for linux/socket.h aconfigure:5827: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:5827: $? = 0 aconfigure:5827: result: yes aconfigure:5834: checking for limits.h aconfigure:5834: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:5834: $? = 0 aconfigure:5834: result: yes aconfigure:5841: checking for malloc.h aconfigure:5841: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:5841: $? = 0 aconfigure:5841: result: yes aconfigure:5848: checking for netdb.h aconfigure:5848: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:5848: $? = 0 aconfigure:5848: result: yes aconfigure:5855: checking for netinet/in_systm.h aconfigure:5855: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:5855: $? = 0 aconfigure:5855: result: yes aconfigure:5862: checking for netinet/in.h aconfigure:5862: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:5862: $? = 0 aconfigure:5862: result: yes aconfigure:5869: checking for netinet/ip.h aconfigure:5869: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:5869: $? = 0 aconfigure:5869: result: yes aconfigure:5886: checking for netinet/tcp.h aconfigure:5886: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:5886: $? = 0 aconfigure:5886: result: yes aconfigure:5893: checking for ifaddrs.h aconfigure:5893: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:5893: $? = 0 aconfigure:5893: result: yes aconfigure:5896: checking for getifaddrs aconfigure:5896: gcc -o conftest -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c -luuid -lm -lrt -lpthread >&5 aconfigure:5896: $? = 0 aconfigure:5896: result: yes aconfigure:5905: checking for semaphore.h aconfigure:5905: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:5905: $? = 0 aconfigure:5905: result: yes aconfigure:5912: checking for setjmp.h aconfigure:5912: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:5912: $? = 0 aconfigure:5912: result: yes aconfigure:5919: checking for stdarg.h aconfigure:5919: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:5919: $? = 0 aconfigure:5919: result: yes aconfigure:5926: checking for stddef.h aconfigure:5926: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:5926: $? = 0 aconfigure:5926: result: yes aconfigure:5933: checking for stdio.h aconfigure:5933: result: yes aconfigure:5940: checking for stdint.h aconfigure:5940: result: yes aconfigure:5947: checking for stdlib.h aconfigure:5947: result: yes aconfigure:5954: checking for string.h aconfigure:5954: result: yes aconfigure:5961: checking for inttypes.h aconfigure:5961: result: yes aconfigure:5968: checking for sys/ioctl.h aconfigure:5968: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:5968: $? = 0 aconfigure:5968: result: yes aconfigure:5975: checking for sys/select.h aconfigure:5975: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:5975: $? = 0 aconfigure:5975: result: yes aconfigure:5982: checking for sys/socket.h aconfigure:5982: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:5982: $? = 0 aconfigure:5982: result: yes aconfigure:5989: checking for sys/time.h aconfigure:5989: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:5989: $? = 0 aconfigure:5989: result: yes aconfigure:5996: checking for sys/timeb.h aconfigure:5996: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:5996: $? = 0 aconfigure:5996: result: yes aconfigure:6003: checking for sys/types.h aconfigure:6003: result: yes aconfigure:6010: checking for sys/filio.h aconfigure:6010: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 conftest.c:84:10: fatal error: sys/filio.h: No such file or directory 84 | #include | ^~~~~~~~~~~~~ compilation terminated. aconfigure:6010: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include aconfigure:6010: result: no aconfigure:6017: checking for sys/sockio.h aconfigure:6017: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 conftest.c:84:10: fatal error: sys/sockio.h: No such file or directory 84 | #include | ^~~~~~~~~~~~~~ compilation terminated. aconfigure:6017: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include aconfigure:6017: result: no aconfigure:6024: checking for sys/utsname.h aconfigure:6024: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:6024: $? = 0 aconfigure:6024: result: yes aconfigure:6031: checking for time.h aconfigure:6031: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:6031: $? = 0 aconfigure:6031: result: yes aconfigure:6038: checking for unistd.h aconfigure:6038: result: yes aconfigure:6045: checking for execinfo.h aconfigure:6045: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:6045: $? = 0 aconfigure:6045: result: yes aconfigure:6052: checking for winsock.h aconfigure:6052: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 conftest.c:88:10: fatal error: winsock.h: No such file or directory 88 | #include | ^~~~~~~~~~~ compilation terminated. aconfigure:6052: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include aconfigure:6052: result: no aconfigure:6059: checking for winsock2.h aconfigure:6059: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 conftest.c:88:10: fatal error: winsock2.h: No such file or directory 88 | #include | ^~~~~~~~~~~~ compilation terminated. aconfigure:6059: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include aconfigure:6059: result: no aconfigure:6066: checking for mswsock.h aconfigure:6066: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 conftest.c:67:10: fatal error: mswsock.h: No such file or directory 67 | #include | ^~~~~~~~~~~ compilation terminated. aconfigure:6066: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | /* end confdefs.h. */ | #if PJ_HAS_WINSOCK2_H | # include | #elif PJ_HAS_WINSOCK_H | # include | #endif | | | #include aconfigure:6066: result: no aconfigure:6079: checking for ws2tcpip.h aconfigure:6079: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 conftest.c:88:10: fatal error: ws2tcpip.h: No such file or directory 88 | #include | ^~~~~~~~~~~~ compilation terminated. aconfigure:6079: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include aconfigure:6079: result: no aconfigure:6086: checking for uuid/uuid.h aconfigure:6086: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:6086: $? = 0 aconfigure:6086: result: yes aconfigure:6092: checking for net/if.h aconfigure:6092: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:6092: $? = 0 aconfigure:6092: result: yes aconfigure:6120: checking for localtime_r aconfigure:6120: gcc -o conftest -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c -luuid -lm -lrt -lpthread >&5 aconfigure:6120: $? = 0 aconfigure:6120: result: yes aconfigure:6128: result: Setting PJ_OS_NAME to x86_64-unknown-linux-gnu aconfigure:6133: result: Setting PJ_HAS_ERRNO_VAR to 1 aconfigure:6138: result: Setting PJ_HAS_HIGH_RES_TIMER to 1 aconfigure:6143: result: Setting PJ_HAS_MALLOC to 1 aconfigure:6148: result: Setting PJ_NATIVE_STRING_IS_UNICODE to 0 aconfigure:6153: result: Setting PJ_ATOMIC_VALUE_TYPE to long aconfigure:6158: checking if inet_aton() is available aconfigure:6173: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:6173: $? = 0 aconfigure:6177: result: yes aconfigure:6185: checking if inet_pton() is available aconfigure:6200: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:6200: $? = 0 aconfigure:6204: result: yes aconfigure:6212: checking if inet_ntop() is available aconfigure:6227: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:6227: $? = 0 aconfigure:6231: result: yes aconfigure:6239: checking if getaddrinfo() is available aconfigure:6254: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:6254: $? = 0 aconfigure:6258: result: yes aconfigure:6266: checking if socketpair() is available aconfigure:6280: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:6280: $? = 0 aconfigure:6284: result: yes aconfigure:6292: checking if sockaddr_in has sin_len member aconfigure:6308: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 conftest.c: In function 'main': conftest.c:80:24: error: 'struct sockaddr_in' has no member named 'sin_len' 80 | struct sockaddr_in a; a.sin_len=0; | ^ aconfigure:6308: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | #define PJ_HAS_NET_IF_H 1 | #define PJ_HAS_LOCALTIME_R 1 | #define PJ_OS_NAME "x86_64-unknown-linux-gnu" | #define PJ_HAS_ERRNO_VAR 1 | #define PJ_HAS_HIGH_RES_TIMER 1 | #define PJ_HAS_MALLOC 1 | #define PJ_NATIVE_STRING_IS_UNICODE 0 | #define PJ_ATOMIC_VALUE_TYPE long | #define PJ_SOCK_HAS_INET_ATON 1 | #define PJ_SOCK_HAS_INET_PTON 1 | #define PJ_SOCK_HAS_INET_NTOP 1 | #define PJ_SOCK_HAS_GETADDRINFO 1 | #define PJ_SOCK_HAS_SOCKETPAIR 1 | /* end confdefs.h. */ | #include | #include | #include | #include | int | main (void) | { | struct sockaddr_in a; a.sin_len=0; | ; | return 0; | } aconfigure:6315: result: no aconfigure:6320: checking if socklen_t is available aconfigure:6334: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:6334: $? = 0 aconfigure:6338: result: yes aconfigure:6346: checking if IPV6_V6ONLY is available aconfigure:6360: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:6360: $? = 0 aconfigure:6364: result: yes aconfigure:6372: checking if SO_ERROR is available aconfigure:6396: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:6396: $? = 0 aconfigure:6400: result: yes aconfigure:6411: checking if pthread_rwlock_t is available aconfigure:6424: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:6424: $? = 0 aconfigure:6429: result: yes aconfigure:6471: checking if pthread_mutexattr_settype() is available aconfigure:6484: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 conftest.c: In function 'main': conftest.c:81:29: error: 'PTHREAD_MUTEX_FAST_NP' undeclared (first use in this function); did you mean 'PTHREAD_MUTEX_ROBUST_NP'? 81 | pthread_mutexattr_settype(0,PTHREAD_MUTEX_FAST_NP); | ^~~~~~~~~~~~~~~~~~~~~ | PTHREAD_MUTEX_ROBUST_NP conftest.c:81:29: note: each undeclared identifier is reported only once for each function it appears in aconfigure:6484: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | #define PJ_HAS_NET_IF_H 1 | #define PJ_HAS_LOCALTIME_R 1 | #define PJ_OS_NAME "x86_64-unknown-linux-gnu" | #define PJ_HAS_ERRNO_VAR 1 | #define PJ_HAS_HIGH_RES_TIMER 1 | #define PJ_HAS_MALLOC 1 | #define PJ_NATIVE_STRING_IS_UNICODE 0 | #define PJ_ATOMIC_VALUE_TYPE long | #define PJ_SOCK_HAS_INET_ATON 1 | #define PJ_SOCK_HAS_INET_PTON 1 | #define PJ_SOCK_HAS_INET_NTOP 1 | #define PJ_SOCK_HAS_GETADDRINFO 1 | #define PJ_SOCK_HAS_SOCKETPAIR 1 | #define PJ_HAS_SOCKLEN_T 1 | #define PJ_SOCK_HAS_IPV6_V6ONLY 1 | #define PJ_HAS_SO_ERROR 1 | #define PJ_EMULATE_RWMUTEX 0 | /* end confdefs.h. */ | #include | int | main (void) | { | pthread_mutexattr_settype(0,PTHREAD_MUTEX_FAST_NP); | ; | return 0; | } aconfigure:6491: result: no aconfigure:6496: checking if pthread_mutexattr_t has recursive member aconfigure:6510: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 conftest.c: In function 'main': conftest.c:82:42: error: 'pthread_mutexattr_t' has no member named 'recursive' 82 | attr.recursive=1; | ^ aconfigure:6510: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | #define PJ_HAS_NET_IF_H 1 | #define PJ_HAS_LOCALTIME_R 1 | #define PJ_OS_NAME "x86_64-unknown-linux-gnu" | #define PJ_HAS_ERRNO_VAR 1 | #define PJ_HAS_HIGH_RES_TIMER 1 | #define PJ_HAS_MALLOC 1 | #define PJ_NATIVE_STRING_IS_UNICODE 0 | #define PJ_ATOMIC_VALUE_TYPE long | #define PJ_SOCK_HAS_INET_ATON 1 | #define PJ_SOCK_HAS_INET_PTON 1 | #define PJ_SOCK_HAS_INET_NTOP 1 | #define PJ_SOCK_HAS_GETADDRINFO 1 | #define PJ_SOCK_HAS_SOCKETPAIR 1 | #define PJ_HAS_SOCKLEN_T 1 | #define PJ_SOCK_HAS_IPV6_V6ONLY 1 | #define PJ_HAS_SO_ERROR 1 | #define PJ_EMULATE_RWMUTEX 0 | /* end confdefs.h. */ | #include | int | main (void) | { | pthread_mutexattr_t attr; | attr.recursive=1; | ; | return 0; | } aconfigure:6517: result: no aconfigure:6524: checking ioqueue backend aconfigure:6572: result: select() aconfigure:6591: result: Building shared libraries... no aconfigure:6607: result: Building pjsua2 library and application... yes aconfigure:6704: checking UPnP usability aconfigure:6729: gcc -o conftest -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c -lupnp -lixml -luuid -lm -lrt -lpthread >&5 conftest.c:77:10: fatal error: upnp/upnp.h: No such file or directory 77 | #include | ^~~~~~~~~~~~~ compilation terminated. aconfigure:6729: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | #define PJ_HAS_NET_IF_H 1 | #define PJ_HAS_LOCALTIME_R 1 | #define PJ_OS_NAME "x86_64-unknown-linux-gnu" | #define PJ_HAS_ERRNO_VAR 1 | #define PJ_HAS_HIGH_RES_TIMER 1 | #define PJ_HAS_MALLOC 1 | #define PJ_NATIVE_STRING_IS_UNICODE 0 | #define PJ_ATOMIC_VALUE_TYPE long | #define PJ_SOCK_HAS_INET_ATON 1 | #define PJ_SOCK_HAS_INET_PTON 1 | #define PJ_SOCK_HAS_INET_NTOP 1 | #define PJ_SOCK_HAS_GETADDRINFO 1 | #define PJ_SOCK_HAS_SOCKETPAIR 1 | #define PJ_HAS_SOCKLEN_T 1 | #define PJ_SOCK_HAS_IPV6_V6ONLY 1 | #define PJ_HAS_SO_ERROR 1 | #define PJ_EMULATE_RWMUTEX 0 | /* end confdefs.h. */ | #include | int | main (void) | { | UpnpInit2(NULL, 0); | | ; | return 0; | } aconfigure:6741: result: no aconfigure:7215: checking for sys/soundcard.h aconfigure:7215: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:7215: $? = 0 aconfigure:7215: result: yes aconfigure:7221: checking for linux/soundcard.h aconfigure:7221: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:7221: $? = 0 aconfigure:7221: result: yes aconfigure:7227: checking for machine/soundcard.h aconfigure:7227: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 conftest.c:105:10: fatal error: machine/soundcard.h: No such file or directory 105 | #include | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. aconfigure:7227: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | #define PJ_HAS_NET_IF_H 1 | #define PJ_HAS_LOCALTIME_R 1 | #define PJ_OS_NAME "x86_64-unknown-linux-gnu" | #define PJ_HAS_ERRNO_VAR 1 | #define PJ_HAS_HIGH_RES_TIMER 1 | #define PJ_HAS_MALLOC 1 | #define PJ_NATIVE_STRING_IS_UNICODE 0 | #define PJ_ATOMIC_VALUE_TYPE long | #define PJ_SOCK_HAS_INET_ATON 1 | #define PJ_SOCK_HAS_INET_PTON 1 | #define PJ_SOCK_HAS_INET_NTOP 1 | #define PJ_SOCK_HAS_GETADDRINFO 1 | #define PJ_SOCK_HAS_SOCKETPAIR 1 | #define PJ_HAS_SOCKLEN_T 1 | #define PJ_SOCK_HAS_IPV6_V6ONLY 1 | #define PJ_HAS_SO_ERROR 1 | #define PJ_EMULATE_RWMUTEX 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include aconfigure:7227: result: no aconfigure:7370: checking for alsa/version.h aconfigure:7370: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 conftest.c:105:10: fatal error: alsa/version.h: No such file or directory 105 | #include | ^~~~~~~~~~~~~~~~ compilation terminated. aconfigure:7370: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | #define PJ_HAS_NET_IF_H 1 | #define PJ_HAS_LOCALTIME_R 1 | #define PJ_OS_NAME "x86_64-unknown-linux-gnu" | #define PJ_HAS_ERRNO_VAR 1 | #define PJ_HAS_HIGH_RES_TIMER 1 | #define PJ_HAS_MALLOC 1 | #define PJ_NATIVE_STRING_IS_UNICODE 0 | #define PJ_ATOMIC_VALUE_TYPE long | #define PJ_SOCK_HAS_INET_ATON 1 | #define PJ_SOCK_HAS_INET_PTON 1 | #define PJ_SOCK_HAS_INET_NTOP 1 | #define PJ_SOCK_HAS_GETADDRINFO 1 | #define PJ_SOCK_HAS_SOCKETPAIR 1 | #define PJ_HAS_SOCKLEN_T 1 | #define PJ_SOCK_HAS_IPV6_V6ONLY 1 | #define PJ_HAS_SO_ERROR 1 | #define PJ_EMULATE_RWMUTEX 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include aconfigure:7370: result: no aconfigure:7382: result: Checking sound device backend... null sound aconfigure:7671: result: Checking if small filter is disabled... no aconfigure:7686: result: Checking if large filter is disabled... no aconfigure:7701: result: Checking if Speex AEC is disabled...no aconfigure:7718: result: Checking if G.711 codec is disabled...no aconfigure:7736: result: Checking if L16 codec is disabled...no aconfigure:7754: result: Checking if GSM codec is disabled...no aconfigure:7771: result: Checking if G.722 codec is disabled...no aconfigure:7788: result: Checking if G.722.1 codec is disabled...no aconfigure:7805: result: Checking if Speex codec is disabled...no aconfigure:7822: result: Checking if iLBC codec is disabled...no aconfigure:7884: result: Checking if libsamplerate is enabled...no aconfigure:7899: result: Building libresample as shared library... no aconfigure:7919: result: Checking if Speex resample is enabled... no aconfigure:8008: checking for sdl2-config aconfigure:8046: result: no aconfigure:8008: checking for sdl-config aconfigure:8046: result: no aconfigure:8056: checking SDL availability aconfigure:8059: result: not found aconfigure:8123: checking for pkg-config aconfigure:8144: found /usr/bin/pkg-config aconfigure:8155: result: pkg-config aconfigure:8169: checking ffmpeg packages aconfigure:8194: result: none detected (check the prefix)! ** aconfigure:8474: checking for enum AVPixelFormat aconfigure:8474: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 conftest.c:77:10: fatal error: libavformat/avformat.h: No such file or directory 77 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. aconfigure:8474: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | #define PJ_HAS_NET_IF_H 1 | #define PJ_HAS_LOCALTIME_R 1 | #define PJ_OS_NAME "x86_64-unknown-linux-gnu" | #define PJ_HAS_ERRNO_VAR 1 | #define PJ_HAS_HIGH_RES_TIMER 1 | #define PJ_HAS_MALLOC 1 | #define PJ_NATIVE_STRING_IS_UNICODE 0 | #define PJ_ATOMIC_VALUE_TYPE long | #define PJ_SOCK_HAS_INET_ATON 1 | #define PJ_SOCK_HAS_INET_PTON 1 | #define PJ_SOCK_HAS_INET_NTOP 1 | #define PJ_SOCK_HAS_GETADDRINFO 1 | #define PJ_SOCK_HAS_SOCKETPAIR 1 | #define PJ_HAS_SOCKLEN_T 1 | #define PJ_SOCK_HAS_IPV6_V6ONLY 1 | #define PJ_HAS_SO_ERROR 1 | #define PJ_EMULATE_RWMUTEX 0 | /* end confdefs.h. */ | #include | | | int | main (void) | { | if (sizeof (enum AVPixelFormat)) | return 0; | ; | return 0; | } aconfigure:8474: result: no aconfigure:8508: checking for v4l2_open in -lv4l2 aconfigure:8531: gcc -o conftest -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c -lv4l2 -luuid -lm -lrt -lpthread >&5 /usr/bin/ld: cannot find -lv4l2: No such file or directory collect2: error: ld returned 1 exit status aconfigure:8531: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | #define PJ_HAS_NET_IF_H 1 | #define PJ_HAS_LOCALTIME_R 1 | #define PJ_OS_NAME "x86_64-unknown-linux-gnu" | #define PJ_HAS_ERRNO_VAR 1 | #define PJ_HAS_HIGH_RES_TIMER 1 | #define PJ_HAS_MALLOC 1 | #define PJ_NATIVE_STRING_IS_UNICODE 0 | #define PJ_ATOMIC_VALUE_TYPE long | #define PJ_SOCK_HAS_INET_ATON 1 | #define PJ_SOCK_HAS_INET_PTON 1 | #define PJ_SOCK_HAS_INET_NTOP 1 | #define PJ_SOCK_HAS_GETADDRINFO 1 | #define PJ_SOCK_HAS_SOCKETPAIR 1 | #define PJ_HAS_SOCKLEN_T 1 | #define PJ_SOCK_HAS_IPV6_V6ONLY 1 | #define PJ_HAS_SO_ERROR 1 | #define PJ_EMULATE_RWMUTEX 0 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char v4l2_open (); | int | main (void) | { | return v4l2_open (); | ; | return 0; | } aconfigure:8541: result: no aconfigure:8595: checking OpenH264 usability aconfigure:8622: gcc -o conftest -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c -lopenh264 -lstdc++ -luuid -lm -lrt -lpthread >&5 conftest.c:77:10: fatal error: wels/codec_api.h: No such file or directory 77 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. aconfigure:8622: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | #define PJ_HAS_NET_IF_H 1 | #define PJ_HAS_LOCALTIME_R 1 | #define PJ_OS_NAME "x86_64-unknown-linux-gnu" | #define PJ_HAS_ERRNO_VAR 1 | #define PJ_HAS_HIGH_RES_TIMER 1 | #define PJ_HAS_MALLOC 1 | #define PJ_NATIVE_STRING_IS_UNICODE 0 | #define PJ_ATOMIC_VALUE_TYPE long | #define PJ_SOCK_HAS_INET_ATON 1 | #define PJ_SOCK_HAS_INET_PTON 1 | #define PJ_SOCK_HAS_INET_NTOP 1 | #define PJ_SOCK_HAS_GETADDRINFO 1 | #define PJ_SOCK_HAS_SOCKETPAIR 1 | #define PJ_HAS_SOCKLEN_T 1 | #define PJ_SOCK_HAS_IPV6_V6ONLY 1 | #define PJ_HAS_SO_ERROR 1 | #define PJ_EMULATE_RWMUTEX 0 | /* end confdefs.h. */ | #include | #include | | int | main (void) | { | WelsCreateSVCEncoder(0); | | ; | return 0; | } aconfigure:8634: result: no aconfigure:8684: checking VPX usability aconfigure:8711: gcc -o conftest -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c -lvpx -luuid -lm -lrt -lpthread >&5 conftest.c:77:10: fatal error: vpx/vpx_encoder.h: No such file or directory 77 | #include | ^~~~~~~~~~~~~~~~~~~ compilation terminated. aconfigure:8711: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | #define PJ_HAS_NET_IF_H 1 | #define PJ_HAS_LOCALTIME_R 1 | #define PJ_OS_NAME "x86_64-unknown-linux-gnu" | #define PJ_HAS_ERRNO_VAR 1 | #define PJ_HAS_HIGH_RES_TIMER 1 | #define PJ_HAS_MALLOC 1 | #define PJ_NATIVE_STRING_IS_UNICODE 0 | #define PJ_ATOMIC_VALUE_TYPE long | #define PJ_SOCK_HAS_INET_ATON 1 | #define PJ_SOCK_HAS_INET_PTON 1 | #define PJ_SOCK_HAS_INET_NTOP 1 | #define PJ_SOCK_HAS_GETADDRINFO 1 | #define PJ_SOCK_HAS_SOCKETPAIR 1 | #define PJ_HAS_SOCKLEN_T 1 | #define PJ_SOCK_HAS_IPV6_V6ONLY 1 | #define PJ_HAS_SO_ERROR 1 | #define PJ_EMULATE_RWMUTEX 0 | /* end confdefs.h. */ | #include | #include | | int | main (void) | { | vpx_codec_iface_t *(*enc_if)() = &vpx_codec_vp8_cx; | | ; | return 0; | } aconfigure:8723: result: no aconfigure:9040: result: Skipping Intel IPP settings (not wanted) aconfigure:9222: result: checking for OpenSSL installations.. aconfigure:9227: checking for openssl/ssl.h aconfigure:9227: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:9227: $? = 0 aconfigure:9227: result: yes aconfigure:9233: checking for ERR_load_BIO_strings in -lcrypto aconfigure:9256: gcc -o conftest -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c -lcrypto -luuid -lm -lrt -lpthread >&5 aconfigure:9256: $? = 0 aconfigure:9266: result: yes aconfigure:9314: checking for SSL_CTX_new in -lssl aconfigure:9337: gcc -o conftest -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c -lssl -lcrypto -luuid -lm -lrt -lpthread >&5 aconfigure:9337: $? = 0 aconfigure:9347: result: yes aconfigure:9355: result: OpenSSL library found, SSL support enabled aconfigure:9375: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 aconfigure:9375: $? = 0 aconfigure:9377: checking for EVP_aes_128_gcm in -lcrypto aconfigure:9400: gcc -o conftest -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c -lcrypto -lssl -lcrypto -luuid -lm -lrt -lpthread >&5 aconfigure:9400: $? = 0 aconfigure:9410: result: yes aconfigure:9420: result: OpenSSL has AES GCM support, SRTP will use OpenSSL aconfigure:9642: result: checking for OpenCORE AMR installations.. aconfigure:9660: checking for opencore-amrnb/interf_enc.h aconfigure:9660: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 conftest.c:107:10: fatal error: opencore-amrnb/interf_enc.h: No such file or directory 107 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. aconfigure:9660: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | #define PJ_HAS_NET_IF_H 1 | #define PJ_HAS_LOCALTIME_R 1 | #define PJ_OS_NAME "x86_64-unknown-linux-gnu" | #define PJ_HAS_ERRNO_VAR 1 | #define PJ_HAS_HIGH_RES_TIMER 1 | #define PJ_HAS_MALLOC 1 | #define PJ_NATIVE_STRING_IS_UNICODE 0 | #define PJ_ATOMIC_VALUE_TYPE long | #define PJ_SOCK_HAS_INET_ATON 1 | #define PJ_SOCK_HAS_INET_PTON 1 | #define PJ_SOCK_HAS_INET_NTOP 1 | #define PJ_SOCK_HAS_GETADDRINFO 1 | #define PJ_SOCK_HAS_SOCKETPAIR 1 | #define PJ_HAS_SOCKLEN_T 1 | #define PJ_SOCK_HAS_IPV6_V6ONLY 1 | #define PJ_HAS_SO_ERROR 1 | #define PJ_EMULATE_RWMUTEX 0 | #define PJ_HAS_SSL_SOCK 1 | #define PJ_SSL_SOCK_IMP PJ_SSL_SOCK_IMP_OPENSSL | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include aconfigure:9660: result: no aconfigure:9666: checking for Encoder_Interface_init in -lopencore-amrnb aconfigure:9689: gcc -o conftest -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c -lopencore-amrnb -lssl -lcrypto -luuid -lm -lrt -lpthread >&5 /usr/bin/ld: cannot find -lopencore-amrnb: No such file or directory collect2: error: ld returned 1 exit status aconfigure:9689: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | #define PJ_HAS_NET_IF_H 1 | #define PJ_HAS_LOCALTIME_R 1 | #define PJ_OS_NAME "x86_64-unknown-linux-gnu" | #define PJ_HAS_ERRNO_VAR 1 | #define PJ_HAS_HIGH_RES_TIMER 1 | #define PJ_HAS_MALLOC 1 | #define PJ_NATIVE_STRING_IS_UNICODE 0 | #define PJ_ATOMIC_VALUE_TYPE long | #define PJ_SOCK_HAS_INET_ATON 1 | #define PJ_SOCK_HAS_INET_PTON 1 | #define PJ_SOCK_HAS_INET_NTOP 1 | #define PJ_SOCK_HAS_GETADDRINFO 1 | #define PJ_SOCK_HAS_SOCKETPAIR 1 | #define PJ_HAS_SOCKLEN_T 1 | #define PJ_SOCK_HAS_IPV6_V6ONLY 1 | #define PJ_HAS_SO_ERROR 1 | #define PJ_EMULATE_RWMUTEX 0 | #define PJ_HAS_SSL_SOCK 1 | #define PJ_SSL_SOCK_IMP PJ_SSL_SOCK_IMP_OPENSSL | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char Encoder_Interface_init (); | int | main (void) | { | return Encoder_Interface_init (); | ; | return 0; | } aconfigure:9699: result: no aconfigure:9720: checking for vo-amrwbenc/enc_if.h aconfigure:9720: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 conftest.c:108:10: fatal error: vo-amrwbenc/enc_if.h: No such file or directory 108 | #include | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. aconfigure:9720: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | #define PJ_HAS_NET_IF_H 1 | #define PJ_HAS_LOCALTIME_R 1 | #define PJ_OS_NAME "x86_64-unknown-linux-gnu" | #define PJ_HAS_ERRNO_VAR 1 | #define PJ_HAS_HIGH_RES_TIMER 1 | #define PJ_HAS_MALLOC 1 | #define PJ_NATIVE_STRING_IS_UNICODE 0 | #define PJ_ATOMIC_VALUE_TYPE long | #define PJ_SOCK_HAS_INET_ATON 1 | #define PJ_SOCK_HAS_INET_PTON 1 | #define PJ_SOCK_HAS_INET_NTOP 1 | #define PJ_SOCK_HAS_GETADDRINFO 1 | #define PJ_SOCK_HAS_SOCKETPAIR 1 | #define PJ_HAS_SOCKLEN_T 1 | #define PJ_SOCK_HAS_IPV6_V6ONLY 1 | #define PJ_HAS_SO_ERROR 1 | #define PJ_EMULATE_RWMUTEX 0 | #define PJ_HAS_SSL_SOCK 1 | #define PJ_SSL_SOCK_IMP PJ_SSL_SOCK_IMP_OPENSSL | #define PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include aconfigure:9720: result: no aconfigure:9726: checking for opencore-amrwb/dec_if.h aconfigure:9726: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 conftest.c:108:10: fatal error: opencore-amrwb/dec_if.h: No such file or directory 108 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. aconfigure:9726: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | #define PJ_HAS_NET_IF_H 1 | #define PJ_HAS_LOCALTIME_R 1 | #define PJ_OS_NAME "x86_64-unknown-linux-gnu" | #define PJ_HAS_ERRNO_VAR 1 | #define PJ_HAS_HIGH_RES_TIMER 1 | #define PJ_HAS_MALLOC 1 | #define PJ_NATIVE_STRING_IS_UNICODE 0 | #define PJ_ATOMIC_VALUE_TYPE long | #define PJ_SOCK_HAS_INET_ATON 1 | #define PJ_SOCK_HAS_INET_PTON 1 | #define PJ_SOCK_HAS_INET_NTOP 1 | #define PJ_SOCK_HAS_GETADDRINFO 1 | #define PJ_SOCK_HAS_SOCKETPAIR 1 | #define PJ_HAS_SOCKLEN_T 1 | #define PJ_SOCK_HAS_IPV6_V6ONLY 1 | #define PJ_HAS_SO_ERROR 1 | #define PJ_EMULATE_RWMUTEX 0 | #define PJ_HAS_SSL_SOCK 1 | #define PJ_SSL_SOCK_IMP PJ_SSL_SOCK_IMP_OPENSSL | #define PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include aconfigure:9726: result: no aconfigure:9732: checking for D_IF_init in -lopencore-amrwb aconfigure:9755: gcc -o conftest -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c -lopencore-amrwb -lssl -lcrypto -luuid -lm -lrt -lpthread >&5 /usr/bin/ld: cannot find -lopencore-amrwb: No such file or directory collect2: error: ld returned 1 exit status aconfigure:9755: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | #define PJ_HAS_NET_IF_H 1 | #define PJ_HAS_LOCALTIME_R 1 | #define PJ_OS_NAME "x86_64-unknown-linux-gnu" | #define PJ_HAS_ERRNO_VAR 1 | #define PJ_HAS_HIGH_RES_TIMER 1 | #define PJ_HAS_MALLOC 1 | #define PJ_NATIVE_STRING_IS_UNICODE 0 | #define PJ_ATOMIC_VALUE_TYPE long | #define PJ_SOCK_HAS_INET_ATON 1 | #define PJ_SOCK_HAS_INET_PTON 1 | #define PJ_SOCK_HAS_INET_NTOP 1 | #define PJ_SOCK_HAS_GETADDRINFO 1 | #define PJ_SOCK_HAS_SOCKETPAIR 1 | #define PJ_HAS_SOCKLEN_T 1 | #define PJ_SOCK_HAS_IPV6_V6ONLY 1 | #define PJ_HAS_SO_ERROR 1 | #define PJ_EMULATE_RWMUTEX 0 | #define PJ_HAS_SSL_SOCK 1 | #define PJ_SSL_SOCK_IMP PJ_SSL_SOCK_IMP_OPENSSL | #define PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 0 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char D_IF_init (); | int | main (void) | { | return D_IF_init (); | ; | return 0; | } aconfigure:9765: result: no aconfigure:9772: checking for E_IF_init in -lvo-amrwbenc aconfigure:9795: gcc -o conftest -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c -lvo-amrwbenc -lssl -lcrypto -luuid -lm -lrt -lpthread >&5 /usr/bin/ld: cannot find -lvo-amrwbenc: No such file or directory collect2: error: ld returned 1 exit status aconfigure:9795: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | #define PJ_HAS_NET_IF_H 1 | #define PJ_HAS_LOCALTIME_R 1 | #define PJ_OS_NAME "x86_64-unknown-linux-gnu" | #define PJ_HAS_ERRNO_VAR 1 | #define PJ_HAS_HIGH_RES_TIMER 1 | #define PJ_HAS_MALLOC 1 | #define PJ_NATIVE_STRING_IS_UNICODE 0 | #define PJ_ATOMIC_VALUE_TYPE long | #define PJ_SOCK_HAS_INET_ATON 1 | #define PJ_SOCK_HAS_INET_PTON 1 | #define PJ_SOCK_HAS_INET_NTOP 1 | #define PJ_SOCK_HAS_GETADDRINFO 1 | #define PJ_SOCK_HAS_SOCKETPAIR 1 | #define PJ_HAS_SOCKLEN_T 1 | #define PJ_SOCK_HAS_IPV6_V6ONLY 1 | #define PJ_HAS_SO_ERROR 1 | #define PJ_EMULATE_RWMUTEX 0 | #define PJ_HAS_SSL_SOCK 1 | #define PJ_SSL_SOCK_IMP PJ_SSL_SOCK_IMP_OPENSSL | #define PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 0 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char E_IF_init (); | int | main (void) | { | return E_IF_init (); | ; | return 0; | } aconfigure:9805: result: no aconfigure:9857: result: checking for SILK installations.. aconfigure:9868: checking for SKP_Silk_SDK_API.h aconfigure:9868: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 conftest.c:109:10: fatal error: SKP_Silk_SDK_API.h: No such file or directory 109 | #include | ^~~~~~~~~~~~~~~~~~~~ compilation terminated. aconfigure:9868: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | #define PJ_HAS_NET_IF_H 1 | #define PJ_HAS_LOCALTIME_R 1 | #define PJ_OS_NAME "x86_64-unknown-linux-gnu" | #define PJ_HAS_ERRNO_VAR 1 | #define PJ_HAS_HIGH_RES_TIMER 1 | #define PJ_HAS_MALLOC 1 | #define PJ_NATIVE_STRING_IS_UNICODE 0 | #define PJ_ATOMIC_VALUE_TYPE long | #define PJ_SOCK_HAS_INET_ATON 1 | #define PJ_SOCK_HAS_INET_PTON 1 | #define PJ_SOCK_HAS_INET_NTOP 1 | #define PJ_SOCK_HAS_GETADDRINFO 1 | #define PJ_SOCK_HAS_SOCKETPAIR 1 | #define PJ_HAS_SOCKLEN_T 1 | #define PJ_SOCK_HAS_IPV6_V6ONLY 1 | #define PJ_HAS_SO_ERROR 1 | #define PJ_EMULATE_RWMUTEX 0 | #define PJ_HAS_SSL_SOCK 1 | #define PJ_SSL_SOCK_IMP PJ_SSL_SOCK_IMP_OPENSSL | #define PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 0 | #define PJMEDIA_HAS_OPENCORE_AMRWB_CODEC 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include aconfigure:9868: result: no aconfigure:9874: checking for SKP_Silk_SDK_get_version in -lSKP_SILK_SDK aconfigure:9897: gcc -o conftest -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c -lSKP_SILK_SDK -lssl -lcrypto -luuid -lm -lrt -lpthread >&5 /usr/bin/ld: cannot find -lSKP_SILK_SDK: No such file or directory collect2: error: ld returned 1 exit status aconfigure:9897: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | #define PJ_HAS_NET_IF_H 1 | #define PJ_HAS_LOCALTIME_R 1 | #define PJ_OS_NAME "x86_64-unknown-linux-gnu" | #define PJ_HAS_ERRNO_VAR 1 | #define PJ_HAS_HIGH_RES_TIMER 1 | #define PJ_HAS_MALLOC 1 | #define PJ_NATIVE_STRING_IS_UNICODE 0 | #define PJ_ATOMIC_VALUE_TYPE long | #define PJ_SOCK_HAS_INET_ATON 1 | #define PJ_SOCK_HAS_INET_PTON 1 | #define PJ_SOCK_HAS_INET_NTOP 1 | #define PJ_SOCK_HAS_GETADDRINFO 1 | #define PJ_SOCK_HAS_SOCKETPAIR 1 | #define PJ_HAS_SOCKLEN_T 1 | #define PJ_SOCK_HAS_IPV6_V6ONLY 1 | #define PJ_HAS_SO_ERROR 1 | #define PJ_EMULATE_RWMUTEX 0 | #define PJ_HAS_SSL_SOCK 1 | #define PJ_SSL_SOCK_IMP PJ_SSL_SOCK_IMP_OPENSSL | #define PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 0 | #define PJMEDIA_HAS_OPENCORE_AMRWB_CODEC 0 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char SKP_Silk_SDK_get_version (); | int | main (void) | { | return SKP_Silk_SDK_get_version (); | ; | return 0; | } aconfigure:9907: result: no aconfigure:9958: result: checking for OPUS installations.. aconfigure:9969: checking for opus/opus.h aconfigure:9969: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 conftest.c:110:10: fatal error: opus/opus.h: No such file or directory 110 | #include | ^~~~~~~~~~~~~ compilation terminated. aconfigure:9969: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | #define PJ_HAS_NET_IF_H 1 | #define PJ_HAS_LOCALTIME_R 1 | #define PJ_OS_NAME "x86_64-unknown-linux-gnu" | #define PJ_HAS_ERRNO_VAR 1 | #define PJ_HAS_HIGH_RES_TIMER 1 | #define PJ_HAS_MALLOC 1 | #define PJ_NATIVE_STRING_IS_UNICODE 0 | #define PJ_ATOMIC_VALUE_TYPE long | #define PJ_SOCK_HAS_INET_ATON 1 | #define PJ_SOCK_HAS_INET_PTON 1 | #define PJ_SOCK_HAS_INET_NTOP 1 | #define PJ_SOCK_HAS_GETADDRINFO 1 | #define PJ_SOCK_HAS_SOCKETPAIR 1 | #define PJ_HAS_SOCKLEN_T 1 | #define PJ_SOCK_HAS_IPV6_V6ONLY 1 | #define PJ_HAS_SO_ERROR 1 | #define PJ_EMULATE_RWMUTEX 0 | #define PJ_HAS_SSL_SOCK 1 | #define PJ_SSL_SOCK_IMP PJ_SSL_SOCK_IMP_OPENSSL | #define PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 0 | #define PJMEDIA_HAS_OPENCORE_AMRWB_CODEC 0 | #define PJMEDIA_HAS_SILK_CODEC 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include aconfigure:9969: result: no aconfigure:9975: checking for opus_repacketizer_get_size in -lopus aconfigure:9998: gcc -o conftest -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c -lopus -lssl -lcrypto -luuid -lm -lrt -lpthread >&5 /usr/bin/ld: cannot find -lopus: No such file or directory collect2: error: ld returned 1 exit status aconfigure:9998: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | #define PJ_HAS_NET_IF_H 1 | #define PJ_HAS_LOCALTIME_R 1 | #define PJ_OS_NAME "x86_64-unknown-linux-gnu" | #define PJ_HAS_ERRNO_VAR 1 | #define PJ_HAS_HIGH_RES_TIMER 1 | #define PJ_HAS_MALLOC 1 | #define PJ_NATIVE_STRING_IS_UNICODE 0 | #define PJ_ATOMIC_VALUE_TYPE long | #define PJ_SOCK_HAS_INET_ATON 1 | #define PJ_SOCK_HAS_INET_PTON 1 | #define PJ_SOCK_HAS_INET_NTOP 1 | #define PJ_SOCK_HAS_GETADDRINFO 1 | #define PJ_SOCK_HAS_SOCKETPAIR 1 | #define PJ_HAS_SOCKLEN_T 1 | #define PJ_SOCK_HAS_IPV6_V6ONLY 1 | #define PJ_HAS_SO_ERROR 1 | #define PJ_EMULATE_RWMUTEX 0 | #define PJ_HAS_SSL_SOCK 1 | #define PJ_SSL_SOCK_IMP PJ_SSL_SOCK_IMP_OPENSSL | #define PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 0 | #define PJMEDIA_HAS_OPENCORE_AMRWB_CODEC 0 | #define PJMEDIA_HAS_SILK_CODEC 0 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char opus_repacketizer_get_size (); | int | main (void) | { | return opus_repacketizer_get_size (); | ; | return 0; | } aconfigure:10008: result: no aconfigure:10022: result: OPUS library not found, OPUS support disabled aconfigure:10072: checking bcg729 usability aconfigure:10099: gcc -o conftest -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c -lbcg729 -lssl -lcrypto -luuid -lm -lrt -lpthread >&5 conftest.c:83:10: fatal error: bcg729/encoder.h: No such file or directory 83 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. aconfigure:10099: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | #define PJ_HAS_NET_IF_H 1 | #define PJ_HAS_LOCALTIME_R 1 | #define PJ_OS_NAME "x86_64-unknown-linux-gnu" | #define PJ_HAS_ERRNO_VAR 1 | #define PJ_HAS_HIGH_RES_TIMER 1 | #define PJ_HAS_MALLOC 1 | #define PJ_NATIVE_STRING_IS_UNICODE 0 | #define PJ_ATOMIC_VALUE_TYPE long | #define PJ_SOCK_HAS_INET_ATON 1 | #define PJ_SOCK_HAS_INET_PTON 1 | #define PJ_SOCK_HAS_INET_NTOP 1 | #define PJ_SOCK_HAS_GETADDRINFO 1 | #define PJ_SOCK_HAS_SOCKETPAIR 1 | #define PJ_HAS_SOCKLEN_T 1 | #define PJ_SOCK_HAS_IPV6_V6ONLY 1 | #define PJ_HAS_SO_ERROR 1 | #define PJ_EMULATE_RWMUTEX 0 | #define PJ_HAS_SSL_SOCK 1 | #define PJ_SSL_SOCK_IMP PJ_SSL_SOCK_IMP_OPENSSL | #define PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 0 | #define PJMEDIA_HAS_OPENCORE_AMRWB_CODEC 0 | #define PJMEDIA_HAS_SILK_CODEC 0 | #define PJMEDIA_HAS_OPUS_CODEC 0 | /* end confdefs.h. */ | #include | #include | | int | main (void) | { | initBcg729EncoderChannel(0); | | ; | return 0; | } aconfigure:10115: result: no aconfigure:10169: checking lyra usability aconfigure:10203: g++ -o conftest -g -O2 conftest.cpp -llyra -lssl -lcrypto -luuid -lm -lrt -lpthread >&5 conftest.cpp:84:10: fatal error: lyra_decoder.h: No such file or directory 84 | #include "lyra_decoder.h" | ^~~~~~~~~~~~~~~~ compilation terminated. aconfigure:10203: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | #define PJ_HAS_NET_IF_H 1 | #define PJ_HAS_LOCALTIME_R 1 | #define PJ_OS_NAME "x86_64-unknown-linux-gnu" | #define PJ_HAS_ERRNO_VAR 1 | #define PJ_HAS_HIGH_RES_TIMER 1 | #define PJ_HAS_MALLOC 1 | #define PJ_NATIVE_STRING_IS_UNICODE 0 | #define PJ_ATOMIC_VALUE_TYPE long | #define PJ_SOCK_HAS_INET_ATON 1 | #define PJ_SOCK_HAS_INET_PTON 1 | #define PJ_SOCK_HAS_INET_NTOP 1 | #define PJ_SOCK_HAS_GETADDRINFO 1 | #define PJ_SOCK_HAS_SOCKETPAIR 1 | #define PJ_HAS_SOCKLEN_T 1 | #define PJ_SOCK_HAS_IPV6_V6ONLY 1 | #define PJ_HAS_SO_ERROR 1 | #define PJ_EMULATE_RWMUTEX 0 | #define PJ_HAS_SSL_SOCK 1 | #define PJ_SSL_SOCK_IMP PJ_SSL_SOCK_IMP_OPENSSL | #define PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 0 | #define PJMEDIA_HAS_OPENCORE_AMRWB_CODEC 0 | #define PJMEDIA_HAS_SILK_CODEC 0 | #define PJMEDIA_HAS_OPUS_CODEC 0 | #define PJMEDIA_HAS_BCG729 0 | /* end confdefs.h. */ | #include "lyra_decoder.h" | | int | main (void) | { | std::unique_ptr dec = chromemedia::codec::LyraDecoder::Create(8000,1,""); | | ; | return 0; | } aconfigure:10220: result: no aconfigure:10250: result: Checking if libsrtp is disabled...no aconfigure:10268: result: Checking if libyuv is disabled...no aconfigure:10290: result: Checking if libwebrtc is disabled...no aconfigure:10496: result: Checking if libwebrtc-aec3 is enabled...no aconfigure:10505: checking if select() needs correct nfds aconfigure:10515: result: no (default) aconfigure:10517: result: ** Decided that select() doesn't need correct nfds (please check) aconfigure:10522: checking if pj_thread_create() should enforce stack size aconfigure:10532: result: no (default) aconfigure:10537: checking if pj_thread_create() should allocate stack aconfigure:10547: result: no (default) aconfigure:10559: result: ** Setting non-blocking recv() retval to EAGAIN (please check) aconfigure:10571: result: ** Setting non-blocking connect() retval to EINPROGRESS (please check) aconfigure:10579: checking for pthread_np.h aconfigure:10579: gcc -c -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c >&5 conftest.c:118:10: fatal error: pthread_np.h: No such file or directory 118 | #include | ^~~~~~~~~~~~~~ compilation terminated. aconfigure:10579: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | #define PJ_HAS_NET_IF_H 1 | #define PJ_HAS_LOCALTIME_R 1 | #define PJ_OS_NAME "x86_64-unknown-linux-gnu" | #define PJ_HAS_ERRNO_VAR 1 | #define PJ_HAS_HIGH_RES_TIMER 1 | #define PJ_HAS_MALLOC 1 | #define PJ_NATIVE_STRING_IS_UNICODE 0 | #define PJ_ATOMIC_VALUE_TYPE long | #define PJ_SOCK_HAS_INET_ATON 1 | #define PJ_SOCK_HAS_INET_PTON 1 | #define PJ_SOCK_HAS_INET_NTOP 1 | #define PJ_SOCK_HAS_GETADDRINFO 1 | #define PJ_SOCK_HAS_SOCKETPAIR 1 | #define PJ_HAS_SOCKLEN_T 1 | #define PJ_SOCK_HAS_IPV6_V6ONLY 1 | #define PJ_HAS_SO_ERROR 1 | #define PJ_EMULATE_RWMUTEX 0 | #define PJ_HAS_SSL_SOCK 1 | #define PJ_SSL_SOCK_IMP PJ_SSL_SOCK_IMP_OPENSSL | #define PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 0 | #define PJMEDIA_HAS_OPENCORE_AMRWB_CODEC 0 | #define PJMEDIA_HAS_SILK_CODEC 0 | #define PJMEDIA_HAS_OPUS_CODEC 0 | #define PJMEDIA_HAS_BCG729 0 | #define PJMEDIA_HAS_LIBWEBRTC_AEC3 0 | #define PJ_SELECT_NEEDS_NFDS 0 | #define PJ_THREAD_SET_STACK_SIZE 0 | #define PJ_THREAD_ALLOCATE_STACK 0 | #define PJ_BLOCKING_ERROR_VAL EAGAIN | #define PJ_BLOCKING_CONNECT_ERROR_VAL EINPROGRESS | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include aconfigure:10579: result: no aconfigure:10586: checking for pthread_setname_np aconfigure:10586: gcc -o conftest -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c -lssl -lcrypto -luuid -lm -lrt -lpthread >&5 aconfigure:10586: $? = 0 aconfigure:10586: result: yes aconfigure:10593: checking for pthread_set_name_np aconfigure:10593: gcc -o conftest -fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1 conftest.c -lssl -lcrypto -luuid -lm -lrt -lpthread >&5 /usr/bin/ld: /tmp/ccgDOlBT.o: in function `main': conftest.c:(.text+0xa): undefined reference to `pthread_set_name_np' collect2: error: ld returned 1 exit status aconfigure:10593: $? = 1 aconfigure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pjproject" | #define PACKAGE_TARNAME "pjproject" | #define PACKAGE_VERSION "2.x" | #define PACKAGE_STRING "pjproject 2.x" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBUUID 1 | #define PJ_M_NAME "x86_64" | #define PJ_POOL_ALIGNMENT 8 | #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 PJ_LINUX 1 | #define PJ_HAS_FLOATING_POINT 1 | #define PJ_HAS_ARPA_INET_H 1 | #define PJ_HAS_ASSERT_H 1 | #define PJ_HAS_CTYPE_H 1 | #define PJ_HAS_ERRNO_H 1 | #define PJ_HAS_FCNTL_H 1 | #define PJ_HAS_LINUX_SOCKET_H 1 | #define PJ_HAS_LIMITS_H 1 | #define PJ_HAS_MALLOC_H 1 | #define PJ_HAS_NETDB_H 1 | #define PJ_HAS_NETINET_IN_SYSTM_H 1 | #define PJ_HAS_NETINET_IN_H 1 | #define PJ_HAS_NETINET_IP_H 1 | #define PJ_HAS_NETINET_TCP_H 1 | #define PJ_HAS_IFADDRS_H 1 | #define PJ_HAS_SEMAPHORE_H 1 | #define PJ_HAS_SETJMP_H 1 | #define PJ_HAS_STDARG_H 1 | #define PJ_HAS_STDDEF_H 1 | #define PJ_HAS_STDIO_H 1 | #define PJ_HAS_STDINT_H 1 | #define PJ_HAS_STDLIB_H 1 | #define PJ_HAS_STRING_H 1 | #define PJ_HAS_INTTYPES_H 1 | #define PJ_HAS_SYS_IOCTL_H 1 | #define PJ_HAS_SYS_SELECT_H 1 | #define PJ_HAS_SYS_SOCKET_H 1 | #define PJ_HAS_SYS_TIME_H 1 | #define PJ_HAS_SYS_TIMEB_H 1 | #define PJ_HAS_SYS_TYPES_H 1 | #define PJ_HAS_SYS_UTSNAME_H 1 | #define PJ_HAS_TIME_H 1 | #define PJ_HAS_UNISTD_H 1 | #define PJ_HAS_EXECINFO_H 1 | #define PJ_HAS_NET_IF_H 1 | #define PJ_HAS_LOCALTIME_R 1 | #define PJ_OS_NAME "x86_64-unknown-linux-gnu" | #define PJ_HAS_ERRNO_VAR 1 | #define PJ_HAS_HIGH_RES_TIMER 1 | #define PJ_HAS_MALLOC 1 | #define PJ_NATIVE_STRING_IS_UNICODE 0 | #define PJ_ATOMIC_VALUE_TYPE long | #define PJ_SOCK_HAS_INET_ATON 1 | #define PJ_SOCK_HAS_INET_PTON 1 | #define PJ_SOCK_HAS_INET_NTOP 1 | #define PJ_SOCK_HAS_GETADDRINFO 1 | #define PJ_SOCK_HAS_SOCKETPAIR 1 | #define PJ_HAS_SOCKLEN_T 1 | #define PJ_SOCK_HAS_IPV6_V6ONLY 1 | #define PJ_HAS_SO_ERROR 1 | #define PJ_EMULATE_RWMUTEX 0 | #define PJ_HAS_SSL_SOCK 1 | #define PJ_SSL_SOCK_IMP PJ_SSL_SOCK_IMP_OPENSSL | #define PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 0 | #define PJMEDIA_HAS_OPENCORE_AMRWB_CODEC 0 | #define PJMEDIA_HAS_SILK_CODEC 0 | #define PJMEDIA_HAS_OPUS_CODEC 0 | #define PJMEDIA_HAS_BCG729 0 | #define PJMEDIA_HAS_LIBWEBRTC_AEC3 0 | #define PJ_SELECT_NEEDS_NFDS 0 | #define PJ_THREAD_SET_STACK_SIZE 0 | #define PJ_THREAD_ALLOCATE_STACK 0 | #define PJ_BLOCKING_ERROR_VAL EAGAIN | #define PJ_BLOCKING_CONNECT_ERROR_VAL EINPROGRESS | #define PJ_HAS_PTHREAD_SETNAME_NP 1 | /* end confdefs.h. */ | /* Define pthread_set_name_np to an innocuous variant, in case declares pthread_set_name_np. | For example, HP-UX 11i declares gettimeofday. */ | #define pthread_set_name_np innocuous_pthread_set_name_np | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pthread_set_name_np (); below. */ | | #include | #undef pthread_set_name_np | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pthread_set_name_np (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_pthread_set_name_np || defined __stub___pthread_set_name_np | choke me | #endif | | int | main (void) | { | return pthread_set_name_np (); | ; | return 0; | } aconfigure:10593: result: no aconfigure:10726: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by pjproject config.status 2.x, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on docker-desktop config.status:1002: creating build.mak config.status:1002: creating build/os-auto.mak config.status:1002: creating build/cc-auto.mak config.status:1002: creating pjlib/build/os-auto.mak config.status:1002: creating pjlib-util/build/os-auto.mak config.status:1002: creating pjmedia/build/os-auto.mak config.status:1002: creating pjsip/build/os-auto.mak config.status:1002: creating third_party/build/os-auto.mak config.status:1002: creating pjlib/include/pj/compat/os_auto.h config.status:1172: pjlib/include/pj/compat/os_auto.h is unchanged config.status:1002: creating pjlib/include/pj/compat/m_auto.h config.status:1172: pjlib/include/pj/compat/m_auto.h is unchanged config.status:1002: creating pjmedia/include/pjmedia/config_auto.h config.status:1172: pjmedia/include/pjmedia/config_auto.h is unchanged config.status:1002: creating pjmedia/include/pjmedia-codec/config_auto.h config.status:1172: pjmedia/include/pjmedia-codec/config_auto.h is unchanged config.status:1002: creating pjsip/include/pjsip/sip_autoconf.h config.status:1172: pjsip/include/pjsip/sip_autoconf.h is unchanged aconfigure:11892: result: Configurations for current target have been written to 'build.mak', and 'os-auto.mak' in various build directories, and pjlib/include/pj/compat/os_auto.h. Further customizations can be put in: - 'user.mak' - 'pjlib/include/pj/config_site.h' The next step now is to run 'make dep' and 'make'. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fPIC ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_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_getifaddrs=yes ac_cv_func_localtime_r=yes ac_cv_func_pthread_set_name_np=no ac_cv_func_pthread_setname_np=yes ac_cv_header_SKP_Silk_SDK_API_h=no ac_cv_header_alsa_version_h=no ac_cv_header_arpa_inet_h=yes ac_cv_header_assert_h=yes ac_cv_header_ctype_h=yes ac_cv_header_errno_h=yes ac_cv_header_execinfo_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_ifaddrs_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_linux_socket_h=yes ac_cv_header_linux_soundcard_h=yes ac_cv_header_machine_soundcard_h=no ac_cv_header_malloc_h=yes ac_cv_header_mswsock_h=no ac_cv_header_net_if_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_netinet_in_systm_h=yes ac_cv_header_netinet_ip_h=yes ac_cv_header_netinet_tcp_h=yes ac_cv_header_opencore_amrnb_interf_enc_h=no ac_cv_header_opencore_amrwb_dec_if_h=no ac_cv_header_openssl_ssl_h=yes ac_cv_header_opus_opus_h=no ac_cv_header_pthread_np_h=no ac_cv_header_semaphore_h=yes ac_cv_header_setjmp_h=yes ac_cv_header_stdarg_h=yes ac_cv_header_stddef_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_filio_h=no ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_sockio_h=no ac_cv_header_sys_soundcard_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_timeb_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_utsname_h=yes ac_cv_header_time_h=yes ac_cv_header_unistd_h=yes ac_cv_header_uuid_uuid_h=yes ac_cv_header_vo_amrwbenc_enc_if_h=no ac_cv_header_winsock2_h=no ac_cv_header_winsock_h=no ac_cv_header_ws2tcpip_h=no ac_cv_host=x86_64-unknown-linux-gnu ac_cv_lib_SKP_SILK_SDK_SKP_Silk_SDK_get_version=no ac_cv_lib_crypto_ERR_load_BIO_strings=yes ac_cv_lib_crypto_EVP_aes_128_gcm=yes ac_cv_lib_m_sin=yes ac_cv_lib_ole32_puts=no ac_cv_lib_opencore_amrnb_Encoder_Interface_init=no ac_cv_lib_opencore_amrwb_D_IF_init=no ac_cv_lib_opus_opus_repacketizer_get_size=no ac_cv_lib_pthread_pthread_create=yes ac_cv_lib_rt_puts=yes ac_cv_lib_socket_puts=no ac_cv_lib_ssl_SSL_CTX_new=yes ac_cv_lib_uuid_uuid_generate=yes ac_cv_lib_v4l2_v4l2_open=no ac_cv_lib_vo_amrwbenc_E_IF_init=no ac_cv_lib_winmm_puts=no ac_cv_lib_ws2_32_puts=no ac_cv_lib_wsock32_puts=no ac_cv_objext=o ac_cv_prog_PKG_CONFIG=pkg-config ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c11= ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_11=no ac_cv_prog_cxx_cxx11= ac_cv_prog_cxx_g=yes ac_cv_prog_cxx_stdcxx= ac_cv_search_gethostbyname='none required' ac_cv_target=x86_64-unknown-linux-gnu ac_cv_type_enum_AVPixelFormat=no ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' AR_FLAGS='rv' CC='gcc' CC_CFLAGS='-Wall' CC_DEF='-D' CC_INC='-I' CC_OPTIMIZE='-O2' CC_OUT='-c -o ' CFLAGS='-fPIC -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1' CPPFLAGS='' CXX='g++' CXXFLAGS='-g -O2' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EXEEXT='' LD='g++' LDFLAGS='' LDOUT='-o ' LIBEXT2='' LIBEXT='a' LIBOBJS='' LIBS='-lssl -lcrypto -luuid -lm -lrt -lpthread ' LTLIBOBJS='' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='pjproject' PACKAGE_STRING='pjproject 2.x' PACKAGE_TARNAME='pjproject' PACKAGE_URL='' PACKAGE_VERSION='2.x' PATH_SEPARATOR=':' PKG_CONFIG='pkg-config' RANLIB='ranlib' SAVED_PKG_CONFIG_PATH='' SDL_CONFIG='' SHELL='/bin/bash' ac_android_cflags='' ac_build_mak_vars='' ac_cflags=' -DPJ_IS_BIG_ENDIAN=0 -DPJ_IS_LITTLE_ENDIAN=1' ac_cross_compile='' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_darwin_cflags='' ac_dshow_cflags='' ac_dshow_ldflags='' ac_external_gsm='0' ac_external_pa='0' ac_external_speex='0' ac_external_srtp='0' ac_external_srtp_lib='' ac_external_webrtc='0' ac_external_webrtc_aec3='0' ac_external_yuv='0' ac_ffmpeg_cflags=' -DPJMEDIA_USE_OLD_FFMPEG=1' ac_ffmpeg_ldflags=' ' ac_has_ffmpeg='' ac_host='unix' ac_linux_poll='select' ac_lyra_model_path='' ac_main_obj='main.o' ac_no_bcg729='1' ac_no_g711_codec='' ac_no_g7221_codec='' ac_no_g722_codec='' ac_no_gsm_codec='' ac_no_ilbc_codec='' ac_no_l16_codec='' ac_no_large_filter='' ac_no_lyra_codec='1' ac_no_mediacodec='' ac_no_opencore_amrnb='1' ac_no_opencore_amrwb='1' ac_no_opus='1' ac_no_pjsua2='' ac_no_silk='1' ac_no_small_filter='' ac_no_speex_aec='' ac_no_speex_codec='' ac_no_srtp='' ac_no_ssl='' ac_no_webrtc='' ac_no_webrtc_aec3='1' ac_no_yuv='' ac_oboe_cflags='' ac_oboe_ldflags='' ac_openh264_cflags='' ac_openh264_ldflags='' ac_os_objs='ioqueue_select.o file_access_unistd.o file_io_ansi.o os_core_unix.o os_error_unix.o os_time_unix.o os_timestamp_posix.o sock_qos_bsd.o guid_uuid.o' ac_pa_cflags=' -DHAVE_SYS_SOUNDCARD_H -DHAVE_LINUX_SOUNDCARD_H -DPA_LITTLE_ENDIAN' ac_pjdir='/code' ac_pjmedia_audiodev_objs='' ac_pjmedia_resample='libresample' ac_pjmedia_snd='null' ac_pjmedia_video='' ac_pjmedia_video_dev_has_dshow='' ac_pjmedia_video_has_android='' ac_pjmedia_video_has_darwin='' ac_pjmedia_video_has_ios_opengl='' ac_pjmedia_video_has_metal='' ac_pjmedia_video_has_qt='' ac_pjmedia_video_has_vtoolbox='' ac_qt_cflags='' ac_resample_dll='' ac_sdl_cflags='' ac_sdl_ldflags='' ac_shared_libraries='' ac_shlib_suffix='so' ac_srtp_deinit_present='' ac_srtp_shutdown_present='' ac_ssl_backend='openssl' ac_ssl_has_aes_gcm='1' ac_std_cpp_lib='' ac_target_arch='' ac_v4l2_cflags='' ac_v4l2_ldflags='' ac_vpx_cflags='' ac_vpx_ldflags='' ac_webrtc_aec3_cflags='' ac_webrtc_aec3_instset='' ac_webrtc_aec3_ldflags='' ac_webrtc_cflags='' ac_webrtc_instset='sse2' ac_webrtc_ldflags='' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' gnutls_h_present='' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libcrypto_present='1' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' libgnutls_present='' libssl_present='1' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' opencore_amrnb_h_present='' opencore_amrnb_present='' opencore_amrwb_dec_h_present='' opencore_amrwb_dec_present='' opencore_amrwb_enc_h_present='' opencore_amrwb_enc_present='' openssl_h_present='1' opus_h_present='' opus_present='' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' silk_h_present='' silk_present='' sysconfdir='${prefix}/etc' target='x86_64-unknown-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "pjproject" #define PACKAGE_TARNAME "pjproject" #define PACKAGE_VERSION "2.x" #define PACKAGE_STRING "pjproject 2.x" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define HAVE_LIBPTHREAD 1 #define HAVE_LIBRT 1 #define HAVE_LIBM 1 #define HAVE_LIBUUID 1 #define PJ_M_NAME "x86_64" #define PJ_POOL_ALIGNMENT 8 #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 PJ_LINUX 1 #define PJ_HAS_FLOATING_POINT 1 #define PJ_HAS_ARPA_INET_H 1 #define PJ_HAS_ASSERT_H 1 #define PJ_HAS_CTYPE_H 1 #define PJ_HAS_ERRNO_H 1 #define PJ_HAS_FCNTL_H 1 #define PJ_HAS_LINUX_SOCKET_H 1 #define PJ_HAS_LIMITS_H 1 #define PJ_HAS_MALLOC_H 1 #define PJ_HAS_NETDB_H 1 #define PJ_HAS_NETINET_IN_SYSTM_H 1 #define PJ_HAS_NETINET_IN_H 1 #define PJ_HAS_NETINET_IP_H 1 #define PJ_HAS_NETINET_TCP_H 1 #define PJ_HAS_IFADDRS_H 1 #define PJ_HAS_SEMAPHORE_H 1 #define PJ_HAS_SETJMP_H 1 #define PJ_HAS_STDARG_H 1 #define PJ_HAS_STDDEF_H 1 #define PJ_HAS_STDIO_H 1 #define PJ_HAS_STDINT_H 1 #define PJ_HAS_STDLIB_H 1 #define PJ_HAS_STRING_H 1 #define PJ_HAS_INTTYPES_H 1 #define PJ_HAS_SYS_IOCTL_H 1 #define PJ_HAS_SYS_SELECT_H 1 #define PJ_HAS_SYS_SOCKET_H 1 #define PJ_HAS_SYS_TIME_H 1 #define PJ_HAS_SYS_TIMEB_H 1 #define PJ_HAS_SYS_TYPES_H 1 #define PJ_HAS_SYS_UTSNAME_H 1 #define PJ_HAS_TIME_H 1 #define PJ_HAS_UNISTD_H 1 #define PJ_HAS_EXECINFO_H 1 #define PJ_HAS_NET_IF_H 1 #define PJ_HAS_LOCALTIME_R 1 #define PJ_OS_NAME "x86_64-unknown-linux-gnu" #define PJ_HAS_ERRNO_VAR 1 #define PJ_HAS_HIGH_RES_TIMER 1 #define PJ_HAS_MALLOC 1 #define PJ_NATIVE_STRING_IS_UNICODE 0 #define PJ_ATOMIC_VALUE_TYPE long #define PJ_SOCK_HAS_INET_ATON 1 #define PJ_SOCK_HAS_INET_PTON 1 #define PJ_SOCK_HAS_INET_NTOP 1 #define PJ_SOCK_HAS_GETADDRINFO 1 #define PJ_SOCK_HAS_SOCKETPAIR 1 #define PJ_HAS_SOCKLEN_T 1 #define PJ_SOCK_HAS_IPV6_V6ONLY 1 #define PJ_HAS_SO_ERROR 1 #define PJ_EMULATE_RWMUTEX 0 #define PJ_HAS_SSL_SOCK 1 #define PJ_SSL_SOCK_IMP PJ_SSL_SOCK_IMP_OPENSSL #define PJMEDIA_HAS_OPENCORE_AMRNB_CODEC 0 #define PJMEDIA_HAS_OPENCORE_AMRWB_CODEC 0 #define PJMEDIA_HAS_SILK_CODEC 0 #define PJMEDIA_HAS_OPUS_CODEC 0 #define PJMEDIA_HAS_BCG729 0 #define PJMEDIA_HAS_LIBWEBRTC_AEC3 0 #define PJ_SELECT_NEEDS_NFDS 0 #define PJ_THREAD_SET_STACK_SIZE 0 #define PJ_THREAD_ALLOCATE_STACK 0 #define PJ_BLOCKING_ERROR_VAL EAGAIN #define PJ_BLOCKING_CONNECT_ERROR_VAL EINPROGRESS #define PJ_HAS_PTHREAD_SETNAME_NP 1 aconfigure: exit 0