Hi!
Trying to compile the new VDR Developer Version with GCC 2.95.4 i get this error:
tools.o: In function `cUnbufferedFile::Close(void)': /usr/src/vdr-1.3.36/tools.c:885: warning: posix_fadvise is not implemented and will always fail
Any Idea how to fix this?
TIA, Dominique
I demand that Dominique Simon may or may not have written...
Trying to compile the new VDR Developer Version with GCC 2.95.4 i get this error:
tools.o: In function `cUnbufferedFile::Close(void)': /usr/src/vdr-1.3.36/tools.c:885: warning: [...]
^^^^^^^
Warning != error...
On 06 Nov 2005 Dominique Simon d.simon@gmx.net wrote:
tools.o: In function `cUnbufferedFile::Close(void)': /usr/src/vdr-1.3.36/tools.c:885: warning: posix_fadvise is not implemented and will always fail
Any Idea how to fix this?
Update to kernel 2.6.x and a recent glibc.
But you can simply ignore this warning, too. VDR will work without problems, only that the "unbuffered" fille access will be buffered as before.
Regards.
Am 06.11.2005 um 19:08 schrieb Stefan Huelswitt:
Update to kernel 2.6.x and a recent glibc.
I use Kernel 2.6.13, but glibc is too old for sure (LinVDR 0.6)
But you can simply ignore this warning, too. VDR will work without problems, only that the "unbuffered" fille access will be buffered as before.
Thanks, that clears things up for me.
Ciao, Dominique