<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>Am 28.07.2014 um 16:33 schrieb David R. Robison <<a href="mailto:david.robison@openroadsconsulting.com">david.robison@openroadsconsulting.com</a>>:</div><br class="Apple-interchange-newline"><blockquote type="cite">
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
<div bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Thanks for the tip. I installed MXE and
built for all packages. When I then ran the configure, I still had
to disable some packages to get the configure to run:<br>
<br>
<tt>../extras/package/win32/configure.sh --host=x86_64-w64-mingw32
--enable-static \</tt><tt><br>
</tt><tt> --disable-dvdread \</tt><tt><br>
</tt><tt> --disable-dca \</tt><tt><br>
</tt><tt> --disable-schroedinger \</tt><tt><br>
</tt><tt> --disable-caca \</tt><tt><br>
</tt><tt> --disable-chromaprint \</tt><tt><br>
</tt><tt> --disable-goom \</tt><tt><br>
</tt><tt> --disable-qt \</tt><tt><br>
</tt><tt> --disable-skins2</tt><tt><br>
</tt><br>
Not sure why this should be the case, but I finally got the
configure to finish cleanly.<br>
<br>
However, when I run the "make" it fails with the following error:<br>
<br>
<tt>make[2]: Entering directory `/home/david/vlc/win32/src'</tt><tt><br>
</tt><tt> GEN stamp-revision</tt><tt><br>
</tt><tt>make all-am</tt><tt><br>
</tt><tt>make[3]: Entering directory `/home/david/vlc/win32/src'</tt><tt><br>
</tt><tt> CCLD libvlccore.la</tt><tt><br>
</tt><tt>/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):
multiple definition of `DllMain'</tt><tt><br>
</tt><tt>win32/.libs/thread.o:/home/david/vlc/win32/src/../../extras/package/win32/../../../src/win32/thread.c:1007:
first defined here</tt><tt><br>
</tt><tt>collect2: error: ld returned 1 exit status</tt><tt><br>
</tt><br>
Is there something I'm still missing? David<br></div></div></blockquote><div><br></div><div>Hi David,</div><div><br></div><div>I think the supported way is to use VLCs own prebuilt contribs. Using these, there should be no need to install native versions of the needed libraries, nor using MXE.</div><div><br></div><div>With best regards,</div><div>Another David</div></div><br></body></html>