From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Jeremy Baxter" Newsgroups: gmane.emacs.devel Subject: Re: configure fails to find gtk and glib and exits with an empty error Date: Sun, 14 Jan 2024 09:21:11 +1300 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21979"; mail-complaints-to="usenet@ciao.gmane.io" Cc: To: "Yuri Khan" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 13 21:22:00 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 1rOkW0-0005Qq-Fq for ged-emacs-devel@m.gmane-mx.org; Sat, 13 Jan 2024 21:22:00 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rOkVQ-0006XY-Gv; Sat, 13 Jan 2024 15:21:24 -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 1rOkVO-0006XB-Ql for emacs-devel@gnu.org; Sat, 13 Jan 2024 15:21:23 -0500 Original-Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rOkVM-0001LX-SR for emacs-devel@gnu.org; Sat, 13 Jan 2024 15:21:22 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 779F241613; Sat, 13 Jan 2024 21:21:18 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Original-Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mB07fPUjcB0k; Sat, 13 Jan 2024 21:21:17 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1705177277; bh=bsAC0W75xnp/3lNQJ89MGgVYGrpYqjGb03Itcv6+DIU=; h=Date:Cc:Subject:From:To:References:In-Reply-To; b=YjpQx/6Gf4pncJJp1f1wur+vuIyodUhrsSXDQ2L07DZATWq9295mSW+1VrGD5yViS fJV/UhHD7FSE0+yj2NdJro9CrifrSPZ3bqViZcn6aVOZbN8KhOoqxmg+SaUAloshhY yJGa9+xXGj/W2LmBFZq5H/0g4vVgdAigbBbRJj5SMan8rwjQ73uQoo7NO9N/+Ewxii 5jvCyB709YVPvyJydNlEUvyWKCEvN+1ueU/CRYG3ogkzBr9+yFVoMxfCTc4o4Zs2O1 oXXEnXjcErrdGX+4yXEoqcHFR2qQNf+XoAHWDzAkapPSSS5S8jz1ZsUd2axQLAXhL0 6ds/XNOfRV5Uw== In-Reply-To: Received-SPF: pass client-ip=178.21.23.139; envelope-from=jtbx@disroot.org; helo=layka.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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:314940 Archived-At: 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= =3Dno > > and --with-pgtk I get the following error: > > > > checking for gtk+-3.0 >=3D 3.22.23 glib-2.0 >=3D 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=E2=80=99m 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.