[vlc-devel] [vlc-commits] Win32: correctly implement flockfile() et al

Jean-Baptiste Kempf jb at videolan.org
Mon Oct 22 11:22:13 CEST 2012


On 18 Oct, Rémi Denis-Courmont wrote :
> vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Oct 18 13:58:25 2012 +0300| [2f8990294e4b5f37e932669d77c85c4a857d9701] | committer: Rémi Denis-Courmont
> 
> Win32: correctly implement flockfile() et al
> 
> This should fix gibberish interlaced log messages.

This gives me:

CC     flockfile.lo
../../extras/package/win32/../../../compat/flockfile.c:29:4: warning: #warning Broken SDK: VLC logs will be garbage. [-Wcpp]
../../extras/package/win32/../../../compat/flockfile.c: In function 'getc_unlocked':
../../extras/package/win32/../../../compat/flockfile.c:52:5: error: implicit declaration of function '_getc_nolock' [-Werror=implicit-function-declaration]
../../extras/package/win32/../../../compat/flockfile.c: In function 'getchar_unlocked':
../../extras/package/win32/../../../compat/flockfile.c:57:5: error: implicit declaration of function '_getchar_nolock' [-Werror=implicit-function-declaration]
../../extras/package/win32/../../../compat/flockfile.c: In function 'putc_unlocked':
../../extras/package/win32/../../../compat/flockfile.c:62:5: error: implicit declaration of function '_putc_nolock' [-Werror=implicit-function-declaration]
../../extras/package/win32/../../../compat/flockfile.c: In function 'putchar_unlocked':
../../extras/package/win32/../../../compat/flockfile.c:67:5: error: implicit declaration of function '_putchar_nolock' [-Werror=implicit-function-declaration]

Any idea?

Best regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device



More information about the vlc-devel mailing list