From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: configure fails to find gtk and glib and exits with an empty error Date: Sat, 13 Jan 2024 20:47:01 +0200 Message-ID: <83wmsdf4uy.fsf@gnu.org> References: <837ckdh77v.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7439"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: "Jeremy Baxter" , Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 13 19:48:30 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rOj3V-0001ko-Fe for ged-emacs-devel@m.gmane-mx.org; Sat, 13 Jan 2024 19:48:29 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rOj2c-00074Z-Ez; Sat, 13 Jan 2024 13:47:34 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rOj2U-00073f-2B for emacs-devel@gnu.org; Sat, 13 Jan 2024 13:47:26 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rOj2O-0000JH-Bc; Sat, 13 Jan 2024 13:47:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=PnrIDDrVRLgaIWZwnVpQ4zzglwZoo06619xgqQO3HVA=; b=QTTl1p76/uLq 6rdc2plxQ8UQtgoSaH+IIIMpLUB93/hpzwENnVylGO+TbbQMt0QSTdT5Qp3ys6Nd1CW++AjUho1nb RL0S6FUgY2BuZWtLm2c+v34SsNiHeXRAlTEBva1eQn0kZe6TQbnRSNBKa0LLdSHs+IRMDPcw8RsDu 0RJUNcZalwR6Fev+WdP5S3pmy5OeCzt7cVgjqpEhJWwtXOIPJ2B5QzbGKoHAC611i7xGf8dvj0GQB /5+WmRuZx51wgf3m0ylrZCYETdUmeawOFwUNf/OVVTO9Lo5fFmffIq9Srz5tHn5EPTSaY7FZpEYUb fIIInEjDILX4RMuL4Tcj3A==; In-Reply-To: (jtbx@disroot.org) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:314934 Archived-At: > Date: Sun, 14 Jan 2024 07:16:04 +1300 > Cc: > From: "Jeremy Baxter" > > On Sat Jan 13, 2024 at 11:13 PM NZDT, Eli Zaretskii wrote: > > > Date: Sat, 13 Jan 2024 17:52:33 +1300 > > > From: "Jeremy Baxter" > > > > > > I'm trying to compile Emacs with pgtk support from the current master > > > (4edb7713) but after I run the configure script with --with-x-toolkit=no > > > and --with-pgtk I get the following error: > > > > > > checking for gtk+-3.0 >= 3.22.23 glib-2.0 >= 2.37.5... no > > > configure: error: > > > > > > I have gtk+3 version 3.24.38 and glib version 2.78.0 installed. I am > > > running the Void Linux distribution with glibc, and I generated the > > > configure script with `autoreconf -fi'. The full output log is attached, > > > would anyone be able to help here? > > > > Can you tell what is the purpose of using --with-x-toolkit=no in this > > case? > > Passing no arguments causes an error telling me to supply --with-x-toolkit, > since I didn't have X11 libraries installed. Installing those libraries > makes the configure run normally so I can omit --with-x-toolkit. > > I want to build with pgtk but passing --with-pgtk causes the same gtk/glib > error as before. Adding Po Lu in the hope that he understands what's going on here. You are basically saying that Emacs cannot be build for PGTK, is that so?