From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Change default toolkit to Gtk3? Date: Wed, 12 Sep 2012 22:23:10 +0200 Message-ID: <5654E188-664B-47FF-B7DF-8E287C0FA457@swipnet.se> References: <20556.13933.180681.87064@a1i15.kph.uni-mainz.de> <5E9CCFB5-C9A4-4C12-839D-644928669AFD@swipnet.se> <20556.28316.88752.446224@a1i15.kph.uni-mainz.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1486\)) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1347481404 26565 80.91.229.3 (12 Sep 2012 20:23:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Sep 2012 20:23:24 +0000 (UTC) To: "emacs-devel@gnu.org developers" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 12 22:23:26 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 1TBtT4-0005VQ-BM for ged-emacs-devel@m.gmane.org; Wed, 12 Sep 2012 22:23:26 +0200 Original-Received: from localhost ([::1]:38628 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBtT0-0002gX-MI for ged-emacs-devel@m.gmane.org; Wed, 12 Sep 2012 16:23:22 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBtSx-0002gR-Ld for emacs-devel@gnu.org; Wed, 12 Sep 2012 16:23:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TBtSw-0001xm-NX for emacs-devel@gnu.org; Wed, 12 Sep 2012 16:23:19 -0400 Original-Received: from mailout.attendit.se ([83.140.103.4]:52762) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBtSw-0001xb-Go for emacs-devel@gnu.org; Wed, 12 Sep 2012 16:23:18 -0400 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.attendit.se (Postfix) with ESMTP id ACDF6500F5 for ; Wed, 12 Sep 2012 22:17:15 +0200 (CEST) Original-Received: (qmail 27149 invoked by uid 89); 12 Sep 2012 20:22:48 -0000 Original-Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 12 Sep 2012 20:22:48 -0000 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 5B2D37FA05E for ; Wed, 12 Sep 2012 22:23:12 +0200 (CEST) In-Reply-To: <20556.28316.88752.446224@a1i15.kph.uni-mainz.de> X-Mailer: Apple Mail (2.1486) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 83.140.103.4 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:153258 Archived-At: Hello. This has been checked in. Do we want a NEWS-entry for this? Jan D. 9 sep 2012 kl. 12:25 skrev Ulrich Mueller : >>>>>> On Sun, 9 Sep 2012, Jan Dj=E4rv wrote: >=20 >>> In Gentoo we need a way for our ebuild to explicitly select Gtk2. >=20 >> I did not consider atomated builders/testers. >=20 > 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. >=20 >> So I agree, an explicit gtk2 is needed. >=20 >> [...] >=20 >> So this is what I will do if nobody objects: >=20 >> 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) >=20 > Looks good to me. >=20 > Ulrich