From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: Problem compiling Emacs Date: Wed, 15 Dec 2021 13:03:45 -0500 Message-ID: References: <25017.43640.402510.992878@mail.eng.it> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22588"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cc: help-gnu-emacs@gnu.org To: "Gian Uberto Lauri" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Dec 15 20:15:52 2021 Return-path: Envelope-to: geh-help-gnu-emacs@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 1mxZkl-0005gL-Sx for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 15 Dec 2021 20:15:52 +0100 Original-Received: from localhost ([::1]:34184 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mxZkk-0003X8-Cb for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 15 Dec 2021 14:15:50 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:52002) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mxYd1-0007Id-6U for help-gnu-emacs@gnu.org; Wed, 15 Dec 2021 13:03:47 -0500 Original-Received: from [2001:470:142:3::e] (port=59462 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mxYd0-0007ph-9c; Wed, 15 Dec 2021 13:03:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=uPlmSltzz3D4GzF8rD4tpoQ134NofbbWOdhocxOUbe0=; b=kZOaq5UJklsQuAcn2y94 QgBNtuxwJ3tU5rq9xrGRpFusy/dXAU45FzjC2HFAb4/c37CiR2/V88nsKXSsk1D7jWj6yrg17Cmm2 USciQ45WLqp4yrDhszL2famK+ZoSmQFdcfMWQmp4df83JOZFYMKaKRLt5t/I6AahtXCM/3Ps11oKz lPid1LzY7CQA2v6ch3lpW8UuDtOJjEtIzQIE1kIsk1nZoG0vprGnWAw+OShiIzBhIeOrFzD9ie99c g8TOjFoTvYhtjz5EmUZkgPIfIJkln29/Cq5OKtiz279uADUfJE42LZEeLwdW1Hf4X5mcOzhsCktqp hjA7vF+jXL5aeg==; Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1mxYcz-0000cu-9k; Wed, 15 Dec 2021 13:03:45 -0500 X-Spook: cracking bomb NATO STARLAN Screening Recce AHPCRC stakeout X-Ran: s8naYy>Kgmp86rvQVkrKJ-lVzX[3H6m%@J^~kZ2*]5Eq8lhdUqnv5Vgr~rC"oW7UJ\P>#> X-Hue: red X-Attribution: GM In-Reply-To: <25017.43640.402510.992878@mail.eng.it> (Gian Uberto Lauri's message of "Wed, 15 Dec 2021 09:42:32 +0100") X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:134980 Archived-At: "Gian Uberto Lauri" wrote: > I checked out the master branch of GNU Emacs, run ./configure > --with-x-toolkit=gtk and then make bootstrap. [...] > Reloading stale uni-special-titlecase.el > Loading > /home/saint/sorgenti/emacs/lisp/international/uni-special-titlecase.el > (source)... > File mode specification error: (error Recursive load See if "git clean -fdx" (and a rebuild) fixes it. If it does, and you are sure you ran "make bootstrap" (rather than just "make") the first time, then IMO that is a bug in the Emacs build process.