/home/user/vlc/contrib/i686-w64-mingw32/lib/libdvdnav.a(dvdnav.o):dvdnav.c:(.text+0x23): undefined reference to `___ms_vsnprintf'
It might be of interest to know which of the contrib packages on the site that link against mingw-w64 2, if any. Otherwise it's necessary to install mingw-w64 3 (it's not in the stable or unstable Debian/Ubuntu APT channel yet)
Code: Select all
wget -N http://ftp.us.debian.org/debian/pool/main/m/mingw-w64/mingw-w64-dev_3.0~svn4933-1_all.deb; sudo dpkg -i mingw*deb
Code: Select all
sudo dpkg --get-selections|cut -f1|grep mingw|xargs dpkg -L|xargs ack-grep "ms_vsnprintf"