I used the ../configure --host=x86_64-w64-mingw32 --disable-qt because i want to use qt5, and everything went well, until i run make, then i get this error:
Code: Select all
<command-line>:0:0: note: this is the location of the previous definition
../../modules/access/avio.c: In function ‘UrlInterruptCallback’:
../../modules/access/avio.c:73:5: warning: ‘vlc_object_alive’ is deprecated (declared at ../../include/vlc_objects.h:76) [-Wdeprecated-declarations]
return !vlc_object_alive((vlc_object_t*)access);
^
CCLD libavio_plugin.la
/usr/bin/x86_64-w64-mingw32-ld: cannot find -ldl
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lXfixes
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lXext
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lX11
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lcdio_paranoia
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lcdio_cdda
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lcdio
/usr/bin/x86_64-w64-mingw32-ld: cannot find -ljack
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lasound
/usr/bin/x86_64-w64-mingw32-ld: cannot find -ldc1394
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lraw1394
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lxvidcore
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lrtmp
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lpulse-simple
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lpulse
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lgnutls
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lva
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lbz2
collect2: error: ld returned 1 exit status