From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: Re: Change default toolkit to Gtk3? Date: Sun, 9 Sep 2012 12:25:32 +0200 Message-ID: <20556.28316.88752.446224@a1i15.kph.uni-mainz.de> References: <20556.13933.180681.87064@a1i15.kph.uni-mainz.de> <5E9CCFB5-C9A4-4C12-839D-644928669AFD@swipnet.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1347186343 17703 80.91.229.3 (9 Sep 2012 10:25:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Sep 2012 10:25:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jan =?iso-8859-1?Q?Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 09 12:25:46 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TAei1-0005kN-4v for ged-emacs-devel@m.gmane.org; Sun, 09 Sep 2012 12:25:45 +0200 Original-Received: from localhost ([::1]:44215 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAehx-0002GD-Rv for ged-emacs-devel@m.gmane.org; Sun, 09 Sep 2012 06:25:41 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53448) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAehr-00020C-VX for emacs-devel@gnu.org; Sun, 09 Sep 2012 06:25:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TAehq-0001Ok-VD for emacs-devel@gnu.org; Sun, 09 Sep 2012 06:25:35 -0400 Original-Received: from a1iwww1.kph.uni-mainz.de ([134.93.134.1]:42397) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAehq-0001MG-Gb for emacs-devel@gnu.org; Sun, 09 Sep 2012 06:25:34 -0400 Original-Received: from a1i15.kph.uni-mainz.de (a1i15.kph.uni-mainz.de [134.93.134.92]) by a1iwww1.kph.uni-mainz.de (8.14.4/8.13.4) with ESMTP id q89APWlK028825; Sun, 9 Sep 2012 12:25:32 +0200 Original-Received: from a1i15.kph.uni-mainz.de (localhost [127.0.0.1]) by a1i15.kph.uni-mainz.de (8.14.5/8.14.2) with ESMTP id q89APW50001002; Sun, 9 Sep 2012 12:25:32 +0200 Original-Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.5/8.14.5/Submit) id q89APWqx001000; Sun, 9 Sep 2012 12:25:32 +0200 In-Reply-To: <5E9CCFB5-C9A4-4C12-839D-644928669AFD@swipnet.se> X-Mailer: VM 8.2.0b under 23.4.2 (x86_64-pc-linux-gnu) X-MIME-Autoconverted: from 8bit to quoted-printable by a1iwww1.kph.uni-mainz.de id q89APWlK028825 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 134.93.134.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:153197 Archived-At: >>>>> On Sun, 9 Sep 2012, Jan Dj=E4rv wrote: >> In Gentoo we need a way for our ebuild to explicitly select Gtk2. > I did not consider atomated builders/testers. Not necessarily automated, but the problem arises e.g. if the build host has both Gtk2 and Gtk3 but the target host has only Gtk2. > So I agree, an explicit gtk2 is needed. > [...] > So this is what I will do if nobody objects: > configure (Gtk3 is tried, then Gtk2) > configure --with-x-toolkit=3Dgtk (as above) > configure --with-x-toolkit=3Dgtk3 (try Gtk3 only) > configure --with-x-toolkit=3Dgtk2 (try Gtk2 only) Looks good to me. Ulrich