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: Sun, 14 Jan 2024 08:12:20 +0200 Message-ID: <83mst8fnp7.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33476"; mail-complaints-to="usenet@ciao.gmane.io" Cc: yuri.v.khan@gmail.com, emacs-devel@gnu.org To: "Jeremy Baxter" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jan 14 07:13:38 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 1rOtkY-0008WS-GW for ged-emacs-devel@m.gmane-mx.org; Sun, 14 Jan 2024 07:13:38 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rOtjd-0005c8-IE; Sun, 14 Jan 2024 01:12:41 -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 1rOtjc-0005c0-5q for emacs-devel@gnu.org; Sun, 14 Jan 2024 01:12:40 -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 1rOtjb-00019J-Rn; Sun, 14 Jan 2024 01:12:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=2prkyi1BKpsD1RFo14sNh5uXbtnKabgj4xhHo+0QRiA=; b=SNgLei2kqQ7VTOibcdXQ u5AKtOO1Ul/tTzysO8Xuy93hrxZhb+oLow/4MZ/+QidkHEEy56c4Hg/IahiBIpgodccdVGOKV1zZw ZbL03SX4sKTaQnU9m5AKEMwM3fdqfgwPJJHmgwG7WDhqKWA1K2Iq4MMJptjqUVJOuhw+oJ5duHgwS 5+/Xoicvrid6VgtfZBFO79D5gAg+c09ajIjeVwlnqBIkjFUkpPHQaZbAat2myQmliPu2Ikok/v1PF P6jVARJiD2qSh9H/dB69sVqhHyEBKDerch1EW1/Fc2fJYQILn/p4cS1O6t6+LWPWw3fpqwUSFHwh1 mECImT3ePUTihg==; 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:314950 Archived-At: > Date: Sun, 14 Jan 2024 09:21:11 +1300 > Cc: > From: "Jeremy Baxter" > > On Sun Jan 14, 2024 at 9:15 AM NZDT, Yuri Khan wrote: > > On Sat, 13 Jan 2024 at 11:53, Jeremy Baxter wrote: > > > > > > 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 > > > > Do you have only runtime libraries installed, or development packages > > also? I’m not familiar with Void Linux, but, for example, in > > Debian-based distributions, files needed to *run* software using GTK+ > > go in the libgtk-3-0 package, while files needed to *build* such > > software go in libgtk-3-dev. > > > > Sorry for the noise if you are already aware of the distinction and do > > have development packages installed. > > Yes, I do have the development packages installed. Please show the portions of config.log that test for the above components: gtk+-3.0 and glib-2.0. They could explain why the configure script fails in your case.