Created
March 4, 2020 19:56
-
-
Save Pandiora/49ec8eb4677cefe4c90bbe83bcef5d7e to your computer and use it in GitHub Desktop.
Build log roc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> ./configure --host= CXX=/usr/bin/clang++ CXXLD=/usr/bin/clang++ CC=/usr/bin/clang-9 CCLD=/usr/bin/clang-9 AR=/usr/bin/llvm-ar RANLIB=/usr/bin/llvm-ranlib CXXFLAGS="-fPIC -fvisibility=hidden" CFLAGS="-fPIC -fvisibility=hidden" LDFLAGS="" --enable-static --disable-shared --disable-external-libs | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking target system type... x86_64-unknown-linux-gnu | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking for gcc... /usr/bin/clang-9 | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/clang-9 accepts -g... yes | |
checking for /usr/bin/clang-9 option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/clang-9... gcc3 | |
checking whether /usr/bin/clang-9 and cc understand -c and -o together... yes | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/bin/clang++ accepts -g... yes | |
checking dependency style of /usr/bin/clang++... gcc3 | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /usr/bin/clang-9... /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... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for ar... /usr/bin/llvm-ar | |
checking for strip... strip | |
checking for ranlib... /usr/bin/llvm-ranlib | |
checking command to parse /usr/bin/nm -B output from /usr/bin/clang-9 object... ok | |
checking how to run the C preprocessor... /usr/bin/clang-9 -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking whether we are using the GNU C++ compiler... (cached) yes | |
checking whether /usr/bin/clang++ accepts -g... (cached) yes | |
checking dependency style of /usr/bin/clang++... (cached) gcc3 | |
checking how to run the C++ preprocessor... /usr/bin/clang++ -E | |
checking for objdir... .libs | |
checking if /usr/bin/clang-9 supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/clang-9 option to produce PIC... -fPIC -DPIC | |
checking if /usr/bin/clang-9 PIC flag -fPIC -DPIC works... yes | |
checking if /usr/bin/clang-9 static flag -static works... yes | |
checking if /usr/bin/clang-9 supports -c -o file.o... yes | |
checking if /usr/bin/clang-9 supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/clang-9 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for ld used by /usr/bin/clang++... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking whether the /usr/bin/clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking for /usr/bin/clang++ option to produce PIC... -fPIC -DPIC | |
checking if /usr/bin/clang++ PIC flag -fPIC -DPIC works... yes | |
checking if /usr/bin/clang++ static flag -static works... yes | |
checking if /usr/bin/clang++ supports -c -o file.o... yes | |
checking if /usr/bin/clang++ supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking for autogen... no | |
checking for wine... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether ln -s works... yes | |
checking for ANSI C header files... (cached) yes | |
checking endian.h usability... yes | |
checking endian.h presence... yes | |
checking for endian.h... yes | |
checking byteswap.h usability... yes | |
checking byteswap.h presence... yes | |
checking for byteswap.h... yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking whether S_IRGRP is declared... yes | |
checking C99 struct flexible array support... yes | |
checking size of short... 2 | |
checking size of int... 4 | |
checking size of long... 8 | |
checking size of float... 4 | |
checking size of double... 8 | |
checking size of void*... 8 | |
checking size of size_t... 8 | |
checking size of int64_t... 8 | |
checking size of long long... 8 | |
checking size of off_t... 8 | |
checking for ssize_t... yes | |
checking size of ssize_t... 8 | |
checking processor byte ordering... little | |
checking for malloc... yes | |
checking for calloc... yes | |
checking for realloc... yes | |
checking for free... yes | |
checking for open... yes | |
checking for read... yes | |
checking for write... yes | |
checking for lseek... yes | |
checking for pread... yes | |
checking for pwrite... yes | |
checking for fstat... yes | |
checking for ftruncate... yes | |
checking for fsync... yes | |
checking for snprintf... yes | |
checking for vsnprintf... yes | |
checking for gmtime... yes | |
checking for gmtime_r... yes | |
checking for localtime... yes | |
checking for localtime_r... yes | |
checking for gettimeofday... yes | |
checking for mmap... yes | |
checking for getpagesize... yes | |
checking for setlocale... yes | |
checking for floor in -lm... yes | |
checking for floor... yes | |
checking for ceil... yes | |
checking for fmod... yes | |
checking for lrint... yes | |
checking for lrintf... yes | |
checking for octave... no | |
checking for mkoctfile... no | |
checking for octave-config... no | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
configure: WARNING: *** External libs (FLAC, Ogg, Vorbis) disabled. *** | |
configure: WARNING: | |
*** It looks like you enabled the use of external libraries | |
*** (ie Flac, Ogg, Vorbis, etc), but one or more of those libs | |
*** is either missing (possibly only the development headers) | |
*** or is of an unsupported version. | |
*** | |
*** Unfortunately, for ease of maintenance, the external libs | |
*** are an all or nothing affair. | |
checking for sqlite3 >= 3.2 ... yes | |
checking for jack >= 0.100 ... yes | |
checking processor clipping capabilities... none | |
checking alsa/asoundlib.h usability... yes | |
checking alsa/asoundlib.h presence... yes | |
checking for alsa/asoundlib.h... yes | |
configure: WARNING: Touching files in directory tests/. | |
checking if /usr/bin/clang-9 accepts -std=gnu99... yes | |
checking for version of /usr/bin/clang-9... 9.0.1 | |
checking if /usr/bin/clang-9 accepts -Wextra... yes | |
checking if /usr/bin/clang++ accepts -Wextra... yes | |
checking if /usr/bin/clang-9 accepts -Wdeclaration-after-statement... yes | |
checking if /usr/bin/clang-9 accepts -Wpointer-arith... yes | |
checking if /usr/bin/clang-9 accepts -funsigned-char... yes | |
checking for sed... /usr/bin/sed | |
configure: creating ./config.status | |
config.status: creating shave | |
config.status: creating shave-libtool | |
config.status: creating src/sndfile.h | |
config.status: creating src/Makefile | |
config.status: creating src/GSM610/Makefile | |
config.status: creating src/G72x/Makefile | |
config.status: creating man/Makefile | |
config.status: creating examples/Makefile | |
config.status: creating tests/Makefile | |
config.status: creating regtest/Makefile | |
config.status: creating M4/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating Win32/Makefile | |
config.status: creating Octave/Makefile | |
config.status: creating programs/Makefile | |
config.status: creating doc/libsndfile.css | |
config.status: creating Makefile | |
config.status: creating libsndfile.spec | |
config.status: creating sndfile.pc | |
config.status: creating tests/test_wrapper.sh | |
config.status: creating src/config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
-=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=- | |
Configuration summary : | |
Version : ............................. 1.0.20 | |
Experimental code : ................... no | |
Using ALSA in example programs : ...... yes | |
External FLAC/Ogg/Vorbis : ............ no | |
Tools : | |
Compiler is GCC : ..................... yes | |
GCC version : ......................... 9.0.1 | |
Installation directories : | |
Library directory : ................... /usr/local/lib | |
Program directory : ................... /usr/local/bin | |
Pkgconfig directory : ................. /usr/local/lib/pkgconfig | |
HTML docs directory : ................. /usr/local/share/doc/libsndfile1-dev/html | |
Compiling some other packages against libsndfile may require | |
the addition of "/usr/local/lib/pkgconfig" to the | |
PKG_CONFIG_PATH environment variable. | |
>>> make -j8 | |
Making all in M4 | |
Making all in man | |
Making all in doc | |
Making all in Win32 | |
Making all in src | |
Making all in GSM610 | |
CC short_term.o | |
CC gsm_encode.o | |
CC add.o | |
CC decode.o | |
CC gsm_decode.o | |
CC preprocess.o | |
CC long_term.o | |
CC code.o | |
short_term.c:57:2: warning: shifting a negative signed value is undefined [-Wshift-negative-value] | |
STEP( -2560, -16, 13107 ); | |
^ ~~~~~ | |
short_term.c:50:32: note: expanded from macro 'STEP' | |
temp1 = GSM_SUB( temp1, B << 1 ); \ | |
~ ^ | |
short_term.c:60:2: warning: shifting a negative signed value is undefined [-Wshift-negative-value] | |
STEP( -1792, -8, 17476 ); | |
^ ~~~~~ | |
short_term.c:50:32: note: expanded from macro 'STEP' | |
temp1 = GSM_SUB( temp1, B << 1 ); \ | |
~ ^ | |
short_term.c:61:2: warning: shifting a negative signed value is undefined [-Wshift-negative-value] | |
STEP( -341, -4, 31454 ); | |
^ ~~~~ | |
short_term.c:50:32: note: expanded from macro 'STEP' | |
temp1 = GSM_SUB( temp1, B << 1 ); \ | |
~ ^ | |
short_term.c:62:2: warning: shifting a negative signed value is undefined [-Wshift-negative-value] | |
STEP( -1144, -4, 29708 ); | |
^ ~~~~~ | |
short_term.c:50:32: note: expanded from macro 'STEP' | |
temp1 = GSM_SUB( temp1, B << 1 ); \ | |
~ ^ | |
4 warnings generated. | |
CC gsm_option.o | |
CC gsm_create.o | |
CC gsm_destroy.o | |
CC lpc.o | |
CC rpe.o | |
CC table.o | |
LINK libgsm.la | |
Making all in G72x | |
CC g72x_test.o | |
CC g72x.o | |
CC g721.o | |
CC g723_16.o | |
CC g723_24.o | |
CC g723_40.o | |
LINK libg72x.la | |
LINK g72x_test | |
CC au.o | |
CC caf.o | |
CC sndfile.o | |
CC avr.o | |
CC aiff.o | |
CC flac.o | |
CC g72x.o | |
CC dwd.o | |
CC ircam.o | |
CC htk.o | |
CC mat4.o | |
CC macbinary3.o | |
CC macos.o | |
CC mat5.o | |
CC nist.o | |
CC ogg.o | |
CC paf.o | |
CC pvf.o | |
CC raw.o | |
CC rx2.o | |
CC sd2.o | |
CC sds.o | |
CC svx.o | |
CC txw.o | |
CC wve.o | |
CC voc.o | |
CC w64.o | |
CC wav_w64.o | |
CC wav.o | |
CC xi.o | |
CC mpc2k.o | |
CC rf64.o | |
wav.c:117:28: warning: unused variable 'MSGUID_SUBTYPE_MS_ADPCM' [-Wunused-const-variable] | |
static const EXT_SUBFORMAT MSGUID_SUBTYPE_MS_ADPCM = | |
^ | |
CC common.o | |
1 warning generated. | |
CC file_io.o | |
CC command.o | |
rf64.c:215:28: warning: unused variable 'MSGUID_SUBTYPE_MS_ADPCM' [-Wunused-const-variable] | |
static const EXT_SUBFORMAT MSGUID_SUBTYPE_MS_ADPCM = | |
^ | |
CC pcm.o | |
1 warning generated. | |
CC alaw.o | |
CC ulaw.o | |
CC float32.o | |
CC double64.o | |
CC ima_adpcm.o | |
CC ms_adpcm.o | |
CC gsm610.o | |
CC dwvw.o | |
CC vox_adpcm.o | |
CC interleave.o | |
CC strings.o | |
CC dither.o | |
CC broadcast.o | |
interleave.c:291:7: warning: explicitly assigning value of variable of type 'SF_PRIVATE *' (aka 'struct sf_private_tag *') to itself [-Wself-assign] | |
{ psf = psf ; mode = mode ; | |
~~~ ^ ~~~ | |
interleave.c:291:20: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] | |
{ psf = psf ; mode = mode ; | |
~~~~ ^ ~~~~ | |
2 warnings generated. | |
CC audio_detect.o | |
CC ima_oki_adpcm.o | |
CC test_main.o | |
CC test_conversions.o | |
CC test_float.o | |
CC chunk.o | |
broadcast.c:231:29: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat] | |
psfinfo->samplerate, width, chnstr, PACKAGE, VERSION) ; | |
^~~~~ | |
ima_oki_adpcm.c:64:22: warning: shifting a negative signed value is undefined [-Wshift-negative-value] | |
state->mask = (~0) << 4 ; | |
~~~~ ^ | |
1 warning generated. | |
1 warning generated. | |
CC test_endswap.o | |
CC test_audio_detect.o | |
CC test_log_printf.o | |
CC test_file_io.o | |
CC test_ima_oki_adpcm.o | |
LINK libcommon.la | |
In file included from test_ima_oki_adpcm.c:24: | |
./ima_oki_adpcm.c:64:22: warning: shifting a negative signed value is undefined [-Wshift-negative-value] | |
state->mask = (~0) << 4 ; | |
~~~~ ^ | |
1 warning generated. | |
LINK libsndfile.la | |
LINK test_main | |
copying selected object files to avoid basename conflicts... | |
Making all in examples | |
CC list_formats.o | |
CC sfprocess.o | |
CXX sndfilehandle.o | |
CC sndfile-to-text.o | |
CC make_sine.o | |
CC generate.o | |
LINK sfprocess | |
LINK sndfile-to-text | |
LINK list_formats | |
LINK generate | |
LINK make_sine | |
LINK sndfilehandle | |
Making all in regtest | |
CC database.o | |
CC checksum.o | |
CC sndfile-regtest.o | |
LINK sndfile-regtest | |
Making all in tests | |
CC utils.o | |
CC floating_point_test.o | |
CC sfversion.o | |
CC write_read_test.o | |
CC generate.o | |
CC dft_cmp.o | |
CC lossy_comp_test.o | |
CC error_test.o | |
floating_point_test.c:335:12: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] | |
if (1.0 * abs (max - 0x7FFF) / 0x7FFF > 0.01) | |
^ | |
floating_point_test.c:335:12: note: remove the call to 'abs' since unsigned values cannot be negative | |
if (1.0 * abs (max - 0x7FFF) / 0x7FFF > 0.01) | |
^~~~ | |
floating_point_test.c:385:12: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] | |
if (1.0 * abs (max - 0x7FFF) / 0x7FFF > 0.01) | |
^ | |
floating_point_test.c:385:12: note: remove the call to 'abs' since unsigned values cannot be negative | |
CC ulaw_test.o | |
if (1.0 * abs (max - 0x7FFF) / 0x7FFF > 0.01) | |
^~~~ | |
floating_point_test.c:435:12: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] | |
if (1.0 * abs (max - 0x7FFFFFFF) / 0x7FFFFFFF > 0.01) | |
^ | |
floating_point_test.c:435:12: note: remove the call to 'abs' since unsigned values cannot be negative | |
if (1.0 * abs (max - 0x7FFFFFFF) / 0x7FFFFFFF > 0.01) | |
^~~~ | |
floating_point_test.c:485:12: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] | |
if (1.0 * abs (max - 0x7FFFFFFF) / 0x7FFFFFFF > 0.01) | |
^ | |
floating_point_test.c:485:12: note: remove the call to 'abs' since unsigned values cannot be negative | |
if (1.0 * abs (max - 0x7FFFFFFF) / 0x7FFFFFFF > 0.01) | |
^~~~ | |
floating_point_test.c:535:12: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] | |
if (1.0 * abs (max - 0x7FFF) / 0x7FFF > 0.01) | |
^ | |
floating_point_test.c:535:12: note: remove the call to 'abs' since unsigned values cannot be negative | |
if (1.0 * abs (max - 0x7FFF) / 0x7FFF > 0.01) | |
^~~~ | |
floating_point_test.c:585:12: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] | |
if (1.0 * abs (max - 0x7FFF) / 0x7FFF > 0.01) | |
^ | |
floating_point_test.c:585:12: note: remove the call to 'abs' since unsigned values cannot be negative | |
if (1.0 * abs (max - 0x7FFF) / 0x7FFF > 0.01) | |
^~~~ | |
floating_point_test.c:635:12: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] | |
if (1.0 * abs (max - 0x7FFFFFFF) / 0x7FFFFFFF > 0.01) | |
^ | |
floating_point_test.c:635:12: note: remove the call to 'abs' since unsigned values cannot be negative | |
if (1.0 * abs (max - 0x7FFFFFFF) / 0x7FFFFFFF > 0.01) | |
^~~~ | |
floating_point_test.c:685:12: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] | |
if (1.0 * abs (max - 0x7FFFFFFF) / 0x7FFFFFFF > 0.01) | |
^ | |
floating_point_test.c:685:12: note: remove the call to 'abs' since unsigned values cannot be negative | |
if (1.0 * abs (max - 0x7FFFFFFF) / 0x7FFFFFFF > 0.01) | |
^~~~ | |
CC dwvw_test.o | |
CC alaw_test.o | |
lossy_comp_test.c:839:8: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] | |
if (abs (data [channels * k] / scale) > decay_response (channels * k)) | |
^ | |
lossy_comp_test.c:839:8: note: use function 'fabs' instead | |
if (abs (data [channels * k] / scale) > decay_response (channels * k)) | |
^~~ | |
fabs | |
lossy_comp_test.c:1033:8: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] | |
if (abs (data [channels * k]) > decay_response (channels * k)) | |
^ | |
lossy_comp_test.c:1033:8: note: use function 'fabsf' instead | |
if (abs (data [channels * k]) > decay_response (channels * k)) | |
^~~ | |
fabsf | |
lossy_comp_test.c:1208:41: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] | |
half_max_abs = LCT_MAX (half_max_abs, abs (0.5 * data [k])) ; | |
^ | |
lossy_comp_test.c:1208:41: note: use function 'fabs' instead | |
half_max_abs = LCT_MAX (half_max_abs, abs (0.5 * data [k])) ; | |
^~~ | |
fabs | |
lossy_comp_test.c:41:31: note: expanded from macro 'LCT_MAX' | |
#define LCT_MAX(x,y) ((x) > (y) ? (x) : (y)) | |
^ | |
lossy_comp_test.c:1208:41: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] | |
half_max_abs = LCT_MAX (half_max_abs, abs (0.5 * data [k])) ; | |
^ | |
lossy_comp_test.c:1208:41: note: use function 'fabs' instead | |
half_max_abs = LCT_MAX (half_max_abs, abs (0.5 * data [k])) ; | |
^~~ | |
fabs | |
lossy_comp_test.c:41:43: note: expanded from macro 'LCT_MAX' | |
#define LCT_MAX(x,y) ((x) > (y) ? (x) : (y)) | |
^ | |
lossy_comp_test.c:1227:8: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] | |
if (abs (data [channels * k]) > decay_response (channels * k)) | |
^ | |
lossy_comp_test.c:1227:8: note: use function 'fabs' instead | |
if (abs (data [channels * k]) > decay_response (channels * k)) | |
^~~ | |
fabs | |
lossy_comp_test.c:1422:41: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] | |
half_max_abs = LCT_MAX (half_max_abs, abs (0.5 * data [k])) ; | |
^ | |
lossy_comp_test.c:1422:41: note: use function 'fabs' instead | |
half_max_abs = LCT_MAX (half_max_abs, abs (0.5 * data [k])) ; | |
^~~ | |
fabs | |
lossy_comp_test.c:41:31: note: expanded from macro 'LCT_MAX' | |
#define LCT_MAX(x,y) ((x) > (y) ? (x) : (y)) | |
^ | |
lossy_comp_test.c:1422:41: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] | |
half_max_abs = LCT_MAX (half_max_abs, abs (0.5 * data [k])) ; | |
^ | |
lossy_comp_test.c:1422:41: note: use function 'fabs' instead | |
half_max_abs = LCT_MAX (half_max_abs, abs (0.5 * data [k])) ; | |
^~~ | |
fabs | |
lossy_comp_test.c:41:43: note: expanded from macro 'LCT_MAX' | |
#define LCT_MAX(x,y) ((x) > (y) ? (x) : (y)) | |
^ | |
8 warnings generated. | |
CC peak_chunk_test.o | |
lossy_comp_test.c:1825:41: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] | |
half_max_abs = LCT_MAX (half_max_abs, abs (0.5 * data [k])) ; | |
^ | |
lossy_comp_test.c:1825:41: note: use function 'fabs' instead | |
half_max_abs = LCT_MAX (half_max_abs, abs (0.5 * data [k])) ; | |
^~~ | |
fabs | |
lossy_comp_test.c:41:31: note: expanded from macro 'LCT_MAX' | |
#define LCT_MAX(x,y) ((x) > (y) ? (x) : (y)) | |
^ | |
lossy_comp_test.c:1825:41: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] | |
half_max_abs = LCT_MAX (half_max_abs, abs (0.5 * data [k])) ; | |
^ | |
lossy_comp_test.c:1825:41: note: use function 'fabs' instead | |
half_max_abs = LCT_MAX (half_max_abs, abs (0.5 * data [k])) ; | |
^~~ | |
fabs | |
lossy_comp_test.c:41:43: note: expanded from macro 'LCT_MAX' | |
#define LCT_MAX(x,y) ((x) > (y) ? (x) : (y)) | |
^ | |
lossy_comp_test.c:1842:8: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] | |
if (abs (data [k]) > decay_response (k)) | |
^ | |
lossy_comp_test.c:1842:8: note: use function 'fabsf' instead | |
if (abs (data [k]) > decay_response (k)) | |
^~~ | |
fabsf | |
lossy_comp_test.c:2034:8: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] | |
if (abs (data [k]) > decay_response (k)) | |
^ | |
lossy_comp_test.c:2034:8: note: use function 'fabs' instead | |
if (abs (data [k]) > decay_response (k)) | |
^~~ | |
fabs | |
CC command_test.o | |
CC stdin_test.o | |
11 warnings generated. | |
CC stdout_test.o | |
CC stdio_test.o | |
CC pcm_test.o | |
CC headerless_test.o | |
CC pipe_test.o | |
CC benchmark.o | |
CC header_test.o | |
CC misc_test.o | |
CC raw_test.o | |
CC string_test.o | |
CC multi_file_test.o | |
CC dither_test.o | |
CC scale_clip_test.o | |
CC win32_test.o | |
CC fix_this.o | |
string_test.c:155:12: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] | |
typemajor = typemajor ; | |
~~~~~~~~~ ^ ~~~~~~~~~ | |
CC aiff_rw_test.o | |
1 warning generated. | |
raw_test.c:88:6: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] | |
if (abs (BUFFER_LEN - sfinfo.frames) > 1) | |
^ | |
raw_test.c:88:6: note: use function 'labs' instead | |
if (abs (BUFFER_LEN - sfinfo.frames) > 1) | |
^~~ | |
labs | |
CC virtual_io_test.o | |
1 warning generated. | |
CC locale_test.o | |
dither_test.c:138:11: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] | |
filetype = filetype ; | |
~~~~~~~~ ^ ~~~~~~~~ | |
1 warning generated. | |
CC largefile_test.o | |
CC win32_ordinal_test.o | |
CC ogg_test.o | |
fix_this.c:173:8: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] | |
if (abs (data [k] / scale) > decay_response (k)) | |
^ | |
fix_this.c:173:8: note: use function 'fabs' instead | |
if (abs (data [k] / scale) > decay_response (k)) | |
^~~ | |
fabs | |
1 warning generated. | |
CC vorbis_test.o | |
CC checksum_test.o | |
CC external_libs_test.o | |
CXX cpp_test.o | |
LINK sfversion | |
LINK floating_point_test | |
LINK write_read_test | |
LINK lossy_comp_test | |
LINK error_test | |
LINK ulaw_test | |
LINK alaw_test | |
LINK dwvw_test | |
LINK peak_chunk_test | |
LINK command_test | |
LINK stdin_test | |
LINK stdout_test | |
LINK stdio_test | |
LINK pcm_test | |
LINK headerless_test | |
LINK pipe_test | |
LINK benchmark | |
LINK header_test | |
LINK misc_test | |
LINK raw_test | |
LINK multi_file_test | |
LINK string_test | |
LINK dither_test | |
LINK scale_clip_test | |
LINK win32_test | |
LINK fix_this | |
LINK aiff_rw_test | |
LINK virtual_io_test | |
LINK largefile_test | |
LINK locale_test | |
LINK win32_ordinal_test | |
LINK ogg_test | |
LINK checksum_test | |
LINK vorbis_test | |
LINK external_libs_test | |
LINK cpp_test | |
Making all in programs | |
CC sndfile-info.o | |
CC sndfile-play.o | |
CC sndfile-cmp.o | |
CC common.o | |
CC sndfile-metadata-set.o | |
CC sndfile-convert.o | |
CC sndfile_jackplay-sndfile-jackplay.o | |
CC sndfile-metadata-get.o | |
sndfile-jackplay.c:118:49: warning: cast from 'char *' to 'float *' increases required alignment from 1 to 4 [-Wcast-align] | |
read_frames = sf_readf_float (info->sndfile, (float *) vec [0].buf, buf_avail) ; | |
^~~~~~~~~~~~~~~~~~~~~ | |
sndfile-jackplay.c:122:51: warning: cast from 'char *' to 'float *' increases required alignment from 1 to 4 [-Wcast-align] | |
read_frames += sf_readf_float (info->sndfile, (float *) vec [1].buf, buf_avail) ; | |
^~~~~~~~~~~~~~~~~~~~~ | |
sndfile-jackplay.c:173:16: warning: 'jack_client_new' is deprecated [-Wdeprecated-declarations] | |
if ((client = jack_client_new ("jackplay")) == 0) | |
^ | |
/usr/include/jack/jack.h:127:59: note: 'jack_client_new' has been explicitly marked deprecated here | |
jack_client_t * jack_client_new (const char *client_name) JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT; | |
^ | |
/usr/include/jack/weakmacros.h:80:61: note: expanded from macro 'JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT' | |
#define JACK_OPTIONAL_WEAK_DEPRECATED_EXPORT __attribute__((__deprecated__)) | |
^ | |
LINK sndfile-cmp | |
LINK sndfile-metadata-get | |
3 warnings generated. | |
LINK sndfile-info | |
LINK sndfile-metadata-set | |
LINK sndfile-convert | |
LINK sndfile-jackplay | |
LINK sndfile-play | |
/usr/bin/ld: sndfile_jackplay-sndfile-jackplay.o: undefined reference to symbol 'pthread_mutex_trylock@@GLIBC_2.2.5' | |
/usr/bin/ld: /usr/lib/libpthread.so.0: error adding symbols: DSO missing from command line | |
clang-9: error: linker command failed with exit code 1 (use -v to see invocation) | |
make[1]: *** [Makefile:383: sndfile-jackplay] Fehler 1 | |
make[1]: *** Es wird auf noch nicht beendete Prozesse gewartet.... | |
make: *** [Makefile:358: all-recursive] Fehler 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment