2013/10/23 Jean-Baptiste Kempf <j...@videolan.org>: > 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 > > Missing some -D_XOPEN_SOURCE=500 ?
Why not just replace all of the feature macros with _GNU_SOURCE, it seems to define all that is needed:) -- Janusz Dziemidowicz _______________________________________________ libaacs-devel mailing list libaacs-devel@videolan.org https://mailman.videolan.org/listinfo/libaacs-devel