>>> Building on exopi-5 under audio/rnnoise BDEPENDS = [devel/automake/1.16;devel/metaauto;devel/autoconf/2.71;devel/libtool] DIST = [audio/rnnoise:rnnoise-0.2.tar.gz;audio/rnnoise:fix-build-372f7b4b76cde4ca1ec4605353dd17898a99de38.patch] FULLPKGNAME = rnnoise-0.2p0 (Junk lock failure for exopi-5 at 1731867600.4745) Received IO (Junk lock obtained for exopi-5 at 1731867603.30) Received IO Woken up audio/rnnoise >>> Running show-prepare-results in audio/rnnoise at 1731867606.42 ===> audio/rnnoise ===> Building from scratch rnnoise-0.2p0 ===> rnnoise-0.2p0 depends on: metaauto-* -> metaauto-1.0p4 ===> rnnoise-0.2p0 depends on: autoconf-2.71 -> autoconf-2.71p0 ===> rnnoise-0.2p0 depends on: automake->=1.16,<1.17 -> automake-1.16.5 ===> rnnoise-0.2p0 depends on: libtool-* -> libtool-2.4.2p2 ===> Verifying specs: m ===> found m.10.1 autoconf-2.71p0 automake-1.16.5 libtool-2.4.2p2 metaauto-1.0p4 (Junk lock released for exopi-5 at 1731867608.13) Woken up converters/p5-Unicode-Stringprep distfiles size=2298422 >>> Running extract in audio/rnnoise at 1731867608.17 ===> audio/rnnoise ===> Checking files for rnnoise-0.2p0 `/exopi-cvs/ports/distfiles/rnnoise-0.2.tar.gz' is up to date. `/exopi-cvs/ports/distfiles/fix-build-372f7b4b76cde4ca1ec4605353dd17898a99de38.patch' is up to date. >> (SHA256) all files: OK ===> Extracting for rnnoise-0.2p0 >>> Running patch in audio/rnnoise at 1731867609.03 ===> audio/rnnoise ===> Patching for rnnoise-0.2p0 ===> Applying distribution patches for rnnoise-0.2p0 ===> Applying distribution patch fix-build-372f7b4b76cde4ca1ec4605353dd17898a99de38.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 372f7b4b76cde4ca1ec4605353dd17898a99de38 Mon Sep 17 00:00:00 2001 |From: "Timothy B. Terriberry" |Date: Mon, 15 Apr 2024 11:27:25 -0700 |Subject: [PATCH] Fix compilation errors. | |vec_avx.h needs x86cpu.h, and x86cpu.h needs to detect SSE2 (or | greater) without the Opus macros. |Also, nobody was defining OPUS_CLEAR (but several things were | including the non-existent os_support.h where it is defined in | libopus), so replace those calls with RNN_CLEAR and remove the | erroneous includes. |Take the opportunity to hoist OPUS_GNUC_PREREQ to common.h, too, | since it is needed in multiple places now. | |Fixes GitHub #222 |--- | src/common.h | 8 ++++++++ | src/vec.h | 9 ++++----- | src/vec_avx.h | 2 +- | src/vec_neon.h | 5 +++-- | src/x86/x86cpu.h | 4 ++-- | 5 files changed, 18 insertions(+), 10 deletions(-) | |diff --git a/src/common.h b/src/common.h |index 5005bfff..f9095ca5 100644 |--- a/src/common.h |+++ b/src/common.h -------------------------- Patching file src/common.h using Plan A... Hunk #1 succeeded at 43. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/src/vec.h b/src/vec.h |index 8e96cbf3..71b7afbb 100644 |--- a/src/vec.h |+++ b/src/vec.h -------------------------- Patching file src/vec.h using Plan A... Hunk #1 succeeded at 30. Hunk #2 succeeded at 42. Hunk #3 succeeded at 49. Hunk #4 succeeded at 83. Hunk #5 succeeded at 123. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/src/vec_avx.h b/src/vec_avx.h |index b73a3533..a5040b45 100644 |--- a/src/vec_avx.h |+++ b/src/vec_avx.h -------------------------- Patching file src/vec_avx.h using Plan A... Hunk #1 succeeded at 34. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/src/vec_neon.h b/src/vec_neon.h |index e6432e2f..31b736c3 100644 |--- a/src/vec_neon.h |+++ b/src/vec_neon.h -------------------------- Patching file src/vec_neon.h using Plan A... Hunk #1 succeeded at 32. Hunk #2 succeeded at 303. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/src/x86/x86cpu.h b/src/x86/x86cpu.h |index 97dcdbde..e214abab 100644 |--- a/src/x86/x86cpu.h |+++ b/src/x86/x86cpu.h -------------------------- Patching file src/x86/x86cpu.h using Plan A... Hunk #1 succeeded at 36. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in audio/rnnoise at 1731867609.73 ===> audio/rnnoise ===> Generating configure for rnnoise-0.2p0 Running autoreconf-2.71 in /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' ===> Configuring for rnnoise-0.2p0 Using /exopi-obj/pobj/rnnoise-0.2/config.site (generated) configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/rnnoise-0.2/config.site checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for wchar.h... (cached) yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for a BSD-compatible install... /exopi-obj/pobj/rnnoise-0.2/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking dependency style of cc... gcc3 checking whether to enable maintainer-specific portions of Makefiles... yes checking for inline... inline checking build system type... x86_64-unknown-openbsd7.6 checking host system type... x86_64-unknown-openbsd7.6 checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 131072 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert x86_64-unknown-openbsd7.6 file names to x86_64-unknown-openbsd7.6 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd7.6 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... (cached) ar checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.6 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether make supports nested variables... (cached) yes checking if cc supports -pedantic flag... yes checking if cc supports -Wall flag... yes checking if cc supports -Wextra flag... yes checking if cc supports -Wno-sign-compare flag... yes checking if cc supports -Wno-parentheses flag... yes checking if cc supports -Wno-long-long flag... yes checking for cos in -lm... (cached) yes checking for cc way to treat warnings as errors... -errwarn=%all checking if cc supports __attribute__(( visibility("default") ))... yes checking if cc supports -fvisibility=hidden... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating rnnoise.pc config.status: creating rnnoise-uninstalled.pc config.status: creating doc/Doxyfile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: ------------------------------------------------------------------------ rnnoise 0.2: Automatic configuration OK. Assertions ................... no Hidden visibility ............ yes API code examples ............ no API documentation ............ no ------------------------------------------------------------------------ configure: WARNING: unrecognized options: --disable-gtk-doc >>> Running build in audio/rnnoise at 1731867637.68 ===> audio/rnnoise ===> Building for rnnoise-0.2p0 CDPATH="${ZSH_VERSION+.}:" && cd /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 && /bin/sh '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/missing' aclocal-1.16 -I m4 (CDPATH="${ZSH_VERSION+.}:" && cd /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 && /bin/sh '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/missing' autoheader) rm -f stamp-h1 touch /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/config.h.in CDPATH="${ZSH_VERSION+.}:" && cd /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 && /bin/sh '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/missing' autoconf /bin/sh ./config.status --recheck running CONFIG_SHELL=/bin/sh /bin/sh /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/configure --disable-doc --disable-examples --disable-x86-rtcd --prefix=/usr/local --sysconfdir=/etc --mandir=/usr/local/man --infodir=/usr/local/info --localstatedir=/var --disable-silent-rules --disable-gtk-doc CC=cc CFLAGS=-O2 -pipe --no-create --no-recursion configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/rnnoise-0.2/config.site checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for wchar.h... (cached) yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for a BSD-compatible install... /exopi-obj/pobj/rnnoise-0.2/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking dependency style of cc... gcc3 checking whether to enable maintainer-specific portions of Makefiles... yes checking for inline... inline checking build system type... x86_64-unknown-openbsd7.6 checking host system type... x86_64-unknown-openbsd7.6 checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 131072 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert x86_64-unknown-openbsd7.6 file names to x86_64-unknown-openbsd7.6 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd7.6 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... (cached) ar checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.6 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether make supports nested variables... (cached) yes checking if cc supports -pedantic flag... yes checking if cc supports -Wall flag... yes checking if cc supports -Wextra flag... yes checking if cc supports -Wno-sign-compare flag... yes checking if cc supports -Wno-parentheses flag... yes checking if cc supports -Wno-long-long flag... yes checking for cos in -lm... (cached) yes checking for cc way to treat warnings as errors... -errwarn=%all checking if cc supports __attribute__(( visibility("default") ))... yes checking if cc supports -fvisibility=hidden... yes checking that generated files are newer than configure... done configure: creating ./config.status configure: ------------------------------------------------------------------------ rnnoise 0.2: Automatic configuration OK. Assertions ................... no Hidden visibility ............ yes API code examples ............ no API documentation ............ no ------------------------------------------------------------------------ configure: WARNING: unrecognized options: --disable-gtk-doc cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged /usr/bin/make all-am CDPATH="${ZSH_VERSION+.}:" && cd /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 && /bin/sh '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/missing' aclocal-1.16 -I m4 cd /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 && /bin/sh /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/missing automake-1.16 --foreign CDPATH="${ZSH_VERSION+.}:" && cd /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 && /bin/sh '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/missing' autoconf /bin/sh ./config.status --recheck running CONFIG_SHELL=/bin/sh /bin/sh /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/configure --disable-doc --disable-examples --disable-x86-rtcd --prefix=/usr/local --sysconfdir=/etc --mandir=/usr/local/man --infodir=/usr/local/info --localstatedir=/var --disable-silent-rules --disable-gtk-doc CC=cc CFLAGS=-O2 -pipe --no-create --no-recursion configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/rnnoise-0.2/config.site checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for wchar.h... (cached) yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for a BSD-compatible install... /exopi-obj/pobj/rnnoise-0.2/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking dependency style of cc... gcc3 checking whether to enable maintainer-specific portions of Makefiles... yes checking for inline... inline checking build system type... x86_64-unknown-openbsd7.6 checking host system type... x86_64-unknown-openbsd7.6 checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 131072 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert x86_64-unknown-openbsd7.6 file names to x86_64-unknown-openbsd7.6 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd7.6 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... (cached) ar checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.6 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether make supports nested variables... (cached) yes checking if cc supports -pedantic flag... yes checking if cc supports -Wall flag... yes checking if cc supports -Wextra flag... yes checking if cc supports -Wno-sign-compare flag... yes checking if cc supports -Wno-parentheses flag... yes checking if cc supports -Wno-long-long flag... yes checking for cos in -lm... (cached) yes checking for cc way to treat warnings as errors... -errwarn=%all checking if cc supports __attribute__(( visibility("default") ))... yes checking if cc supports -fvisibility=hidden... yes checking that generated files are newer than configure... done configure: creating ./config.status configure: WARNING: unrecognized options: --disable-gtk-doc configure: ------------------------------------------------------------------------ rnnoise 0.2: Automatic configuration OK. Assertions ................... no Hidden visibility ............ yes API code examples ............ no API documentation ............ no ------------------------------------------------------------------------ /bin/sh ./config.status config.status: creating Makefile config.status: creating rnnoise.pc config.status: creating rnnoise-uninstalled.pc config.status: creating doc/Doxyfile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -DTRAINING -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/dump_features-dump_features.o -MD -MP -MF src/.deps/dump_features-dump_features.Tpo -c -o src/dump_features-dump_features.o `test -f 'src/dump_features.c' || echo '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/'`src/dump_features.c In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/dump_features.c:38: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/dump_features.c:40: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/dump_features.c:151:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static float uni_rand() { ^ void 5 warnings generated. mv -f src/.deps/dump_features-dump_features.Tpo src/.deps/dump_features-dump_features.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -DTRAINING -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/dump_features-denoise.o -MD -MP -MF src/.deps/dump_features-denoise.Tpo -c -o src/dump_features-denoise.o `test -f 'src/denoise.c' || echo '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/'`src/denoise.c In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:38: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:38: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:277:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int rnnoise_get_size() { ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:281:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int rnnoise_get_frame_size() { ^ void 6 warnings generated. mv -f src/.deps/dump_features-denoise.Tpo src/.deps/dump_features-denoise.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -DTRAINING -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/dump_features-pitch.o -MD -MP -MF src/.deps/dump_features-pitch.Tpo -c -o src/dump_features-pitch.o `test -f 'src/pitch.c' || echo '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/'`src/pitch.c In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c:40: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c:40: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 4 warnings generated. mv -f src/.deps/dump_features-pitch.Tpo src/.deps/dump_features-pitch.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -DTRAINING -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/dump_features-celt_lpc.o -MD -MP -MF src/.deps/dump_features-celt_lpc.Tpo -c -o src/dump_features-celt_lpc.o `test -f 'src/celt_lpc.c' || echo '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/'`src/celt_lpc.c In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 4 warnings generated. mv -f src/.deps/dump_features-celt_lpc.Tpo src/.deps/dump_features-celt_lpc.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -DTRAINING -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/dump_features-kiss_fft.o -MD -MP -MF src/.deps/dump_features-kiss_fft.Tpo -c -o src/dump_features-kiss_fft.o `test -f 'src/kiss_fft.c' || echo '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/'`src/kiss_fft.c mv -f src/.deps/dump_features-kiss_fft.Tpo src/.deps/dump_features-kiss_fft.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -DTRAINING -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/dump_features-parse_lpcnet_weights.o -MD -MP -MF src/.deps/dump_features-parse_lpcnet_weights.Tpo -c -o src/dump_features-parse_lpcnet_weights.o `test -f 'src/parse_lpcnet_weights.c' || echo '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/'`src/parse_lpcnet_weights.c In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/parse_lpcnet_weights.c:33: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. mv -f src/.deps/dump_features-parse_lpcnet_weights.Tpo src/.deps/dump_features-parse_lpcnet_weights.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -DTRAINING -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/dump_features-rnnoise_tables.o -MD -MP -MF src/.deps/dump_features-rnnoise_tables.Tpo -c -o src/dump_features-rnnoise_tables.o `test -f 'src/rnnoise_tables.c' || echo '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/'`src/rnnoise_tables.c mv -f src/.deps/dump_features-rnnoise_tables.Tpo src/.deps/dump_features-rnnoise_tables.Po /usr/bin/libtool --tag=CC --mode=link cc -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -DTRAINING -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -o dump_features src/dump_features-dump_features.o src/dump_features-denoise.o src/dump_features-pitch.o src/dump_features-celt_lpc.o src/dump_features-kiss_fft.o src/dump_features-parse_lpcnet_weights.o src/dump_features-rnnoise_tables.o -lm libtool: link: cc -o dump_features -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -DTRAINING -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden src/dump_features-dump_features.o src/dump_features-denoise.o src/dump_features-pitch.o src/dump_features-celt_lpc.o src/dump_features-kiss_fft.o src/dump_features-parse_lpcnet_weights.o src/dump_features-rnnoise_tables.o -L.libs -lm ld: warning: dump_features.c(src/dump_features-dump_features.o:(main)): warning: rand() may return deterministic values, is that what you want? cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -DDUMP_BINARY_WEIGHTS -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/dump_weights_blob-write_weights.o -MD -MP -MF src/.deps/dump_weights_blob-write_weights.Tpo -c -o src/dump_weights_blob-write_weights.o `test -f 'src/write_weights.c' || echo '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/'`src/write_weights.c In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/write_weights.c:34: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. mv -f src/.deps/dump_weights_blob-write_weights.Tpo src/.deps/dump_weights_blob-write_weights.Po /usr/bin/libtool --tag=CC --mode=link cc -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -DDUMP_BINARY_WEIGHTS -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -o dump_weights_blob src/dump_weights_blob-write_weights.o -lm libtool: link: cc -o dump_weights_blob -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -DDUMP_BINARY_WEIGHTS -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden src/dump_weights_blob-write_weights.o -L.libs -lm depbase=`echo src/denoise.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/denoise.lo -MD -MP -MF $depbase.Tpo -c -o src/denoise.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/denoise.lo -MD -MP -MF src/.deps/denoise.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c -fPIC -DPIC -o src/.libs/denoise.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:38: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:38: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:277:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int rnnoise_get_size() { ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:281:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int rnnoise_get_frame_size() { ^ void 6 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/denoise.lo -MD -MP -MF src/.deps/denoise.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c -o src/denoise.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:38: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:38: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:277:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int rnnoise_get_size() { ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:281:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int rnnoise_get_frame_size() { ^ void 6 warnings generated. depbase=`echo src/rnn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnn.lo -MD -MP -MF $depbase.Tpo -c -o src/rnn.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnn.lo -MD -MP -MF src/.deps/rnn.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c -fPIC -DPIC -o src/.libs/rnn.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.h:30: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.h:31: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.h:5: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 4 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnn.lo -MD -MP -MF src/.deps/rnn.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c -o src/rnn.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.h:30: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.h:31: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.h:5: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 4 warnings generated. depbase=`echo src/pitch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/pitch.lo -MD -MP -MF $depbase.Tpo -c -o src/pitch.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/pitch.lo -MD -MP -MF src/.deps/pitch.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c -fPIC -DPIC -o src/.libs/pitch.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c:40: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c:40: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 4 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/pitch.lo -MD -MP -MF src/.deps/pitch.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c -o src/pitch.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c:40: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c:40: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 4 warnings generated. depbase=`echo src/kiss_fft.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/kiss_fft.lo -MD -MP -MF $depbase.Tpo -c -o src/kiss_fft.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/kiss_fft.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/kiss_fft.lo -MD -MP -MF src/.deps/kiss_fft.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/kiss_fft.c -fPIC -DPIC -o src/.libs/kiss_fft.o cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/kiss_fft.lo -MD -MP -MF src/.deps/kiss_fft.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/kiss_fft.c -o src/kiss_fft.o depbase=`echo src/celt_lpc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/celt_lpc.lo -MD -MP -MF $depbase.Tpo -c -o src/celt_lpc.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/celt_lpc.lo -MD -MP -MF src/.deps/celt_lpc.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c -fPIC -DPIC -o src/.libs/celt_lpc.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 4 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/celt_lpc.lo -MD -MP -MF src/.deps/celt_lpc.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c -o src/celt_lpc.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 4 warnings generated. depbase=`echo src/nnet.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/nnet.lo -MD -MP -MF $depbase.Tpo -c -o src/nnet.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/nnet.lo -MD -MP -MF src/.deps/nnet.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.c -fPIC -DPIC -o src/.libs/nnet.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.c:37: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/nnet.lo -MD -MP -MF src/.deps/nnet.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.c -o src/nnet.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.c:37: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. depbase=`echo src/nnet_default.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/nnet_default.lo -MD -MP -MF $depbase.Tpo -c -o src/nnet_default.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet_default.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/nnet_default.lo -MD -MP -MF src/.deps/nnet_default.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet_default.c -fPIC -DPIC -o src/.libs/nnet_default.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet_default.c:35: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet_arch.h:31: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/nnet_default.lo -MD -MP -MF src/.deps/nnet_default.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet_default.c -o src/nnet_default.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet_default.c:35: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet_arch.h:31: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. depbase=`echo src/parse_lpcnet_weights.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/parse_lpcnet_weights.lo -MD -MP -MF $depbase.Tpo -c -o src/parse_lpcnet_weights.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/parse_lpcnet_weights.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/parse_lpcnet_weights.lo -MD -MP -MF src/.deps/parse_lpcnet_weights.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/parse_lpcnet_weights.c -fPIC -DPIC -o src/.libs/parse_lpcnet_weights.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/parse_lpcnet_weights.c:33: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/parse_lpcnet_weights.lo -MD -MP -MF src/.deps/parse_lpcnet_weights.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/parse_lpcnet_weights.c -o src/parse_lpcnet_weights.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/parse_lpcnet_weights.c:33: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. depbase=`echo src/rnnoise_data.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnnoise_data.lo -MD -MP -MF $depbase.Tpo -c -o src/rnnoise_data.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnnoise_data.lo -MD -MP -MF src/.deps/rnnoise_data.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.c -fPIC -DPIC -o src/.libs/rnnoise_data.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.c:6: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.h:5: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnnoise_data.lo -MD -MP -MF src/.deps/rnnoise_data.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.c -o src/rnnoise_data.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.c:6: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.h:5: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. depbase=`echo src/rnnoise_tables.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnnoise_tables.lo -MD -MP -MF $depbase.Tpo -c -o src/rnnoise_tables.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_tables.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnnoise_tables.lo -MD -MP -MF src/.deps/rnnoise_tables.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_tables.c -fPIC -DPIC -o src/.libs/rnnoise_tables.o cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnnoise_tables.lo -MD -MP -MF src/.deps/rnnoise_tables.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_tables.c -o src/rnnoise_tables.o /usr/bin/libtool --tag=CC --mode=link cc -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -no-undefined -version-info 4:1:4 -o librnnoise.la -rpath /usr/local/lib src/denoise.lo src/rnn.lo src/pitch.lo src/kiss_fft.lo src/celt_lpc.lo src/nnet.lo src/nnet_default.lo src/parse_lpcnet_weights.lo src/rnnoise_data.lo src/rnnoise_tables.lo -lm libtool: link: cc -shared -fPIC -DPIC -o .libs/librnnoise.so.0.1 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden src/.libs/denoise.o src/.libs/rnn.o src/.libs/pitch.o src/.libs/kiss_fft.o src/.libs/celt_lpc.o src/.libs/nnet.o src/.libs/nnet_default.o src/.libs/parse_lpcnet_weights.o src/.libs/rnnoise_data.o src/.libs/rnnoise_tables.o -L.libs -lm -Wl,-soname,librnnoise.so.0.1 libtool: link: ar cru .libs/librnnoise.a src/denoise.o src/rnn.o src/pitch.o src/kiss_fft.o src/celt_lpc.o src/nnet.o src/nnet_default.o src/parse_lpcnet_weights.o src/rnnoise_data.o src/rnnoise_tables.o libtool: link: ranlib .libs/librnnoise.a (CDPATH="${ZSH_VERSION+.}:" && cd /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 && /bin/sh '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/missing' autoheader) rm -f stamp-h1 touch /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/config.h.in cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged >>> Running fake in audio/rnnoise at 1731867697.69 ===> audio/rnnoise ===> Faking installation for rnnoise-0.2p0 CDPATH="${ZSH_VERSION+.}:" && cd /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 && /bin/sh '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/missing' aclocal-1.16 -I m4 cd /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 && /bin/sh /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/missing automake-1.16 --foreign CDPATH="${ZSH_VERSION+.}:" && cd /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 && /bin/sh '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/missing' autoconf /bin/sh ./config.status --recheck running CONFIG_SHELL=/bin/sh /bin/sh /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/configure --disable-doc --disable-examples --disable-x86-rtcd --prefix=/usr/local --sysconfdir=/etc --mandir=/usr/local/man --infodir=/usr/local/info --localstatedir=/var --disable-silent-rules --disable-gtk-doc CC=cc CFLAGS=-O2 -pipe --no-create --no-recursion configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/rnnoise-0.2/config.site checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for wchar.h... (cached) yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for a BSD-compatible install... /exopi-obj/pobj/rnnoise-0.2/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking dependency style of cc... gcc3 checking whether to enable maintainer-specific portions of Makefiles... yes checking for inline... inline checking build system type... x86_64-unknown-openbsd7.6 checking host system type... x86_64-unknown-openbsd7.6 checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 131072 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert x86_64-unknown-openbsd7.6 file names to x86_64-unknown-openbsd7.6 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd7.6 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... (cached) ar checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.6 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether make supports nested variables... (cached) yes checking if cc supports -pedantic flag... yes checking if cc supports -Wall flag... yes checking if cc supports -Wextra flag... yes checking if cc supports -Wno-sign-compare flag... yes checking if cc supports -Wno-parentheses flag... yes checking if cc supports -Wno-long-long flag... yes checking for cos in -lm... (cached) yes checking for cc way to treat warnings as errors... -errwarn=%all checking if cc supports __attribute__(( visibility("default") ))... yes checking if cc supports -fvisibility=hidden... yes checking that generated files are newer than configure... done configure: creating ./config.status configure: WARNING: unrecognized options: --disable-gtk-doc configure: ------------------------------------------------------------------------ rnnoise 0.2: Automatic configuration OK. Assertions ................... no Hidden visibility ............ yes API code examples ............ no API documentation ............ no ------------------------------------------------------------------------ /bin/sh ./config.status config.status: creating Makefile config.status: creating rnnoise.pc config.status: creating rnnoise-uninstalled.pc config.status: creating doc/Doxyfile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands (CDPATH="${ZSH_VERSION+.}:" && cd /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 && /bin/sh '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/missing' autoheader) rm -f stamp-h1 touch /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/config.h.in cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -DTRAINING -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/dump_features-dump_features.o -MD -MP -MF src/.deps/dump_features-dump_features.Tpo -c -o src/dump_features-dump_features.o `test -f 'src/dump_features.c' || echo '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/'`src/dump_features.c In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/dump_features.c:38: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/dump_features.c:40: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/dump_features.c:151:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static float uni_rand() { ^ void 5 warnings generated. mv -f src/.deps/dump_features-dump_features.Tpo src/.deps/dump_features-dump_features.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -DTRAINING -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/dump_features-denoise.o -MD -MP -MF src/.deps/dump_features-denoise.Tpo -c -o src/dump_features-denoise.o `test -f 'src/denoise.c' || echo '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/'`src/denoise.c In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:38: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:38: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:277:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int rnnoise_get_size() { ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:281:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int rnnoise_get_frame_size() { ^ void mv -f src/.deps/dump_features-denoise.Tpo src/.deps/dump_features-denoise.Po 6 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -DTRAINING -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/dump_features-pitch.o -MD -MP -MF src/.deps/dump_features-pitch.Tpo -c -o src/dump_features-pitch.o `test -f 'src/pitch.c' || echo '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/'`src/pitch.c In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c:40: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c:40: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 4 warnings generated. mv -f src/.deps/dump_features-pitch.Tpo src/.deps/dump_features-pitch.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -DTRAINING -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/dump_features-celt_lpc.o -MD -MP -MF src/.deps/dump_features-celt_lpc.Tpo -c -o src/dump_features-celt_lpc.o `test -f 'src/celt_lpc.c' || echo '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/'`src/celt_lpc.c In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 4 warnings generated. mv -f src/.deps/dump_features-celt_lpc.Tpo src/.deps/dump_features-celt_lpc.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -DTRAINING -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/dump_features-kiss_fft.o -MD -MP -MF src/.deps/dump_features-kiss_fft.Tpo -c -o src/dump_features-kiss_fft.o `test -f 'src/kiss_fft.c' || echo '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/'`src/kiss_fft.c mv -f src/.deps/dump_features-kiss_fft.Tpo src/.deps/dump_features-kiss_fft.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -DTRAINING -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/dump_features-parse_lpcnet_weights.o -MD -MP -MF src/.deps/dump_features-parse_lpcnet_weights.Tpo -c -o src/dump_features-parse_lpcnet_weights.o `test -f 'src/parse_lpcnet_weights.c' || echo '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/'`src/parse_lpcnet_weights.c In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/parse_lpcnet_weights.c:33: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. mv -f src/.deps/dump_features-parse_lpcnet_weights.Tpo src/.deps/dump_features-parse_lpcnet_weights.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -DTRAINING -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/dump_features-rnnoise_tables.o -MD -MP -MF src/.deps/dump_features-rnnoise_tables.Tpo -c -o src/dump_features-rnnoise_tables.o `test -f 'src/rnnoise_tables.c' || echo '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/'`src/rnnoise_tables.c mv -f src/.deps/dump_features-rnnoise_tables.Tpo src/.deps/dump_features-rnnoise_tables.Po /usr/bin/libtool --tag=CC --mode=link cc -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -DTRAINING -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -o dump_features src/dump_features-dump_features.o src/dump_features-denoise.o src/dump_features-pitch.o src/dump_features-celt_lpc.o src/dump_features-kiss_fft.o src/dump_features-parse_lpcnet_weights.o src/dump_features-rnnoise_tables.o -lm libtool: link: cc -o dump_features -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -DTRAINING -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden src/dump_features-dump_features.o src/dump_features-denoise.o src/dump_features-pitch.o src/dump_features-celt_lpc.o src/dump_features-kiss_fft.o src/dump_features-parse_lpcnet_weights.o src/dump_features-rnnoise_tables.o -L.libs -lm ld: warning: dump_features.c(src/dump_features-dump_features.o:(main)): warning: rand() may return deterministic values, is that what you want? cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -DDUMP_BINARY_WEIGHTS -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/dump_weights_blob-write_weights.o -MD -MP -MF src/.deps/dump_weights_blob-write_weights.Tpo -c -o src/dump_weights_blob-write_weights.o `test -f 'src/write_weights.c' || echo '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/'`src/write_weights.c In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/write_weights.c:34: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. mv -f src/.deps/dump_weights_blob-write_weights.Tpo src/.deps/dump_weights_blob-write_weights.Po /usr/bin/libtool --tag=CC --mode=link cc -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -DDUMP_BINARY_WEIGHTS -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -o dump_weights_blob src/dump_weights_blob-write_weights.o -lm libtool: link: cc -o dump_weights_blob -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -DDUMP_BINARY_WEIGHTS -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden src/dump_weights_blob-write_weights.o -L.libs -lm depbase=`echo src/denoise.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/denoise.lo -MD -MP -MF $depbase.Tpo -c -o src/denoise.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/denoise.lo -MD -MP -MF src/.deps/denoise.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c -fPIC -DPIC -o src/.libs/denoise.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:38: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:38: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:277:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int rnnoise_get_size() { ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:281:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int rnnoise_get_frame_size() { ^ void 6 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/denoise.lo -MD -MP -MF src/.deps/denoise.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c -o src/denoise.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:38: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:38: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:277:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int rnnoise_get_size() { ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:281:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int rnnoise_get_frame_size() { ^ void 6 warnings generated. depbase=`echo src/rnn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnn.lo -MD -MP -MF $depbase.Tpo -c -o src/rnn.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnn.lo -MD -MP -MF src/.deps/rnn.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c -fPIC -DPIC -o src/.libs/rnn.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.h:30: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.h:31: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.h:5: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 4 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnn.lo -MD -MP -MF src/.deps/rnn.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c -o src/rnn.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.h:30: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.h:31: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.h:5: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 4 warnings generated. depbase=`echo src/pitch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/pitch.lo -MD -MP -MF $depbase.Tpo -c -o src/pitch.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/pitch.lo -MD -MP -MF src/.deps/pitch.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c -fPIC -DPIC -o src/.libs/pitch.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c:40: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c:40: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 4 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/pitch.lo -MD -MP -MF src/.deps/pitch.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c -o src/pitch.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c:40: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c:40: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 4 warnings generated. depbase=`echo src/kiss_fft.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/kiss_fft.lo -MD -MP -MF $depbase.Tpo -c -o src/kiss_fft.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/kiss_fft.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/kiss_fft.lo -MD -MP -MF src/.deps/kiss_fft.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/kiss_fft.c -fPIC -DPIC -o src/.libs/kiss_fft.o cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/kiss_fft.lo -MD -MP -MF src/.deps/kiss_fft.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/kiss_fft.c -o src/kiss_fft.o depbase=`echo src/celt_lpc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/celt_lpc.lo -MD -MP -MF $depbase.Tpo -c -o src/celt_lpc.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/celt_lpc.lo -MD -MP -MF src/.deps/celt_lpc.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c -fPIC -DPIC -o src/.libs/celt_lpc.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 4 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/celt_lpc.lo -MD -MP -MF src/.deps/celt_lpc.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c -o src/celt_lpc.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 4 warnings generated. depbase=`echo src/nnet.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/nnet.lo -MD -MP -MF $depbase.Tpo -c -o src/nnet.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/nnet.lo -MD -MP -MF src/.deps/nnet.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.c -fPIC -DPIC -o src/.libs/nnet.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.c:37: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/nnet.lo -MD -MP -MF src/.deps/nnet.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.c -o src/nnet.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.c:37: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. depbase=`echo src/nnet_default.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/nnet_default.lo -MD -MP -MF $depbase.Tpo -c -o src/nnet_default.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet_default.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/nnet_default.lo -MD -MP -MF src/.deps/nnet_default.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet_default.c -fPIC -DPIC -o src/.libs/nnet_default.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet_default.c:35: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet_arch.h:31: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/nnet_default.lo -MD -MP -MF src/.deps/nnet_default.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet_default.c -o src/nnet_default.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet_default.c:35: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet_arch.h:31: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. depbase=`echo src/parse_lpcnet_weights.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/parse_lpcnet_weights.lo -MD -MP -MF $depbase.Tpo -c -o src/parse_lpcnet_weights.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/parse_lpcnet_weights.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/parse_lpcnet_weights.lo -MD -MP -MF src/.deps/parse_lpcnet_weights.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/parse_lpcnet_weights.c -fPIC -DPIC -o src/.libs/parse_lpcnet_weights.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/parse_lpcnet_weights.c:33: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/parse_lpcnet_weights.lo -MD -MP -MF src/.deps/parse_lpcnet_weights.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/parse_lpcnet_weights.c -o src/parse_lpcnet_weights.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/parse_lpcnet_weights.c:33: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. depbase=`echo src/rnnoise_data.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnnoise_data.lo -MD -MP -MF $depbase.Tpo -c -o src/rnnoise_data.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnnoise_data.lo -MD -MP -MF src/.deps/rnnoise_data.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.c -fPIC -DPIC -o src/.libs/rnnoise_data.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.c:6: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.h:5: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnnoise_data.lo -MD -MP -MF src/.deps/rnnoise_data.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.c -o src/rnnoise_data.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.c:6: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.h:5: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. depbase=`echo src/rnnoise_tables.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnnoise_tables.lo -MD -MP -MF $depbase.Tpo -c -o src/rnnoise_tables.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_tables.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnnoise_tables.lo -MD -MP -MF src/.deps/rnnoise_tables.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_tables.c -fPIC -DPIC -o src/.libs/rnnoise_tables.o cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnnoise_tables.lo -MD -MP -MF src/.deps/rnnoise_tables.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_tables.c -o src/rnnoise_tables.o /usr/bin/libtool --tag=CC --mode=link cc -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -no-undefined -version-info 4:1:4 -o librnnoise.la -rpath /usr/local/lib src/denoise.lo src/rnn.lo src/pitch.lo src/kiss_fft.lo src/celt_lpc.lo src/nnet.lo src/nnet_default.lo src/parse_lpcnet_weights.lo src/rnnoise_data.lo src/rnnoise_tables.lo -lm libtool: link: cc -shared -fPIC -DPIC -o .libs/librnnoise.so.0.1 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden src/.libs/denoise.o src/.libs/rnn.o src/.libs/pitch.o src/.libs/kiss_fft.o src/.libs/celt_lpc.o src/.libs/nnet.o src/.libs/nnet_default.o src/.libs/parse_lpcnet_weights.o src/.libs/rnnoise_data.o src/.libs/rnnoise_tables.o -L.libs -lm -Wl,-soname,librnnoise.so.0.1 libtool: link: ar cru .libs/librnnoise.a src/denoise.o src/rnn.o src/pitch.o src/kiss_fft.o src/celt_lpc.o src/nnet.o src/nnet_default.o src/parse_lpcnet_weights.o src/rnnoise_data.o src/rnnoise_tables.o libtool: link: ranlib .libs/librnnoise.a CDPATH="${ZSH_VERSION+.}:" && cd /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 && /bin/sh '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/missing' aclocal-1.16 -I m4 (CDPATH="${ZSH_VERSION+.}:" && cd /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 && /bin/sh '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/missing' autoheader) rm -f stamp-h1 touch /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/config.h.in CDPATH="${ZSH_VERSION+.}:" && cd /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 && /bin/sh '/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/missing' autoconf /bin/sh ./config.status --recheck running CONFIG_SHELL=/bin/sh /bin/sh /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/configure --disable-doc --disable-examples --disable-x86-rtcd --prefix=/usr/local --sysconfdir=/etc --mandir=/usr/local/man --infodir=/usr/local/info --localstatedir=/var --disable-silent-rules --disable-gtk-doc CC=cc CFLAGS=-O2 -pipe --no-create --no-recursion configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/rnnoise-0.2/config.site checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for wchar.h... (cached) yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for a BSD-compatible install... /exopi-obj/pobj/rnnoise-0.2/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking dependency style of cc... gcc3 checking whether to enable maintainer-specific portions of Makefiles... yes checking for inline... inline checking build system type... x86_64-unknown-openbsd7.6 checking host system type... x86_64-unknown-openbsd7.6 checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 131072 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert x86_64-unknown-openbsd7.6 file names to x86_64-unknown-openbsd7.6 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd7.6 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... (cached) ar checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.6 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether make supports nested variables... (cached) yes checking if cc supports -pedantic flag... yes checking if cc supports -Wall flag... yes checking if cc supports -Wextra flag... yes checking if cc supports -Wno-sign-compare flag... yes checking if cc supports -Wno-parentheses flag... yes checking if cc supports -Wno-long-long flag... yes checking for cos in -lm... (cached) yes checking for cc way to treat warnings as errors... -errwarn=%all checking if cc supports __attribute__(( visibility("default") ))... yes checking if cc supports -fvisibility=hidden... yes checking that generated files are newer than configure... done configure: creating ./config.status configure: WARNING: unrecognized options: --disable-gtk-doc configure: ------------------------------------------------------------------------ rnnoise 0.2: Automatic configuration OK. Assertions ................... no Hidden visibility ............ yes API code examples ............ no API documentation ............ no ------------------------------------------------------------------------ cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged depbase=`echo src/denoise.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/denoise.lo -MD -MP -MF $depbase.Tpo -c -o src/denoise.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/denoise.lo -MD -MP -MF src/.deps/denoise.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c -fPIC -DPIC -o src/.libs/denoise.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:38: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:38: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:277:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int rnnoise_get_size() { ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:281:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int rnnoise_get_frame_size() { ^ void 6 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/denoise.lo -MD -MP -MF src/.deps/denoise.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c -o src/denoise.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:38: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:38: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:277:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int rnnoise_get_size() { ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.c:281:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int rnnoise_get_frame_size() { ^ void 6 warnings generated. depbase=`echo src/rnn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnn.lo -MD -MP -MF $depbase.Tpo -c -o src/rnn.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnn.lo -MD -MP -MF src/.deps/rnn.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c -fPIC -DPIC -o src/.libs/rnn.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.h:30: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.h:31: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.h:5: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 4 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnn.lo -MD -MP -MF src/.deps/rnn.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c -o src/rnn.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.h:30: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnn.h:31: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.h:5: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 4 warnings generated. depbase=`echo src/pitch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/pitch.lo -MD -MP -MF $depbase.Tpo -c -o src/pitch.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/pitch.lo -MD -MP -MF src/.deps/pitch.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c -fPIC -DPIC -o src/.libs/pitch.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c:40: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c:40: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 4 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/pitch.lo -MD -MP -MF src/.deps/pitch.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c -o src/pitch.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c:40: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/pitch.c:40: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 4 warnings generated. depbase=`echo src/kiss_fft.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/kiss_fft.lo -MD -MP -MF $depbase.Tpo -c -o src/kiss_fft.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/kiss_fft.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/kiss_fft.lo -MD -MP -MF src/.deps/kiss_fft.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/kiss_fft.c -fPIC -DPIC -o src/.libs/kiss_fft.o cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/kiss_fft.lo -MD -MP -MF src/.deps/kiss_fft.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/kiss_fft.c -o src/kiss_fft.o depbase=`echo src/celt_lpc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/celt_lpc.lo -MD -MP -MF $depbase.Tpo -c -o src/celt_lpc.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/celt_lpc.lo -MD -MP -MF src/.deps/celt_lpc.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c -fPIC -DPIC -o src/.libs/celt_lpc.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 4 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/celt_lpc.lo -MD -MP -MF src/.deps/celt_lpc.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c -o src/celt_lpc.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:27: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:57:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_size(); ^ void /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h:62:42: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] RNNOISE_EXPORT int rnnoise_get_frame_size(); ^ void In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/celt_lpc.c:36: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/denoise.h:29: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 4 warnings generated. depbase=`echo src/nnet.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/nnet.lo -MD -MP -MF $depbase.Tpo -c -o src/nnet.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/nnet.lo -MD -MP -MF src/.deps/nnet.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.c -fPIC -DPIC -o src/.libs/nnet.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.c:37: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/nnet.lo -MD -MP -MF src/.deps/nnet.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.c -o src/nnet.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.c:37: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. depbase=`echo src/nnet_default.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/nnet_default.lo -MD -MP -MF $depbase.Tpo -c -o src/nnet_default.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet_default.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/nnet_default.lo -MD -MP -MF src/.deps/nnet_default.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet_default.c -fPIC -DPIC -o src/.libs/nnet_default.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet_default.c:35: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet_arch.h:31: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/nnet_default.lo -MD -MP -MF src/.deps/nnet_default.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet_default.c -o src/nnet_default.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet_default.c:35: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet_arch.h:31: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. depbase=`echo src/parse_lpcnet_weights.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/parse_lpcnet_weights.lo -MD -MP -MF $depbase.Tpo -c -o src/parse_lpcnet_weights.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/parse_lpcnet_weights.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/parse_lpcnet_weights.lo -MD -MP -MF src/.deps/parse_lpcnet_weights.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/parse_lpcnet_weights.c -fPIC -DPIC -o src/.libs/parse_lpcnet_weights.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/parse_lpcnet_weights.c:33: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/parse_lpcnet_weights.lo -MD -MP -MF src/.deps/parse_lpcnet_weights.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/parse_lpcnet_weights.c -o src/parse_lpcnet_weights.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/parse_lpcnet_weights.c:33: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. depbase=`echo src/rnnoise_data.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnnoise_data.lo -MD -MP -MF $depbase.Tpo -c -o src/rnnoise_data.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnnoise_data.lo -MD -MP -MF src/.deps/rnnoise_data.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.c -fPIC -DPIC -o src/.libs/rnnoise_data.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.c:6: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.h:5: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnnoise_data.lo -MD -MP -MF src/.deps/rnnoise_data.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.c -o src/rnnoise_data.o In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.c:6: In file included from /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_data.h:5: /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: #warning is a C2x extension [-Wpedantic] #warning "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" ^ /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/nnet.h:163:2: warning: "Only SSE and SSE2 are available. On newer machines, enable SSSE3/AVX/AVX2 using -march= to get better performance" [-W#warnings] 2 warnings generated. depbase=`echo src/rnnoise_tables.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnnoise_tables.lo -MD -MP -MF $depbase.Tpo -c -o src/rnnoise_tables.lo /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_tables.c && mv -f $depbase.Tpo $depbase.Plo cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnnoise_tables.lo -MD -MP -MF src/.deps/rnnoise_tables.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_tables.c -fPIC -DPIC -o src/.libs/rnnoise_tables.o cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -MT src/rnnoise_tables.lo -MD -MP -MF src/.deps/rnnoise_tables.Tpo -c /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src/rnnoise_tables.c -o src/rnnoise_tables.o /usr/bin/libtool --tag=CC --mode=link cc -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden -no-undefined -version-info 4:1:4 -o librnnoise.la -rpath /usr/local/lib src/denoise.lo src/rnn.lo src/pitch.lo src/kiss_fft.lo src/celt_lpc.lo src/nnet.lo src/nnet_default.lo src/parse_lpcnet_weights.lo src/rnnoise_data.lo src/rnnoise_tables.lo -lm libtool: link: cc -shared -fPIC -DPIC -o .libs/librnnoise.so.0.1 -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include -I/exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/src -O2 -pipe -pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long -fvisibility=hidden src/.libs/denoise.o src/.libs/rnn.o src/.libs/pitch.o src/.libs/kiss_fft.o src/.libs/celt_lpc.o src/.libs/nnet.o src/.libs/nnet_default.o src/.libs/parse_lpcnet_weights.o src/.libs/rnnoise_data.o src/.libs/rnnoise_tables.o -L.libs -lm -Wl,-soname,librnnoise.so.0.1 libtool: link: ar cru .libs/librnnoise.a src/denoise.o src/rnn.o src/pitch.o src/kiss_fft.o src/celt_lpc.o src/nnet.o src/nnet_default.o src/parse_lpcnet_weights.o src/rnnoise_data.o src/rnnoise_tables.o libtool: link: ranlib .libs/librnnoise.a /bin/mkdir -p '/exopi-obj/pobj/rnnoise-0.2/fake-amd64/usr/local/lib' /usr/bin/libtool --mode=install /exopi-obj/pobj/rnnoise-0.2/bin/install -c librnnoise.la '/exopi-obj/pobj/rnnoise-0.2/fake-amd64/usr/local/lib' libtool: install: /exopi-obj/pobj/rnnoise-0.2/bin/install -c -m 644 ./.libs/librnnoise.a /exopi-obj/pobj/rnnoise-0.2/fake-amd64/usr/local/lib/librnnoise.a libtool: install: /exopi-obj/pobj/rnnoise-0.2/bin/install -c -m 644 ./.libs/librnnoise.so.0.1 /exopi-obj/pobj/rnnoise-0.2/fake-amd64/usr/local/lib/librnnoise.so.0.1 libtool: install: /exopi-obj/pobj/rnnoise-0.2/bin/install -c -m 644 ./.libs/librnnoise.lai /exopi-obj/pobj/rnnoise-0.2/fake-amd64/usr/local/lib/librnnoise.la /bin/mkdir -p '/exopi-obj/pobj/rnnoise-0.2/fake-amd64/usr/local/share/doc/rnnoise' /exopi-obj/pobj/rnnoise-0.2/bin/install -c -m 644 /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/COPYING /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/AUTHORS /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/README '/exopi-obj/pobj/rnnoise-0.2/fake-amd64/usr/local/share/doc/rnnoise' /bin/mkdir -p '/exopi-obj/pobj/rnnoise-0.2/fake-amd64/usr/local/include' /exopi-obj/pobj/rnnoise-0.2/bin/install -c -m 644 /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/include/rnnoise.h '/exopi-obj/pobj/rnnoise-0.2/fake-amd64/usr/local/include' cd . && /bin/sh ./config.status rnnoise.pc config.status: creating rnnoise.pc /bin/mkdir -p '/exopi-obj/pobj/rnnoise-0.2/fake-amd64/usr/local/lib/pkgconfig' /exopi-obj/pobj/rnnoise-0.2/bin/install -c -m 644 rnnoise.pc '/exopi-obj/pobj/rnnoise-0.2/fake-amd64/usr/local/lib/pkgconfig' /exopi-obj/pobj/rnnoise-0.2/bin/install -d -m 755 /exopi-obj/pobj/rnnoise-0.2/fake-amd64/usr/local/share/examples/rnnoise /exopi-obj/pobj/rnnoise-0.2/bin/install -c -m 644 /exopi-obj/pobj/rnnoise-0.2/rnnoise-0.2/examples/rnnoise_demo.c /exopi-obj/pobj/rnnoise-0.2/fake-amd64/usr/local/share/examples/rnnoise/ >>> Running package in audio/rnnoise at 1731867779.24 ===> audio/rnnoise `/exopi-obj/pobj/rnnoise-0.2/fake-amd64/.fake_done' is up to date. ===> Building package for rnnoise-0.2p0 Create /exopi-cvs/ports/packages/amd64/all/rnnoise-0.2p0.tgz Creating package rnnoise-0.2p0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 11% checksumming|********** | 16% checksumming|************* | 21% checksumming|**************** | 26% checksumming|******************* | 32% checksumming|********************** | 37% checksumming|************************** | 42% checksumming|***************************** | 47% checksumming|******************************** | 53% checksumming|*********************************** | 58% checksumming|*************************************** | 63% checksumming|****************************************** | 68% checksumming|********************************************* | 74% checksumming|************************************************ | 79% checksumming|*************************************************** | 84% checksumming|******************************************************* | 89% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|******************************** | 50% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/rnnoise-0.2p0.tgz >>> Running clean in audio/rnnoise at 1731867781.01 ===> audio/rnnoise ===> Cleaning for rnnoise-0.2p0 >>> Ended at 1731867781.45 max_stuck=6.01/waiting-for-lock #1=5.90/show-prepare-results=1.79/extract=0.83/patch=0.67/configure=27.93/build=60.05/fake=81.52/package=1.83/clean=0.48