[MPlayer-users] Cygwin Issues with --enable-gui

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sat Jun 26 08:48:34 CEST 2010


On Fri, Jun 25, 2010 at 06:56:17PM -0700, Paul Huwe wrote:
> > I don't think the Gui is supported on cygwin.
> > You can either do a MinGW build (e.g. with the old cygwin
> > compiler and -mno-cygwin and --target trick),
> > or fix the cygwin build to do a compile of the X11-based
> > Gui - that should compile.
> 
> If I try with mno-cygwin, I get missing .h file errors. If I add --target=mingw32, I get an error in configuration.

Something like
--target=i686-mingw32
should work.
I've been using --target=athlon64-mingw32.
You also need to set mno-cygwin both for cflags and ldflags (and of course use gcc-3).
I know it works, I just don't have my configure line at hand.
gcc4 does not work because it no longer defines _WIN32 for cygwin, which MPlayer currently
assumes.


More information about the MPlayer-users mailing list