Re: Cross-compiling GTK+, missing icons

2017-05-30 Thread Gerardo Ballabio
I found indeed that downgrading the version of GTK+ to 3.12, the icons came back. But I'll explore the GResource route too, as I'm going to need a newer version (at least 3.16 for OpenGL support). Gerardo 2017-05-28 21:20 GMT+02:00 Nicola Fontana : > Il Sun, 28 May 2017 18:27:46 +0200 Vilem Ott

Re: Cross-compiling GTK+, missing icons

2017-05-29 Thread Gerardo Ballabio
I simply downloaded and built the MXE cross-compiling suite. GTK+ (and gtkmm) are among supported libraries. See here: http://mxe.cc/ Gerardo 2017-05-30 2:00 GMT+02:00 Michael Torrie : > On 05/29/2017 03:24 AM, Gerardo Ballabio wrote: > > Yes, I managed to build self-contained Windows executabl

Re: Cross-compiling GTK+, missing icons

2017-05-29 Thread Michael Torrie
On 05/29/2017 03:24 AM, Gerardo Ballabio wrote: > Yes, I managed to build self-contained Windows executables (using GTK+ > 2) that don't need any additional resources to be installed. Just download > the file and run it. I tested with Windows XP and 7, but I expect them > to work on newer Windows v

Re: Cross-compiling GTK+, missing icons

2017-05-29 Thread Carsten Mattner
On Mon, May 29, 2017 at 9:24 AM, Gerardo Ballabio wrote: > 2017-05-29 10:48 GMT+02:00 Rafal Luzynski : > > > > This looks like a good solution to me. But instead of placing the icons > > in external files you (I'm talking to John) may be also interested in > > GResource framework [1] which does a

Re: Cross-compiling GTK+, missing icons

2017-05-29 Thread Nicola Fontana
Il Mon, 29 May 2017 12:09:49 +0200 Gerardo Ballabio scrisse: > > if with "style" you mean the GTK+ theme then yes, you need to > > include it separately. > > > > I'm used to cross-compile for Windows on Linux and lately (since > > 3.14.0 IIRC) the adwaita theme became a new external dependency i

Re: Cross-compiling GTK+, missing icons

2017-05-29 Thread Gerardo Ballabio
Whoops, sorry, missed this one: 2017-05-28 21:20 GMT+02:00 Nicola Fontana : > if with "style" you mean the GTK+ theme then yes, you need to > include it separately. > > I'm used to cross-compile for Windows on Linux and lately (since > 3.14.0 IIRC) the adwaita theme became a new external dependen

Re: Cross-compiling GTK+, missing icons

2017-05-29 Thread Gerardo Ballabio
Thanks for your answers. 2017-05-28 22:05 GMT+02:00 Ian Chapman : > Hi, maybe your previous thread was one that I initiated. The reply was > nogo or use a docker. I'm wondering if you managed to generate a Win.exe > that ran without loading any extras on all versions of windows? I'm sure > wha

Re: Cross-compiling GTK+, missing icons

2017-05-28 Thread Carsten Mattner
On Sun, May 28, 2017 at 4:27 PM, Vilem Otte wrote: > I'm not the moderator, just a user who works with Gtk+ for quite > some time... I've never tried to actually cross compile for Windows, > while I did a full compilation on both - Linux and Windows (as I > require certain OpenGL widgets support,

Re: Cross-compiling GTK+, missing icons

2017-05-28 Thread Ian Chapman
Hi, maybe your previous thread was one that I initiated. The reply was nogo or use a docker. I'm wondering if you managed to generate a Win.exe that ran without loading any extras on all versions of windows? I'm sure what I was doing would work only with the exact compile version even on the

Re: Cross-compiling GTK+, missing icons

2017-05-28 Thread Nicola Fontana
Il Sun, 28 May 2017 18:27:46 +0200 Vilem Otte scrisse: > ... > I'm not even sure you can include whole style for Gtk+ 3.x inside the > library (although I might be wrong here!). > ... Hi Vilem, if with "style" you mean the GTK+ theme then yes, you need to include it separately. I'm used to cro

Re: Cross-compiling GTK+, missing icons

2017-05-28 Thread Vilem Otte
I'm not the moderator, just a user who works with Gtk+ for quite some time... I've never tried to actually cross compile for Windows, while I did a full compilation on both - Linux and Windows (as I require certain OpenGL widgets support, which was quite poor for quite long time ... it got a lot be

Cross-compiling GTK+, missing icons

2017-05-28 Thread Gerardo Ballabio
It looks like no moderators are actually _reading_ this list... Resending without attachments. 2017-05-23 22:54 GMT+02:00 Gerardo Ballabio : > Hello all, > > I'm trying to cross-compile GTK+ for Windows on Linux (Debian) using MXE > (http:/mxe.cc/). My goal is to produce a statically linked execu