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 07:16:04 +1300 Message-ID: References: <837ckdh77v.fsf@gnu.org> 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="11335"; mail-complaints-to="usenet@ciao.gmane.io" Cc: To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 13 19:17:06 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 1rOiZ8-0002ib-MX for ged-emacs-devel@m.gmane-mx.org; Sat, 13 Jan 2024 19:17:06 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rOiYO-0000pN-UZ; Sat, 13 Jan 2024 13:16:21 -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 1rOiYL-0000o1-6t for emacs-devel@gnu.org; Sat, 13 Jan 2024 13:16:17 -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 1rOiYI-0000oy-FJ; Sat, 13 Jan 2024 13:16:16 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 742BB41747; Sat, 13 Jan 2024 19:16:11 +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 fIkK2F1mScOf; Sat, 13 Jan 2024 19:16:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1705169770; bh=6vIjHyrVVmXe6sFaY4eIjKAdgrQ9r1KlSR2/LTwwRb8=; h=Date:To:Cc:Subject:From:References:In-Reply-To; b=f9uJ6SjUEZibGa4DVrMQNbIm9YT28eRC7vHBUBtDvJiWzy0FpETAGh1dtFhjmJZOa h5wKU4xT7a6p/9Uf87T+qMmHYhXLvXaNNaNv3PhnTNKbdZMfh1U2Ox9j4KnREnDDAl IHt0ANlq6IUZBMkpDIMBwbkBov45ngyYh/KDMgaAL/sEjmRNv9XQic4LKxWCmH4Y7o dlA8yUdYtzRXzlNexujkpEQo+gFDLHw+oVHdc95aSHqmNjjC0py8gdzvXEdOKVrgdt V/NuagsiUz1bBwaFGYKP93Q0jQh7PlfH6KRGnMcU3qiyt/+XyGwKWWJhLislliZvBu puup9gfxvLikQ== In-Reply-To: <837ckdh77v.fsf@gnu.org> 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:314933 Archived-At: 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" > >=20 > > 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: > >=20 > > checking for gtk+-3.0 >=3D 3.22.23 glib-2.0 >=3D 2.37.5... no > > configure: error:=20 > >=20 > > 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=3Dno 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.