I tried to build latest version but I have error on build :
Code: Select all
i686-w64-mingw32-gcc: error: ../../extras/package/win32/../../../modules/codec/webvtt/CSSLexer.c: No such file or directory
Where could i found this lost file ?
Code: Select all
i686-w64-mingw32-gcc: error: ../../extras/package/win32/../../../modules/codec/webvtt/CSSLexer.c: No such file or directory
Code: Select all
../doltcompile i686-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../extras/package/win32/../../../compat -I.. -I../../extras/package/win32/../../../include -I../include -I/mnt/c/Sources/vlc/vlc/contrib/i686-w64-mingw32/include -D__USE_MINGW_ANSI_STDIO=1 -g -O2 -I/mnt/c/Sources/vlc/vlc/contrib/i686-w64-mingw32/include -mms-bitfields -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wvolatile-register-var -Wformat -Wformat-security -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Werror-implicit-function-declaration -Winit-self -Wlogical-op -pipe -O3 -fno-math-errno -funsafe-math-optimizations -fno-rounding-math -fno-signaling-nans -fcx-limited-range -funroll-loops -fomit-frame-pointer -fstack-protector-strong -MT poll.lo -MD -MP -MF $depbase.Tpo -c -o poll.lo ../../extras/package/win32/../../../compat/poll.c &&\
In file included from ../../extras/package/win32/../../../compat/poll.c:110:0:
ERROR : /usr/share/mingw-w64/include/winsock2.h:1155: 16: redefinition of 'struct pollfd'
typedef struct pollfd {
^
In file included from ../config.h:904:0,
from ../../extras/package/win32/../../../compat/poll.c:22:
../../extras/package/win32/../../../include/vlc_fixups.h:395:8: note: originally defined here
struct pollfd
^
ERROR : ../../extras/package/win32/../../../compat/poll.c:112: 5: conflicting types for 'poll'
int poll(struct pollfd *fds, unsigned nfds, int timeout)
^
In file included from ../config.h:904:0,
from ../../extras/package/win32/../../../compat/poll.c:22:
../../extras/package/win32/../../../include/vlc_fixups.h:404:5: note: previous declaration of 'poll' was here
int poll (struct pollfd *, unsigned, int);
^
Makefile:1382: recipe for target 'poll.lo' failed
Makefile:1216: recipe for target 'all' failed
Makefile:1516: recipe for target 'all-recursive' failed
Makefile:1401: recipe for target 'all' failed
make: *** [all] Error 2
Return to “Development around libVLC”
Users browsing this forum: No registered users and 14 guests