Re: gtk 2.24.24 cross-gotcha

2014-06-26 Thread Allin Cottrell
On Thu, 26 Jun 2014, Matthias Clasen wrote: On Wed, Jun 25, 2014 at 4:58 PM, Allin Cottrell wrote: Just in case anyone else falls into this: there's a potential gotcha if you're cross-compiling gtk for (say) Windows on Linux. It took me a while to figure out why the Windows version of my app d

Re: gtk 2.24.24 cross-gotcha

2014-06-26 Thread Matthias Clasen
On Wed, Jun 25, 2014 at 4:58 PM, Allin Cottrell wrote: > Just in case anyone else falls into this: there's a potential gotcha if > you're cross-compiling gtk for (say) Windows on Linux. It took me a while to > figure out why the Windows version of my app didn't have any GTK icons any > more! > > >

Re: gtk 2.24.24 cross-gotcha

2014-06-26 Thread Emmanuele Bassi
you should probably send this to gtk-devel-list, not gtk-app-devel-list. also, you may want to file a bug asking for having `--include-image-data` by default, and add a `--no-include-image-data`. On 25 June 2014 21:58, Allin Cottrell wrote: > Actually I wish that the 2.24 branch of GTK were not

gtk 2.24.24 cross-gotcha

2014-06-25 Thread Allin Cottrell
Just in case anyone else falls into this: there's a potential gotcha if you're cross-compiling gtk for (say) Windows on Linux. It took me a while to figure out why the Windows version of my app didn't have any GTK icons any more! If gtk2 on the Linux host is updated to 2.24.24, and you're cro