GtkD 3.0-beta

jollie via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Mar 10 16:05:11 PDT 2015


On Tue, 10 Mar 2015 15:41:54 -0500, captaindet wrote:

> thanks a lot, jollie, for the detailed description. i tried as advised,
> the shell output was a bit different than in your example, i guess
> because i installed the 32 bit version and your example was probably for
> 64bit.
>

I have been using both 32 and 64 bit msys2.  For this example, I was using
i686(32bit).  If your machine is a 32bit machine use i686 or x86_64 for a
64bit machine. Once msys2 is installed, you can download 32bit or 64bit
mingw_w64 packages. In this example "C:\msys32\mingw32"

> the problem though is that my GTK application lost most icons and there
> are tons of warning/critical messages (repeating every time i move the
> mouse):

Most likely, the adwaita theme was not installed. Try to download the icon
themes again.

This will say [installed] if theme is installed. Here I have both 32/64 bit.
$ pacman -Ss adwaita
mingw32/mingw-w64-i686-adwaita-icon-theme 3.15.1-1 (mingw-w64-i686-gnome) [installed]
    GNOME icon theme (mingw-w64)
mingw64/mingw-w64-x86_64-adwaita-icon-theme 3.15.1-1 (mingw-w64-x86_64-gnome) [installed]
    GNOME icon theme (mingw-w64)

If not type:
$ pacman -S mingw-w64-i686-adwaita-icon-theme mingw-w64-i686-hicolor-icon-theme


jollie


More information about the Digitalmars-d-announce mailing list