<p dir="ltr"><br>
On Jul 24, 2014 1:32 PM, "David R. Robison" <<a href="mailto:david.robison@openroadsconsulting.com">david.robison@openroadsconsulting.com</a>> wrote:<br>
><br>
> OK, I'm starting over with a fresh Ubuntu install and following the<br>
> documentation for compiling VLC on Windows to the tee.<br>
><br>
> When I get to the configure stage, I get the error:<br>
><br>
> configure: error: LibVLC requires mingw-runtime version 3.15 or higher,<br>
> or mingw-w64 version 3.0 or higher!<br>
><br>
> I assume I need to apt-get install mingw-w63 since I am building for<br>
> Windows 64. Correct?</p>
<p dir="ltr">You need to check config.log to make sure what's missing. To summarize the current MinGW situation, MinGW32 (i686-pc-mingw32) supports only 32-bit, but mingw-w64 (*-w64-mingw32) supports _both_ 32- and 64-bit archs.</p>

<p dir="ltr">I would never use the MinGW toolchain from Ubuntu or any other distro, simply because it installs into standard system directory and installing MinGW libs to system locations is a pain.</p>
<p dir="ltr">I would either use MXE (<a href="http://mxe.cc">http://mxe.cc</a>) which contains build recipes for a lot of libraries that can be used by VLC, or Zeranoe's mingw-w64 build script (<a href="http://ffmpeg.zeranoe.com/blog/?cat=4">http://ffmpeg.zeranoe.com/blog/?cat=4</a>) which produces a pristine build environment.</p>

<p dir="ltr">Timothy</p>