From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Re: GCC 13.1: Can't build Emacs with Msys2/MinGW64 Date: Sun, 07 May 2023 19:13:52 +0200 Message-ID: <86ttwoawtr.fsf@gnu.org> References: <86r0rs8b6r.fsf@gnu.org> <83a5ygdx1i.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25119"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun May 07 19:15:06 2023 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 1pvhyU-0006PE-5B for ged-emacs-devel@m.gmane-mx.org; Sun, 07 May 2023 19:15:06 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pvhxY-0005S1-L4; Sun, 07 May 2023 13:14:08 -0400 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 1pvhxX-0005RU-CN for emacs-devel@gnu.org; Sun, 07 May 2023 13:14:07 -0400 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 1pvhxX-0001Js-3x for emacs-devel@gnu.org; Sun, 07 May 2023 13:14:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=OHz4KAYvy8H8E39Q+meL5TO9uoPzEmh0SMAj8Ep2R9Y=; b=CM63/UVVhBjLDqkmLk8X TM5ayC6rPv+nbIwfKzLMvbAFSE7Oju60c2NCNX5UiuFWaP67bDYVMoNkJ6yS6ZpbVIgy4oQEmntvy UaUSElzyBBd6oRgLPJKNx0vh4z0drw0rfLVxiAUwClOFO6b/6jRjWzop+TnMtuNGHTWk9Y+PsJU6G TC8MEsuH+76ULJXKsCDbFXS9Suh05bIEr+QgY+j9BpO0Kb1C0kogsu6f9VQdc7tblVLPj9Gf4vIio cRFeYtMpWeBo41JAgMDbWpKmT0Nu9XfH3VQrQa5QyTFHJBEGSZH8f9r4ipHR7bVuOTob8AgUloact 6RbdrL1AVPa5bw==; Original-Received: from pd9fb7539.dip0.t-ipconnect.de ([217.251.117.57] helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pvhxV-0000bs-Kw; Sun, 07 May 2023 13:14:05 -0400 In-Reply-To: <83a5ygdx1i.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 07 May 2023 17:40:57 +0300") 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:305961 Archived-At: Eli Zaretskii writes: > Does the same tree build OK with older versions of GCC and libgccjit? This is the tree I always used to build Emacs which worked with older versions of GCC and libgccjit; last successful build was 605414d018; currently my tree is up-to-date with commit d5ab8b6f24. I haven't reverted GCC or Emacs yet, I will start playing with it now. In your other mail, you wrote: > Also, did you try building a completely fresh clone of the repository? I tried it (d5ab8b6f24). It says: ELC+ELN ../lisp/format.elc ELC+ELN ../lisp/frame.elc Error: wrong-type-argument ("../lisp/frame.el" number-or-marker-p Backtrace: 00007ff69417a12e 00007ff694048be1 00007ff694069601 ... make[3]: *** [Makefile:283: ../lisp/frame.elc] Error 3 make[2]: *** [Makefile:842: ../lisp/frame.elc] Error 2 And while we're at it: Shouldn't 'git clean -fdx' give me the same state as a fresh clone? Best, Arash