<div>I am cross compiling vlc for windows on linux mint 64 bit machine.</div><div><br></div><div>Used the instructions here</div><div><a href="http://wiki.videolan.org/Win32Compile#Obtaining_the_toolchain">http://wiki.videolan.org/Win32Compile#Obtaining_the_toolchain</a><br>
</div><div><br></div><div>and used the following tool chain</div><div><i style="color:rgb(0,0,0);font-family:sans-serif;font-size:13px;line-height:19.049999237060547px">x86_64-w64-mingw32</i><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:13px;line-height:19.049999237060547px"> for Windows 64-bits, using the Mingw-w64 toolchain</span><br>
</div><div><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:13px;line-height:19.049999237060547px"><br></span></div><div><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:13px;line-height:19.049999237060547px">as indicated in instructions.</span></div>
<div><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:13px;line-height:19.049999237060547px"><br></span></div><div><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:13px;line-height:19.049999237060547px">First, the configure gives error of libgcrypt which i could only bypass by disabling it i..e adding --disable-libgcrypt to configure script.</span></div>
<div><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:13px;line-height:19.049999237060547px"><br></span></div><div><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:13px;line-height:19.049999237060547px">Next make fails with following log. Can some one help with figuring out what's the problem?</span></div>
<div><br></div><div><div>WARNING : ../../../../extras/package/win32/../../../modules/access/dshow/dshow.cpp:1805: 14:  'bool vlc_object_alive(const vlc_object_t*)' is deprecated (declared at ../../../../extras/package/win32/../../../include/vlc_objects.h:81) [-Wdeprecated-declarations]<br>
</div><div>Creating library file: .libs/libdshow_plugin.dll.a</div><div> COMPILE : libcdda_plugin_la-cdda.lo</div><div> COMPILE : libcdda_plugin_la-cdrom.lo</div><div><br></div><div><b>*** Warning: Linking the shared library <a href="http://libcdda_plugin.la">libcdda_plugin.la</a> against the</b></div>
<div><b>*** static library ../VLC/vlc-2.0.4-windows/contrib/x86_64-w64-mingw32/lib/libregex.a is not portable!</b></div><div><b>Creating library file: </b>.libs/libcdda_plugin.dll.a/../VLC/vlc-2.0.4-windows/contrib/x86_64-w64-mingw32/lib/libcddb.a(cddb_conn.o):cddb_conn.c:(.text+0x3e): undefined reference to `__ms_vsnprintf'</div>
<div>../VLC/vlc-2.0.4-windows/contrib/x86_64-w64-mingw32/lib/libcddb.a(cddb_cmd.o):cddb_cmd.c:(.text+0x32): undefined reference to `__ms_vsnprintf'</div><div>../VLC/vlc-2.0.4-windows/contrib/x86_64-w64-mingw32/lib/libcddb.a(cddb_cmd.o):cddb_cmd.c:(.text+0x7a): undefined reference to `__ms_vsnprintf'</div>
<div>../VLC/vlc-2.0.4-windows/contrib/x86_64-w64-mingw32/lib/libcddb.a(cddb_log.o):cddb_log.c:(.text+0x32): undefined reference to `__ms_vsnprintf'</div><div>../VLC/vlc-2.0.4-windows/contrib/x86_64-w64-mingw32/lib/libcddb.a(cddb_net.o):cddb_net.c:(.text+0x32): undefined reference to `__ms_vsnprintf'</div>
<div>collect2: ld returned 1 exit status</div></div><div><br></div><div>Thanks,</div><div>Fayyaz</div><div><br></div>