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 12:13:08 +0200 Message-ID: <837ckdh77v.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40457"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: "Jeremy Baxter" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 13 11:14:08 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 1rOb1k-000AMa-Eo for ged-emacs-devel@m.gmane-mx.org; Sat, 13 Jan 2024 11:14:08 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rOb19-0001wT-VK; Sat, 13 Jan 2024 05:13:31 -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 1rOb17-0001w9-LJ for emacs-devel@gnu.org; Sat, 13 Jan 2024 05:13:29 -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 1rOb17-0006ai-C5; Sat, 13 Jan 2024 05:13:29 -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=xpN8D7RYknKBwBrk+NSseY2TBXXVfNgfOAxeE7/7zRA=; b=IUCbJ/PyqBQa cJb7+g81UMiZuS7++FnyT7pxRqzT+p4zo3cHAli6/ow00g49Zhc2908FNIHPmnk3H/8nhTIH9LTP6 davFNuGwSWLiJ/ZfIlnxZT+Q4TpiCfrFBtL3/MdVkCFP5e1RwOHKLjAmCQen5b3NDnv0/NnWBVyvm fYcH6bhYGd2Ibifmw7/DC+lqBGKuyVClR1SlkLdKFHhagd2GDcuifCOqwkCZirXrDSPAHOkPBJw4e zEi13XpXcJa/G/a4P9YGrTgRQ4sGZJ+jJZVp9C7BNWL4z1UinbSd8wfNfkvAcWAXxHKS9P/028cGN TEnPhGyfIS7PPLaZ1+AetQ==; 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:314927 Archived-At: > 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?