[libaacs-devel] build of v "0.6.0 release" fails `make` @ "error: implicit declaration of function 'realpath'". remove -Werror ?

2013-05-18 Thread darx
es -Wshadow -Werror=implicit-function-declaration -Wextra -Winline -O3 -fomit-frame-pointer That looks like a purposeful `-Werror=...`, so blindly rm'ing seems unwise. Bug in the code, or my build ENV? darx ___ libaacs-dev

Re: [libaacs-devel] Compile it on opensuse 12.3

2013-05-25 Thread darx
On Sat, May 25, 2013, at 07:55 AM, Jorge F. Hernandez wrote: > Where can I find documentation about how to compile it? > > I'm trying to compile it on an openSUSE 12.3 but I don't know if I need > to use any arguments or something to make it work. fwiw, this http://mailman.videolan.org/privat

Re: [libaacs-devel] Compile it on opensuse 12.3

2013-05-25 Thread darx
Right. Exactly as reported in my previous post ... On Sat, May 25, 2013, at 08:33 AM, Jorge F. Hernandez wrote: > Well it doesn't work, all I get is: > > libaacs/mmc.c:862:5: error: implicit declaration of function 'realpath' > [-Werror=implicit-function-declaration] __

Re: [libaacs-devel] build of v "0.6.0 release" fails `make` @ "error: implicit declaration of function 'realpath'". remove -Werror ?

2013-05-26 Thread darx
On Sun, May 26, 2013, at 05:44 AM, Jean-Baptiste Kempf wrote: > Try http://pastie.org/pastes/7962296/text?key=srjpucun0c7cpgtzd1fh7g Applying the patch, build completes without fail. Thanks, darx ___ libaacs-devel mailing list libaacs-de