<p dir="ltr">You should --disable-dbus because VLC doesn't support DBus on Windows (I asked some weeks ago).</p>
<p dir="ltr">Qt 4 should be able to be installed in MXE with `make qt`. If that is done but configure still can't find it, please post the config.log</p>
<p dir="ltr">Chromaprint, dvdread, and dca are only in master (development) branch. So if you really want to use them `git checkout master`.</p>
<p dir="ltr">Timothy</p>
<p dir="ltr">On Mon, Jul 28, 2014 at 7:33 AM, David R. Robison <<a href="mailto:david.robison@openroadsconsulting.com">david.robison@openroadsconsulting.com</a>> wrote:<br>
> Thanks for the tip. I installed MXE and built for all packages. When I then<br>
> ran the configure, I still had to disable some packages to get the configure<br>
> to run:<br>
><br>
> ../extras/package/win32/configure.sh --host=x86_64-w64-mingw32<br>
> --enable-static \<br>
> --disable-dvdread \<br>
> --disable-dca \<br>
> --disable-schroedinger \<br>
> --disable-caca \<br>
> --disable-chromaprint \<br>
> --disable-goom \<br>
> --disable-qt \<br>
> --disable-skins2<br>
><br>
> Not sure why this should be the case, but I finally got the configure to<br>
> finish cleanly.<br>
><br>
> However, when I run the "make" it fails with the following error:<br>
><br>
> make[2]: Entering directory `/home/david/vlc/win32/src'<br>
> GEN stamp-revision<br>
> make all-am<br>
> make[3]: Entering directory `/home/david/vlc/win32/src'<br>
> CCLD <a href="http://libvlccore.la">libvlccore.la</a><br>
> /home/david/mxe/usr/x86_64-w64-mingw32/lib/libdbus-1.a(libdbus_1_la-dbus-sysdeps-thread-win.o):dbus-sysdeps-thread-win.c:(.text+0xd):<br>
> multiple definition of `DllMain'<br>
> win32/.libs/thread.o:/home/david/vlc/win32/src/../../extras/package/win32/../../../src/win32/thread.c:1007:<br>
> first defined here<br>
> collect2: error: ld returned 1 exit status<br>
><br>
> Is there something I'm still missing? David<br>
><br>
><br>
> David R Robison<br>
> Open Roads Consulting, Inc.<br>
> 103 Watson Road, Chesapeake, VA 23320<br>
> phone: (757) 546-3401<br>
> e-mail: <a href="mailto:david.robison@openroadsconsulting.com">david.robison@openroadsconsulting.com</a><br>
> web: <a href="http://openroadsconsulting.com">http://openroadsconsulting.com</a><br>
> blog: <a href="http://therobe.blogspot.com">http://therobe.blogspot.com</a><br>
> book:<br>
> <a href="http://www.xulonpress.com/bookstore/bookdetail.php?PB_ISBN=9781597816526">http://www.xulonpress.com/bookstore/bookdetail.php?PB_ISBN=9781597816526</a><br>
><br>
> On 7/24/2014 5:20 PM, Timothy Gu wrote:<br>
><br>
><br>
> On Jul 24, 2014 1:32 PM, "David R. Robison"<br>
> <<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?<br>
><br>
> You need to check config.log to make sure what's missing. To summarize the<br>
> current MinGW situation, MinGW32 (i686-pc-mingw32) supports only 32-bit, but<br>
> mingw-w64 (*-w64-mingw32) supports _both_ 32- and 64-bit archs.<br>
><br>
> I would never use the MinGW toolchain from Ubuntu or any other distro,<br>
> simply because it installs into standard system directory and installing<br>
> MinGW libs to system locations is a pain.<br>
><br>
> I would either use MXE (<a href="http://mxe.cc">http://mxe.cc</a>) which contains build recipes for a<br>
> lot of libraries that can be used by VLC, or Zeranoe's mingw-w64 build<br>
> script (<a href="http://ffmpeg.zeranoe.com/blog/?cat=4">http://ffmpeg.zeranoe.com/blog/?cat=4</a>) which produces a pristine<br>
> build environment.<br>
><br>
> Timothy<br>
><br>
><br>
><br>
> _______________________________________________<br>
> vlc-devel mailing list<br>
> To unsubscribe or modify your subscription options:<br>
> <a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
><br>
><br>
><br>
><br>
> ________________________________<br>
> This email communication (including any attachments) may contain<br>
> confidential and/or privileged material intended solely for the individual<br>
> or entity to which it is addressed.<br>
> If you are not the intended recipient, please delete this email immediately.<br>
><br>
> _______________________________________________<br>
> vlc-devel mailing list<br>
> To unsubscribe or modify your subscription options:<br>
> <a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
></p>