[libaacs-devel] can't build lib-aacs

2013-10-23 Thread Stefan Ringel
make make all-recursive make[1]: Entering directory `/home/sringel/build/lib-accs/libaacs' Making all in src make[2]: Entering directory `/home/sringel/build/lib-accs/libaacs/src' make all-am make[3]: Entering directory `/home/sringel/build/lib-accs/libaacs/src' /bin/sh ../libtool --tag=CC --

Re: [libaacs-devel] can't build lib-aacs

2013-10-23 Thread Jean-Baptiste Kempf
On 23 Oct, Stefan Ringel wrote : > libaacs/mmc.c: In function 'mmc_open': > libaacs/mmc.c:877:5: error: implicit declaration of function 'realpath' > [-Werror=implicit-function-declaration] > if (!file_path || !realpath(path, file_path)) { > ^ > cc1: some warnings being treated as errors

Re: [libaacs-devel] can't build lib-aacs

2013-10-23 Thread Janusz Dziemidowicz
2013/10/23 Jean-Baptiste Kempf : > On 23 Oct, Stefan Ringel wrote : >> libaacs/mmc.c: In function 'mmc_open': >> libaacs/mmc.c:877:5: error: implicit declaration of function 'realpath' >> [-Werror=implicit-function-declaration] >> if (!file_path || !realpath(path, file_path)) { >> ^ >> cc