fdkaac
fdkaac copied to clipboard
Configure fails on Trixie
I did compile fdk-aac and
ldconfig -p | grep aac
libfdk-aac.so.2 (libc6,x86-64) => /usr/local/lib/libfdk-aac.so.2
libfdk-aac.so (libc6,x86-64) => /usr/local/lib/libfdk-aac.so
libaacs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaacs.so.0
autoreconf -i
./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether sleep supports fractional seconds... yes
checking filesystem timestamp resolution... 0.01
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking xargs -n works... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for windres... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/time.h... yes
checking for libcharset.h... no
checking for langinfo.h... yes
checking for endian.h... yes
checking for byteswap.h... yes
./configure: line 4998: syntax error near unexpected token `FDK_AAC,fdk-aac'
./configure: line 4998: `PKG_CHECK_MODULES(FDK_AAC,fdk-aac)'
What am I missing? :)
Do you have pkg-config installed?
@nu774, I did not have pkg-config installed and that fixed it! Thank you.