Mingw W64 Offline Installer



Wine implements its own version of Internet Explorer. The implementation is based on a custom version of Mozilla's Gecko Layout Engine.

  • 3Building Wine Gecko
    • 3.1Mingw-w64
    • 3.2Troubleshooting

Installing

When your application tries to display a site, Wine loads and uses its custom implementation of Gecko. Wine tries to find Gecko installation in following order:

MinGW-w64 GCC for both x64 & x86 Windows! MSYS2 Software Distribution and Building Platform for Windows. MSYS2 is a collection of tools and libraries providing you with an easy-to-use environment for building, installing and running native Windows software. It consists of a command line terminal called mintty, bash, version control systems like git and subversion, tools like tar and awk and even build systems like autotools, all. And i find out that there is more new mingw - MinGW-w64 GCC for both x64 & x86 Windows with gcc 4.8.2 I try sjlj build with the latest release MinGW-w64 sjlj build maybe other build is better, i didn't try. Anyway, i managed to create a portable mingw with gcc 4.8.2, compatible to windows 8. If you can update for this version, i will be glad.

  • If Wine Gecko is already installed in the prefix, that installation will be used.
  • Wine 5.0-rc1 and newer will try to load Gecko from UNIX-style installation without installing it into the prefix. It will look for wine-gecko-$(VERSION)-$(ARC) subdirectory of standard local lookup (see bellow).
  • Wine will try to find Wine Gecko MSI installer on local machine (see bellow). If it can find it, it will install it into the prefix and use it.
  • If the file can't be found on your computer, Wine will download it for you. The downloaded .msi is saved to ~/.cache/wine. If the download fails, you can download the appropriate version (see table below) yourself from http://dl.winehq.org/wine/wine-gecko/.


Whenever Wine tries to find local installation, it will look in following directories:

  • In most cases, the file(s) should be placed in /usr/share/wine/gecko.
  • If you installed Wine in some $prefix rather than /usr, $prefix/share/wine/gecko/ before /usr/share/wine/gecko. (e.g. if you installed it from source, then place the files in /usr/local/share/wine/gecko).
  • If you're running Wine from build tree, Wine will try to find files in $build_dir/../gecko directory.
  • Local cache, usually ~/.cache/wine.


For 64 bit (WoW64) Wine, both the x86 and x86_64 packages are required.

Wine will currently not be able to use such Gecko installation if it can't map it to DOS drive (for example if z: drive is removed).

WineGecko (32 bit)Gecko (64 bit)
wine-0.9.47 - wine-1.1.11wine_gecko-0.1.0.cab
wine-1.1.12 - wine-1.1.14wine_gecko-0.9.0.cab
wine-1.1.15 - wine-1.1.26wine_gecko-0.9.1.cab
wine-1.1.27 - wine-1.3.1wine_gecko-1.0.0-x86.cab
wine-1.3.2 - wine-1.3.15wine_gecko-1.1.0-x86.cabwine_gecko-1.1.0-x86_64.cab
wine-1.3.16 - wine-1.3.26wine_gecko-1.2.0-x86.msiwine_gecko-1.2.0-x86_64.msi
wine-1.3.27 - wine-1.3.32wine_gecko-1.3-x86.msiwine_gecko-1.3-x86_64.msi
wine-1.3.33 - wine-1.4wine_gecko-1.4-x86.msiwine_gecko-1.4-x86_64.msi
wine-1.5.0 - wine-1.5.6wine_gecko-1.5-x86.msiwine_gecko-1.5-x86_64.msi
wine-1.5.7 - wine-1.5.9wine_gecko-1.6-x86.msiwine_gecko-1.6-x86_64.msi
wine-1.5.10 - wine-1.5.14wine_gecko-1.7-x86.msiwine_gecko-1.7-x86_64.msi
wine-1.5.15 - wine-1.5.21wine_gecko-1.8-x86.msiwine_gecko-1.8-x86_64.msi
wine-1.5.22 - wine-1.5.30wine_gecko-1.9-x86.msiwine_gecko-1.9-x86_64.msi
wine-1.5.31 - wine-1.7.2wine_gecko-2.21-x86.msiwine_gecko-2.21-x86_64.msi
wine-1.7.3 - wine-1.7.30wine_gecko-2.24-x86.msiwine_gecko-2.24-x86_64.msi
wine-1.7.31 - wine-1.7.37wine_gecko-2.34-x86.msiwine_gecko-2.34-x86_64.msi
wine-1.7.38 - wine-1.7.49wine_gecko-2.36-x86.msiwine_gecko-2.36-x86_64.msi
wine-1.7.50 - wine-1.9.2wine_gecko-2.40-x86.msiwine_gecko-2.40-x86_64.msi
wine-1.9.3 - wine-1.9.12wine_gecko-2.44-x86.msiwine_gecko-2.44-x86_64.msi
wine-1.9.13 - wine-3.21wine_gecko-2.47-x86.msiwine_gecko-2.47-x86_64.msi
wine-5.0-rc1 - current

Debug info

If Gecko is crashing on you, you can download a debug build from http://dl.winehq.org/wine/wine-gecko/ to get more verbose logs. Download the -unstripped.tar.bz2 file for the version you are using (on a 64 bit system, download both the x86 and x86_64 tarballs), unpack the files, and replace the files in $WINEPREFIX/drive_c/windows/system32/gecko/version and (on 64 bit) $WINEPREFIX/drive_c/windows/sysWoW64/gecko/version with the extracted files.

Building Wine Gecko

The following describe how the Wine Gecko package is built.

Mingw64 for windows 10

NOTE: If you're unsure if you want to build it yourself, the answer is no. There is no reason to build it yourself unless you're going to work on Mozilla code. If you need Gecko to run an app in Wine, follow the instructions above. Wine Gecko source is hosted in Git on Sourceforge.

Wine Gecko is maintained by Jacek Caban. If you need help, feel free to contact him.

Mingw-w64

It is encouraged to use mingw-w64 for cross-compiling. A fairly recent version of mingw-w64 should be enough.

Building

The exact instruction about building the package are hosted in wine/README in Wine Gecko source directory.

Binary Packages

Some Distro are maintaining mingw-w64 in their repo, like Fedora. You can install the dependencies with commands like

Download Mingw W64 Offline Installer

Troubleshooting

'pthread_t' does not name a type

Try to remove media/libstagefright/ports/win32/include/pthread.h. This should be fixed in version 2.47.1.

mingw-w64 too old

For example:

  • 'ILocation' was not declared.

The mingw-w64 package on your distro may be too old to include this patch.(for example, it will take some time to backport these patch to stable branches like v4.x)If you faced this trouble, please consider compile mingw-w64 by yourself(as README said)

See also

Mingw W64 Download

Mingw64

Mingw Minimalist Gnu For Windows

Retrieved from 'https://wiki.winehq.org/index.php?title=Gecko&oldid=3528'