Re: Linux builds now default to building with Gtk+3

2015-08-10 Thread Gregory Szorc
https://hg.mozilla.org/mozilla-central/rev/05f6b5bc5b4b should have done this. Please file a follow-up if your tree is up to date and things aren't working. On Mon, Aug 10, 2015 at 10:12 AM, Dave Townsend wrote: > Can we update the bootstrap script to install the necessary development > files? >

Re: Linux builds now default to building with Gtk+3

2015-08-10 Thread Dave Townsend
Can we update the bootstrap script to install the necessary development files? On Wed, Jul 22, 2015 at 6:38 PM, Mike Hommey wrote: > Hi, > > If you've followed the recent discussion in the "GTK3 linux builds" > thread, this will come with no surprise, but if not: > > - Next Linux nightly will ha

Re: Linux builds now default to building with Gtk+3

2015-07-28 Thread Hubert Figuière
On 28/07/15 01:29 PM, ISHIKAWA, Chiaki wrote: > 35 [1066] WARNING: The property GtkSettings:gtk-menu-images is > deprecated and shouldn't be used anymore. It will be removed in a future > version.: 'glib warning', file > /NREF-COMM-CENTRAL/comm-central/mozilla/toolkit/xre/nsSigHandlers.cpp, >

Re: Linux builds now default to building with Gtk+3

2015-07-28 Thread ISHIKAWA, Chiaki
After a few tweaks and patches, the C-C TB can be built using gtk3 under linux successfully. Great! When I run |make mozmill| test locally by running full debug build of C-C TB, I noticed the following deprecation warnings due to the API change in GTK3 (from gtk2). Is there a meta-bug to k

Re: Linux builds now default to building with Gtk+3

2015-07-23 Thread Andrew McCreight
Just so people know, ASan builds with GTK3 crash immediately on startup, so you'll want to keep the gtk2 version as described below. Andrew On Wed, Jul 22, 2015 at 6:38 PM, Mike Hommey wrote: > Hi, > > If you've followed the recent discussion in the "GTK3 linux builds" > thread, this will come