[vlc-devel] lua build fails

Roger Pack rogerdpack2 at gmail.com
Wed Sep 22 21:40:10 CEST 2010


Hi all.
I'm attempting to build vlc trunk using mingw, and all goes well until
it attempts to build the lua module, which responds with this:

make  all-am
make[1]: Entering directory `/c/dev/ruby/downloads/juhovh_vlc/modules/misc/lua'
  CC     liblua_plugin_la-net.lo
libs/net.c: In function 'vlclua_fd_write':
libs/net.c:249:5: error: implicit declaration of function 'write'
libs/net.c: In function 'vlclua_fd_read':
libs/net.c:259:5: error: implicit declaration of function 'read'
make[1]: *** [liblua_plugin_la-net.lo] Error 1
make[1]: Leaving directory `/c/dev/ruby/downloads/juhovh_vlc/modules/misc/lua'
make: *** [all] Error 2

Anybody have an inkling of what might be going on here?  Or which
headers is supposed to define write and read?

Thanks!
-r



More information about the vlc-devel mailing list