<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body 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>
<br>
<pre class="moz-signature" cols="72">David R Robison
Open Roads Consulting, Inc.
103 Watson Road, Chesapeake, VA 23320
phone: (757) 546-3401
e-mail: <a class="moz-txt-link-abbreviated" href="mailto:david.robison@openroadsconsulting.com">david.robison@openroadsconsulting.com</a>
web: <a class="moz-txt-link-freetext" href="http://openroadsconsulting.com">http://openroadsconsulting.com</a>
blog: <a class="moz-txt-link-freetext" href="http://therobe.blogspot.com">http://therobe.blogspot.com</a>
book: <a class="moz-txt-link-freetext" href="http://www.xulonpress.com/bookstore/bookdetail.php?PB_ISBN=9781597816526">http://www.xulonpress.com/bookstore/bookdetail.php?PB_ISBN=9781597816526</a>
</pre>
On 7/24/2014 5:20 PM, Timothy Gu wrote:<br>
</div>
<blockquote
cite="mid:CA+Yu1_V3PkQo8+FnsdBohGie-PR4gkppGWY4PP8ohrdUQVeH5w@mail.gmail.com"
type="cite">
<p dir="ltr"><br>
On Jul 24, 2014 1:32 PM, "David R. Robison" <<a
moz-do-not-send="true"
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 moz-do-not-send="true"
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 moz-do-not-send="true"
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>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
vlc-devel mailing list
To unsubscribe or modify your subscription options:
<a class="moz-txt-link-freetext" href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a>
</pre>
</blockquote>
<br>
<BR />
<BR />
<HR />
This email communication (including any attachments) may contain confidential and/or privileged material intended solely for the individual or entity to which it is addressed.<BR />
If you are not the intended recipient, please delete this email immediately.<BR />
</body>
</html>