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 --
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
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