From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Gtk+ 3 Date: Wed, 02 Oct 2013 14:56:28 +0200 Message-ID: <87r4c34yrn.fsf@gnu.org> References: <20131001112428.GA7062@debian> <877gdxtcki.fsf@gnu.org> <20131001193515.GA22534@debian> <87d2no8wq0.fsf@gnu.org> <20131002103936.GA5856@debian> <8761tf6f6d.fsf@gnu.org> <20131002125313.GB15761@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32911) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRM3d-0006tN-BQ for guix-devel@gnu.org; Wed, 02 Oct 2013 09:01:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRM3Y-0006dk-18 for guix-devel@gnu.org; Wed, 02 Oct 2013 09:01:37 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:50810) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRM3X-0006dZ-Ql for guix-devel@gnu.org; Wed, 02 Oct 2013 09:01:31 -0400 In-Reply-To: <20131002125313.GB15761@debian> (Andreas Enge's message of "Wed, 2 Oct 2013 14:53:13 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > On Wed, Oct 02, 2013 at 02:16:42PM +0200, Ludovic Court??s wrote: >> I think Xnee has an optional gnee program (or something like that) that >> provides a GTK+ GUI. But maybe it explicitly checks for gtk+-2.0 and >> just disables that when that is not found? > > Even with gtk+-2, configure ends like this: > > Building the following components=20 > ------------------------------------- >=20=20=20=20=20 > cli=20 >=20=20 > Excluding the following components=20 > ------------------------------------- >=20=20=20=20=20 > doc (docs are already included in dist file) > gnee > pnee=20 > > The configure phase prints a line > checking for gtk-config... no > Apparently, the program needs gtk1... See also > http://savannah.gnu.org/bugs/?33666 > > I suggest to drop the input. Agreed. Ludo=E2=80=99.